|
|
|
1 | 2023-12-05T05:10:12.560Z | job assigned to worker 01HGW61S43J728VCH0J3FJAW45 (queued for 1 m 34 s) |
|
2 | 2023-12-05T05:10:13.122Z | starting task 0: "setup" |
3 | 2023-12-05T05:10:13.179Z | ++ uname -s |
4 | 2023-12-05T05:10:13.182Z | + kern=SunOS |
5 | 2023-12-05T05:10:13.182Z | + case "$kern" in |
6 | 2023-12-05T05:10:13.182Z | + groupadd -g 12345 build |
7 | 2023-12-05T05:10:13.184Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T05:10:15.197Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T05:10:15.284Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T05:10:15.287Z | + home_fs=zfs |
11 | 2023-12-05T05:10:15.287Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T05:10:15.289Z | + mkdir -p /home/build |
13 | 2023-12-05T05:10:15.291Z | + chown build:build /home/build /work |
14 | 2023-12-05T05:10:17.294Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T05:10:17.297Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2023-12-05T05:10:17.304Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T05:10:17.314Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T05:10:17.317Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T05:10:17.500Z | info: downloading installer |
20 | 2023-12-05T05:10:19.954Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T05:10:19.954Z | warning: /opt/ooce/bin |
22 | 2023-12-05T05:10:19.954Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T05:10:19.954Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T05:10:19.954Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T05:10:19.954Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T05:10:19.954Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T05:10:19.954Z | error: cannot install while Rust is installed |
28 | 2023-12-05T05:10:19.957Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T05:10:20.433Z | info: profile set to 'default' |
30 | 2023-12-05T05:10:20.433Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T05:10:20.435Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T05:10:20.597Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T05:10:20.597Z | info: downloading component 'cargo' |
34 | 2023-12-05T05:10:21.187Z | info: downloading component 'clippy' |
35 | 2023-12-05T05:10:21.400Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T05:10:22.142Z | info: downloading component 'rust-std' |
37 | 2023-12-05T05:10:23.444Z | info: downloading component 'rustc' |
38 | 2023-12-05T05:10:26.561Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T05:10:26.746Z | info: installing component 'cargo' |
40 | 2023-12-05T05:10:28.727Z | info: installing component 'clippy' |
41 | 2023-12-05T05:10:29.602Z | info: installing component 'rust-docs' |
42 | 2023-12-05T05:10:32.325Z | info: installing component 'rust-std' |
43 | 2023-12-05T05:10:36.536Z | info: installing component 'rustc' |
44 | 2023-12-05T05:10:47.223Z | info: installing component 'rustfmt' |
45 | 2023-12-05T05:10:47.683Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T05:10:47.683Z | |
47 | 2023-12-05T05:10:48.260Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T05:10:48.261Z | |
49 | 2023-12-05T05:10:48.264Z | |
50 | 2023-12-05T05:10:48.264Z | Rust is installed now. Great! |
51 | 2023-12-05T05:10:48.264Z | |
52 | 2023-12-05T05:10:48.264Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T05:10:48.264Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T05:10:48.264Z | |
55 | 2023-12-05T05:10:48.264Z | To configure your current shell, run: |
56 | 2023-12-05T05:10:48.264Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T05:10:48.264Z | + rustc --version |
58 | 2023-12-05T05:10:48.264Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T05:10:48.264Z | process exited: duration 30773 ms, exit code 0 |
|
60 | 2023-12-05T05:10:48.269Z | starting task 2: "authentication" |
61 | 2023-12-05T05:10:48.952Z | process exited: duration 682 ms, exit code 0 |
|
62 | 2023-12-05T05:10:48.994Z | starting task 3: "clone repository" |
63 | 2023-12-05T05:10:49.005Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T05:10:49.005Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T05:10:49.030Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T05:10:55.333Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T05:10:55.336Z | + [[ -n renovate/russh-keys-0.x ]] |
68 | 2023-12-05T05:10:55.336Z | + git fetch origin renovate/russh-keys-0.x |
69 | 2023-12-05T05:10:55.690Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T05:10:55.690Z | * branch renovate/russh-keys-0.x -> FETCH_HEAD |
71 | 2023-12-05T05:10:55.702Z | + git checkout -B renovate/russh-keys-0.x remotes/origin/renovate/russh-keys-0.x |
72 | 2023-12-05T05:10:55.805Z | Switched to a new branch 'renovate/russh-keys-0.x' |
73 | 2023-12-05T05:10:55.807Z | branch 'renovate/russh-keys-0.x' set up to track 'origin/renovate/russh-keys-0.x'. |
74 | 2023-12-05T05:10:55.807Z | + git reset --hard 16d3c9bc5e87961c7025f338f5e7215a886b465f |
75 | 2023-12-05T05:10:55.979Z | HEAD is now at 16d3c9bc Update Rust crate russh-keys to 0.40.0 |
76 | 2023-12-05T05:10:55.982Z | process exited: duration 6999 ms, exit code 0 |
|
77 | 2023-12-05T05:10:55.987Z | starting task 4: "build" |
78 | 2023-12-05T05:10:55.999Z | + NEXTEST_VERSION=0.9.59 |
79 | 2023-12-05T05:10:55.999Z | + cargo --version |
80 | 2023-12-05T05:10:56.006Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
81 | 2023-12-05T05:10:56.176Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
82 | 2023-12-05T05:10:56.178Z | info: downloading component 'cargo' |
83 | 2023-12-05T05:10:56.802Z | info: downloading component 'clippy' |
84 | 2023-12-05T05:10:57.005Z | info: downloading component 'rust-docs' |
85 | 2023-12-05T05:10:57.784Z | info: downloading component 'rust-std' |
86 | 2023-12-05T05:10:59.031Z | info: downloading component 'rustc' |
87 | 2023-12-05T05:11:02.168Z | info: downloading component 'rustfmt' |
88 | 2023-12-05T05:11:02.385Z | info: installing component 'cargo' |
89 | 2023-12-05T05:11:03.647Z | info: installing component 'clippy' |
90 | 2023-12-05T05:11:04.115Z | info: installing component 'rust-docs' |
91 | 2023-12-05T05:11:06.918Z | info: installing component 'rust-std' |
92 | 2023-12-05T05:11:09.656Z | info: installing component 'rustc' |
93 | 2023-12-05T05:11:15.543Z | info: installing component 'rustfmt' |
94 | 2023-12-05T05:11:16.083Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
95 | 2023-12-05T05:11:16.086Z | + rustc --version |
96 | 2023-12-05T05:11:16.209Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
97 | 2023-12-05T05:11:16.216Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos |
98 | 2023-12-05T05:11:16.218Z | + gunzip |
99 | 2023-12-05T05:11:16.218Z | + tar -xvf - -C /home/build/.cargo/bin |
100 | 2023-12-05T05:11:17.778Z | x cargo-nextest, 11418632 bytes, 22303 tape blocks |
101 | 2023-12-05T05:11:17.781Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
102 | 2023-12-05T05:11:17.781Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
103 | 2023-12-05T05:11:17.781Z | tests will store output in /var/tmp/omicron_tmp |
104 | 2023-12-05T05:11:17.781Z | + mkdir /var/tmp/omicron_tmp |
105 | 2023-12-05T05:11:17.787Z | + source ./env.sh |
106 | 2023-12-05T05:11:17.787Z | ++ set -o xtrace |
107 | 2023-12-05T05:11:17.787Z | ++++ dirname ./env.sh |
108 | 2023-12-05T05:11:17.787Z | +++ cd . |
109 | 2023-12-05T05:11:17.787Z | +++ echo /work/oxidecomputer/omicron |
110 | 2023-12-05T05:11:17.790Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
111 | 2023-12-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ 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-05T05:11:17.790Z | ++ unset OMICRON_WS |
120 | 2023-12-05T05:11:17.790Z | ++ set +o xtrace |
121 | 2023-12-05T05:11:17.851Z | |
122 | 2023-12-05T05:11:17.851Z | ##### ##### ###### ##### ###### #### # # # #### # |
123 | 2023-12-05T05:11:17.851Z | # # # # # # # # # # # # # # # |
124 | 2023-12-05T05:11:17.851Z | # # # # ##### # # ##### # # # # # #### # |
125 | 2023-12-05T05:11:17.851Z | ##### ##### # ##### # # # # # # # # # |
126 | 2023-12-05T05:11:17.851Z | # # # # # # # # # # # # # # # |
127 | 2023-12-05T05:11:17.851Z | # # # ###### # # ###### ### # #### # #### # |
128 | 2023-12-05T05:11:17.851Z | |
129 | 2023-12-05T05:11:28.476Z | Startup: Refreshing catalog 'helios-dev' ... Done |
130 | 2023-12-05T05:11:29.665Z | Startup: Caching catalogs ... Done |
131 | 2023-12-05T05:11:36.053Z | Planning: Solver setup ... Done (6.055s) |
132 | 2023-12-05T05:11:36.195Z | Planning: Running solver ... Done (0.141s) |
133 | 2023-12-05T05:11:36.343Z | Planning: Finding local manifests ... Done (0.082s) |
134 | 2023-12-05T05:11:36.358Z | Planning: Fetching manifests: 0/6 0% complete |
135 | 2023-12-05T05:11:36.805Z | Planning: Fetching manifests: 6/6 100% complete |
136 | 2023-12-05T05:11:37.051Z | Planning: Package planning ... Done (0.251s) |
137 | 2023-12-05T05:11:37.137Z | Planning: Merging actions ... Done (0.086s) |
138 | 2023-12-05T05:11:38.004Z | Planning: Checking for conflicting actions ... Done (0.867s) |
139 | 2023-12-05T05:11:38.022Z | Planning: Consolidating action changes ... Done (0.017s) |
140 | 2023-12-05T05:11:45.449Z | Planning: Evaluating mediators ... Done (7.427s) |
141 | 2023-12-05T05:11:45.566Z | Planning: Planning completed in 15.84 seconds |
142 | 2023-12-05T05:11:49.150Z | Packages to install: 4 |
143 | 2023-12-05T05:11:49.150Z | Packages to update: 2 |
144 | 2023-12-05T05:11:49.153Z | Mediators to change: 2 |
145 | 2023-12-05T05:11:49.153Z | Services to change: 1 |
146 | 2023-12-05T05:11:49.153Z | Estimated space available: 148.88 GB |
147 | 2023-12-05T05:11:49.153Z | Estimated space to be consumed: 1.42 GB |
148 | 2023-12-05T05:11:49.153Z | Create boot environment: No |
149 | 2023-12-05T05:11:49.155Z | Create backup boot environment: Yes |
150 | 2023-12-05T05:11:49.155Z | Rebuild boot archive: No |
151 | 2023-12-05T05:11:49.155Z | |
152 | 2023-12-05T05:11:49.155Z | Changed mediators: |
153 | 2023-12-05T05:11:49.155Z | mediator clang: |
154 | 2023-12-05T05:11:49.155Z | version: None -> 15 (system default) |
155 | 2023-12-05T05:11:49.155Z | |
156 | 2023-12-05T05:11:49.155Z | mediator llvm: |
157 | 2023-12-05T05:11:49.155Z | version: 14 (system default) -> 15 (system default) |
158 | 2023-12-05T05:11:49.155Z | |
159 | 2023-12-05T05:11:49.155Z | Changed packages: |
160 | 2023-12-05T05:11:49.155Z | helios-dev |
161 | 2023-12-05T05:11:49.155Z | developer/build-essential |
162 | 2023-12-05T05:11:49.155Z | None -> 11-2.0 |
163 | 2023-12-05T05:11:49.155Z | library/libxmlsec1 |
164 | 2023-12-05T05:11:49.155Z | None -> 1.2.35-2.0 |
165 | 2023-12-05T05:11:49.155Z | ooce/developer/clang-15 |
166 | 2023-12-05T05:11:49.155Z | None -> 15.0.7-2.0 |
167 | 2023-12-05T05:11:49.155Z | ooce/developer/llvm-15 |
168 | 2023-12-05T05:11:49.155Z | None -> 15.0.7-2.0 |
169 | 2023-12-05T05:11:49.155Z | system/library/g++-runtime |
170 | 2023-12-05T05:11:49.155Z | 12-2.0 -> 13-2.0 |
171 | 2023-12-05T05:11:49.155Z | system/library/gcc-runtime |
172 | 2023-12-05T05:11:49.155Z | 12-2.0 -> 13-2.0 |
173 | 2023-12-05T05:11:49.155Z | |
174 | 2023-12-05T05:11:49.155Z | Services: |
175 | 2023-12-05T05:11:49.155Z | restart_fmri: |
176 | 2023-12-05T05:11:49.155Z | svc:/system/update-man-index:default |
177 | 2023-12-05T05:11:49.360Z | |
178 | 2023-12-05T05:11:49.360Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
179 | 2023-12-05T05:11:54.359Z | Download: 1071/3330 items 19.7/221.1MB 8% complete (4.0M/s) |
180 | 2023-12-05T05:12:03.818Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (12.8M/s) |
181 | 2023-12-05T05:12:08.868Z | Download: 1617/3330 items 117.8/221.1MB 53% complete (7.0M/s) |
182 | 2023-12-05T05:12:14.545Z | Download: 2221/3330 items 119.2/221.1MB 53% complete (3.9M/s) |
183 | 2023-12-05T05:12:19.546Z | Download: 2324/3330 items 119.6/221.1MB 54% complete (159k/s) |
184 | 2023-12-05T05:12:24.556Z | Download: 3242/3330 items 179.8/221.1MB 81% complete (6.0M/s) |
185 | 2023-12-05T05:12:29.103Z | Download: Completed 221.11 MB in 39.75 seconds (5.6M/s) |
186 | 2023-12-05T05:12:31.179Z | Actions: 1/3766 actions (Removing old actions) |
187 | 2023-12-05T05:12:31.179Z | Actions: 5/3766 actions (Installing new actions) |
188 | 2023-12-05T05:12:36.505Z | Actions: 2535/3766 actions (Installing new actions) |
189 | 2023-12-05T05:12:39.161Z | Actions: 3729/3766 actions (Updating modified actions) |
190 | 2023-12-05T05:12:39.630Z | Actions: Completed 3766 actions in 8.47 seconds. |
191 | 2023-12-05T05:12:39.832Z | Done (0.196s) |
192 | 2023-12-05T05:12:39.837Z | Done (0.000s) |
193 | 2023-12-05T05:12:40.101Z | Done (0.268s) |
194 | 2023-12-05T05:12:47.536Z | Done (7.317s) |
195 | 2023-12-05T05:12:47.808Z | Done (0.167s) |
196 | 2023-12-05T05:12:47.829Z | Done (0.000s) |
197 | 2023-12-05T05:12:48.025Z | Done (0.000s) |
198 | 2023-12-05T05:12:48.754Z | Planning: Evaluating mediator changes ... Done |
199 | 2023-12-05T05:12:49.035Z | Planning: Checking for conflicting actions ... Done |
200 | 2023-12-05T05:12:49.038Z | Planning: Consolidating action changes ... Done |
201 | 2023-12-05T05:12:49.480Z | Planning: Evaluating mediators ... Done |
202 | 2023-12-05T05:12:49.968Z | Planning: Planning completed in 0.73 seconds |
203 | 2023-12-05T05:12:49.968Z | Mediators to change: 2 |
204 | 2023-12-05T05:12:49.968Z | Create boot environment: No |
205 | 2023-12-05T05:12:49.968Z | Create backup boot environment: No |
206 | 2023-12-05T05:12:49.968Z | Done |
207 | 2023-12-05T05:12:49.968Z | Done |
208 | 2023-12-05T05:12:49.968Z | Done |
209 | 2023-12-05T05:12:55.792Z | Done |
210 | 2023-12-05T05:12:55.916Z | Done |
211 | 2023-12-05T05:12:55.919Z | Done |
212 | 2023-12-05T05:12:56.008Z | Done |
213 | 2023-12-05T05:12:57.017Z | Planning: Evaluating mediator changes ... Done |
214 | 2023-12-05T05:12:57.021Z | Planning: Merging actions ... Done |
215 | 2023-12-05T05:12:57.359Z | Planning: Checking for conflicting actions ... Done |
216 | 2023-12-05T05:12:57.363Z | Planning: Consolidating action changes ... Done |
217 | 2023-12-05T05:12:57.797Z | Planning: Evaluating mediators ... Done |
218 | 2023-12-05T05:12:57.889Z | Planning: Planning completed in 1.31 seconds |
219 | 2023-12-05T05:12:57.953Z | Packages to change: 1 |
220 | 2023-12-05T05:12:57.953Z | Mediators to change: 1 |
221 | 2023-12-05T05:12:57.956Z | Services to change: 1 |
222 | 2023-12-05T05:12:57.956Z | Create boot environment: No |
223 | 2023-12-05T05:12:57.956Z | Create backup boot environment: Yes |
224 | 2023-12-05T05:12:59.846Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2023-12-05T05:12:59.853Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2023-12-05T05:12:59.853Z | Done |
227 | 2023-12-05T05:12:59.853Z | Done |
228 | 2023-12-05T05:12:59.909Z | Done |
229 | 2023-12-05T05:13:06.071Z | Done |
230 | 2023-12-05T05:13:06.198Z | Done |
231 | 2023-12-05T05:13:06.201Z | Done |
232 | 2023-12-05T05:13:06.339Z | Done |
233 | 2023-12-05T05:13:07.012Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2023-12-05T05:13:07.012Z | clang system 15 system |
235 | 2023-12-05T05:13:07.012Z | csh system system illumos |
236 | 2023-12-05T05:13:07.012Z | ctags system system illumos |
237 | 2023-12-05T05:13:07.012Z | gcc vendor 12 vendor |
238 | 2023-12-05T05:13:07.012Z | gcc system 10 system |
239 | 2023-12-05T05:13:07.012Z | gcc system 7 system |
240 | 2023-12-05T05:13:07.012Z | go system 1.20 system |
241 | 2023-12-05T05:13:07.012Z | go system 1.19 system |
242 | 2023-12-05T05:13:07.012Z | llvm system 15 system |
243 | 2023-12-05T05:13:07.012Z | llvm system 14 system |
244 | 2023-12-05T05:13:07.014Z | mariadb system 10.6 system |
245 | 2023-12-05T05:13:07.014Z | mta vendor vendor dma |
246 | 2023-12-05T05:13:07.014Z | openjdk system 17 system |
247 | 2023-12-05T05:13:07.014Z | openjdk system 11 system |
248 | 2023-12-05T05:13:07.014Z | openjdk system 1.8 system |
249 | 2023-12-05T05:13:07.014Z | openssl vendor 3 vendor |
250 | 2023-12-05T05:13:07.014Z | perl system 5.36 system |
251 | 2023-12-05T05:13:07.014Z | postgresql system 15 system |
252 | 2023-12-05T05:13:07.014Z | postgresql system 13 system |
253 | 2023-12-05T05:13:07.014Z | python vendor 3 vendor |
254 | 2023-12-05T05:13:07.014Z | python system 2 system |
255 | 2023-12-05T05:13:07.014Z | python3 system 3.11 system |
256 | 2023-12-05T05:13:07.014Z | ruby system 3.0 system |
257 | 2023-12-05T05:13:07.014Z | words vendor vendor american-english |
258 | 2023-12-05T05:13:07.014Z | words system system australian-english |
259 | 2023-12-05T05:13:07.014Z | words system system british-english |
260 | 2023-12-05T05:13:07.014Z | words system system canadian-english |
261 | 2023-12-05T05:13:07.014Z | words system system french |
262 | 2023-12-05T05:13:07.015Z | words system system italian |
263 | 2023-12-05T05:13:07.015Z | words system system ngerman |
264 | 2023-12-05T05:13:07.015Z | words system system ogerman |
265 | 2023-12-05T05:13:07.015Z | words system system spanish |
266 | 2023-12-05T05:13:07.547Z | FMRI IFO |
267 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
271 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
273 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
274 | 2023-12-05T05:13:07.547Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
275 | 2023-12-05T05:13:07.622Z | + set -o errexit |
276 | 2023-12-05T05:13:07.624Z | +++ dirname ./tools/ci_download_cockroachdb |
277 | 2023-12-05T05:13:07.627Z | ++ cd ./tools |
278 | 2023-12-05T05:13:07.627Z | ++ pwd |
279 | 2023-12-05T05:13:07.629Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
280 | 2023-12-05T05:13:07.629Z | ++ basename ./tools/ci_download_cockroachdb |
281 | 2023-12-05T05:13:07.635Z | + ARG0=ci_download_cockroachdb |
282 | 2023-12-05T05:13:07.635Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
283 | 2023-12-05T05:13:07.638Z | + CIDL_VERSION=v22.1.9 |
284 | 2023-12-05T05:13:07.638Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
285 | 2023-12-05T05:13:07.638Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
286 | 2023-12-05T05:13:07.638Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
287 | 2023-12-05T05:13:07.638Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-12-05T05:13:07.638Z | + TARGET_DIR=out |
289 | 2023-12-05T05:13:07.638Z | + DOWNLOAD_DIR=out/downloads |
290 | 2023-12-05T05:13:07.638Z | + DEST_DIR=./out/cockroachdb |
291 | 2023-12-05T05:13:07.638Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
292 | 2023-12-05T05:13:07.638Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
293 | 2023-12-05T05:13:07.638Z | + main |
294 | 2023-12-05T05:13:07.638Z | + [[ 0 != 0 ]] |
295 | 2023-12-05T05:13:07.638Z | + CIDL_OS=solaris2.11 |
296 | 2023-12-05T05:13:07.638Z | + [[ 0 != 0 ]] |
297 | 2023-12-05T05:13:07.639Z | + configure_os solaris2.11 |
298 | 2023-12-05T05:13:07.639Z | + echo 'current directory: /work/oxidecomputer/omicron' |
299 | 2023-12-05T05:13:07.639Z | current directory: /work/oxidecomputer/omicron |
300 | 2023-12-05T05:13:07.639Z | + echo 'configuring based on OS: "solaris2.11"' |
301 | 2023-12-05T05:13:07.639Z | + case "$1" in |
302 | 2023-12-05T05:13:07.639Z | configuring based on OS: "solaris2.11" |
303 | 2023-12-05T05:13:07.639Z | + CIDL_BUILD=illumos |
304 | 2023-12-05T05:13:07.639Z | + CIDL_SUFFIX=tar.gz |
305 | 2023-12-05T05:13:07.641Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
306 | 2023-12-05T05:13:07.641Z | + CIDL_MD5FUNC=do_md5sum |
307 | 2023-12-05T05:13:07.641Z | + CIDL_URL_BASE=https://illumos.org/downloads |
308 | 2023-12-05T05:13:07.641Z | + CIDL_ASSEMBLE=do_assemble_illumos |
309 | 2023-12-05T05:13:07.641Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
310 | 2023-12-05T05:13:07.641Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-05T05:13:07.641Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-12-05T05:13:07.641Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
313 | 2023-12-05T05:13:07.641Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-12-05T05:13:07.641Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
315 | 2023-12-05T05:13:07.641Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
316 | 2023-12-05T05:13:07.641Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-05T05:13:07.641Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-05T05:13:07.641Z | + mkdir -p out/downloads |
319 | 2023-12-05T05:13:07.641Z | + mkdir -p ./out/cockroachdb |
320 | 2023-12-05T05:13:07.646Z | + local DO_DOWNLOAD=true |
321 | 2023-12-05T05:13:07.646Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
322 | 2023-12-05T05:13:07.646Z | + '[' true == true ']' |
323 | 2023-12-05T05:13:07.646Z | + echo Downloading... |
324 | 2023-12-05T05:13:07.647Z | Downloading... |
325 | 2023-12-05T05:13:07.647Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2023-12-05T05:13:07.647Z | + 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 |
327 | 2023-12-05T05:13:18.769Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
328 | 2023-12-05T05:13:18.771Z | ++ md5sum |
329 | 2023-12-05T05:13:18.771Z | ++ awk '{print $1}' |
330 | 2023-12-05T05:13:18.953Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
331 | 2023-12-05T05:13:18.953Z | + [[ 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 ]] |
332 | 2023-12-05T05:13:18.953Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
333 | 2023-12-05T05:13:18.956Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
334 | 2023-12-05T05:13:22.340Z | + do_assemble_illumos |
335 | 2023-12-05T05:13:22.340Z | + rm -r ./out/cockroachdb |
336 | 2023-12-05T05:13:22.342Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
337 | 2023-12-05T05:13:22.938Z | + ./out/cockroachdb/bin/cockroach version |
338 | 2023-12-05T05:13:23.150Z | Build Tag: v22.1.9-dirty |
339 | 2023-12-05T05:13:23.150Z | Build Time: 2022/10/26 21:17:46 |
340 | 2023-12-05T05:13:23.150Z | Distribution: OSS |
341 | 2023-12-05T05:13:23.150Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
342 | 2023-12-05T05:13:23.150Z | Go Version: go1.17.13 |
343 | 2023-12-05T05:13:23.150Z | C Compiler: gcc 10.3.0 |
344 | 2023-12-05T05:13:23.150Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
345 | 2023-12-05T05:13:23.150Z | Build Type: release |
346 | 2023-12-05T05:13:23.183Z | + set -o errexit |
347 | 2023-12-05T05:13:23.191Z | +++ dirname ./tools/ci_download_clickhouse |
348 | 2023-12-05T05:13:23.194Z | ++ cd ./tools |
349 | 2023-12-05T05:13:23.194Z | ++ pwd |
350 | 2023-12-05T05:13:23.195Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-12-05T05:13:23.195Z | ++ basename ./tools/ci_download_clickhouse |
352 | 2023-12-05T05:13:23.195Z | + ARG0=ci_download_clickhouse |
353 | 2023-12-05T05:13:23.195Z | + TARGET_DIR=out |
354 | 2023-12-05T05:13:23.195Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-12-05T05:13:23.195Z | + DEST_DIR=./out/clickhouse |
356 | 2023-12-05T05:13:23.195Z | + CIDL_VERSION=v22.8.9.24 |
357 | 2023-12-05T05:13:23.195Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
358 | 2023-12-05T05:13:23.195Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
359 | 2023-12-05T05:13:23.195Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
360 | 2023-12-05T05:13:23.195Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
361 | 2023-12-05T05:13:23.195Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
362 | 2023-12-05T05:13:23.195Z | + main |
363 | 2023-12-05T05:13:23.195Z | + [[ 0 != 0 ]] |
364 | 2023-12-05T05:13:23.195Z | + CIDL_OS=solaris2.11 |
365 | 2023-12-05T05:13:23.195Z | + [[ 0 != 0 ]] |
366 | 2023-12-05T05:13:23.195Z | + configure_os solaris2.11 |
367 | 2023-12-05T05:13:23.195Z | + echo 'current directory: /work/oxidecomputer/omicron' |
368 | 2023-12-05T05:13:23.195Z | current directory: /work/oxidecomputer/omicron |
369 | 2023-12-05T05:13:23.195Z | + echo 'configuring based on OS: "solaris2.11"' |
370 | 2023-12-05T05:13:23.195Z | + CIDL_DASHREV= |
371 | 2023-12-05T05:13:23.195Z | + case "$1" in |
372 | 2023-12-05T05:13:23.195Z | configuring based on OS: "solaris2.11" |
373 | 2023-12-05T05:13:23.195Z | + CIDL_PLATFORM=illumos |
374 | 2023-12-05T05:13:23.195Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
375 | 2023-12-05T05:13:23.195Z | + CIDL_MD5FUNC=do_md5sum |
376 | 2023-12-05T05:13:23.195Z | + CIDL_DASHREV=-1 |
377 | 2023-12-05T05:13:23.195Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
378 | 2023-12-05T05:13:23.195Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-12-05T05:13:23.195Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-12-05T05:13:23.195Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2023-12-05T05:13:23.195Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
382 | 2023-12-05T05:13:23.195Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
383 | 2023-12-05T05:13:23.195Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
384 | 2023-12-05T05:13:23.195Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
385 | 2023-12-05T05:13:23.195Z | + mkdir -p out/downloads |
386 | 2023-12-05T05:13:23.195Z | + mkdir -p ./out/clickhouse |
387 | 2023-12-05T05:13:23.205Z | + local DO_DOWNLOAD=true |
388 | 2023-12-05T05:13:23.205Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
389 | 2023-12-05T05:13:23.205Z | + '[' true == true ']' |
390 | 2023-12-05T05:13:23.206Z | + echo Downloading... |
391 | 2023-12-05T05:13:23.206Z | Downloading... |
392 | 2023-12-05T05:13:23.206Z | + 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 |
393 | 2023-12-05T05:13:23.206Z | + 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 |
394 | 2023-12-05T05:13:24.715Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
395 | 2023-12-05T05:13:24.717Z | ++ md5sum |
396 | 2023-12-05T05:13:24.718Z | ++ awk '{print $1}' |
397 | 2023-12-05T05:13:24.981Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
398 | 2023-12-05T05:13:24.981Z | + [[ 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 ]] |
399 | 2023-12-05T05:13:24.981Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
400 | 2023-12-05T05:13:24.989Z | + mkdir -p ./out/clickhouse |
401 | 2023-12-05T05:13:24.989Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
402 | 2023-12-05T05:13:29.859Z | + ./out/clickhouse/clickhouse server --version |
403 | 2023-12-05T05:13:29.911Z | ClickHouse server version 22.8.9.1. |
404 | 2023-12-05T05:13:29.934Z | + set -o errexit |
405 | 2023-12-05T05:13:29.936Z | +++ dirname ./tools/ci_download_console |
406 | 2023-12-05T05:13:29.939Z | ++ cd ./tools |
407 | 2023-12-05T05:13:29.939Z | ++ pwd |
408 | 2023-12-05T05:13:29.939Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2023-12-05T05:13:29.942Z | ++ basename ./tools/ci_download_console |
410 | 2023-12-05T05:13:29.942Z | + ARG0=ci_download_console |
411 | 2023-12-05T05:13:29.942Z | + TARGET_DIR=out |
412 | 2023-12-05T05:13:29.942Z | + DOWNLOAD_DIR=out/downloads |
413 | 2023-12-05T05:13:29.942Z | + DEST_DIR=./out/console-assets |
414 | 2023-12-05T05:13:29.942Z | + source /work/oxidecomputer/omicron/tools/console_version |
415 | 2023-12-05T05:13:29.943Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
416 | 2023-12-05T05:13:29.943Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
417 | 2023-12-05T05:13:29.943Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
418 | 2023-12-05T05:13:29.943Z | + TARBALL_FILE=out/downloads/console.tar.gz |
419 | 2023-12-05T05:13:29.945Z | + main |
420 | 2023-12-05T05:13:29.945Z | + [[ 0 != 0 ]] |
421 | 2023-12-05T05:13:29.945Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
422 | 2023-12-05T05:13:29.945Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
423 | 2023-12-05T05:13:29.945Z | + echo 'Local file: out/downloads/console.tar.gz' |
424 | 2023-12-05T05:13:29.945Z | Local file: out/downloads/console.tar.gz |
425 | 2023-12-05T05:13:29.945Z | + local DO_DOWNLOAD=true |
426 | 2023-12-05T05:13:29.945Z | + [[ -f out/downloads/console.tar.gz ]] |
427 | 2023-12-05T05:13:29.945Z | + mkdir -p out/downloads |
428 | 2023-12-05T05:13:29.945Z | + '[' true == true ']' |
429 | 2023-12-05T05:13:29.945Z | + echo Downloading... |
430 | 2023-12-05T05:13:29.946Z | Downloading... |
431 | 2023-12-05T05:13:29.946Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
432 | 2023-12-05T05:13:29.946Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
433 | 2023-12-05T05:13:30.597Z | ++ do_sha256sum out/downloads/console.tar.gz |
434 | 2023-12-05T05:13:30.597Z | ++ case "$OSTYPE" in |
435 | 2023-12-05T05:13:30.597Z | ++ SHA=sha256sum |
436 | 2023-12-05T05:13:30.600Z | ++ sha256sum |
437 | 2023-12-05T05:13:30.600Z | ++ awk '{print $1}' |
438 | 2023-12-05T05:13:30.623Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
439 | 2023-12-05T05:13:30.623Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
440 | 2023-12-05T05:13:30.638Z | + rm -rf ./out/console-assets |
441 | 2023-12-05T05:13:30.638Z | + mkdir -p ./out/console-assets |
442 | 2023-12-05T05:13:30.638Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
443 | 2023-12-05T05:13:30.638Z | + mkdir -p ./out/console-assets |
444 | 2023-12-05T05:13:30.638Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
445 | 2023-12-05T05:13:30.817Z | + set -o errexit |
446 | 2023-12-05T05:13:30.821Z | +++ dirname ./tools/ci_download_maghemite_openapi |
447 | 2023-12-05T05:13:30.823Z | ++ cd ./tools |
448 | 2023-12-05T05:13:30.827Z | ++ pwd |
449 | 2023-12-05T05:13:30.827Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
450 | 2023-12-05T05:13:30.829Z | ++ basename ./tools/ci_download_maghemite_openapi |
451 | 2023-12-05T05:13:30.832Z | + ARG0=ci_download_maghemite_openapi |
452 | 2023-12-05T05:13:30.832Z | + TARGET_DIR=out |
453 | 2023-12-05T05:13:30.832Z | + DOWNLOAD_DIR=out/downloads |
454 | 2023-12-05T05:13:30.832Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
455 | 2023-12-05T05:13:30.832Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
456 | 2023-12-05T05:13:30.832Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
457 | 2023-12-05T05:13:30.832Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
458 | 2023-12-05T05:13:30.832Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
459 | 2023-12-05T05:13:30.832Z | + main |
460 | 2023-12-05T05:13:30.832Z | + [[ 0 != 0 ]] |
461 | 2023-12-05T05:13:30.832Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
462 | 2023-12-05T05:13:30.832Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
463 | 2023-12-05T05:13:30.832Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
464 | 2023-12-05T05:13:30.832Z | + local DO_DOWNLOAD=true |
465 | 2023-12-05T05:13:30.832Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
466 | 2023-12-05T05:13:30.832Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
467 | 2023-12-05T05:13:30.832Z | + mkdir -p out/downloads |
468 | 2023-12-05T05:13:30.835Z | + '[' true == true ']' |
469 | 2023-12-05T05:13:30.835Z | + echo Downloading... |
470 | 2023-12-05T05:13:30.835Z | Downloading... |
471 | 2023-12-05T05:13:30.838Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
472 | 2023-12-05T05:13:30.838Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
473 | 2023-12-05T05:13:31.129Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
474 | 2023-12-05T05:13:31.129Z | ++ case "$OSTYPE" in |
475 | 2023-12-05T05:13:31.132Z | ++ SHA=sha256sum |
476 | 2023-12-05T05:13:31.132Z | ++ sha256sum |
477 | 2023-12-05T05:13:31.132Z | ++ awk '{print $1}' |
478 | 2023-12-05T05:13:31.135Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
479 | 2023-12-05T05:13:31.139Z | + [[ 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 ]] |
480 | 2023-12-05T05:13:31.139Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
481 | 2023-12-05T05:13:31.139Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
482 | 2023-12-05T05:13:31.139Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
483 | 2023-12-05T05:13:31.141Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
484 | 2023-12-05T05:13:31.141Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
485 | 2023-12-05T05:13:31.141Z | + main |
486 | 2023-12-05T05:13:31.141Z | + [[ 0 != 0 ]] |
487 | 2023-12-05T05:13:31.141Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
488 | 2023-12-05T05:13:31.141Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
489 | 2023-12-05T05:13:31.141Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
490 | 2023-12-05T05:13:31.141Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
491 | 2023-12-05T05:13:31.141Z | + local DO_DOWNLOAD=true |
492 | 2023-12-05T05:13:31.141Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
493 | 2023-12-05T05:13:31.141Z | + mkdir -p out/downloads |
494 | 2023-12-05T05:13:31.141Z | + '[' true == true ']' |
495 | 2023-12-05T05:13:31.141Z | + echo Downloading... |
496 | 2023-12-05T05:13:31.141Z | Downloading... |
497 | 2023-12-05T05:13:31.141Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
498 | 2023-12-05T05:13:31.141Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
499 | 2023-12-05T05:13:31.369Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
500 | 2023-12-05T05:13:31.521Z | ++ case "$OSTYPE" in |
501 | 2023-12-05T05:13:31.521Z | ++ SHA=sha256sum |
502 | 2023-12-05T05:13:31.521Z | ++ sha256sum |
503 | 2023-12-05T05:13:31.521Z | ++ awk '{print $1}' |
504 | 2023-12-05T05:13:31.521Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
505 | 2023-12-05T05:13:31.521Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
506 | 2023-12-05T05:13:31.539Z | + set -o errexit |
507 | 2023-12-05T05:13:31.540Z | +++ dirname ./tools/ci_download_dendrite_openapi |
508 | 2023-12-05T05:13:31.540Z | ++ cd ./tools |
509 | 2023-12-05T05:13:31.540Z | ++ pwd |
510 | 2023-12-05T05:13:31.540Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-12-05T05:13:31.540Z | ++ basename ./tools/ci_download_dendrite_openapi |
512 | 2023-12-05T05:13:31.540Z | + ARG0=ci_download_dendrite_openapi |
513 | 2023-12-05T05:13:31.540Z | + TARGET_DIR=out |
514 | 2023-12-05T05:13:31.540Z | + DOWNLOAD_DIR=out/downloads |
515 | 2023-12-05T05:13:31.540Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2023-12-05T05:13:31.540Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
517 | 2023-12-05T05:13:31.540Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
518 | 2023-12-05T05:13:31.540Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
519 | 2023-12-05T05:13:31.540Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
520 | 2023-12-05T05:13:31.540Z | + main |
521 | 2023-12-05T05:13:31.540Z | + [[ 0 != 0 ]] |
522 | 2023-12-05T05:13:31.540Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
523 | 2023-12-05T05:13:31.540Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
524 | 2023-12-05T05:13:31.540Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
525 | 2023-12-05T05:13:31.541Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
526 | 2023-12-05T05:13:31.541Z | + local DO_DOWNLOAD=true |
527 | 2023-12-05T05:13:31.541Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
528 | 2023-12-05T05:13:31.541Z | + mkdir -p out/downloads |
529 | 2023-12-05T05:13:31.541Z | + '[' true == true ']' |
530 | 2023-12-05T05:13:31.541Z | + echo Downloading... |
531 | 2023-12-05T05:13:31.541Z | Downloading... |
532 | 2023-12-05T05:13:31.541Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
533 | 2023-12-05T05:13:31.541Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
534 | 2023-12-05T05:13:31.736Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
535 | 2023-12-05T05:13:31.736Z | ++ case "$OSTYPE" in |
536 | 2023-12-05T05:13:31.740Z | ++ SHA=sha256sum |
537 | 2023-12-05T05:13:31.741Z | ++ sha256sum |
538 | 2023-12-05T05:13:31.741Z | ++ awk '{print $1}' |
539 | 2023-12-05T05:13:31.872Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
540 | 2023-12-05T05:13:31.873Z | + [[ 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 ]] |
541 | 2023-12-05T05:13:31.958Z | + set -o errexit |
542 | 2023-12-05T05:13:31.958Z | +++ dirname ./tools/ci_download_dendrite_stub |
543 | 2023-12-05T05:13:31.958Z | ++ cd ./tools |
544 | 2023-12-05T05:13:31.958Z | ++ pwd |
545 | 2023-12-05T05:13:31.958Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
546 | 2023-12-05T05:13:31.958Z | ++ basename ./tools/ci_download_dendrite_stub |
547 | 2023-12-05T05:13:31.958Z | + ARG0=ci_download_dendrite_stub |
548 | 2023-12-05T05:13:31.958Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
549 | 2023-12-05T05:13:31.958Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
550 | 2023-12-05T05:13:31.958Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
551 | 2023-12-05T05:13:31.958Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
552 | 2023-12-05T05:13:31.958Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
553 | 2023-12-05T05:13:31.959Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
554 | 2023-12-05T05:13:31.959Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
555 | 2023-12-05T05:13:31.959Z | + TARGET_DIR=out |
556 | 2023-12-05T05:13:31.959Z | + DOWNLOAD_DIR=out/downloads |
557 | 2023-12-05T05:13:31.959Z | + DEST_DIR=./out/dendrite-stub |
558 | 2023-12-05T05:13:31.959Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
559 | 2023-12-05T05:13:31.960Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
560 | 2023-12-05T05:13:31.960Z | + REPO=oxidecomputer/dendrite |
561 | 2023-12-05T05:13:31.960Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
562 | 2023-12-05T05:13:31.960Z | + main |
563 | 2023-12-05T05:13:31.960Z | + [[ 0 != 0 ]] |
564 | 2023-12-05T05:13:31.960Z | + CIDL_OS=solaris2.11 |
565 | 2023-12-05T05:13:31.960Z | + [[ 0 != 0 ]] |
566 | 2023-12-05T05:13:31.960Z | + configure_os solaris2.11 |
567 | 2023-12-05T05:13:31.960Z | + echo 'current directory: /work/oxidecomputer/omicron' |
568 | 2023-12-05T05:13:31.960Z | current directory: /work/oxidecomputer/omicron |
569 | 2023-12-05T05:13:31.960Z | + echo 'configuring based on OS: "solaris2.11"' |
570 | 2023-12-05T05:13:31.960Z | + case "$1" in |
571 | 2023-12-05T05:13:31.960Z | configuring based on OS: "solaris2.11" |
572 | 2023-12-05T05:13:31.960Z | + SET_BINARIES= |
573 | 2023-12-05T05:13:31.960Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
574 | 2023-12-05T05:13:31.960Z | + CIDL_SHA256FUNC=do_sha256sum |
575 | 2023-12-05T05:13:31.960Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
576 | 2023-12-05T05:13:31.961Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
577 | 2023-12-05T05:13:31.961Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-05T05:13:31.961Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
579 | 2023-12-05T05:13:31.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
580 | 2023-12-05T05:13:31.961Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
581 | 2023-12-05T05:13:31.961Z | + mkdir -p out/downloads |
582 | 2023-12-05T05:13:31.961Z | Local file: out/downloads/dendrite-stub.tar.gz |
583 | 2023-12-05T05:13:31.962Z | + mkdir -p ./out/dendrite-stub |
584 | 2023-12-05T05:13:31.962Z | + fetch_and_verify |
585 | 2023-12-05T05:13:31.963Z | + local DO_DOWNLOAD=true |
586 | 2023-12-05T05:13:31.963Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
587 | 2023-12-05T05:13:31.963Z | + '[' true == true ']' |
588 | 2023-12-05T05:13:31.963Z | + echo Downloading... |
589 | 2023-12-05T05:13:31.963Z | Downloading... |
590 | 2023-12-05T05:13:31.963Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
591 | 2023-12-05T05:13:31.963Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
592 | 2023-12-05T05:13:37.829Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
593 | 2023-12-05T05:13:37.831Z | ++ sha256sum |
594 | 2023-12-05T05:13:37.831Z | ++ awk '{print $1}' |
595 | 2023-12-05T05:13:37.992Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
596 | 2023-12-05T05:13:37.992Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
597 | 2023-12-05T05:13:37.992Z | + do_untar out/downloads/dendrite-stub.tar.gz |
598 | 2023-12-05T05:13:37.996Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
599 | 2023-12-05T05:13:38.925Z | + do_assemble |
600 | 2023-12-05T05:13:38.925Z | + rm -r ./out/dendrite-stub |
601 | 2023-12-05T05:13:38.938Z | + mkdir ./out/dendrite-stub |
602 | 2023-12-05T05:13:38.938Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
603 | 2023-12-05T05:13:39.038Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
604 | 2023-12-05T05:13:39.044Z | + set -o errexit |
605 | 2023-12-05T05:13:39.047Z | +++ dirname ./tools/ci_download_maghemite_mgd |
606 | 2023-12-05T05:13:39.505Z | ++ cd ./tools |
607 | 2023-12-05T05:13:39.505Z | ++ pwd |
608 | 2023-12-05T05:13:39.505Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
609 | 2023-12-05T05:13:39.505Z | ++ basename ./tools/ci_download_maghemite_mgd |
610 | 2023-12-05T05:13:39.505Z | + ARG0=ci_download_maghemite_mgd |
611 | 2023-12-05T05:13:39.505Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
612 | 2023-12-05T05:13:39.505Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
613 | 2023-12-05T05:13:39.505Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
614 | 2023-12-05T05:13:39.506Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
615 | 2023-12-05T05:13:39.506Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
616 | 2023-12-05T05:13:39.506Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
617 | 2023-12-05T05:13:39.507Z | + TARGET_DIR=out |
618 | 2023-12-05T05:13:39.507Z | + DOWNLOAD_DIR=out/downloads |
619 | 2023-12-05T05:13:39.507Z | + DEST_DIR=./out/mgd |
620 | 2023-12-05T05:13:39.507Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
621 | 2023-12-05T05:13:39.507Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2023-12-05T05:13:39.507Z | + REPO=oxidecomputer/maghemite |
623 | 2023-12-05T05:13:39.507Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
624 | 2023-12-05T05:13:39.518Z | + main |
625 | 2023-12-05T05:13:39.518Z | + [[ 0 != 0 ]] |
626 | 2023-12-05T05:13:39.518Z | + CIDL_OS=solaris2.11 |
627 | 2023-12-05T05:13:39.518Z | + [[ 0 != 0 ]] |
628 | 2023-12-05T05:13:39.518Z | + configure_os solaris2.11 |
629 | 2023-12-05T05:13:39.518Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2023-12-05T05:13:39.518Z | + echo 'configuring based on OS: "solaris2.11"' |
631 | 2023-12-05T05:13:39.518Z | current directory: /work/oxidecomputer/omicron |
632 | 2023-12-05T05:13:39.518Z | configuring based on OS: "solaris2.11" |
633 | 2023-12-05T05:13:39.518Z | + case "$1" in |
634 | 2023-12-05T05:13:39.518Z | + SET_BINARIES= |
635 | 2023-12-05T05:13:39.518Z | + CIDL_SHA256FUNC=do_sha256sum |
636 | 2023-12-05T05:13:39.518Z | + TARBALL_FILENAME=mgd.tar.gz |
637 | 2023-12-05T05:13:39.518Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
638 | 2023-12-05T05:13:39.521Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
639 | 2023-12-05T05:13:39.521Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
640 | 2023-12-05T05:13:39.521Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
641 | 2023-12-05T05:13:39.521Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
642 | 2023-12-05T05:13:39.521Z | + mkdir -p out/downloads |
643 | 2023-12-05T05:13:39.521Z | Local file: out/downloads/mgd.tar.gz |
644 | 2023-12-05T05:13:39.521Z | + mkdir -p ./out/mgd |
645 | 2023-12-05T05:13:39.521Z | + fetch_and_verify |
646 | 2023-12-05T05:13:39.521Z | + local DO_DOWNLOAD=true |
647 | 2023-12-05T05:13:39.521Z | + [[ -f out/downloads/mgd.tar.gz ]] |
648 | 2023-12-05T05:13:39.521Z | + '[' true == true ']' |
649 | 2023-12-05T05:13:39.521Z | + echo Downloading... |
650 | 2023-12-05T05:13:39.521Z | Downloading... |
651 | 2023-12-05T05:13:39.521Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
652 | 2023-12-05T05:13:39.521Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
653 | 2023-12-05T05:13:44.100Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
654 | 2023-12-05T05:13:44.105Z | ++ sha256sum |
655 | 2023-12-05T05:13:44.105Z | ++ awk '{print $1}' |
656 | 2023-12-05T05:13:44.177Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
657 | 2023-12-05T05:13:44.177Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
658 | 2023-12-05T05:13:44.180Z | + do_untar out/downloads/mgd.tar.gz |
659 | 2023-12-05T05:13:44.180Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
660 | 2023-12-05T05:13:44.830Z | + do_assemble |
661 | 2023-12-05T05:13:44.834Z | + rm -r ./out/mgd |
662 | 2023-12-05T05:13:44.836Z | + mkdir ./out/mgd |
663 | 2023-12-05T05:13:44.836Z | + cp -r out/downloads/root ./out/mgd/root |
664 | 2023-12-05T05:13:45.027Z | + set -o errexit |
665 | 2023-12-05T05:13:45.030Z | +++ dirname ./tools/ci_download_transceiver_control |
666 | 2023-12-05T05:13:45.033Z | ++ cd ./tools |
667 | 2023-12-05T05:13:45.033Z | ++ pwd |
668 | 2023-12-05T05:13:45.033Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
669 | 2023-12-05T05:13:45.037Z | ++ basename ./tools/ci_download_transceiver_control |
670 | 2023-12-05T05:13:45.037Z | + ARG0=ci_download_transceiver_control |
671 | 2023-12-05T05:13:45.037Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
672 | 2023-12-05T05:13:45.037Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2023-12-05T05:13:45.037Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-12-05T05:13:45.037Z | + TARGET_DIR=out |
675 | 2023-12-05T05:13:45.037Z | + DOWNLOAD_DIR=out/downloads |
676 | 2023-12-05T05:13:45.037Z | + DEST_DIR=./out/transceiver-control |
677 | 2023-12-05T05:13:45.037Z | + BIN_DIR=/opt/oxide/bin |
678 | 2023-12-05T05:13:45.037Z | + BINARY=xcvradm |
679 | 2023-12-05T05:13:45.037Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
680 | 2023-12-05T05:13:45.037Z | + REPO=oxidecomputer/transceiver-control |
681 | 2023-12-05T05:13:45.037Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
682 | 2023-12-05T05:13:45.038Z | + main |
683 | 2023-12-05T05:13:45.038Z | + [[ 0 != 0 ]] |
684 | 2023-12-05T05:13:45.038Z | + CIDL_OS=solaris2.11 |
685 | 2023-12-05T05:13:45.038Z | + [[ 0 != 0 ]] |
686 | 2023-12-05T05:13:45.038Z | + configure_os solaris2.11 |
687 | 2023-12-05T05:13:45.038Z | + echo 'current directory: /work/oxidecomputer/omicron' |
688 | 2023-12-05T05:13:45.038Z | current directory: /work/oxidecomputer/omicron |
689 | 2023-12-05T05:13:45.038Z | + echo 'configuring based on OS: "solaris2.11"' |
690 | 2023-12-05T05:13:45.039Z | + case "$1" in |
691 | 2023-12-05T05:13:45.039Z | configuring based on OS: "solaris2.11" |
692 | 2023-12-05T05:13:45.039Z | + SET_BINARIES= |
693 | 2023-12-05T05:13:45.039Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2023-12-05T05:13:45.039Z | + CIDL_SHA256FUNC=do_sha256sum |
695 | 2023-12-05T05:13:45.039Z | + ARCHIVE_FILENAME=xcvradm.gz |
696 | 2023-12-05T05:13:45.039Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2023-12-05T05:13:45.039Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
698 | 2023-12-05T05:13:45.039Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
699 | 2023-12-05T05:13:45.039Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
700 | 2023-12-05T05:13:45.039Z | + echo 'Local file: out/downloads/xcvradm.gz' |
701 | 2023-12-05T05:13:45.039Z | + mkdir -p out/downloads |
702 | 2023-12-05T05:13:45.039Z | Local file: out/downloads/xcvradm.gz |
703 | 2023-12-05T05:13:45.042Z | + mkdir -p ./out/transceiver-control |
704 | 2023-12-05T05:13:45.042Z | + fetch_and_verify |
705 | 2023-12-05T05:13:45.042Z | + local DO_DOWNLOAD=true |
706 | 2023-12-05T05:13:45.042Z | + [[ -f out/downloads/xcvradm.gz ]] |
707 | 2023-12-05T05:13:45.042Z | + '[' true == true ']' |
708 | 2023-12-05T05:13:45.042Z | + echo Downloading... |
709 | 2023-12-05T05:13:45.042Z | Downloading... |
710 | 2023-12-05T05:13:45.042Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
711 | 2023-12-05T05:13:45.042Z | + 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 |
712 | 2023-12-05T05:13:47.600Z | ++ do_sha256sum out/downloads/xcvradm.gz |
713 | 2023-12-05T05:13:47.603Z | ++ sha256sum |
714 | 2023-12-05T05:13:47.603Z | ++ awk '{print $1}' |
715 | 2023-12-05T05:13:47.627Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
716 | 2023-12-05T05:13:47.627Z | + [[ 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 ]] |
717 | 2023-12-05T05:13:47.629Z | + do_unpack out/downloads/xcvradm.gz |
718 | 2023-12-05T05:13:47.629Z | + mkdir -p out/downloads/root//opt/oxide/bin |
719 | 2023-12-05T05:13:47.632Z | + gzip -dc out/downloads/xcvradm.gz |
720 | 2023-12-05T05:13:47.802Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
721 | 2023-12-05T05:13:47.805Z | + do_assemble |
722 | 2023-12-05T05:13:47.805Z | + rm -r ./out/transceiver-control |
723 | 2023-12-05T05:13:47.808Z | + mkdir ./out/transceiver-control |
724 | 2023-12-05T05:13:47.810Z | + cp -r out/downloads/root ./out/transceiver-control/root |
725 | 2023-12-05T05:13:48.017Z | All builder prerequisites installed successfully, and PATH looks valid |
726 | 2023-12-05T05:13:48.020Z | |
727 | 2023-12-05T05:13:48.020Z | real 2:30.138056452 |
728 | 2023-12-05T05:13:48.020Z | user 56.132763554 |
729 | 2023-12-05T05:13:48.020Z | sys 10.472231387 |
730 | 2023-12-05T05:13:48.020Z | trap 0.025814265 |
731 | 2023-12-05T05:13:48.020Z | tflt 0.152009926 |
732 | 2023-12-05T05:13:48.020Z | dflt 0.540212894 |
733 | 2023-12-05T05:13:48.020Z | kflt 0.205534311 |
734 | 2023-12-05T05:13:48.020Z | lock 1.652035952 |
735 | 2023-12-05T05:13:48.020Z | slp 4:41.953076847 |
736 | 2023-12-05T05:13:48.020Z | lat 3.465421261 |
737 | 2023-12-05T05:13:48.020Z | stop 0.070656278 |
738 | 2023-12-05T05:13:48.023Z | |
739 | 2023-12-05T05:13:48.023Z | ##### # # # # ##### |
740 | 2023-12-05T05:13:48.023Z | # # # # # # # # |
741 | 2023-12-05T05:13:48.023Z | ##### # # # # # # |
742 | 2023-12-05T05:13:48.023Z | # # # # # # # # |
743 | 2023-12-05T05:13:48.023Z | # # # # # # # # |
744 | 2023-12-05T05:13:48.023Z | ##### #### # ###### ##### |
745 | 2023-12-05T05:13:48.026Z | |
746 | 2023-12-05T05:13:48.373Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
747 | 2023-12-05T05:13:48.758Z | Updating crates.io index |
748 | 2023-12-05T05:13:48.836Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
749 | 2023-12-05T05:13:49.679Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
750 | 2023-12-05T05:13:51.553Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
751 | 2023-12-05T05:13:52.197Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
752 | 2023-12-05T05:13:52.546Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
753 | 2023-12-05T05:13:52.840Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
754 | 2023-12-05T05:13:53.156Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
755 | 2023-12-05T05:13:54.060Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
756 | 2023-12-05T05:13:56.145Z | Updating git repository `https://github.com/oxidecomputer/opte` |
757 | 2023-12-05T05:13:57.195Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
758 | 2023-12-05T05:13:57.666Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
759 | 2023-12-05T05:13:58.265Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
760 | 2023-12-05T05:13:58.630Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
761 | 2023-12-05T05:13:58.967Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
762 | 2023-12-05T05:13:59.435Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
763 | 2023-12-05T05:13:59.753Z | Updating git repository `https://github.com/njaremko/samael` |
764 | 2023-12-05T05:14:00.244Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
765 | 2023-12-05T05:14:00.977Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
766 | 2023-12-05T05:14:01.359Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
767 | 2023-12-05T05:14:01.750Z | Updating git repository `https://github.com/jgallagher/nix` |
768 | 2023-12-05T05:14:03.220Z | Updating git repository `https://github.com/cbiffle/hubpack` |
769 | 2023-12-05T05:14:03.763Z | Updating git repository `https://github.com/oxidecomputer/typify` |
770 | 2023-12-05T05:14:04.721Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
771 | 2023-12-05T05:14:05.121Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
772 | 2023-12-05T05:14:05.448Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
773 | 2023-12-05T05:14:07.016Z | Downloading crates ... |
774 | 2023-12-05T05:14:07.275Z | Downloaded criterion-plot v0.5.0 |
775 | 2023-12-05T05:14:07.280Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-12-05T05:14:07.295Z | Downloaded crossbeam v0.8.2 |
777 | 2023-12-05T05:14:07.301Z | Downloaded http-range v0.1.5 |
778 | 2023-12-05T05:14:07.307Z | Downloaded colorchoice v1.0.0 |
779 | 2023-12-05T05:14:07.312Z | Downloaded is_ci v1.1.1 |
780 | 2023-12-05T05:14:07.319Z | Downloaded corncobs v0.1.3 |
781 | 2023-12-05T05:14:07.325Z | Downloaded clap_lex v0.5.1 |
782 | 2023-12-05T05:14:07.327Z | Downloaded is-terminal v0.4.9 |
783 | 2023-12-05T05:14:07.330Z | Downloaded inout v0.1.3 |
784 | 2023-12-05T05:14:07.334Z | Downloaded httpdate v1.0.3 |
785 | 2023-12-05T05:14:07.337Z | Downloaded console v0.15.7 |
786 | 2023-12-05T05:14:07.342Z | Downloaded httptest v0.15.5 |
787 | 2023-12-05T05:14:07.346Z | Downloaded crc v3.0.1 |
788 | 2023-12-05T05:14:07.351Z | Downloaded humantime v2.1.0 |
789 | 2023-12-05T05:14:07.355Z | Downloaded cipher v0.4.4 |
790 | 2023-12-05T05:14:07.360Z | Downloaded clap_builder v4.4.2 |
791 | 2023-12-05T05:14:07.380Z | Downloaded newtype_derive v0.1.6 |
792 | 2023-12-05T05:14:07.386Z | Downloaded log v0.4.20 |
793 | 2023-12-05T05:14:07.396Z | Downloaded ahash v0.8.3 |
794 | 2023-12-05T05:14:07.401Z | Downloaded atomic-waker v1.1.1 |
795 | 2023-12-05T05:14:07.404Z | Downloaded num_cpus v1.16.0 |
796 | 2023-12-05T05:14:07.416Z | Downloaded array-init v0.0.4 |
797 | 2023-12-05T05:14:07.419Z | Downloaded atty v0.2.14 |
798 | 2023-12-05T05:14:07.424Z | Downloaded match_cfg v0.1.0 |
799 | 2023-12-05T05:14:07.429Z | Downloaded hubpack v0.1.2 |
800 | 2023-12-05T05:14:07.430Z | Downloaded chacha20 v0.9.1 |
801 | 2023-12-05T05:14:07.434Z | Downloaded bitflags v1.3.2 |
802 | 2023-12-05T05:14:07.441Z | Downloaded highway v1.1.0 |
803 | 2023-12-05T05:14:07.446Z | Downloaded macaddr v1.0.1 |
804 | 2023-12-05T05:14:07.454Z | Downloaded lazy_static v1.4.0 |
805 | 2023-12-05T05:14:07.454Z | Downloaded newline-converter v0.3.0 |
806 | 2023-12-05T05:14:07.459Z | Downloaded ciborium-io v0.2.1 |
807 | 2023-12-05T05:14:07.459Z | Downloaded lazycell v1.3.0 |
808 | 2023-12-05T05:14:07.471Z | Downloaded colored v2.0.4 |
809 | 2023-12-05T05:14:07.472Z | Downloaded serde_urlencoded v0.7.1 |
810 | 2023-12-05T05:14:07.478Z | Downloaded maybe-uninit v2.0.0 |
811 | 2023-12-05T05:14:07.478Z | Downloaded lalrpop-util v0.19.12 |
812 | 2023-12-05T05:14:07.483Z | Downloaded cexpr v0.6.0 |
813 | 2023-12-05T05:14:07.483Z | Downloaded nanorand v0.7.0 |
814 | 2023-12-05T05:14:07.491Z | Downloaded mime v0.3.17 |
815 | 2023-12-05T05:14:07.497Z | Downloaded num_enum_derive v0.5.11 |
816 | 2023-12-05T05:14:07.497Z | Downloaded camino v1.1.6 |
817 | 2023-12-05T05:14:07.629Z | Downloaded normalize-line-endings v0.3.0 |
818 | 2023-12-05T05:14:07.629Z | Downloaded mockall v0.11.4 |
819 | 2023-12-05T05:14:07.648Z | Downloaded slog-json v2.6.1 |
820 | 2023-12-05T05:14:07.648Z | Downloaded num v0.4.1 |
821 | 2023-12-05T05:14:07.650Z | Downloaded managed v0.8.0 |
822 | 2023-12-05T05:14:07.650Z | Downloaded hyper-staticfile v0.9.5 |
823 | 2023-12-05T05:14:07.650Z | Downloaded semver-parser v0.10.2 |
824 | 2023-12-05T05:14:07.650Z | Downloaded multer v2.1.0 |
825 | 2023-12-05T05:14:07.650Z | Downloaded stable_deref_trait v1.2.0 |
826 | 2023-12-05T05:14:07.650Z | Downloaded structopt-derive v0.4.18 |
827 | 2023-12-05T05:14:07.650Z | Downloaded native-tls v0.2.11 |
828 | 2023-12-05T05:14:07.650Z | Downloaded smf v0.2.2 |
829 | 2023-12-05T05:14:07.650Z | Downloaded libloading v0.7.4 |
830 | 2023-12-05T05:14:07.650Z | Downloaded hyper-rustls v0.24.2 |
831 | 2023-12-05T05:14:07.650Z | Downloaded crucible-workspace-hack v0.1.0 |
832 | 2023-12-05T05:14:07.650Z | Downloaded precomputed-hash v0.1.1 |
833 | 2023-12-05T05:14:07.650Z | Downloaded zone_cfg_derive v0.3.0 |
834 | 2023-12-05T05:14:07.650Z | Downloaded slog-envlogger v2.2.0 |
835 | 2023-12-05T05:14:07.650Z | Downloaded deranged v0.3.8 |
836 | 2023-12-05T05:14:07.652Z | Downloaded debug-ignore v1.0.5 |
837 | 2023-12-05T05:14:07.652Z | Downloaded parse-display-derive v0.8.2 |
838 | 2023-12-05T05:14:07.652Z | Downloaded reqwest v0.11.22 |
839 | 2023-12-05T05:14:07.652Z | Downloaded enum-as-inner v0.5.1 |
840 | 2023-12-05T05:14:07.652Z | Downloaded whoami v1.4.1 |
841 | 2023-12-05T05:14:07.652Z | Downloaded spki v0.7.2 |
842 | 2023-12-05T05:14:07.652Z | Downloaded futures-sink v0.3.29 |
843 | 2023-12-05T05:14:07.652Z | Downloaded futures-macro v0.3.29 |
844 | 2023-12-05T05:14:07.652Z | Downloaded thiserror v1.0.49 |
845 | 2023-12-05T05:14:07.652Z | Downloaded futures-io v0.3.29 |
846 | 2023-12-05T05:14:07.652Z | Downloaded fallible-iterator v0.2.0 |
847 | 2023-12-05T05:14:07.652Z | Downloaded usdt-attr-macro v0.3.5 |
848 | 2023-12-05T05:14:07.652Z | Downloaded zone v0.3.0 |
849 | 2023-12-05T05:14:07.654Z | Downloaded pest_generator v2.7.2 |
850 | 2023-12-05T05:14:07.654Z | Downloaded zerocopy v0.3.0 |
851 | 2023-12-05T05:14:07.654Z | Downloaded unarray v0.1.4 |
852 | 2023-12-05T05:14:07.654Z | Downloaded structopt v0.3.26 |
853 | 2023-12-05T05:14:07.662Z | Downloaded vte_generate_state_changes v0.1.1 |
854 | 2023-12-05T05:14:07.662Z | Downloaded usdt-macro v0.3.5 |
855 | 2023-12-05T05:14:07.662Z | Downloaded thiserror-impl v1.0.49 |
856 | 2023-12-05T05:14:07.662Z | Downloaded termtree v0.4.1 |
857 | 2023-12-05T05:14:07.665Z | Downloaded env_logger v0.10.0 |
858 | 2023-12-05T05:14:07.665Z | Downloaded hex v0.4.3 |
859 | 2023-12-05T05:14:07.665Z | Downloaded strum v0.25.0 |
860 | 2023-12-05T05:14:07.665Z | Downloaded curve25519-dalek-derive v0.1.0 |
861 | 2023-12-05T05:14:07.672Z | Downloaded crc-any v2.4.3 |
862 | 2023-12-05T05:14:07.673Z | Downloaded foreign-types v0.3.2 |
863 | 2023-12-05T05:14:07.673Z | Downloaded toml_datetime v0.6.5 |
864 | 2023-12-05T05:14:07.673Z | Downloaded thread-id v4.2.0 |
865 | 2023-12-05T05:14:07.673Z | Downloaded thiserror-no-std v2.0.2 |
866 | 2023-12-05T05:14:07.677Z | Downloaded derive_builder_macro v0.12.0 |
867 | 2023-12-05T05:14:07.681Z | Downloaded pest_meta v2.7.2 |
868 | 2023-12-05T05:14:07.685Z | Downloaded slog-bunyan v2.4.0 |
869 | 2023-12-05T05:14:07.688Z | Downloaded num-bigint v0.4.4 |
870 | 2023-12-05T05:14:07.746Z | Downloaded tinyvec_macros v0.1.1 |
871 | 2023-12-05T05:14:07.755Z | Downloaded packed_struct_codegen v0.10.1 |
872 | 2023-12-05T05:14:07.755Z | Downloaded utf-8 v0.7.6 |
873 | 2023-12-05T05:14:07.755Z | Downloaded usdt-impl v0.3.5 |
874 | 2023-12-05T05:14:07.755Z | Downloaded semver v0.1.20 |
875 | 2023-12-05T05:14:07.755Z | Downloaded usdt v0.3.5 |
876 | 2023-12-05T05:14:07.755Z | Downloaded thiserror-impl-no-std v2.0.2 |
877 | 2023-12-05T05:14:07.755Z | Downloaded generic-array v0.14.7 |
878 | 2023-12-05T05:14:07.755Z | Downloaded signal-hook-tokio v0.3.1 |
879 | 2023-12-05T05:14:07.755Z | Downloaded openssl-probe v0.1.5 |
880 | 2023-12-05T05:14:07.755Z | Downloaded predicates v2.1.5 |
881 | 2023-12-05T05:14:07.755Z | Downloaded fxhash v0.2.1 |
882 | 2023-12-05T05:14:07.755Z | Downloaded parse-display v0.8.2 |
883 | 2023-12-05T05:14:07.755Z | Downloaded schemars_derive v0.8.13 |
884 | 2023-12-05T05:14:07.755Z | Downloaded parking_lot_core v0.8.6 |
885 | 2023-12-05T05:14:07.755Z | Downloaded utf8parse v0.2.1 |
886 | 2023-12-05T05:14:07.755Z | Downloaded unicase v2.7.0 |
887 | 2023-12-05T05:14:07.755Z | Downloaded same-file v1.0.6 |
888 | 2023-12-05T05:14:07.755Z | Downloaded fnv v1.0.7 |
889 | 2023-12-05T05:14:07.755Z | Downloaded pretty-hex v0.2.1 |
890 | 2023-12-05T05:14:07.755Z | Downloaded untrusted v0.7.1 |
891 | 2023-12-05T05:14:07.763Z | Downloaded criterion v0.5.1 |
892 | 2023-12-05T05:14:07.765Z | Downloaded heck v0.3.3 |
893 | 2023-12-05T05:14:07.768Z | Downloaded pin-utils v0.1.0 |
894 | 2023-12-05T05:14:07.773Z | Downloaded socket2 v0.5.5 |
895 | 2023-12-05T05:14:07.776Z | Downloaded toolchain_find v0.2.0 |
896 | 2023-12-05T05:14:07.779Z | Downloaded termcolor v1.2.0 |
897 | 2023-12-05T05:14:07.779Z | Downloaded tempfile v3.8.1 |
898 | 2023-12-05T05:14:07.783Z | Downloaded vte v0.11.1 |
899 | 2023-12-05T05:14:07.787Z | Downloaded futures v0.3.29 |
900 | 2023-12-05T05:14:07.798Z | Downloaded serial_test v0.10.0 |
901 | 2023-12-05T05:14:07.802Z | Downloaded futures-executor v0.3.29 |
902 | 2023-12-05T05:14:07.805Z | Downloaded unicode-bidi v0.3.13 |
903 | 2023-12-05T05:14:07.809Z | Downloaded getopts v0.2.21 |
904 | 2023-12-05T05:14:07.812Z | Downloaded serde_repr v0.1.16 |
905 | 2023-12-05T05:14:07.815Z | Downloaded flagset v0.4.3 |
906 | 2023-12-05T05:14:07.818Z | Downloaded equivalent v1.0.1 |
907 | 2023-12-05T05:14:07.818Z | Downloaded futures-timer v3.0.2 |
908 | 2023-12-05T05:14:07.821Z | Downloaded ff v0.13.0 |
909 | 2023-12-05T05:14:07.825Z | Downloaded scopeguard v1.2.0 |
910 | 2023-12-05T05:14:07.829Z | Downloaded rustls-native-certs v0.6.3 |
911 | 2023-12-05T05:14:07.831Z | Downloaded pkcs8 v0.10.2 |
912 | 2023-12-05T05:14:07.836Z | Downloaded der v0.7.8 |
913 | 2023-12-05T05:14:07.846Z | Downloaded darling_macro v0.14.4 |
914 | 2023-12-05T05:14:07.849Z | Downloaded serde-hex v0.1.0 |
915 | 2023-12-05T05:14:07.852Z | Downloaded topological-sort v0.2.2 |
916 | 2023-12-05T05:14:07.856Z | Downloaded uuid v1.6.1 |
917 | 2023-12-05T05:14:07.862Z | Downloaded strip-ansi-escapes v0.2.0 |
918 | 2023-12-05T05:14:07.865Z | Downloaded datatest-stable v0.2.3 |
919 | 2023-12-05T05:14:07.871Z | Downloaded toml_edit v0.19.15 |
920 | 2023-12-05T05:14:07.903Z | Downloaded diesel_table_macro_syntax v0.1.0 |
921 | 2023-12-05T05:14:07.906Z | Downloaded foreign-types v0.5.0 |
922 | 2023-12-05T05:14:07.906Z | Downloaded swrite v0.1.0 |
923 | 2023-12-05T05:14:07.906Z | Downloaded darling_macro v0.20.3 |
924 | 2023-12-05T05:14:07.909Z | Downloaded rustfmt-wrapper v0.2.0 |
925 | 2023-12-05T05:14:07.909Z | Downloaded oso v0.27.0 |
926 | 2023-12-05T05:14:07.916Z | Downloaded doc-comment v0.3.3 |
927 | 2023-12-05T05:14:07.919Z | Downloaded slog-stdlog v4.1.1 |
928 | 2023-12-05T05:14:07.922Z | Downloaded zeroize_derive v1.4.2 |
929 | 2023-12-05T05:14:07.923Z | Downloaded tokio-rustls v0.24.1 |
930 | 2023-12-05T05:14:07.927Z | Downloaded path-slash v0.1.5 |
931 | 2023-12-05T05:14:07.930Z | Downloaded papergrid v0.10.0 |
932 | 2023-12-05T05:14:07.937Z | Downloaded serde_with_macros v2.3.3 |
933 | 2023-12-05T05:14:07.941Z | Downloaded waitgroup v0.1.2 |
934 | 2023-12-05T05:14:07.944Z | Downloaded libxml v0.3.3 |
935 | 2023-12-05T05:14:07.961Z | Downloaded tokio-macros v2.2.0 |
936 | 2023-12-05T05:14:07.961Z | Downloaded foreign-types-macros v0.2.3 |
937 | 2023-12-05T05:14:07.961Z | Downloaded postcard v0.7.3 |
938 | 2023-12-05T05:14:07.965Z | Downloaded digest v0.10.7 |
939 | 2023-12-05T05:14:07.968Z | Downloaded fragile v2.0.0 |
940 | 2023-12-05T05:14:07.970Z | Downloaded form_urlencoded v1.2.1 |
941 | 2023-12-05T05:14:07.970Z | Downloaded slog-async v2.8.0 |
942 | 2023-12-05T05:14:07.974Z | Downloaded downcast v0.11.0 |
943 | 2023-12-05T05:14:07.976Z | Downloaded typenum v1.16.0 |
944 | 2023-12-05T05:14:07.980Z | Downloaded terminal_size v0.2.6 |
945 | 2023-12-05T05:14:07.983Z | Downloaded phf_shared v0.10.0 |
946 | 2023-12-05T05:14:07.985Z | Downloaded oso-derive v0.27.0 |
947 | 2023-12-05T05:14:07.985Z | Downloaded take_mut v0.2.2 |
948 | 2023-12-05T05:14:07.988Z | Downloaded snafu v0.7.5 |
949 | 2023-12-05T05:14:07.998Z | Downloaded rustc_version v0.4.0 |
950 | 2023-12-05T05:14:08.002Z | Downloaded cstr-argument v0.1.2 |
951 | 2023-12-05T05:14:08.006Z | Downloaded try-lock v0.2.4 |
952 | 2023-12-05T05:14:08.006Z | Downloaded strum_macros v0.24.3 |
953 | 2023-12-05T05:14:08.008Z | Downloaded which v4.4.0 |
954 | 2023-12-05T05:14:08.011Z | Downloaded rand_xorshift v0.3.0 |
955 | 2023-12-05T05:14:08.014Z | Downloaded quote v1.0.33 |
956 | 2023-12-05T05:14:08.017Z | Downloaded universal-hash v0.5.1 |
957 | 2023-12-05T05:14:08.020Z | Downloaded tar v0.4.40 |
958 | 2023-12-05T05:14:08.023Z | Downloaded opaque-debug v0.3.0 |
959 | 2023-12-05T05:14:08.026Z | Downloaded ref-cast-impl v1.0.20 |
960 | 2023-12-05T05:14:08.028Z | Downloaded der_derive v0.7.2 |
961 | 2023-12-05T05:14:08.031Z | Downloaded dashmap v5.5.1 |
962 | 2023-12-05T05:14:08.034Z | Downloaded peeking_take_while v0.1.2 |
963 | 2023-12-05T05:14:08.036Z | Downloaded untrusted v0.9.0 |
964 | 2023-12-05T05:14:08.039Z | Downloaded tempdir v0.3.7 |
965 | 2023-12-05T05:14:08.042Z | Downloaded funty v2.0.0 |
966 | 2023-12-05T05:14:08.042Z | Downloaded derive_builder_core v0.12.0 |
967 | 2023-12-05T05:14:08.045Z | Downloaded crossterm v0.27.0 |
968 | 2023-12-05T05:14:08.057Z | Downloaded zeroize v1.7.0 |
969 | 2023-12-05T05:14:08.060Z | Downloaded proc-macro-crate v1.3.1 |
970 | 2023-12-05T05:14:08.063Z | Downloaded hyper v0.14.27 |
971 | 2023-12-05T05:14:08.076Z | Downloaded phf_shared v0.11.2 |
972 | 2023-12-05T05:14:08.078Z | Downloaded postcard-cobs v0.1.5-pre |
973 | 2023-12-05T05:14:08.089Z | Downloaded ena v0.14.2 |
974 | 2023-12-05T05:14:08.089Z | Downloaded pin-project-internal v1.1.3 |
975 | 2023-12-05T05:14:08.089Z | Downloaded pem v1.1.1 |
976 | 2023-12-05T05:14:08.089Z | Downloaded futures-channel v0.3.29 |
977 | 2023-12-05T05:14:08.092Z | Downloaded semver v1.0.20 |
978 | 2023-12-05T05:14:08.095Z | Downloaded similar v2.2.1 |
979 | 2023-12-05T05:14:08.103Z | Downloaded once_cell v1.18.0 |
980 | 2023-12-05T05:14:08.111Z | Downloaded omicron-zone-package v0.9.1 |
981 | 2023-12-05T05:14:08.113Z | Downloaded tokio-postgres v0.7.10 |
982 | 2023-12-05T05:14:08.121Z | Downloaded term v0.7.0 |
983 | 2023-12-05T05:14:08.127Z | Downloaded proc-macro-error v1.0.4 |
984 | 2023-12-05T05:14:08.133Z | Downloaded parking_lot v0.12.1 |
985 | 2023-12-05T05:14:08.156Z | Downloaded textwrap v0.16.0 |
986 | 2023-12-05T05:14:08.156Z | Downloaded salty v0.2.0 |
987 | 2023-12-05T05:14:08.156Z | Downloaded test-strategy v0.3.1 |
988 | 2023-12-05T05:14:08.159Z | Downloaded typed-path v0.6.0 |
989 | 2023-12-05T05:14:08.214Z | Downloaded prettyplease v0.2.12 |
990 | 2023-12-05T05:14:08.219Z | Downloaded reedline v0.26.0 |
991 | 2023-12-05T05:14:08.219Z | Downloaded pin-project v1.1.3 |
992 | 2023-12-05T05:14:08.219Z | Downloaded ryu v1.0.15 |
993 | 2023-12-05T05:14:08.219Z | Downloaded flume v0.11.0 |
994 | 2023-12-05T05:14:08.223Z | Downloaded unicode-normalization v0.1.22 |
995 | 2023-12-05T05:14:08.231Z | Downloaded hashbrown v0.13.2 |
996 | 2023-12-05T05:14:08.236Z | Downloaded portable-atomic v1.4.3 |
997 | 2023-12-05T05:14:08.250Z | Downloaded rustls-webpki v0.101.7 |
998 | 2023-12-05T05:14:08.273Z | Downloaded hashbrown v0.12.3 |
999 | 2023-12-05T05:14:08.280Z | Downloaded bindgen v0.65.1 |
1000 | 2023-12-05T05:14:08.294Z | Downloaded proptest v1.4.0 |
1001 | 2023-12-05T05:14:08.310Z | Downloaded time v0.3.27 |
1002 | 2023-12-05T05:14:08.321Z | Downloaded quick-xml v0.23.1 |
1003 | 2023-12-05T05:14:08.334Z | Downloaded winnow v0.5.15 |
1004 | 2023-12-05T05:14:08.349Z | Downloaded radix_trie v0.2.1 |
1005 | 2023-12-05T05:14:08.358Z | Downloaded smoltcp v0.9.1 |
1006 | 2023-12-05T05:14:08.381Z | Downloaded ratatui v0.23.0 |
1007 | 2023-12-05T05:14:08.399Z | Downloaded curve25519-dalek v4.1.0 |
1008 | 2023-12-05T05:14:08.416Z | Downloaded tabled v0.14.0 |
1009 | 2023-12-05T05:14:08.444Z | Downloaded syn v1.0.109 |
1010 | 2023-12-05T05:14:08.464Z | Downloaded webpki-roots v0.25.2 |
1011 | 2023-12-05T05:14:08.473Z | Downloaded regex-syntax v0.8.2 |
1012 | 2023-12-05T05:14:08.488Z | Downloaded syn v2.0.32 |
1013 | 2023-12-05T05:14:08.509Z | Downloaded openapiv3 v2.0.0-rc.1 |
1014 | 2023-12-05T05:14:08.533Z | Downloaded diesel v2.1.4 |
1015 | 2023-12-05T05:14:08.566Z | Downloaded sled v0.34.7 |
1016 | 2023-12-05T05:14:08.588Z | Downloaded zerocopy-derive v0.2.0 |
1017 | 2023-12-05T05:14:08.607Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2023-12-05T05:14:08.716Z | Downloaded regex-automata v0.4.3 |
1019 | 2023-12-05T05:14:08.723Z | Downloaded zerocopy-derive v0.6.4 |
1020 | 2023-12-05T05:14:08.723Z | Downloaded tokio v1.34.0 |
1021 | 2023-12-05T05:14:08.813Z | Downloaded sha3 v0.10.8 |
1022 | 2023-12-05T05:14:08.819Z | Downloaded regex-automata v0.3.8 |
1023 | 2023-12-05T05:14:08.819Z | Downloaded libc v0.2.150 |
1024 | 2023-12-05T05:14:08.848Z | Downloaded object v0.32.1 |
1025 | 2023-12-05T05:14:08.867Z | Downloaded regex-syntax v0.7.5 |
1026 | 2023-12-05T05:14:08.883Z | Downloaded encoding_rs v0.8.33 |
1027 | 2023-12-05T05:14:08.927Z | Downloaded regex v1.10.2 |
1028 | 2023-12-05T05:14:08.952Z | Downloaded regex-syntax v0.6.29 |
1029 | 2023-12-05T05:14:08.965Z | Downloaded trust-dns-proto v0.22.0 |
1030 | 2023-12-05T05:14:08.987Z | Downloaded bstr v1.6.0 |
1031 | 2023-12-05T05:14:09.008Z | Downloaded object v0.30.4 |
1032 | 2023-12-05T05:14:09.025Z | Downloaded gimli v0.28.0 |
1033 | 2023-12-05T05:14:09.040Z | Downloaded vcpkg v0.2.15 |
1034 | 2023-12-05T05:14:09.126Z | Downloaded rustix v0.37.23 |
1035 | 2023-12-05T05:14:09.147Z | Downloaded openssl v0.10.60 |
1036 | 2023-12-05T05:14:09.165Z | Downloaded rustls v0.21.9 |
1037 | 2023-12-05T05:14:09.187Z | Downloaded polar-core v0.27.0 |
1038 | 2023-12-05T05:14:09.201Z | Downloaded bstr v0.2.17 |
1039 | 2023-12-05T05:14:09.220Z | Downloaded serde_json v1.0.108 |
1040 | 2023-12-05T05:14:09.233Z | Downloaded regress v0.7.1 |
1041 | 2023-12-05T05:14:09.256Z | Downloaded futures-util v0.3.29 |
1042 | 2023-12-05T05:14:09.270Z | Downloaded rayon v1.8.0 |
1043 | 2023-12-05T05:14:09.294Z | Downloaded smoltcp v0.8.2 |
1044 | 2023-12-05T05:14:09.305Z | Downloaded serde_with v2.3.3 |
1045 | 2023-12-05T05:14:09.315Z | Downloaded rustix v0.38.25 |
1046 | 2023-12-05T05:14:09.355Z | Downloaded petgraph v0.6.4 |
1047 | 2023-12-05T05:14:09.380Z | Downloaded bitvec v1.0.1 |
1048 | 2023-12-05T05:14:09.407Z | Downloaded idna v0.5.0 |
1049 | 2023-12-05T05:14:09.420Z | Downloaded idna v0.2.3 |
1050 | 2023-12-05T05:14:09.432Z | Downloaded h2 v0.3.21 |
1051 | 2023-12-05T05:14:09.444Z | Downloaded unicode-segmentation v1.10.1 |
1052 | 2023-12-05T05:14:09.450Z | Downloaded plotters v0.3.5 |
1053 | 2023-12-05T05:14:09.466Z | Downloaded pest v2.7.2 |
1054 | 2023-12-05T05:14:09.475Z | Downloaded rsa v0.9.2 |
1055 | 2023-12-05T05:14:09.483Z | Downloaded ring v0.17.5 |
1056 | 2023-12-05T05:14:09.618Z | Downloaded chrono v0.4.31 |
1057 | 2023-12-05T05:14:09.632Z | Downloaded aho-corasick v1.0.4 |
1058 | 2023-12-05T05:14:09.642Z | Downloaded unsafe-libyaml v0.2.9 |
1059 | 2023-12-05T05:14:09.648Z | Downloaded headers v0.3.9 |
1060 | 2023-12-05T05:14:09.658Z | Downloaded ring v0.16.20 |
1061 | 2023-12-05T05:14:09.862Z | Downloaded rand v0.8.5 |
1062 | 2023-12-05T05:14:09.869Z | Downloaded hashbrown v0.14.2 |
1063 | 2023-12-05T05:14:09.869Z | Downloaded smawk v0.3.1 |
1064 | 2023-12-05T05:14:09.869Z | Downloaded smallvec v1.11.0 |
1065 | 2023-12-05T05:14:09.869Z | Downloaded slog-term v2.9.0 |
1066 | 2023-12-05T05:14:09.869Z | Downloaded regex-automata v0.1.10 |
1067 | 2023-12-05T05:14:09.872Z | Downloaded clap v2.34.0 |
1068 | 2023-12-05T05:14:09.879Z | Downloaded crypto-common v0.1.6 |
1069 | 2023-12-05T05:14:09.882Z | Downloaded signal-hook-registry v1.4.1 |
1070 | 2023-12-05T05:14:09.885Z | Downloaded stringprep v0.1.3 |
1071 | 2023-12-05T05:14:09.885Z | Downloaded strsim v0.8.0 |
1072 | 2023-12-05T05:14:09.888Z | Downloaded trybuild v1.0.85 |
1073 | 2023-12-05T05:14:09.893Z | Downloaded steno v0.4.0 |
1074 | 2023-12-05T05:14:09.900Z | Downloaded tough v0.15.0 |
1075 | 2023-12-05T05:14:09.914Z | Downloaded fixedbitset v0.4.2 |
1076 | 2023-12-05T05:14:09.917Z | Downloaded dof v0.1.5 |
1077 | 2023-12-05T05:14:09.920Z | Downloaded ucd-trie v0.1.6 |
1078 | 2023-12-05T05:14:09.923Z | Downloaded serde_yaml v0.9.25 |
1079 | 2023-12-05T05:14:09.926Z | Downloaded hash32 v0.2.1 |
1080 | 2023-12-05T05:14:09.929Z | Downloaded plotters-backend v0.3.5 |
1081 | 2023-12-05T05:14:09.933Z | Downloaded fs-err v2.11.0 |
1082 | 2023-12-05T05:14:09.936Z | Downloaded difflib v0.4.0 |
1083 | 2023-12-05T05:14:09.936Z | Downloaded glob v0.3.1 |
1084 | 2023-12-05T05:14:09.938Z | Downloaded synstructure v0.12.6 |
1085 | 2023-12-05T05:14:09.938Z | Downloaded serde_derive_internals v0.26.0 |
1086 | 2023-12-05T05:14:09.942Z | Downloaded proc-macro2 v1.0.69 |
1087 | 2023-12-05T05:14:09.948Z | Downloaded trust-dns-client v0.22.0 |
1088 | 2023-12-05T05:14:09.954Z | Downloaded tokio-util v0.7.10 |
1089 | 2023-12-05T05:14:09.964Z | Downloaded futures-task v0.3.29 |
1090 | 2023-12-05T05:14:09.967Z | Downloaded relative-path v1.9.0 |
1091 | 2023-12-05T05:14:09.970Z | Downloaded subprocess v0.2.9 |
1092 | 2023-12-05T05:14:09.973Z | Downloaded serde_derive v1.0.192 |
1093 | 2023-12-05T05:14:09.977Z | Downloaded tungstenite v0.20.1 |
1094 | 2023-12-05T05:14:09.983Z | Downloaded openssl-sys v0.9.96 |
1095 | 2023-12-05T05:14:09.991Z | Downloaded serde_spanned v0.6.4 |
1096 | 2023-12-05T05:14:09.994Z | Downloaded signature v2.1.0 |
1097 | 2023-12-05T05:14:09.997Z | Downloaded tokio-stream v0.1.14 |
1098 | 2023-12-05T05:14:10.003Z | Downloaded postgres-protocol v0.6.6 |
1099 | 2023-12-05T05:14:10.006Z | Downloaded platforms v3.0.2 |
1100 | 2023-12-05T05:14:10.009Z | Downloaded crossbeam-utils v0.8.16 |
1101 | 2023-12-05T05:14:10.012Z | Downloaded pretty_assertions v1.4.0 |
1102 | 2023-12-05T05:14:10.016Z | Downloaded fatfs v0.3.6 |
1103 | 2023-12-05T05:14:10.020Z | Downloaded tracing-core v0.1.31 |
1104 | 2023-12-05T05:14:10.025Z | Downloaded half v1.8.2 |
1105 | 2023-12-05T05:14:10.029Z | Downloaded hkdf v0.12.3 |
1106 | 2023-12-05T05:14:10.126Z | Downloaded itertools v0.12.0 |
1107 | 2023-12-05T05:14:10.134Z | Downloaded group v0.13.0 |
1108 | 2023-12-05T05:14:10.134Z | Downloaded serde_tokenstream v0.2.0 |
1109 | 2023-12-05T05:14:10.134Z | Downloaded thread_local v1.1.7 |
1110 | 2023-12-05T05:14:10.134Z | Downloaded slog v2.7.0 |
1111 | 2023-12-05T05:14:10.134Z | Downloaded num-bigint-dig v0.8.4 |
1112 | 2023-12-05T05:14:10.134Z | Downloaded nom v7.1.3 |
1113 | 2023-12-05T05:14:10.134Z | Downloaded lalrpop v0.19.12 |
1114 | 2023-12-05T05:14:10.134Z | Downloaded unicode-xid v0.2.4 |
1115 | 2023-12-05T05:14:10.135Z | Downloaded wyz v0.5.1 |
1116 | 2023-12-05T05:14:10.135Z | Downloaded filetime v0.2.22 |
1117 | 2023-12-05T05:14:10.135Z | Downloaded wait-timeout v0.2.0 |
1118 | 2023-12-05T05:14:10.135Z | Downloaded toml v0.5.11 |
1119 | 2023-12-05T05:14:10.135Z | Downloaded socket2 v0.4.9 |
1120 | 2023-12-05T05:14:10.135Z | Downloaded rstest v0.18.2 |
1121 | 2023-12-05T05:14:10.135Z | Downloaded toml v0.7.8 |
1122 | 2023-12-05T05:14:10.135Z | Downloaded itertools v0.10.5 |
1123 | 2023-12-05T05:14:10.138Z | Downloaded dirs-sys-next v0.1.2 |
1124 | 2023-12-05T05:14:10.141Z | Downloaded dirs-next v2.0.0 |
1125 | 2023-12-05T05:14:10.141Z | Downloaded data-encoding v2.4.0 |
1126 | 2023-12-05T05:14:10.158Z | Downloaded pest_derive v2.7.2 |
1127 | 2023-12-05T05:14:10.169Z | Downloaded darling_core v0.20.3 |
1128 | 2023-12-05T05:14:10.169Z | Downloaded url v2.5.0 |
1129 | 2023-12-05T05:14:10.169Z | Downloaded trust-dns-resolver v0.22.0 |
1130 | 2023-12-05T05:14:10.173Z | Downloaded libm v0.2.7 |
1131 | 2023-12-05T05:14:10.196Z | Downloaded expectorate v1.1.0 |
1132 | 2023-12-05T05:14:10.211Z | Downloaded spin v0.9.8 |
1133 | 2023-12-05T05:14:10.211Z | Downloaded snafu-derive v0.7.5 |
1134 | 2023-12-05T05:14:10.211Z | Downloaded trust-dns-server v0.22.1 |
1135 | 2023-12-05T05:14:10.214Z | Downloaded toml_edit v0.21.0 |
1136 | 2023-12-05T05:14:10.240Z | Downloaded itertools v0.11.0 |
1137 | 2023-12-05T05:14:10.261Z | Downloaded flate2 v1.0.28 |
1138 | 2023-12-05T05:14:10.268Z | Downloaded errno v0.3.2 |
1139 | 2023-12-05T05:14:10.268Z | Downloaded version_check v0.9.4 |
1140 | 2023-12-05T05:14:10.268Z | Downloaded vec_map v0.8.2 |
1141 | 2023-12-05T05:14:10.268Z | Downloaded heck v0.4.1 |
1142 | 2023-12-05T05:14:10.271Z | Downloaded pem-rfc7468 v0.7.0 |
1143 | 2023-12-05T05:14:10.271Z | Downloaded poly1305 v0.8.0 |
1144 | 2023-12-05T05:14:10.274Z | Downloaded getrandom v0.2.10 |
1145 | 2023-12-05T05:14:10.279Z | Downloaded pkcs1 v0.7.5 |
1146 | 2023-12-05T05:14:10.296Z | Downloaded postgres-types v0.2.6 |
1147 | 2023-12-05T05:14:10.296Z | Downloaded oorandom v11.1.3 |
1148 | 2023-12-05T05:14:10.296Z | Downloaded vsss-rs v3.3.1 |
1149 | 2023-12-05T05:14:10.296Z | Downloaded darling_core v0.14.4 |
1150 | 2023-12-05T05:14:10.302Z | Downloaded rstest_macros v0.18.2 |
1151 | 2023-12-05T05:14:10.312Z | Downloaded rand v0.4.6 |
1152 | 2023-12-05T05:14:10.397Z | Downloaded diesel_derives v2.1.2 |
1153 | 2023-12-05T05:14:10.397Z | Downloaded string_cache v0.8.7 |
1154 | 2023-12-05T05:14:10.397Z | Downloaded shell-words v1.1.0 |
1155 | 2023-12-05T05:14:10.397Z | Downloaded sha1 v0.10.6 |
1156 | 2023-12-05T05:14:10.397Z | Downloaded dyn-clone v1.0.13 |
1157 | 2023-12-05T05:14:10.397Z | Downloaded tokio-native-tls v0.3.1 |
1158 | 2023-12-05T05:14:10.397Z | Downloaded derive_more v0.99.17 |
1159 | 2023-12-05T05:14:10.397Z | Downloaded x509-cert v0.2.4 |
1160 | 2023-12-05T05:14:10.397Z | Downloaded heapless v0.7.16 |
1161 | 2023-12-05T05:14:10.397Z | Downloaded time-core v0.1.1 |
1162 | 2023-12-05T05:14:10.397Z | Downloaded number_prefix v0.4.0 |
1163 | 2023-12-05T05:14:10.414Z | Downloaded plotters-svg v0.3.5 |
1164 | 2023-12-05T05:14:10.438Z | Downloaded semver v0.11.0 |
1165 | 2023-12-05T05:14:10.438Z | Downloaded unicode-width v0.1.11 |
1166 | 2023-12-05T05:14:10.438Z | Downloaded owo-colors v3.5.0 |
1167 | 2023-12-05T05:14:10.438Z | Downloaded partial-io v0.5.4 |
1168 | 2023-12-05T05:14:10.438Z | Downloaded percent-encoding v2.3.1 |
1169 | 2023-12-05T05:14:10.438Z | Downloaded rayon-core v1.12.0 |
1170 | 2023-12-05T05:14:10.438Z | Downloaded yasna v0.5.2 |
1171 | 2023-12-05T05:14:10.438Z | Downloaded pem v3.0.2 |
1172 | 2023-12-05T05:14:10.438Z | Downloaded zip v0.6.6 |
1173 | 2023-12-05T05:14:10.438Z | Downloaded serde-big-array v0.5.1 |
1174 | 2023-12-05T05:14:10.440Z | Downloaded foreign-types-shared v0.1.1 |
1175 | 2023-12-05T05:14:10.440Z | Downloaded predicates-tree v1.0.9 |
1176 | 2023-12-05T05:14:10.440Z | Downloaded predicates-core v1.0.6 |
1177 | 2023-12-05T05:14:10.440Z | Downloaded walkdir v2.4.0 |
1178 | 2023-12-05T05:14:10.440Z | Downloaded signature v1.6.4 |
1179 | 2023-12-05T05:14:10.440Z | Downloaded tinyvec v1.6.0 |
1180 | 2023-12-05T05:14:10.440Z | Downloaded tracing v0.1.37 |
1181 | 2023-12-05T05:14:10.440Z | Downloaded minimal-lexical v0.2.1 |
1182 | 2023-12-05T05:14:10.454Z | Downloaded serial_test_derive v0.10.0 |
1183 | 2023-12-05T05:14:10.454Z | Downloaded dtrace-parser v0.1.14 |
1184 | 2023-12-05T05:14:10.454Z | Downloaded pin-project-lite v0.2.13 |
1185 | 2023-12-05T05:14:10.454Z | Downloaded toml v0.8.8 |
1186 | 2023-12-05T05:14:10.454Z | Downloaded crypto-bigint v0.5.2 |
1187 | 2023-12-05T05:14:10.465Z | Downloaded rcgen v0.11.3 |
1188 | 2023-12-05T05:14:10.465Z | Downloaded memchr v2.6.3 |
1189 | 2023-12-05T05:14:10.465Z | Downloaded elliptic-curve v0.13.8 |
1190 | 2023-12-05T05:14:10.471Z | Downloaded either v1.9.0 |
1191 | 2023-12-05T05:14:10.472Z | Downloaded derive-where v1.2.5 |
1192 | 2023-12-05T05:14:10.474Z | Downloaded pretty-hex v0.4.0 |
1193 | 2023-12-05T05:14:10.477Z | Downloaded tabled_derive v0.6.0 |
1194 | 2023-12-05T05:14:10.477Z | Downloaded strsim v0.10.0 |
1195 | 2023-12-05T05:14:10.480Z | Downloaded similar-asserts v1.5.0 |
1196 | 2023-12-05T05:14:10.483Z | Downloaded tui-tree-widget v0.13.0 |
1197 | 2023-12-05T05:14:10.483Z | Downloaded zerocopy v0.6.4 |
1198 | 2023-12-05T05:14:10.487Z | Downloaded mio v0.8.9 |
1199 | 2023-12-05T05:14:10.496Z | Downloaded indicatif v0.17.7 |
1200 | 2023-12-05T05:14:10.503Z | Downloaded crossbeam-channel v0.5.8 |
1201 | 2023-12-05T05:14:10.510Z | Downloaded openssl-macros v0.1.1 |
1202 | 2023-12-05T05:14:10.514Z | Downloaded headers-core v0.2.0 |
1203 | 2023-12-05T05:14:10.514Z | Downloaded want v0.3.1 |
1204 | 2023-12-05T05:14:10.514Z | Downloaded xattr v1.0.1 |
1205 | 2023-12-05T05:14:10.517Z | Downloaded packed_struct v0.10.1 |
1206 | 2023-12-05T05:14:10.519Z | Downloaded parking_lot v0.11.2 |
1207 | 2023-12-05T05:14:10.523Z | Downloaded spin v0.5.2 |
1208 | 2023-12-05T05:14:10.533Z | Downloaded backtrace v0.3.69 |
1209 | 2023-12-05T05:14:10.533Z | Downloaded textwrap v0.11.0 |
1210 | 2023-12-05T05:14:10.536Z | Downloaded termios v0.3.3 |
1211 | 2023-12-05T05:14:10.540Z | Downloaded tap v1.0.1 |
1212 | 2023-12-05T05:14:10.540Z | Downloaded diff v0.1.13 |
1213 | 2023-12-05T05:14:10.544Z | Downloaded derive_builder v0.12.0 |
1214 | 2023-12-05T05:14:10.552Z | Downloaded schemars v0.8.13 |
1215 | 2023-12-05T05:14:10.570Z | Downloaded serde-big-array v0.4.1 |
1216 | 2023-12-05T05:14:10.574Z | Downloaded slog-scope v4.4.0 |
1217 | 2023-12-05T05:14:10.577Z | Downloaded tracing-attributes v0.1.26 |
1218 | 2023-12-05T05:14:10.582Z | Downloaded radium v0.7.0 |
1219 | 2023-12-05T05:14:10.582Z | Downloaded serde v1.0.192 |
1220 | 2023-12-05T05:14:10.588Z | Downloaded darling v0.14.4 |
1221 | 2023-12-05T05:14:10.591Z | Downloaded secrecy v0.8.0 |
1222 | 2023-12-05T05:14:10.594Z | Downloaded rustls-pemfile v1.0.3 |
1223 | 2023-12-05T05:14:10.597Z | Downloaded rand_core v0.6.4 |
1224 | 2023-12-05T05:14:10.600Z | Downloaded tokio-tungstenite v0.20.1 |
1225 | 2023-12-05T05:14:10.603Z | Downloaded tinytemplate v1.2.1 |
1226 | 2023-12-05T05:14:10.606Z | Downloaded unicode-ident v1.0.12 |
1227 | 2023-12-05T05:14:10.609Z | Downloaded rand_chacha v0.3.1 |
1228 | 2023-12-05T05:14:10.612Z | Downloaded r2d2 v0.8.10 |
1229 | 2023-12-05T05:14:10.615Z | Downloaded quick-error v1.2.3 |
1230 | 2023-12-05T05:14:10.617Z | Downloaded tiny-keccak v2.0.2 |
1231 | 2023-12-05T05:14:10.620Z | Downloaded chacha20poly1305 v0.10.1 |
1232 | 2023-12-05T05:14:10.624Z | Downloaded foreign-types-shared v0.3.1 |
1233 | 2023-12-05T05:14:10.628Z | Downloaded float-cmp v0.9.0 |
1234 | 2023-12-05T05:14:10.631Z | Downloaded fd-lock v3.0.13 |
1235 | 2023-12-05T05:14:10.639Z | Downloaded globset v0.4.13 |
1236 | 2023-12-05T05:14:10.644Z | Downloaded base64 v0.21.5 |
1237 | 2023-12-05T05:14:10.654Z | Downloaded olpc-cjson v0.1.3 |
1238 | 2023-12-05T05:14:10.659Z | Downloaded rustc-hash v1.1.0 |
1239 | 2023-12-05T05:14:10.662Z | Downloaded remove_dir_all v0.5.3 |
1240 | 2023-12-05T05:14:10.666Z | Downloaded ppv-lite86 v0.2.17 |
1241 | 2023-12-05T05:14:10.673Z | Downloaded password-hash v0.5.0 |
1242 | 2023-12-05T05:14:10.676Z | Downloaded parking_lot_core v0.9.8 |
1243 | 2023-12-05T05:14:10.684Z | Downloaded smallvec v0.6.14 |
1244 | 2023-12-05T05:14:10.688Z | Downloaded darling v0.20.3 |
1245 | 2023-12-05T05:14:10.697Z | Downloaded num-traits v0.2.16 |
1246 | 2023-12-05T05:14:10.704Z | Downloaded futures-core v0.3.29 |
1247 | 2023-12-05T05:14:10.707Z | Downloaded rustc_version v0.1.7 |
1248 | 2023-12-05T05:14:10.710Z | Downloaded rtoolbox v0.0.1 |
1249 | 2023-12-05T05:14:10.713Z | Downloaded resolv-conf v0.7.0 |
1250 | 2023-12-05T05:14:10.716Z | Downloaded proc-macro-error-attr v1.0.4 |
1251 | 2023-12-05T05:14:10.719Z | Downloaded predicates v3.0.4 |
1252 | 2023-12-05T05:14:10.724Z | Downloaded phf v0.11.2 |
1253 | 2023-12-05T05:14:10.727Z | Downloaded fastrand v2.0.0 |
1254 | 2023-12-05T05:14:10.730Z | Downloaded num-complex v0.4.4 |
1255 | 2023-12-05T05:14:10.735Z | Downloaded time-macros v0.2.13 |
1256 | 2023-12-05T05:14:10.738Z | Downloaded mockall_derive v0.11.4 |
1257 | 2023-12-05T05:14:10.742Z | Downloaded hmac v0.12.1 |
1258 | 2023-12-05T05:14:10.747Z | Downloaded signal-hook v0.3.17 |
1259 | 2023-12-05T05:14:10.754Z | Downloaded ron v0.8.1 |
1260 | 2023-12-05T05:14:10.768Z | Downloaded scheduled-thread-pool v0.2.7 |
1261 | 2023-12-05T05:14:10.771Z | Downloaded ref-cast v1.0.20 |
1262 | 2023-12-05T05:14:10.774Z | Downloaded paste v1.0.14 |
1263 | 2023-12-05T05:14:10.779Z | Downloaded cancel-safe-futures v0.1.5 |
1264 | 2023-12-05T05:14:10.783Z | Downloaded base64 v0.13.1 |
1265 | 2023-12-05T05:14:10.788Z | Downloaded indexmap v2.1.0 |
1266 | 2023-12-05T05:14:10.794Z | Downloaded libtest-mimic v0.6.1 |
1267 | 2023-12-05T05:14:10.798Z | Downloaded lock_api v0.4.10 |
1268 | 2023-12-05T05:14:10.800Z | Downloaded cc v1.0.83 |
1269 | 2023-12-05T05:14:10.805Z | Downloaded ed25519 v1.5.3 |
1270 | 2023-12-05T05:14:10.809Z | Downloaded crossbeam-deque v0.8.3 |
1271 | 2023-12-05T05:14:10.812Z | Downloaded bzip2 v0.4.4 |
1272 | 2023-12-05T05:14:10.814Z | Downloaded pkg-config v0.3.27 |
1273 | 2023-12-05T05:14:10.817Z | Downloaded yansi v0.5.1 |
1274 | 2023-12-05T05:14:10.820Z | Downloaded unicode-linebreak v0.1.5 |
1275 | 2023-12-05T05:14:10.823Z | Downloaded threadpool v1.8.1 |
1276 | 2023-12-05T05:14:10.823Z | Downloaded arc-swap v1.6.0 |
1277 | 2023-12-05T05:14:10.828Z | Downloaded sha2 v0.10.8 |
1278 | 2023-12-05T05:14:10.832Z | Downloaded rustc-demangle v0.1.23 |
1279 | 2023-12-05T05:14:10.834Z | Downloaded crc32fast v1.3.2 |
1280 | 2023-12-05T05:14:10.838Z | Downloaded serde_tokenstream v0.1.7 |
1281 | 2023-12-05T05:14:10.845Z | Downloaded slog-dtrace v0.2.3 |
1282 | 2023-12-05T05:14:10.850Z | Downloaded siphasher v0.3.11 |
1283 | 2023-12-05T05:14:10.853Z | Downloaded blake2 v0.10.6 |
1284 | 2023-12-05T05:14:10.855Z | Downloaded bcs v0.1.6 |
1285 | 2023-12-05T05:14:10.858Z | Downloaded basic-toml v0.1.4 |
1286 | 2023-12-05T05:14:10.966Z | Downloaded async-trait v0.1.74 |
1287 | 2023-12-05T05:14:10.982Z | Downloaded anyhow v1.0.75 |
1288 | 2023-12-05T05:14:10.982Z | Downloaded constant_time_eq v0.2.6 |
1289 | 2023-12-05T05:14:10.982Z | Downloaded supports-color v2.1.0 |
1290 | 2023-12-05T05:14:10.982Z | Downloaded subtle v2.5.0 |
1291 | 2023-12-05T05:14:10.982Z | Downloaded strum_macros v0.25.2 |
1292 | 2023-12-05T05:14:10.983Z | Downloaded structmeta v0.2.0 |
1293 | 2023-12-05T05:14:10.983Z | Downloaded mime_guess v2.0.4 |
1294 | 2023-12-05T05:14:10.983Z | Downloaded ipnetwork v0.20.0 |
1295 | 2023-12-05T05:14:10.983Z | Downloaded sec1 v0.7.3 |
1296 | 2023-12-05T05:14:10.983Z | Downloaded memoffset v0.7.1 |
1297 | 2023-12-05T05:14:10.983Z | Downloaded endian-type v0.1.2 |
1298 | 2023-12-05T05:14:10.983Z | Downloaded block-buffer v0.10.4 |
1299 | 2023-12-05T05:14:10.983Z | Downloaded serde_plain v1.0.2 |
1300 | 2023-12-05T05:14:10.983Z | Downloaded serde_path_to_error v0.1.14 |
1301 | 2023-12-05T05:14:10.983Z | Downloaded structmeta-derive v0.2.0 |
1302 | 2023-12-05T05:14:10.983Z | Downloaded static_assertions v1.1.0 |
1303 | 2023-12-05T05:14:10.983Z | Downloaded slab v0.4.9 |
1304 | 2023-12-05T05:14:10.983Z | Downloaded io-lifetimes v1.0.11 |
1305 | 2023-12-05T05:14:10.983Z | Downloaded maplit v1.0.2 |
1306 | 2023-12-05T05:14:10.983Z | Downloaded http-body v0.4.5 |
1307 | 2023-12-05T05:14:10.983Z | Downloaded hostname v0.3.1 |
1308 | 2023-12-05T05:14:10.983Z | Downloaded rustversion v1.0.14 |
1309 | 2023-12-05T05:14:10.983Z | Downloaded linear-map v1.2.0 |
1310 | 2023-12-05T05:14:10.983Z | Downloaded sct v0.7.0 |
1311 | 2023-12-05T05:14:10.983Z | Downloaded kstat-rs v0.2.3 |
1312 | 2023-12-05T05:14:10.983Z | Downloaded blake2b_simd v1.0.1 |
1313 | 2023-12-05T05:14:10.983Z | Downloaded arrayvec v0.7.4 |
1314 | 2023-12-05T05:14:10.983Z | Downloaded libefi-sys v0.1.0 |
1315 | 2023-12-05T05:14:10.983Z | Downloaded signal-hook-mio v0.2.3 |
1316 | 2023-12-05T05:14:10.983Z | Downloaded nu-ansi-term v0.49.0 |
1317 | 2023-12-05T05:14:10.983Z | Downloaded home v0.5.5 |
1318 | 2023-12-05T05:14:10.983Z | Downloaded ciborium v0.2.1 |
1319 | 2023-12-05T05:14:10.983Z | Downloaded ipnet v2.8.0 |
1320 | 2023-12-05T05:14:10.983Z | Downloaded crunchy v0.2.2 |
1321 | 2023-12-05T05:14:10.983Z | Downloaded tower-service v0.3.2 |
1322 | 2023-12-05T05:14:10.989Z | Downloaded bitflags v2.4.0 |
1323 | 2023-12-05T05:14:10.989Z | Downloaded base64ct v1.6.0 |
1324 | 2023-12-05T05:14:10.989Z | Downloaded backoff v0.4.0 |
1325 | 2023-12-05T05:14:10.990Z | Downloaded rusty-fork v0.3.0 |
1326 | 2023-12-05T05:14:11.005Z | Downloaded camino-tempfile v1.1.1 |
1327 | 2023-12-05T05:14:11.011Z | Downloaded num-iter v0.1.43 |
1328 | 2023-12-05T05:14:11.012Z | Downloaded cassowary v0.3.0 |
1329 | 2023-12-05T05:14:11.012Z | Downloaded assert_cmd v2.0.12 |
1330 | 2023-12-05T05:14:11.012Z | Downloaded argon2 v0.5.2 |
1331 | 2023-12-05T05:14:11.012Z | Downloaded addr2line v0.21.0 |
1332 | 2023-12-05T05:14:11.012Z | Downloaded display-error-chain v0.2.0 |
1333 | 2023-12-05T05:14:11.012Z | Downloaded num-integer v0.1.45 |
1334 | 2023-12-05T05:14:11.021Z | Downloaded crc-catalog v2.2.0 |
1335 | 2023-12-05T05:14:11.023Z | Downloaded bytes v1.5.0 |
1336 | 2023-12-05T05:14:11.029Z | Downloaded memoffset v0.9.0 |
1337 | 2023-12-05T05:14:11.029Z | Downloaded md-5 v0.10.5 |
1338 | 2023-12-05T05:14:11.029Z | Downloaded libsw v3.3.0 |
1339 | 2023-12-05T05:14:11.031Z | Downloaded itoa v1.0.9 |
1340 | 2023-12-05T05:14:11.034Z | Downloaded indoc v2.0.3 |
1341 | 2023-12-05T05:14:11.037Z | Downloaded indoc v1.0.9 |
1342 | 2023-12-05T05:14:11.042Z | Downloaded cfg-if v1.0.0 |
1343 | 2023-12-05T05:14:11.045Z | Downloaded byteorder v1.5.0 |
1344 | 2023-12-05T05:14:11.049Z | Downloaded hex-literal v0.4.1 |
1345 | 2023-12-05T05:14:11.053Z | Downloaded crossbeam-queue v0.3.8 |
1346 | 2023-12-05T05:14:11.053Z | Downloaded bytecount v0.6.3 |
1347 | 2023-12-05T05:14:11.055Z | Downloaded ansi_term v0.12.1 |
1348 | 2023-12-05T05:14:11.058Z | Downloaded num_enum v0.5.11 |
1349 | 2023-12-05T05:14:11.071Z | Downloaded nibble_vec v0.1.0 |
1350 | 2023-12-05T05:14:11.071Z | Downloaded cpufeatures v0.2.9 |
1351 | 2023-12-05T05:14:11.071Z | Downloaded block-padding v0.3.3 |
1352 | 2023-12-05T05:14:11.071Z | Downloaded new_debug_unreachable v1.0.4 |
1353 | 2023-12-05T05:14:11.075Z | Downloaded linked-hash-map v0.5.6 |
1354 | 2023-12-05T05:14:11.075Z | Downloaded indexmap v1.9.3 |
1355 | 2023-12-05T05:14:11.081Z | Downloaded bitfield v0.14.0 |
1356 | 2023-12-05T05:14:11.085Z | Downloaded ascii-canvas v3.0.0 |
1357 | 2023-12-05T05:14:11.088Z | Downloaded bit-vec v0.6.3 |
1358 | 2023-12-05T05:14:11.088Z | Downloaded num_threads v0.1.6 |
1359 | 2023-12-05T05:14:11.091Z | Downloaded nodrop v0.1.14 |
1360 | 2023-12-05T05:14:11.091Z | Downloaded matches v0.1.10 |
1361 | 2023-12-05T05:14:11.094Z | Downloaded constant_time_eq v0.3.0 |
1362 | 2023-12-05T05:14:11.096Z | Downloaded autocfg v1.1.0 |
1363 | 2023-12-05T05:14:11.099Z | Downloaded async-stream v0.3.5 |
1364 | 2023-12-05T05:14:11.102Z | Downloaded bit-set v0.5.3 |
1365 | 2023-12-05T05:14:11.105Z | Downloaded base16ct v0.2.0 |
1366 | 2023-12-05T05:14:11.105Z | Downloaded bb8 v0.8.1 |
1367 | 2023-12-05T05:14:11.107Z | Downloaded arrayref v0.3.7 |
1368 | 2023-12-05T05:14:11.111Z | Downloaded approx v0.5.1 |
1369 | 2023-12-05T05:14:11.114Z | Downloaded anstyle-query v1.0.0 |
1370 | 2023-12-05T05:14:11.114Z | Downloaded anes v0.1.6 |
1371 | 2023-12-05T05:14:11.117Z | Downloaded assert_matches v1.5.0 |
1372 | 2023-12-05T05:14:11.120Z | Downloaded aead v0.5.2 |
1373 | 2023-12-05T05:14:11.123Z | Downloaded http v0.2.11 |
1374 | 2023-12-05T05:14:11.128Z | Downloaded crossbeam-epoch v0.9.15 |
1375 | 2023-12-05T05:14:11.134Z | Downloaded cookie v0.18.0 |
1376 | 2023-12-05T05:14:11.138Z | Downloaded clap v4.4.3 |
1377 | 2023-12-05T05:14:11.155Z | Downloaded shlex v1.1.0 |
1378 | 2023-12-05T05:14:11.158Z | Downloaded keccak v0.1.4 |
1379 | 2023-12-05T05:14:11.158Z | Downloaded impl-trait-for-tuples v0.2.2 |
1380 | 2023-12-05T05:14:11.162Z | Downloaded hubpack_derive v0.1.1 |
1381 | 2023-12-05T05:14:11.165Z | Downloaded rust-argon2 v1.0.1 |
1382 | 2023-12-05T05:14:11.168Z | Downloaded httparse v1.8.0 |
1383 | 2023-12-05T05:14:11.171Z | Downloaded const-oid v0.9.5 |
1384 | 2023-12-05T05:14:11.174Z | Downloaded clap_derive v4.4.2 |
1385 | 2023-12-05T05:14:11.177Z | Downloaded anstream v0.5.0 |
1386 | 2023-12-05T05:14:11.180Z | Downloaded anstyle v1.0.2 |
1387 | 2023-12-05T05:14:11.183Z | Downloaded num-derive v0.4.0 |
1388 | 2023-12-05T05:14:11.185Z | Downloaded clang-sys v1.6.1 |
1389 | 2023-12-05T05:14:11.190Z | Downloaded miniz_oxide v0.7.1 |
1390 | 2023-12-05T05:14:11.195Z | Downloaded lru-cache v0.1.2 |
1391 | 2023-12-05T05:14:11.198Z | Downloaded bytesize v1.3.0 |
1392 | 2023-12-05T05:14:11.201Z | Downloaded atomicwrites v0.4.2 |
1393 | 2023-12-05T05:14:11.201Z | Downloaded async-stream-impl v0.3.5 |
1394 | 2023-12-05T05:14:11.206Z | Downloaded rpassword v7.3.1 |
1395 | 2023-12-05T05:14:11.206Z | Downloaded num-rational v0.4.1 |
1396 | 2023-12-05T05:14:11.209Z | Downloaded buf-list v1.0.3 |
1397 | 2023-12-05T05:14:11.212Z | Downloaded adler v1.0.2 |
1398 | 2023-12-05T05:14:11.214Z | Downloaded cfg-if v0.1.10 |
1399 | 2023-12-05T05:14:11.217Z | Downloaded cast v0.3.0 |
1400 | 2023-12-05T05:14:11.217Z | Downloaded iana-time-zone v0.1.57 |
1401 | 2023-12-05T05:14:11.220Z | Downloaded ciborium-ll v0.2.1 |
1402 | 2023-12-05T05:14:11.223Z | Downloaded instant v0.1.12 |
1403 | 2023-12-05T05:14:11.226Z | Downloaded ident_case v1.0.1 |
1404 | 2023-12-05T05:14:11.226Z | Downloaded hyper-tls v0.5.0 |
1405 | 2023-12-05T05:14:11.228Z | Downloaded convert_case v0.4.0 |
1406 | 2023-12-05T05:14:11.231Z | Downloaded async-recursion v1.0.5 |
1407 | 2023-12-05T05:14:11.928Z | Compiling proc-macro2 v1.0.69 |
1408 | 2023-12-05T05:14:11.928Z | Compiling unicode-ident v1.0.12 |
1409 | 2023-12-05T05:14:11.933Z | Compiling libc v0.2.150 |
1410 | 2023-12-05T05:14:11.933Z | Compiling cfg-if v1.0.0 |
1411 | 2023-12-05T05:14:11.933Z | Compiling serde v1.0.192 |
1412 | 2023-12-05T05:14:11.933Z | Compiling autocfg v1.1.0 |
1413 | 2023-12-05T05:14:11.952Z | Compiling version_check v0.9.4 |
1414 | 2023-12-05T05:14:11.957Z | Compiling syn v1.0.109 |
1415 | 2023-12-05T05:14:11.958Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=eb1f525ce55dcca0 -C extra-filename=-eb1f525ce55dcca0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1416 | 2023-12-05T05:14:11.958Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84da02132e91997 -C extra-filename=-d84da02132e91997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1417 | 2023-12-05T05:14:11.958Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=5f2d8efe6a5b94cf -C extra-filename=-5f2d8efe6a5b94cf --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1418 | 2023-12-05T05:14:11.958Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2c501506aafa82 -C extra-filename=-bc2c501506aafa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1419 | 2023-12-05T05:14:11.958Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8bce2695bb143fc6 -C extra-filename=-8bce2695bb143fc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1420 | 2023-12-05T05:14:12.026Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1e84996da593841 -C extra-filename=-c1e84996da593841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1421 | 2023-12-05T05:14:12.033Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c487f79507661dd -C extra-filename=-2c487f79507661dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1422 | 2023-12-05T05:14:12.033Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f70da3b4ef23834d -C extra-filename=-f70da3b4ef23834d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1423 | 2023-12-05T05:14:12.175Z | Compiling memchr v2.6.3 |
1424 | 2023-12-05T05:14:12.178Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918fa9e671606ec5 -C extra-filename=-918fa9e671606ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1425 | 2023-12-05T05:14:12.276Z | Compiling log v0.4.20 |
1426 | 2023-12-05T05:14:12.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c5d2103652c0a8bc -C extra-filename=-c5d2103652c0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1427 | 2023-12-05T05:14:12.919Z | Compiling once_cell v1.18.0 |
1428 | 2023-12-05T05:14:12.922Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=60360085401b1f6c -C extra-filename=-60360085401b1f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1429 | 2023-12-05T05:14:13.127Z | Compiling scopeguard v1.2.0 |
1430 | 2023-12-05T05:14:13.131Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ff0b066c30ae916 -C extra-filename=-9ff0b066c30ae916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1431 | 2023-12-05T05:14:13.197Z | Compiling lock_api v0.4.10 |
1432 | 2023-12-05T05:14:13.200Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=6ebba4f898318ce6 -C extra-filename=-6ebba4f898318ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1433 | 2023-12-05T05:14:13.275Z | Compiling smallvec v1.11.0 |
1434 | 2023-12-05T05:14:13.278Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a077806bd7e84eb -C extra-filename=-0a077806bd7e84eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1435 | 2023-12-05T05:14:13.408Z | Compiling itoa v1.0.9 |
1436 | 2023-12-05T05:14:13.411Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7860ae71447b6389 -C extra-filename=-7860ae71447b6389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1437 | 2023-12-05T05:14:13.694Z | Compiling parking_lot_core v0.9.8 |
1438 | 2023-12-05T05:14:13.697Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd16db7f1061154e -C extra-filename=-cd16db7f1061154e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1439 | 2023-12-05T05:14:13.783Z | Compiling libm v0.2.7 |
1440 | 2023-12-05T05:14:13.786Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e5475095bd848c83 -C extra-filename=-e5475095bd848c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1441 | 2023-12-05T05:14:13.960Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6/build-script-build` |
1442 | 2023-12-05T05:14:13.987Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0/build-script-build` |
1443 | 2023-12-05T05:14:14.004Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf/build-script-build` |
1444 | 2023-12-05T05:14:14.004Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6/build-script-build` |
1445 | 2023-12-05T05:14:14.046Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d/build-script-build` |
1446 | 2023-12-05T05:14:14.115Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=537e95fdbea99744 -C extra-filename=-537e95fdbea99744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
1447 | 2023-12-05T05:14:14.120Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=45ce8912dc32de8c -C extra-filename=-45ce8912dc32de8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` |
1448 | 2023-12-05T05:14:14.130Z | Compiling num-traits v0.2.16 |
1449 | 2023-12-05T05:14:14.130Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=51a2c0ef3cfe76e2 -C extra-filename=-51a2c0ef3cfe76e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1450 | 2023-12-05T05:14:14.155Z | Compiling spin v0.5.2 |
1451 | 2023-12-05T05:14:14.155Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=c0d85aeeedd1db0a -C extra-filename=-c0d85aeeedd1db0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
1452 | 2023-12-05T05:14:14.176Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330d2d2ff14221bf -C extra-filename=-330d2d2ff14221bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1453 | 2023-12-05T05:14:14.371Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83/build-script-build` |
1454 | 2023-12-05T05:14:14.408Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b2de4a05ed778b08 -C extra-filename=-b2de4a05ed778b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1455 | 2023-12-05T05:14:14.436Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e/build-script-build` |
1456 | 2023-12-05T05:14:14.474Z | Compiling thiserror v1.0.49 |
1457 | 2023-12-05T05:14:14.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dada0de3a176c94 -C extra-filename=-3dada0de3a176c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1458 | 2023-12-05T05:14:14.508Z | Compiling pin-project-lite v0.2.13 |
1459 | 2023-12-05T05:14:14.512Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c68fbf53c1efe19 -C extra-filename=-2c68fbf53c1efe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1460 | 2023-12-05T05:14:14.712Z | Compiling futures-core v0.3.29 |
1461 | 2023-12-05T05:14:14.720Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf834724fcf94c8c -C extra-filename=-cf834724fcf94c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1462 | 2023-12-05T05:14:14.751Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2/build-script-build` |
1463 | 2023-12-05T05:14:14.817Z | Compiling ryu v1.0.15 |
1464 | 2023-12-05T05:14:14.820Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d350ef85d2d309 -C extra-filename=-38d350ef85d2d309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1465 | 2023-12-05T05:14:14.890Z | Compiling serde_json v1.0.108 |
1466 | 2023-12-05T05:14:14.893Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=a1b2d4ac8ebf1491 -C extra-filename=-a1b2d4ac8ebf1491 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1467 | 2023-12-05T05:14:15.337Z | Compiling quote v1.0.33 |
1468 | 2023-12-05T05:14:15.341Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b52270d439c9d728 -C extra-filename=-b52270d439c9d728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --cap-lints allow -D warnings` |
1469 | 2023-12-05T05:14:15.341Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c/build-script-build` |
1470 | 2023-12-05T05:14:15.393Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94/build-script-build` |
1471 | 2023-12-05T05:14:15.424Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85b0c1ea6a5e4905 -C extra-filename=-85b0c1ea6a5e4905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1472 | 2023-12-05T05:14:15.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491/build-script-build` |
1473 | 2023-12-05T05:14:15.497Z | Compiling heck v0.4.1 |
1474 | 2023-12-05T05:14:15.500Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e8726b1e312bd2e5 -C extra-filename=-e8726b1e312bd2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1475 | 2023-12-05T05:14:15.567Z | Compiling fnv v1.0.7 |
1476 | 2023-12-05T05:14:15.570Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d2ad75ee5f58135 -C extra-filename=-5d2ad75ee5f58135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1477 | 2023-12-05T05:14:15.847Z | Compiling futures-sink v0.3.29 |
1478 | 2023-12-05T05:14:15.853Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b95f9ca11c6cfc07 -C extra-filename=-b95f9ca11c6cfc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1479 | 2023-12-05T05:14:15.873Z | Compiling lazy_static v1.4.0 |
1480 | 2023-12-05T05:14:15.876Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=9c9c3756e3f392b3 -C extra-filename=-9c9c3756e3f392b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --cap-lints allow -D warnings` |
1481 | 2023-12-05T05:14:15.928Z | Compiling slab v0.4.9 |
1482 | 2023-12-05T05:14:15.931Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b062511ba964ae2 -C extra-filename=-6b062511ba964ae2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1483 | 2023-12-05T05:14:16.064Z | Compiling syn v2.0.32 |
1484 | 2023-12-05T05:14:16.093Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=085545494ccbad1b -C extra-filename=-085545494ccbad1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
1485 | 2023-12-05T05:14:16.154Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=48fabcfe082d99df -C extra-filename=-48fabcfe082d99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
1486 | 2023-12-05T05:14:16.362Z | Compiling getrandom v0.2.10 |
1487 | 2023-12-05T05:14:16.385Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=fd3f8e5b97695db0 -C extra-filename=-fd3f8e5b97695db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1488 | 2023-12-05T05:14:16.504Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfc67bc75751d566 -C extra-filename=-dfc67bc75751d566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings` |
1489 | 2023-12-05T05:14:16.595Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=66b98c12d6f7f3b4 -C extra-filename=-66b98c12d6f7f3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` |
1490 | 2023-12-05T05:14:16.798Z | Compiling cc v1.0.83 |
1491 | 2023-12-05T05:14:16.801Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d7dbaf4d3b8f9e6 -C extra-filename=-3d7dbaf4d3b8f9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1492 | 2023-12-05T05:14:16.827Z | Compiling rand_core v0.6.4 |
1493 | 2023-12-05T05:14:16.827Z | Compiling signal-hook-registry v1.4.1 |
1494 | 2023-12-05T05:14:16.831Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=448540a737297354 -C extra-filename=-448540a737297354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1495 | 2023-12-05T05:14:16.831Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=8e66244baa1a5b19 -C extra-filename=-8e66244baa1a5b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings` |
1496 | 2023-12-05T05:14:17.113Z | Compiling parking_lot v0.12.1 |
1497 | 2023-12-05T05:14:17.116Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5405541c40fedf6c -C extra-filename=-5405541c40fedf6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-dfc67bc75751d566.rmeta --cap-lints allow -D warnings` |
1498 | 2023-12-05T05:14:17.565Z | Compiling mio v0.8.9 |
1499 | 2023-12-05T05:14:17.569Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=681018778da6c197 -C extra-filename=-681018778da6c197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
1500 | 2023-12-05T05:14:17.683Z | Compiling num_cpus v1.16.0 |
1501 | 2023-12-05T05:14:17.686Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f696aea8912d905 -C extra-filename=-2f696aea8912d905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1502 | 2023-12-05T05:14:17.859Z | Compiling socket2 v0.5.5 |
1503 | 2023-12-05T05:14:17.862Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=ef8aaf88987f1e15 -C extra-filename=-ef8aaf88987f1e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1504 | 2023-12-05T05:14:18.165Z | Compiling futures-channel v0.3.29 |
1505 | 2023-12-05T05:14:18.169Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=4a0738c1efc1c712 -C extra-filename=-4a0738c1efc1c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1506 | 2023-12-05T05:14:18.755Z | Compiling futures-task v0.3.29 |
1507 | 2023-12-05T05:14:18.758Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f60fbf027555926 -C extra-filename=-7f60fbf027555926 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1508 | 2023-12-05T05:14:18.782Z | Compiling regex-syntax v0.8.2 |
1509 | 2023-12-05T05:14:18.785Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ac03edf4730b2374 -C extra-filename=-ac03edf4730b2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1510 | 2023-12-05T05:14:19.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926/build-script-build` |
1511 | 2023-12-05T05:14:19.438Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712/build-script-build` |
1512 | 2023-12-05T05:14:19.460Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2/build-script-build` |
1513 | 2023-12-05T05:14:19.470Z | Compiling hashbrown v0.14.2 |
1514 | 2023-12-05T05:14:19.473Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6c8ddd4bb2d1b04a -C extra-filename=-6c8ddd4bb2d1b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1515 | 2023-12-05T05:14:19.625Z | Compiling futures-util v0.3.29 |
1516 | 2023-12-05T05:14:19.629Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=f4697aeb8a9596fb -C extra-filename=-f4697aeb8a9596fb --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1517 | 2023-12-05T05:14:19.649Z | Compiling pin-utils v0.1.0 |
1518 | 2023-12-05T05:14:19.652Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=494a3e00a892adf5 -C extra-filename=-494a3e00a892adf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1519 | 2023-12-05T05:14:19.784Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=195b1228936a30c9 -C extra-filename=-195b1228936a30c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1520 | 2023-12-05T05:14:20.078Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=06412b5ccf50305b -C extra-filename=-06412b5ccf50305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --cap-lints allow -D warnings` |
1521 | 2023-12-05T05:14:20.222Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a51c9503c37b751e -C extra-filename=-a51c9503c37b751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1522 | 2023-12-05T05:14:20.249Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb/build-script-build` |
1523 | 2023-12-05T05:14:20.286Z | Compiling errno v0.3.2 |
1524 | 2023-12-05T05:14:20.308Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6dc528fb33689de0 -C extra-filename=-6dc528fb33689de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1525 | 2023-12-05T05:14:20.658Z | Compiling aho-corasick v1.0.4 |
1526 | 2023-12-05T05:14:20.665Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=eca6581c4ec1a882 -C extra-filename=-eca6581c4ec1a882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
1527 | 2023-12-05T05:14:20.734Z | Compiling typenum v1.16.0 |
1528 | 2023-12-05T05:14:20.737Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4f9d2c38d1cf54 -C extra-filename=-7f4f9d2c38d1cf54 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1529 | 2023-12-05T05:14:20.761Z | Compiling futures-io v0.3.29 |
1530 | 2023-12-05T05:14:20.763Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4915a8c6c3fe3b6a -C extra-filename=-4915a8c6c3fe3b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1531 | 2023-12-05T05:14:21.222Z | Compiling generic-array v0.14.7 |
1532 | 2023-12-05T05:14:21.245Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=ed7b2ef4fa5b21b9 -C extra-filename=-ed7b2ef4fa5b21b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
1533 | 2023-12-05T05:14:21.560Z | Compiling byteorder v1.5.0 |
1534 | 2023-12-05T05:14:21.564Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b4ad01209984ea0 -C extra-filename=-1b4ad01209984ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1535 | 2023-12-05T05:14:21.818Z | Compiling equivalent v1.0.1 |
1536 | 2023-12-05T05:14:21.849Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94a74370476ed385 -C extra-filename=-94a74370476ed385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1537 | 2023-12-05T05:14:21.987Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9/build-script-build` |
1538 | 2023-12-05T05:14:21.999Z | Compiling iana-time-zone v0.1.57 |
1539 | 2023-12-05T05:14:22.009Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=85b44ad93d1da9c4 -C extra-filename=-85b44ad93d1da9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1540 | 2023-12-05T05:14:22.063Z | Compiling subtle v2.5.0 |
1541 | 2023-12-05T05:14:22.066Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e4d03c814ee1d591 -C extra-filename=-e4d03c814ee1d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1542 | 2023-12-05T05:14:24.754Z | Compiling pkg-config v0.3.27 |
1543 | 2023-12-05T05:14:24.788Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=676180268410563e -C extra-filename=-676180268410563e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1544 | 2023-12-05T05:14:24.788Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54/build-script-main` |
1545 | 2023-12-05T05:14:24.788Z | Compiling rustix v0.38.25 |
1546 | 2023-12-05T05:14:24.788Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=eda37ffc0ed3c598 -C extra-filename=-eda37ffc0ed3c598 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1547 | 2023-12-05T05:14:24.788Z | Compiling tinyvec_macros v0.1.1 |
1548 | 2023-12-05T05:14:24.788Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89b2b77651f9688d -C extra-filename=-89b2b77651f9688d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1549 | 2023-12-05T05:14:24.788Z | Compiling tinyvec v1.6.0 |
1550 | 2023-12-05T05:14:24.788Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=beae685ade96ae94 -C extra-filename=-beae685ade96ae94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-89b2b77651f9688d.rmeta --cap-lints allow -D warnings` |
1551 | 2023-12-05T05:14:24.788Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa9cea36d31f4ee9 -C extra-filename=-fa9cea36d31f4ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1552 | 2023-12-05T05:14:24.834Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598/build-script-build` |
1553 | 2023-12-05T05:14:24.834Z | Compiling tracing-core v0.1.31 |
1554 | 2023-12-05T05:14:24.834Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=38aa913b0151a141 -C extra-filename=-38aa913b0151a141 --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-60360085401b1f6c.rmeta --cap-lints allow -D warnings` |
1555 | 2023-12-05T05:14:24.834Z | Compiling const-oid v0.9.5 |
1556 | 2023-12-05T05:14:24.835Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=8036eb2fb0734902 -C extra-filename=-8036eb2fb0734902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1557 | 2023-12-05T05:14:25.212Z | Compiling regex-automata v0.4.3 |
1558 | 2023-12-05T05:14:25.215Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=57572678d71e52ed -C extra-filename=-57572678d71e52ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings` |
1559 | 2023-12-05T05:14:25.314Z | Compiling unicode-normalization v0.1.22 |
1560 | 2023-12-05T05:14:25.317Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c2cf4bd1cb476cd -C extra-filename=-7c2cf4bd1cb476cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings` |
1561 | 2023-12-05T05:14:26.448Z | Compiling base64 v0.21.5 |
1562 | 2023-12-05T05:14:26.451Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=efdef217e0fabd4e -C extra-filename=-efdef217e0fabd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1563 | 2023-12-05T05:14:27.206Z | Compiling unicode-bidi v0.3.13 |
1564 | 2023-12-05T05:14:27.211Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=9c36c215e5778119 -C extra-filename=-9c36c215e5778119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1565 | 2023-12-05T05:14:27.659Z | Compiling percent-encoding v2.3.1 |
1566 | 2023-12-05T05:14:27.662Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=912c31485e79e9fc -C extra-filename=-912c31485e79e9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1567 | 2023-12-05T05:14:27.832Z | Compiling serde_derive_internals v0.26.0 |
1568 | 2023-12-05T05:14:27.835Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff5090d4367af08e -C extra-filename=-ff5090d4367af08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
1569 | 2023-12-05T05:14:28.237Z | Compiling schemars v0.8.13 |
1570 | 2023-12-05T05:14:28.240Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0feca7d8756f2fa7 -C extra-filename=-0feca7d8756f2fa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1571 | 2023-12-05T05:14:28.312Z | Compiling dyn-clone v1.0.13 |
1572 | 2023-12-05T05:14:28.314Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5627ba9c8616dae -C extra-filename=-b5627ba9c8616dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1573 | 2023-12-05T05:14:28.624Z | Compiling ppv-lite86 v0.2.17 |
1574 | 2023-12-05T05:14:28.626Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3ca074035a2e7100 -C extra-filename=-3ca074035a2e7100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1575 | 2023-12-05T05:14:28.868Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7/build-script-build` |
1576 | 2023-12-05T05:14:28.907Z | Compiling unicode-width v0.1.11 |
1577 | 2023-12-05T05:14:28.911Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d72b7a0cbab620b4 -C extra-filename=-d72b7a0cbab620b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1578 | 2023-12-05T05:14:29.153Z | Compiling bitflags v1.3.2 |
1579 | 2023-12-05T05:14:29.156Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6f8a7d540d47813 -C extra-filename=-b6f8a7d540d47813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1580 | 2023-12-05T05:14:29.299Z | Compiling form_urlencoded v1.2.1 |
1581 | 2023-12-05T05:14:29.303Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8797d3f240ac357c -C extra-filename=-8797d3f240ac357c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings` |
1582 | 2023-12-05T05:14:29.763Z | Compiling spin v0.9.8 |
1583 | 2023-12-05T05:14:29.766Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=4c240d9238dcc0df -C extra-filename=-4c240d9238dcc0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --cap-lints allow -D warnings` |
1584 | 2023-12-05T05:14:29.793Z | Compiling indexmap v1.9.3 |
1585 | 2023-12-05T05:14:29.832Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=586b5fef6a1cf410 -C extra-filename=-586b5fef6a1cf410 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1586 | 2023-12-05T05:14:29.933Z | Compiling rand_chacha v0.3.1 |
1587 | 2023-12-05T05:14:29.936Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=49ba573a971a5789 -C extra-filename=-49ba573a971a5789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
1588 | 2023-12-05T05:14:30.337Z | Compiling hashbrown v0.12.3 |
1589 | 2023-12-05T05:14:30.340Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=e264e3929dd770e0 -C extra-filename=-e264e3929dd770e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1590 | 2023-12-05T05:14:30.397Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410/build-script-build` |
1591 | 2023-12-05T05:14:30.401Z | Compiling vcpkg v0.2.15 |
1592 | 2023-12-05T05:14:30.401Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56cfc2712411fd04 -C extra-filename=-56cfc2712411fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1593 | 2023-12-05T05:14:30.546Z | Compiling httparse v1.8.0 |
1594 | 2023-12-05T05:14:30.557Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=349d83d4d0fe8905 -C extra-filename=-349d83d4d0fe8905 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1595 | 2023-12-05T05:14:31.326Z | Compiling rand v0.8.5 |
1596 | 2023-12-05T05:14:31.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=8c4ac547107558e9 -C extra-filename=-8c4ac547107558e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
1597 | 2023-12-05T05:14:32.270Z | Compiling regex v1.10.2 |
1598 | 2023-12-05T05:14:32.280Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=537384909654dd1b -C extra-filename=-537384909654dd1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings` |
1599 | 2023-12-05T05:14:32.637Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa80c618b8065deb -C extra-filename=-fa80c618b8065deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e264e3929dd770e0.rmeta --cap-lints allow -D warnings --cfg has_std` |
1600 | 2023-12-05T05:14:32.924Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905/build-script-build` |
1601 | 2023-12-05T05:14:32.957Z | Compiling either v1.9.0 |
1602 | 2023-12-05T05:14:32.959Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=294f21b38637a1be -C extra-filename=-294f21b38637a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1603 | 2023-12-05T05:14:33.482Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c25a7f7496695df9 -C extra-filename=-c25a7f7496695df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
1604 | 2023-12-05T05:14:34.080Z | Compiling idna v0.5.0 |
1605 | 2023-12-05T05:14:34.108Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6558d1cbfbb2fcb3 -C extra-filename=-6558d1cbfbb2fcb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
1606 | 2023-12-05T05:14:34.111Z | Compiling semver v1.0.20 |
1607 | 2023-12-05T05:14:34.114Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6817f87a6b1b14e4 -C extra-filename=-6817f87a6b1b14e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1608 | 2023-12-05T05:14:34.201Z | Compiling openssl-sys v0.9.96 |
1609 | 2023-12-05T05:14:34.203Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03af073f44efbba9 -C extra-filename=-03af073f44efbba9 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-03af073f44efbba9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-56cfc2712411fd04.rlib --cap-lints allow -D warnings` |
1610 | 2023-12-05T05:14:34.643Z | Compiling ucd-trie v0.1.6 |
1611 | 2023-12-05T05:14:34.646Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=581c47aa4fcf9374 -C extra-filename=-581c47aa4fcf9374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1612 | 2023-12-05T05:14:35.039Z | Compiling ring v0.16.20 |
1613 | 2023-12-05T05:14:35.042Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=b044ec4a0bf7a5c7 -C extra-filename=-b044ec4a0bf7a5c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b044ec4a0bf7a5c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
1614 | 2023-12-05T05:14:35.068Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4/build-script-build` |
1615 | 2023-12-05T05:14:35.165Z | Compiling ring v0.17.5 |
1616 | 2023-12-05T05:14:35.168Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' -C metadata=8884798a5cb10bd2 -C extra-filename=-8884798a5cb10bd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-8884798a5cb10bd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
1617 | 2023-12-05T05:14:35.603Z | Compiling url v2.5.0 |
1618 | 2023-12-05T05:14:35.608Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ee5ed5bde7ce18a -C extra-filename=-4ee5ed5bde7ce18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6558d1cbfbb2fcb3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings` |
1619 | 2023-12-05T05:14:35.944Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-03af073f44efbba9/build-script-main` |
1620 | 2023-12-05T05:14:36.823Z | Compiling socket2 v0.4.9 |
1621 | 2023-12-05T05:14:36.826Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4af9db241e249833 -C extra-filename=-4af9db241e249833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1622 | 2023-12-05T05:14:37.019Z | Compiling ahash v0.8.3 |
1623 | 2023-12-05T05:14:37.022Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01adb4bcf8196813 -C extra-filename=-01adb4bcf8196813 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
1624 | 2023-12-05T05:14:37.256Z | Compiling winnow v0.5.15 |
1625 | 2023-12-05T05:14:37.259Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b747da8a50a0933d -C extra-filename=-b747da8a50a0933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1626 | 2023-12-05T05:14:37.628Z | Compiling adler v1.0.2 |
1627 | 2023-12-05T05:14:37.631Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b64914fab9901ac1 -C extra-filename=-b64914fab9901ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1628 | 2023-12-05T05:14:37.952Z | Compiling miniz_oxide v0.7.1 |
1629 | 2023-12-05T05:14:37.955Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=eae4032ca8079f20 -C extra-filename=-eae4032ca8079f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-b64914fab9901ac1.rmeta --cap-lints allow -D warnings` |
1630 | 2023-12-05T05:14:38.048Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813/build-script-build` |
1631 | 2023-12-05T05:14:38.166Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-8884798a5cb10bd2/build-script-build` |
1632 | 2023-12-05T05:14:38.198Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-b044ec4a0bf7a5c7/build-script-build` |
1633 | 2023-12-05T05:14:38.508Z | Compiling try-lock v0.2.4 |
1634 | 2023-12-05T05:14:38.511Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7be4507a63f0a69 -C extra-filename=-a7be4507a63f0a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1635 | 2023-12-05T05:14:38.701Z | Compiling strsim v0.10.0 |
1636 | 2023-12-05T05:14:38.704Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24e28f3cc805bf1a -C extra-filename=-24e28f3cc805bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1637 | 2023-12-05T05:14:39.996Z | Compiling httpdate v1.0.3 |
1638 | 2023-12-05T05:14:39.999Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1307657e91e527 -C extra-filename=-0c1307657e91e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1639 | 2023-12-05T05:14:40.091Z | Compiling serde_derive v1.0.192 |
1640 | 2023-12-05T05:14:40.095Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=101f844cca2ed149 -C extra-filename=-101f844cca2ed149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1641 | 2023-12-05T05:14:40.474Z | Compiling thiserror-impl v1.0.49 |
1642 | 2023-12-05T05:14:40.497Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56271d855a05ea1b -C extra-filename=-56271d855a05ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1643 | 2023-12-05T05:14:40.537Z | Compiling zeroize_derive v1.4.2 |
1644 | 2023-12-05T05:14:40.540Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3347ed7177904ed4 -C extra-filename=-3347ed7177904ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1645 | 2023-12-05T05:14:40.769Z | Compiling tokio-macros v2.2.0 |
1646 | 2023-12-05T05:14:40.772Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26a74a4f951ce6d6 -C extra-filename=-26a74a4f951ce6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1647 | 2023-12-05T05:14:41.530Z | Compiling futures-macro v0.3.29 |
1648 | 2023-12-05T05:14:41.533Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb9ed1180fbb61d5 -C extra-filename=-bb9ed1180fbb61d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1649 | 2023-12-05T05:14:41.557Z | Compiling tracing-attributes v0.1.26 |
1650 | 2023-12-05T05:14:41.560Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66cea2a3af41ad65 -C extra-filename=-66cea2a3af41ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1651 | 2023-12-05T05:14:43.240Z | Compiling schemars_derive v0.8.13 |
1652 | 2023-12-05T05:14:43.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42470dea69332415 -C extra-filename=-42470dea69332415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ff5090d4367af08e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
1653 | 2023-12-05T05:14:43.581Z | Compiling zeroize v1.7.0 |
1654 | 2023-12-05T05:14:43.584Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=d4ac8e2ff6ba4016 -C extra-filename=-d4ac8e2ff6ba4016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-3347ed7177904ed4.so --cap-lints allow -D warnings` |
1655 | 2023-12-05T05:14:43.609Z | Compiling async-trait v0.1.74 |
1656 | 2023-12-05T05:14:43.655Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf8e9364e182c572 -C extra-filename=-cf8e9364e182c572 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1657 | 2023-12-05T05:14:43.794Z | Compiling untrusted v0.7.1 |
1658 | 2023-12-05T05:14:43.797Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24220ed5be04632 -C extra-filename=-a24220ed5be04632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1659 | 2023-12-05T05:14:44.109Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f6df480a7c6817d8 -C extra-filename=-f6df480a7c6817d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
1660 | 2023-12-05T05:14:44.155Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=c4886c411ec599bb -C extra-filename=-c4886c411ec599bb --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-60360085401b1f6c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -l static=ring-core -l static=ring-test` |
1661 | 2023-12-05T05:14:44.522Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572/build-script-build` |
1662 | 2023-12-05T05:14:44.593Z | Compiling want v0.3.1 |
1663 | 2023-12-05T05:14:44.597Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=071a5e6e1eac6ac9 -C extra-filename=-071a5e6e1eac6ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-a7be4507a63f0a69.rmeta --cap-lints allow -D warnings` |
1664 | 2023-12-05T05:14:45.023Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3ff75378bf82262 -C extra-filename=-d3ff75378bf82262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
1665 | 2023-12-05T05:14:45.287Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=af647ea9423ed3ec -C extra-filename=-af647ea9423ed3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-bb9ed1180fbb61d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --cap-lints allow -D warnings` |
1666 | 2023-12-05T05:14:45.759Z | Compiling cpufeatures v0.2.9 |
1667 | 2023-12-05T05:14:45.762Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=688e8dc1d1448767 -C extra-filename=-688e8dc1d1448767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1668 | 2023-12-05T05:14:45.900Z | Compiling untrusted v0.9.0 |
1669 | 2023-12-05T05:14:45.915Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51c844fb339406e8 -C extra-filename=-51c844fb339406e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1670 | 2023-12-05T05:14:46.169Z | Compiling openssl v0.10.60 |
1671 | 2023-12-05T05:14:46.173Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a5a437a816e734eb -C extra-filename=-a5a437a816e734eb --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1672 | 2023-12-05T05:14:46.452Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e52f26c0ec0c7e -C extra-filename=-72e52f26c0ec0c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-56271d855a05ea1b.so --cap-lints allow -D warnings` |
1673 | 2023-12-05T05:14:46.547Z | Compiling crypto-common v0.1.6 |
1674 | 2023-12-05T05:14:46.578Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=457861be037dadda -C extra-filename=-457861be037dadda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --cap-lints allow -D warnings` |
1675 | 2023-12-05T05:14:46.656Z | Compiling block-buffer v0.10.4 |
1676 | 2023-12-05T05:14:46.661Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cb664025e876bf64 -C extra-filename=-cb664025e876bf64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
1677 | 2023-12-05T05:14:46.865Z | Compiling pest v2.7.2 |
1678 | 2023-12-05T05:14:46.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44170135f2510804 -C extra-filename=-44170135f2510804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-581c47aa4fcf9374.rmeta --cap-lints allow -D warnings` |
1679 | 2023-12-05T05:14:46.890Z | Compiling openssl-probe v0.1.5 |
1680 | 2023-12-05T05:14:46.931Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66d32c3547f15b53 -C extra-filename=-66d32c3547f15b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1681 | 2023-12-05T05:14:47.067Z | Compiling digest v0.10.7 |
1682 | 2023-12-05T05:14:47.071Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=cfb2bbac779740b0 -C extra-filename=-cfb2bbac779740b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-cb664025e876bf64.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
1683 | 2023-12-05T05:14:47.393Z | Compiling tower-service v0.3.2 |
1684 | 2023-12-05T05:14:47.416Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318184497ae75df2 -C extra-filename=-318184497ae75df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1685 | 2023-12-05T05:14:47.579Z | Compiling foreign-types-shared v0.1.1 |
1686 | 2023-12-05T05:14:47.582Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98a776ebe496b644 -C extra-filename=-98a776ebe496b644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1687 | 2023-12-05T05:14:47.738Z | Compiling foreign-types v0.3.2 |
1688 | 2023-12-05T05:14:47.743Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb280c5795426c7f -C extra-filename=-eb280c5795426c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-98a776ebe496b644.rmeta --cap-lints allow -D warnings` |
1689 | 2023-12-05T05:14:47.835Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb/build-script-build` |
1690 | 2023-12-05T05:14:47.838Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=a2184cc7dcbbb190 -C extra-filename=-a2184cc7dcbbb190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1691 | 2023-12-05T05:14:47.871Z | Compiling hashbrown v0.13.2 |
1692 | 2023-12-05T05:14:47.874Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=0da48a872d5df034 -C extra-filename=-0da48a872d5df034 --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-d3ff75378bf82262.rmeta --cap-lints allow -D warnings` |
1693 | 2023-12-05T05:14:48.439Z | Compiling tracing v0.1.37 |
1694 | 2023-12-05T05:14:48.443Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=0fcd7419c0caa38d -C extra-filename=-0fcd7419c0caa38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-66cea2a3af41ad65.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-38aa913b0151a141.rmeta --cap-lints allow -D warnings` |
1695 | 2023-12-05T05:14:49.223Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=084832dceff4d290 -C extra-filename=-084832dceff4d290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1696 | 2023-12-05T05:14:49.247Z | Compiling openssl-macros v0.1.1 |
1697 | 2023-12-05T05:14:49.249Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff19cdabe242b73 -C extra-filename=-aff19cdabe242b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1698 | 2023-12-05T05:14:49.764Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b97b694c637962a9 -C extra-filename=-b97b694c637962a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1699 | 2023-12-05T05:14:50.412Z | Compiling mime v0.3.17 |
1700 | 2023-12-05T05:14:50.415Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cf1a4a13963194 -C extra-filename=-a6cf1a4a13963194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1701 | 2023-12-05T05:14:50.733Z | Compiling rustls v0.21.9 |
1702 | 2023-12-05T05:14:50.756Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=4a4ac025b6c4148e -C extra-filename=-4a4ac025b6c4148e --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1703 | 2023-12-05T05:14:51.674Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e/build-script-build` |
1704 | 2023-12-05T05:14:51.677Z | Compiling rustls-webpki v0.101.7 |
1705 | 2023-12-05T05:14:51.677Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6f2df29225feba44 -C extra-filename=-6f2df29225feba44 --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-a2184cc7dcbbb190.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out` |
1706 | 2023-12-05T05:14:51.677Z | Compiling sct v0.7.0 |
1707 | 2023-12-05T05:14:51.677Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fee862dc150e6395 -C extra-filename=-fee862dc150e6395 --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-c4886c411ec599bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out` |
1708 | 2023-12-05T05:14:51.677Z | Compiling native-tls v0.2.11 |
1709 | 2023-12-05T05:14:51.685Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbb3784313065716 -C extra-filename=-dbb3784313065716 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1710 | 2023-12-05T05:14:51.870Z | Compiling ipnet v2.8.0 |
1711 | 2023-12-05T05:14:51.873Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=12ae00b3bd1f0594 -C extra-filename=-12ae00b3bd1f0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1712 | 2023-12-05T05:14:52.127Z | Compiling rustls-pemfile v1.0.3 |
1713 | 2023-12-05T05:14:52.130Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4874c9bffb6de6d -C extra-filename=-d4874c9bffb6de6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings` |
1714 | 2023-12-05T05:14:52.317Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716/build-script-build` |
1715 | 2023-12-05T05:14:52.320Z | Compiling backtrace v0.3.69 |
1716 | 2023-12-05T05:14:52.320Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=adf632ad3be64156 -C extra-filename=-adf632ad3be64156 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
1717 | 2023-12-05T05:14:52.706Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0749c1580f3bf80c -C extra-filename=-0749c1580f3bf80c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a2184cc7dcbbb190.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6f2df29225feba44.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-fee862dc150e6395.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out` |
1718 | 2023-12-05T05:14:53.142Z | Compiling unicode-xid v0.2.4 |
1719 | 2023-12-05T05:14:53.145Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f50244e4f591a95 -C extra-filename=-8f50244e4f591a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1720 | 2023-12-05T05:14:53.397Z | Compiling gimli v0.28.0 |
1721 | 2023-12-05T05:14:53.400Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=1ab9a11901dc3db4 -C extra-filename=-1ab9a11901dc3db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1722 | 2023-12-05T05:14:53.919Z | Compiling crossbeam-utils v0.8.16 |
1723 | 2023-12-05T05:14:53.943Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c76935f39f50000a -C extra-filename=-c76935f39f50000a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1724 | 2023-12-05T05:14:54.241Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156/build-script-build` |
1725 | 2023-12-05T05:14:54.283Z | Compiling object v0.32.1 |
1726 | 2023-12-05T05:14:54.285Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=c982e9cdd75f2239 -C extra-filename=-c982e9cdd75f2239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
1727 | 2023-12-05T05:14:54.473Z | Compiling encoding_rs v0.8.33 |
1728 | 2023-12-05T05:14:54.497Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=af2729f3af85d5f2 -C extra-filename=-af2729f3af85d5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
1729 | 2023-12-05T05:14:54.557Z | Compiling anyhow v1.0.75 |
1730 | 2023-12-05T05:14:54.561Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10af975f37e62d27 -C extra-filename=-10af975f37e62d27 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1731 | 2023-12-05T05:14:54.842Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a/build-script-build` |
1732 | 2023-12-05T05:14:54.844Z | Compiling rustc-demangle v0.1.23 |
1733 | 2023-12-05T05:14:54.963Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e74e0db405f79ada -C extra-filename=-e74e0db405f79ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1734 | 2023-12-05T05:14:55.386Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=fc3da6c1712bbba6 -C extra-filename=-fc3da6c1712bbba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
1735 | 2023-12-05T05:14:55.804Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ecd3b02fa9b0bdac -C extra-filename=-ecd3b02fa9b0bdac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
1736 | 2023-12-05T05:14:55.814Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27/build-script-build` |
1737 | 2023-12-05T05:14:55.814Z | Compiling rustls-native-certs v0.6.3 |
1738 | 2023-12-05T05:14:55.814Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c97518b15dbc26a -C extra-filename=-6c97518b15dbc26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --cap-lints allow -D warnings` |
1739 | 2023-12-05T05:14:56.417Z | Compiling crc32fast v1.3.2 |
1740 | 2023-12-05T05:14:56.420Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f356901160b6596c -C extra-filename=-f356901160b6596c --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1741 | 2023-12-05T05:14:56.529Z | Compiling webpki-roots v0.25.2 |
1742 | 2023-12-05T05:14:56.553Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf9de3e3e0ba9b0 -C extra-filename=-caf9de3e3e0ba9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1743 | 2023-12-05T05:14:56.764Z | Compiling slog v2.7.0 |
1744 | 2023-12-05T05:14:56.769Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=d14f0a24e13b3b90 -C extra-filename=-d14f0a24e13b3b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1745 | 2023-12-05T05:14:57.273Z | Compiling base64ct v1.6.0 |
1746 | 2023-12-05T05:14:57.284Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4d3202f783ee952f -C extra-filename=-4d3202f783ee952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1747 | 2023-12-05T05:14:57.316Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c/build-script-build` |
1748 | 2023-12-05T05:14:57.412Z | Compiling utf8parse v0.2.1 |
1749 | 2023-12-05T05:14:57.434Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4593178b619af749 -C extra-filename=-4593178b619af749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1750 | 2023-12-05T05:14:57.688Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e6cb0fdfac0d5fc -C extra-filename=-2e6cb0fdfac0d5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
1751 | 2023-12-05T05:14:57.692Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90/build-script-build` |
1752 | 2023-12-05T05:14:57.792Z | Compiling io-lifetimes v1.0.11 |
1753 | 2023-12-05T05:14:57.807Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b0f51f0961ace6fb -C extra-filename=-b0f51f0961ace6fb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1754 | 2023-12-05T05:14:58.172Z | Compiling rustversion v1.0.14 |
1755 | 2023-12-05T05:14:58.175Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f1c6522f19fc259 -C extra-filename=-4f1c6522f19fc259 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1756 | 2023-12-05T05:14:58.277Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=9c8f30a579f036e3 -C extra-filename=-9c8f30a579f036e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
1757 | 2023-12-05T05:14:58.785Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb/build-script-build` |
1758 | 2023-12-05T05:14:59.175Z | Compiling futures-executor v0.3.29 |
1759 | 2023-12-05T05:14:59.185Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8030b61cb9ca4f2 -C extra-filename=-e8030b61cb9ca4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings` |
1760 | 2023-12-05T05:14:59.302Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259/build-script-build` |
1761 | 2023-12-05T05:14:59.399Z | Compiling num-integer v0.1.45 |
1762 | 2023-12-05T05:14:59.401Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bfe21c224e826a64 -C extra-filename=-bfe21c224e826a64 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1763 | 2023-12-05T05:14:59.620Z | Compiling time-core v0.1.1 |
1764 | 2023-12-05T05:14:59.624Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f0dd9071974c592 -C extra-filename=-3f0dd9071974c592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1765 | 2023-12-05T05:14:59.870Z | Compiling anstyle v1.0.2 |
1766 | 2023-12-05T05:14:59.873Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de2619156f222cb2 -C extra-filename=-de2619156f222cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1767 | 2023-12-05T05:14:59.964Z | Compiling rustix v0.37.23 |
1768 | 2023-12-05T05:14:59.997Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=116534d5d0bd8b2b -C extra-filename=-116534d5d0bd8b2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1769 | 2023-12-05T05:15:00.094Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64/build-script-build` |
1770 | 2023-12-05T05:15:00.134Z | Compiling time-macros v0.2.13 |
1771 | 2023-12-05T05:15:00.171Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=dbc03062bd046473 -C extra-filename=-dbc03062bd046473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rlib --extern proc_macro --cap-lints allow -D warnings` |
1772 | 2023-12-05T05:15:00.597Z | Compiling addr2line v0.21.0 |
1773 | 2023-12-05T05:15:00.600Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e4f6cacba3a2570 -C extra-filename=-0e4f6cacba3a2570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-1ab9a11901dc3db4.rmeta --cap-lints allow -D warnings` |
1774 | 2023-12-05T05:15:01.146Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b/build-script-build` |
1775 | 2023-12-05T05:15:01.300Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1857facc6a275161 -C extra-filename=-1857facc6a275161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
1776 | 2023-12-05T05:15:01.704Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=0a4e164824626899 -C extra-filename=-0a4e164824626899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
1777 | 2023-12-05T05:15:01.866Z | Compiling pem-rfc7468 v0.7.0 |
1778 | 2023-12-05T05:15:01.869Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c37157d808c21f6c -C extra-filename=-c37157d808c21f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --cap-lints allow -D warnings` |
1779 | 2023-12-05T05:15:02.006Z | Compiling synstructure v0.12.6 |
1780 | 2023-12-05T05:15:02.011Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=25e594cfc85bcc46 -C extra-filename=-25e594cfc85bcc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings` |
1781 | 2023-12-05T05:15:02.509Z | Compiling pest_meta v2.7.2 |
1782 | 2023-12-05T05:15:02.513Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59ac61c60e3a378e -C extra-filename=-59ac61c60e3a378e --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-60360085401b1f6c.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings` |
1783 | 2023-12-05T05:15:03.082Z | Compiling der_derive v0.7.2 |
1784 | 2023-12-05T05:15:03.108Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=468e6a46749aa333 -C extra-filename=-468e6a46749aa333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1785 | 2023-12-05T05:15:03.985Z | Compiling num_threads v0.1.6 |
1786 | 2023-12-05T05:15:04.026Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c6d51928e99bf40 -C extra-filename=-4c6d51928e99bf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1787 | 2023-12-05T05:15:04.168Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a9672aa5509b59d9 -C extra-filename=-a9672aa5509b59d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-0e4f6cacba3a2570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c982e9cdd75f2239.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e74e0db405f79ada.rmeta --cap-lints allow -D warnings` |
1788 | 2023-12-05T05:15:05.043Z | Compiling flagset v0.4.3 |
1789 | 2023-12-05T05:15:05.047Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d65ca4e97fcddc6f -C extra-filename=-d65ca4e97fcddc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1790 | 2023-12-05T05:15:05.358Z | Compiling bytes v1.5.0 |
1791 | 2023-12-05T05:15:05.364Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cf72f843b9ce520b -C extra-filename=-cf72f843b9ce520b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1792 | 2023-12-05T05:15:05.518Z | Compiling bitflags v2.4.0 |
1793 | 2023-12-05T05:15:05.522Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=95e0840708437b88 -C extra-filename=-95e0840708437b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1794 | 2023-12-05T05:15:05.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=dd2977d951e95a2e -C extra-filename=-dd2977d951e95a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
1795 | 2023-12-05T05:15:06.052Z | Compiling indexmap v2.1.0 |
1796 | 2023-12-05T05:15:06.085Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2e7a89619d1b841a -C extra-filename=-2e7a89619d1b841a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-94a74370476ed385.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1797 | 2023-12-05T05:15:06.264Z | Compiling chrono v0.4.31 |
1798 | 2023-12-05T05:15:06.267Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=9ebc0d9ab6a565e5 -C extra-filename=-9ebc0d9ab6a565e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-85b44ad93d1da9c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1799 | 2023-12-05T05:15:07.538Z | Compiling tokio v1.34.0 |
1800 | 2023-12-05T05:15:07.541Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=92ca6d6243f4e95c -C extra-filename=-92ca6d6243f4e95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-26a74a4f951ce6d6.so --cap-lints allow -D warnings` |
1801 | 2023-12-05T05:15:07.714Z | Compiling uuid v1.6.1 |
1802 | 2023-12-05T05:15:07.756Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=3397c14cb16db240 -C extra-filename=-3397c14cb16db240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1803 | 2023-12-05T05:15:07.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b07637ba55941490 -C extra-filename=-b07637ba55941490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1804 | 2023-12-05T05:15:08.075Z | Compiling http v0.2.11 |
1805 | 2023-12-05T05:15:08.077Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a198b56a5f9eb1ad -C extra-filename=-a198b56a5f9eb1ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --cap-lints allow -D warnings` |
1806 | 2023-12-05T05:15:10.191Z | Compiling serde_spanned v0.6.4 |
1807 | 2023-12-05T05:15:10.193Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=fe3e9a6041e02309 -C extra-filename=-fe3e9a6041e02309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1808 | 2023-12-05T05:15:10.279Z | Compiling toml_datetime v0.6.5 |
1809 | 2023-12-05T05:15:10.282Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=f7c2b7796e32d7a6 -C extra-filename=-f7c2b7796e32d7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1810 | 2023-12-05T05:15:10.548Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=655abe61a0792043 -C extra-filename=-655abe61a0792043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-42470dea69332415.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
1811 | 2023-12-05T05:15:10.732Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=54881a1782a3e1b0 -C extra-filename=-54881a1782a3e1b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1812 | 2023-12-05T05:15:10.970Z | Compiling http-body v0.4.5 |
1813 | 2023-12-05T05:15:11.013Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fcbfd8235f78087 -C extra-filename=-9fcbfd8235f78087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings` |
1814 | 2023-12-05T05:15:11.035Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ec7b76c1a619998 -C extra-filename=-4ec7b76c1a619998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-aff19cdabe242b73.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
1815 | 2023-12-05T05:15:11.609Z | Compiling toml_edit v0.19.15 |
1816 | 2023-12-05T05:15:11.612Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=32ad42ce06f6cab4 -C extra-filename=-32ad42ce06f6cab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings` |
1817 | 2023-12-05T05:15:11.984Z | Compiling serde_urlencoded v0.7.1 |
1818 | 2023-12-05T05:15:12.007Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bc61d3be642612c -C extra-filename=-9bc61d3be642612c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1819 | 2023-12-05T05:15:12.231Z | Compiling openapiv3 v2.0.0-rc.1 |
1820 | 2023-12-05T05:15:12.703Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0-rc.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=8bdc91c0611425a8 -C extra-filename=-8bdc91c0611425a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings` |
1821 | 2023-12-05T05:15:12.779Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4df5b42792d76143 -C extra-filename=-4df5b42792d76143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-a9672aa5509b59d9.rmeta --cap-lints allow -D warnings` |
1822 | 2023-12-05T05:15:12.807Z | Compiling rustc_version v0.4.0 |
1823 | 2023-12-05T05:15:12.810Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24886e505c93f47 -C extra-filename=-a24886e505c93f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --cap-lints allow -D warnings` |
1824 | 2023-12-05T05:15:13.082Z | Compiling hex v0.4.3 |
1825 | 2023-12-05T05:15:13.087Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6f7e7e787f938be2 -C extra-filename=-6f7e7e787f938be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1826 | 2023-12-05T05:15:14.021Z | Compiling deranged v0.3.8 |
1827 | 2023-12-05T05:15:14.024Z | Compiling der v0.7.8 |
1828 | 2023-12-05T05:15:14.024Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=598da518e72e5dfb -C extra-filename=-598da518e72e5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1829 | 2023-12-05T05:15:14.024Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=cceb8e0e028647cd -C extra-filename=-cceb8e0e028647cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-468e6a46749aa333.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d65ca4e97fcddc6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
1830 | 2023-12-05T05:15:14.442Z | Compiling zerocopy-derive v0.2.0 |
1831 | 2023-12-05T05:15:14.447Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=132b467ed93bdcda -C extra-filename=-132b467ed93bdcda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-25e594cfc85bcc46.rlib --extern proc_macro --cap-lints allow -D warnings` |
1832 | 2023-12-05T05:15:16.566Z | Compiling pest_generator v2.7.2 |
1833 | 2023-12-05T05:15:16.569Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=cb8b0f020db1d377 -C extra-filename=-cb8b0f020db1d377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-59ac61c60e3a378e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
1834 | 2023-12-05T05:15:17.017Z | Compiling time v0.3.27 |
1835 | 2023-12-05T05:15:17.020Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=9b800e302f11b330 -C extra-filename=-9b800e302f11b330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-598da518e72e5dfb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4c6d51928e99bf40.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --cap-lints allow -D warnings` |
1836 | 2023-12-05T05:15:18.127Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=827de0a1033a10a6 -C extra-filename=-827de0a1033a10a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-0a4e164824626899.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1837 | 2023-12-05T05:15:19.649Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=78c4e619da17149f -C extra-filename=-78c4e619da17149f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128` |
1838 | 2023-12-05T05:15:19.968Z | Compiling futures v0.3.29 |
1839 | 2023-12-05T05:15:20.005Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=60db96e8e3fbb005 -C extra-filename=-60db96e8e3fbb005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings` |
1840 | 2023-12-05T05:15:20.137Z | Compiling tokio-util v0.7.10 |
1841 | 2023-12-05T05:15:20.142Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=785b7f79852bfc20 -C extra-filename=-785b7f79852bfc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings` |
1842 | 2023-12-05T05:15:20.447Z | Compiling tokio-rustls v0.24.1 |
1843 | 2023-12-05T05:15:20.450Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=c09986439c97375a -C extra-filename=-c09986439c97375a --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-0749c1580f3bf80c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out` |
1844 | 2023-12-05T05:15:20.629Z | Compiling flate2 v1.0.28 |
1845 | 2023-12-05T05:15:20.652Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9c343eab58a7ea84 -C extra-filename=-9c343eab58a7ea84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --cap-lints allow -D warnings` |
1846 | 2023-12-05T05:15:21.031Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3c40a6fa6ded888 -C extra-filename=-b3c40a6fa6ded888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1847 | 2023-12-05T05:15:21.125Z | Compiling anstyle-parse v0.2.1 |
1848 | 2023-12-05T05:15:21.128Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=bbb859da10bbbc65 -C extra-filename=-bbb859da10bbbc65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings` |
1849 | 2023-12-05T05:15:21.651Z | Compiling tokio-native-tls v0.3.1 |
1850 | 2023-12-05T05:15:21.686Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b4ed2854398073b -C extra-filename=-5b4ed2854398073b --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-b3c40a6fa6ded888.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1851 | 2023-12-05T05:15:22.002Z | Compiling h2 v0.3.21 |
1852 | 2023-12-05T05:15:22.005Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46d5e3c9df5cab33 -C extra-filename=-46d5e3c9df5cab33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings` |
1853 | 2023-12-05T05:15:22.057Z | Compiling zerocopy-derive v0.6.4 |
1854 | 2023-12-05T05:15:22.111Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6980bf4148d297e -C extra-filename=-e6980bf4148d297e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1855 | 2023-12-05T05:15:22.340Z | Compiling itertools v0.10.5 |
1856 | 2023-12-05T05:15:22.343Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=5d2789e50494f686 -C extra-filename=-5d2789e50494f686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
1857 | 2023-12-05T05:15:22.693Z | Compiling anstyle-query v1.0.0 |
1858 | 2023-12-05T05:15:22.696Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90a2a36a46bba70f -C extra-filename=-90a2a36a46bba70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1859 | 2023-12-05T05:15:22.869Z | Compiling unicode-segmentation v1.10.1 |
1860 | 2023-12-05T05:15:22.901Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7b83919c0401bc3 -C extra-filename=-a7b83919c0401bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1861 | 2023-12-05T05:15:24.352Z | Compiling siphasher v0.3.11 |
1862 | 2023-12-05T05:15:24.354Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc130dcd8b93b422 -C extra-filename=-cc130dcd8b93b422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1863 | 2023-12-05T05:15:24.988Z | Compiling colorchoice v1.0.0 |
1864 | 2023-12-05T05:15:25.019Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3d013d7fa334b4b -C extra-filename=-f3d013d7fa334b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1865 | 2023-12-05T05:15:25.146Z | Compiling anstream v0.5.0 |
1866 | 2023-12-05T05:15:25.149Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=0ddec8b0a8dad00f -C extra-filename=-0ddec8b0a8dad00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bbb859da10bbbc65.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-90a2a36a46bba70f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f3d013d7fa334b4b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings` |
1867 | 2023-12-05T05:15:25.217Z | Compiling terminal_size v0.2.6 |
1868 | 2023-12-05T05:15:25.266Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0596fa69a918767 -C extra-filename=-f0596fa69a918767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-827de0a1033a10a6.rmeta --cap-lints allow -D warnings` |
1869 | 2023-12-05T05:15:25.454Z | Compiling pest_derive v2.7.2 |
1870 | 2023-12-05T05:15:25.482Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=08632d05d7b6ebb3 -C extra-filename=-08632d05d7b6ebb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-cb8b0f020db1d377.rlib --extern proc_macro --cap-lints allow -D warnings` |
1871 | 2023-12-05T05:15:25.488Z | Compiling zerocopy v0.3.0 |
1872 | 2023-12-05T05:15:25.488Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29aa7ee8fe9290cd -C extra-filename=-29aa7ee8fe9290cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-132b467ed93bdcda.so --cap-lints allow -D warnings` |
1873 | 2023-12-05T05:15:25.991Z | Compiling spki v0.7.2 |
1874 | 2023-12-05T05:15:26.015Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=050b5b1ec547420c -C extra-filename=-050b5b1ec547420c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --cap-lints allow -D warnings` |
1875 | 2023-12-05T05:15:26.125Z | Compiling zerocopy v0.6.4 |
1876 | 2023-12-05T05:15:26.131Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3bf34b18ecf8b70 -C extra-filename=-c3bf34b18ecf8b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e6980bf4148d297e.so --cap-lints allow -D warnings` |
1877 | 2023-12-05T05:15:26.255Z | Compiling memoffset v0.9.0 |
1878 | 2023-12-05T05:15:26.261Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=373fa88f2059b22f -C extra-filename=-373fa88f2059b22f --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1879 | 2023-12-05T05:15:26.558Z | Compiling usdt-impl v0.3.5 |
1880 | 2023-12-05T05:15:26.574Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=f72c6ed2b1b05ce6 -C extra-filename=-f72c6ed2b1b05ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
1881 | 2023-12-05T05:15:26.742Z | Compiling clap_lex v0.5.1 |
1882 | 2023-12-05T05:15:26.754Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5077f1311841a9d7 -C extra-filename=-5077f1311841a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1883 | 2023-12-05T05:15:26.852Z | Compiling bit-vec v0.6.3 |
1884 | 2023-12-05T05:15:26.901Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be2b16d8eb900e10 -C extra-filename=-be2b16d8eb900e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1885 | 2023-12-05T05:15:26.997Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f/build-script-build` |
1886 | 2023-12-05T05:15:27.060Z | Compiling dtrace-parser v0.1.14 |
1887 | 2023-12-05T05:15:27.081Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcea443e6c284b25 -C extra-filename=-dcea443e6c284b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-08632d05d7b6ebb3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
1888 | 2023-12-05T05:15:27.176Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6/build-script-build` |
1889 | 2023-12-05T05:15:27.614Z | Compiling clap_builder v4.4.2 |
1890 | 2023-12-05T05:15:27.620Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=8e6cb03a3615cb75 -C extra-filename=-8e6cb03a3615cb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0ddec8b0a8dad00f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5077f1311841a9d7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f0596fa69a918767.rmeta --cap-lints allow -D warnings` |
1891 | 2023-12-05T05:15:27.620Z | Compiling dof v0.1.5 |
1892 | 2023-12-05T05:15:27.620Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b1cdfcb1750576b -C extra-filename=-6b1cdfcb1750576b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-29aa7ee8fe9290cd.rmeta --cap-lints allow -D warnings` |
1893 | 2023-12-05T05:15:27.620Z | Compiling toml v0.7.8 |
1894 | 2023-12-05T05:15:27.620Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=06af5535c6198b55 -C extra-filename=-06af5535c6198b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings` |
1895 | 2023-12-05T05:15:27.620Z | Compiling toml_edit v0.21.0 |
1896 | 2023-12-05T05:15:27.620Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=e0682a68817d4d48 -C extra-filename=-e0682a68817d4d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings` |
1897 | 2023-12-05T05:15:27.620Z | Compiling clap_derive v4.4.2 |
1898 | 2023-12-05T05:15:27.620Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=09f6461d2b951fca -C extra-filename=-09f6461d2b951fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1899 | 2023-12-05T05:15:28.936Z | Compiling thread-id v4.2.0 |
1900 | 2023-12-05T05:15:28.967Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a44f4ab348dc9b12 -C extra-filename=-a44f4ab348dc9b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
1901 | 2023-12-05T05:15:29.102Z | Compiling crossbeam-epoch v0.9.15 |
1902 | 2023-12-05T05:15:29.112Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a45cdd2078d237 -C extra-filename=-65a45cdd2078d237 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1903 | 2023-12-05T05:15:29.906Z | Compiling data-encoding v2.4.0 |
1904 | 2023-12-05T05:15:29.909Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b18b93accc321e4 -C extra-filename=-6b18b93accc321e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1905 | 2023-12-05T05:15:30.336Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237/build-script-build` |
1906 | 2023-12-05T05:15:30.442Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=e1fe6e8ae9df5f9b -C extra-filename=-e1fe6e8ae9df5f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6b1cdfcb1750576b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-dcea443e6c284b25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a44f4ab348dc9b12.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1907 | 2023-12-05T05:15:30.509Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1ffa478a3c8874cc -C extra-filename=-1ffa478a3c8874cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
1908 | 2023-12-05T05:15:30.715Z | Compiling pkcs8 v0.10.2 |
1909 | 2023-12-05T05:15:30.742Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=83176ad9c8455734 -C extra-filename=-83176ad9c8455734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
1910 | 2023-12-05T05:15:31.623Z | Compiling serde_tokenstream v0.1.7 |
1911 | 2023-12-05T05:15:31.627Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fd957c89515b950 -C extra-filename=-2fd957c89515b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
1912 | 2023-12-05T05:15:32.465Z | Compiling strum_macros v0.25.2 |
1913 | 2023-12-05T05:15:32.473Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51af52420240f790 -C extra-filename=-51af52420240f790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1914 | 2023-12-05T05:15:32.748Z | Compiling num-iter v0.1.43 |
1915 | 2023-12-05T05:15:32.752Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=13e61c00b13f3451 -C extra-filename=-13e61c00b13f3451 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
1916 | 2023-12-05T05:15:33.322Z | Compiling hyper v0.14.27 |
1917 | 2023-12-05T05:15:33.325Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=f0d93093a2b87f0e -C extra-filename=-f0d93093a2b87f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46d5e3c9df5cab33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-071a5e6e1eac6ac9.rmeta --cap-lints allow -D warnings` |
1918 | 2023-12-05T05:15:33.373Z | Compiling signal-hook v0.3.17 |
1919 | 2023-12-05T05:15:33.376Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=cd0a85eeecb50ba2 -C extra-filename=-cd0a85eeecb50ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1920 | 2023-12-05T05:15:33.870Z | Compiling managed v0.8.0 |
1921 | 2023-12-05T05:15:33.878Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=c4f0e08992bb4f35 -C extra-filename=-c4f0e08992bb4f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1922 | 2023-12-05T05:15:33.908Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2/build-script-build` |
1923 | 2023-12-05T05:15:33.980Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451/build-script-build` |
1924 | 2023-12-05T05:15:34.147Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d9f0b9c67027185 -C extra-filename=-2d9f0b9c67027185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1ffa478a3c8874cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings` |
1925 | 2023-12-05T05:15:34.618Z | Compiling bit-set v0.5.3 |
1926 | 2023-12-05T05:15:34.656Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c87ee7a4a219efa1 -C extra-filename=-c87ee7a4a219efa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --cap-lints allow -D warnings` |
1927 | 2023-12-05T05:15:35.075Z | Compiling phf_shared v0.10.0 |
1928 | 2023-12-05T05:15:35.079Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a184df2ed88559cb -C extra-filename=-a184df2ed88559cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings` |
1929 | 2023-12-05T05:15:35.462Z | Compiling ipnetwork v0.20.0 |
1930 | 2023-12-05T05:15:35.465Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=847fb59b18b2aee3 -C extra-filename=-847fb59b18b2aee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1931 | 2023-12-05T05:15:35.733Z | Compiling sha2 v0.10.8 |
1932 | 2023-12-05T05:15:35.737Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=3efb67152f9bb7fd -C extra-filename=-3efb67152f9bb7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
1933 | 2023-12-05T05:15:36.569Z | Compiling clap v4.4.3 |
1934 | 2023-12-05T05:15:36.580Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=bef443fbbfa73a43 -C extra-filename=-bef443fbbfa73a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-09f6461d2b951fca.so --cap-lints allow -D warnings` |
1935 | 2023-12-05T05:15:36.731Z | Compiling precomputed-hash v0.1.1 |
1936 | 2023-12-05T05:15:36.735Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2664089f1d17b1fd -C extra-filename=-2664089f1d17b1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1937 | 2023-12-05T05:15:36.897Z | Compiling fixedbitset v0.4.2 |
1938 | 2023-12-05T05:15:36.900Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eca94f2b80e5845 -C extra-filename=-1eca94f2b80e5845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1939 | 2023-12-05T05:15:36.924Z | Compiling new_debug_unreachable v1.0.4 |
1940 | 2023-12-05T05:15:36.927Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0def1793713052ad -C extra-filename=-0def1793713052ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1941 | 2023-12-05T05:15:37.056Z | Compiling string_cache v0.8.7 |
1942 | 2023-12-05T05:15:37.059Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=275f3cec25e20431 -C extra-filename=-275f3cec25e20431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-0def1793713052ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a184df2ed88559cb.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2664089f1d17b1fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
1943 | 2023-12-05T05:15:37.648Z | Compiling petgraph v0.6.4 |
1944 | 2023-12-05T05:15:37.719Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=cb3b038c24d25106 -C extra-filename=-cb3b038c24d25106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-1eca94f2b80e5845.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
1945 | 2023-12-05T05:15:37.847Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=90ee7d264145cac8 -C extra-filename=-90ee7d264145cac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
1946 | 2023-12-05T05:15:38.075Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=f2eb63f7b73ee948 -C extra-filename=-f2eb63f7b73ee948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --cap-lints allow -D warnings` |
1947 | 2023-12-05T05:15:39.674Z | Compiling usdt-macro v0.3.5 |
1948 | 2023-12-05T05:15:39.677Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=91acab1736c4e9ec -C extra-filename=-91acab1736c4e9ec --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-dcea443e6c284b25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e1fe6e8ae9df5f9b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1949 | 2023-12-05T05:15:40.226Z | Compiling usdt-attr-macro v0.3.5 |
1950 | 2023-12-05T05:15:40.230Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=ba5027b44d0cc7cd -C extra-filename=-ba5027b44d0cc7cd --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-dcea443e6c284b25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e1fe6e8ae9df5f9b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1951 | 2023-12-05T05:15:40.231Z | Compiling hmac v0.12.1 |
1952 | 2023-12-05T05:15:40.232Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=348309a5a3883e14 -C extra-filename=-348309a5a3883e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
1953 | 2023-12-05T05:15:40.328Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1954 | 2023-12-05T05:15:40.332Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=855b098f48ac0d1d -C extra-filename=-855b098f48ac0d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
1955 | 2023-12-05T05:15:41.099Z | Compiling doc-comment v0.3.3 |
1956 | 2023-12-05T05:15:41.104Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec51527b80ba850c -C extra-filename=-ec51527b80ba850c --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1957 | 2023-12-05T05:15:41.242Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d/build-script-build` |
1958 | 2023-12-05T05:15:42.050Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c/build-script-build` |
1959 | 2023-12-05T05:15:42.226Z | Compiling heapless v0.7.16 |
1960 | 2023-12-05T05:15:42.255Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=db4f4dd10436268c -C extra-filename=-db4f4dd10436268c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings` |
1961 | 2023-12-05T05:15:42.266Z | Compiling pin-project-internal v1.1.3 |
1962 | 2023-12-05T05:15:42.266Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3196e1157de3c3f1 -C extra-filename=-3196e1157de3c3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
1963 | 2023-12-05T05:15:42.285Z | Compiling matches v0.1.10 |
1964 | 2023-12-05T05:15:42.311Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d6c321c924df6e -C extra-filename=-94d6c321c924df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1965 | 2023-12-05T05:15:42.386Z | Compiling regex-automata v0.1.10 |
1966 | 2023-12-05T05:15:42.418Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cc09e81d5f271c0 -C extra-filename=-3cc09e81d5f271c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1967 | 2023-12-05T05:15:42.421Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1968 | 2023-12-05T05:15:42.421Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1ef013ccae74676 -C extra-filename=-c1ef013ccae74676 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1969 | 2023-12-05T05:15:42.602Z | Compiling usdt v0.3.5 |
1970 | 2023-12-05T05:15:42.606Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=ce93925926181581 -C extra-filename=-ce93925926181581 --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-dcea443e6c284b25.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-ba5027b44d0cc7cd.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e1fe6e8ae9df5f9b.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-91acab1736c4e9ec.so --cap-lints allow -D warnings` |
1971 | 2023-12-05T05:15:42.991Z | Compiling predicates-core v1.0.6 |
1972 | 2023-12-05T05:15:42.994Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a707c93b27fc17a9 -C extra-filename=-a707c93b27fc17a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1973 | 2023-12-05T05:15:43.018Z | Compiling lalrpop-util v0.19.12 |
1974 | 2023-12-05T05:15:43.020Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2c79a7f288a2d69 -C extra-filename=-a2c79a7f288a2d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1975 | 2023-12-05T05:15:43.150Z | Compiling bstr v0.2.17 |
1976 | 2023-12-05T05:15:43.192Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=49019ba25fed05fd -C extra-filename=-49019ba25fed05fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3cc09e81d5f271c0.rmeta --cap-lints allow -D warnings` |
1977 | 2023-12-05T05:15:43.527Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c/build-script-build` |
1978 | 2023-12-05T05:15:43.558Z | Compiling idna v0.2.3 |
1979 | 2023-12-05T05:15:43.561Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d80edfaf957fba38 -C extra-filename=-d80edfaf957fba38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-94d6c321c924df6e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
1980 | 2023-12-05T05:15:43.561Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db9e60a6dcb62e11 -C extra-filename=-db9e60a6dcb62e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -l static=bz2` |
1981 | 2023-12-05T05:15:43.624Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c9eeeb148ee19b -C extra-filename=-80c9eeeb148ee19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1982 | 2023-12-05T05:15:43.763Z | Compiling signal-hook-mio v0.2.3 |
1983 | 2023-12-05T05:15:43.766Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=806687a411aee27d -C extra-filename=-806687a411aee27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --cap-lints allow -D warnings` |
1984 | 2023-12-05T05:15:43.794Z | Compiling block-padding v0.3.3 |
1985 | 2023-12-05T05:15:43.796Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676/build-script-build` |
1986 | 2023-12-05T05:15:43.796Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=e589ae0d682b7d69 -C extra-filename=-e589ae0d682b7d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
1987 | 2023-12-05T05:15:43.931Z | Compiling enum-as-inner v0.5.1 |
1988 | 2023-12-05T05:15:43.934Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c877e58e27839d73 -C extra-filename=-c877e58e27839d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
1989 | 2023-12-05T05:15:43.986Z | Compiling itertools v0.11.0 |
1990 | 2023-12-05T05:15:43.992Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=b7536b5015ff5583 -C extra-filename=-b7536b5015ff5583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
1991 | 2023-12-05T05:15:44.200Z | Compiling diesel_table_macro_syntax v0.1.0 |
1992 | 2023-12-05T05:15:44.203Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d144b3fa8e7da5b9 -C extra-filename=-d144b3fa8e7da5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
1993 | 2023-12-05T05:15:44.354Z | Compiling hash32 v0.2.1 |
1994 | 2023-12-05T05:15:44.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf9d20fada302159 -C extra-filename=-cf9d20fada302159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings` |
1995 | 2023-12-05T05:15:44.831Z | Compiling hyper-rustls v0.24.2 |
1996 | 2023-12-05T05:15:44.854Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=983e1819edbed73e -C extra-filename=-983e1819edbed73e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6c97518b15dbc26a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c09986439c97375a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out` |
1997 | 2023-12-05T05:15:44.943Z | Compiling hyper-tls v0.5.0 |
1998 | 2023-12-05T05:15:44.945Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=616f837fe023d359 -C extra-filename=-616f837fe023d359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b3c40a6fa6ded888.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5b4ed2854398073b.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1999 | 2023-12-05T05:15:45.435Z | Compiling reqwest v0.11.22 |
2000 | 2023-12-05T05:15:45.460Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=b24efef102cca4ec -C extra-filename=-b24efef102cca4ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-46d5e3c9df5cab33.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-616f837fe023d359.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b3c40a6fa6ded888.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-5b4ed2854398073b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c09986439c97375a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-caf9de3e3e0ba9b0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2001 | 2023-12-05T05:15:45.464Z | Compiling float-cmp v0.9.0 |
2002 | 2023-12-05T05:15:45.464Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=69d4a8c3409fe82d -C extra-filename=-69d4a8c3409fe82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
2003 | 2023-12-05T05:15:45.764Z | Compiling scheduled-thread-pool v0.2.7 |
2004 | 2023-12-05T05:15:45.789Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6d89e63f21e1dcd -C extra-filename=-c6d89e63f21e1dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --cap-lints allow -D warnings` |
2005 | 2023-12-05T05:15:45.887Z | Compiling num-bigint v0.4.4 |
2006 | 2023-12-05T05:15:45.891Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=15332bf2239b142c -C extra-filename=-15332bf2239b142c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2007 | 2023-12-05T05:15:46.016Z | Compiling difflib v0.4.0 |
2008 | 2023-12-05T05:15:46.062Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eed2584789273b3 -C extra-filename=-1eed2584789273b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2009 | 2023-12-05T05:15:46.298Z | Compiling regex-automata v0.3.8 |
2010 | 2023-12-05T05:15:46.301Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=83cd0a0ebc06daa3 -C extra-filename=-83cd0a0ebc06daa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2011 | 2023-12-05T05:15:46.696Z | Compiling smoltcp v0.9.1 |
2012 | 2023-12-05T05:15:46.698Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=4936fa914ae02a62 -C extra-filename=-4936fa914ae02a62 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2013 | 2023-12-05T05:15:47.315Z | Compiling stable_deref_trait v1.2.0 |
2014 | 2023-12-05T05:15:47.353Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b9016c9969df329 -C extra-filename=-9b9016c9969df329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2015 | 2023-12-05T05:15:47.459Z | Compiling normalize-line-endings v0.3.0 |
2016 | 2023-12-05T05:15:47.461Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c4947c0768711ac -C extra-filename=-3c4947c0768711ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2017 | 2023-12-05T05:15:47.673Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=a61490c645a348db -C extra-filename=-a61490c645a348db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-cf9d20fada302159.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9b9016c9969df329.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
2018 | 2023-12-05T05:15:47.818Z | Compiling pin-project v1.1.3 |
2019 | 2023-12-05T05:15:47.828Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3b9e2874c7400c7 -C extra-filename=-b3b9e2874c7400c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3196e1157de3c3f1.so --cap-lints allow -D warnings` |
2020 | 2023-12-05T05:15:47.900Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62/build-script-build` |
2021 | 2023-12-05T05:15:47.940Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c/build-script-build` |
2022 | 2023-12-05T05:15:47.991Z | Compiling r2d2 v0.8.10 |
2023 | 2023-12-05T05:15:47.994Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d293ec619e7fc50 -C extra-filename=-1d293ec619e7fc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c6d89e63f21e1dcd.rmeta --cap-lints allow -D warnings` |
2024 | 2023-12-05T05:15:48.488Z | Compiling trust-dns-proto v0.22.0 |
2025 | 2023-12-05T05:15:48.492Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=72b81b7739219936 -C extra-filename=-72b81b7739219936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d80edfaf957fba38.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings` |
2026 | 2023-12-05T05:15:48.557Z | Compiling diesel_derives v2.1.2 |
2027 | 2023-12-05T05:15:48.560Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=da4946441935c62d -C extra-filename=-da4946441935c62d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-d144b3fa8e7da5b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2028 | 2023-12-05T05:15:48.668Z | Compiling inout v0.1.3 |
2029 | 2023-12-05T05:15:48.672Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8190e8f00691da95 -C extra-filename=-8190e8f00691da95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e589ae0d682b7d69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
2030 | 2023-12-05T05:15:48.834Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4ec8f2135bf59e -C extra-filename=-7f4ec8f2135bf59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
2031 | 2023-12-05T05:15:49.096Z | Compiling bstr v1.6.0 |
2032 | 2023-12-05T05:15:49.099Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f119340823f1aa08 -C extra-filename=-f119340823f1aa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83cd0a0ebc06daa3.rmeta --cap-lints allow -D warnings` |
2033 | 2023-12-05T05:15:49.326Z | Compiling crossterm v0.27.0 |
2034 | 2023-12-05T05:15:49.332Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=a6f7ca36058256e5 -C extra-filename=-a6f7ca36058256e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-806687a411aee27d.rmeta --cap-lints allow -D warnings` |
2035 | 2023-12-05T05:15:49.547Z | Compiling bzip2 v0.4.4 |
2036 | 2023-12-05T05:15:49.549Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60f78854abbde1df -C extra-filename=-60f78854abbde1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-db9e60a6dcb62e11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2037 | 2023-12-05T05:15:50.176Z | Compiling md-5 v0.10.5 |
2038 | 2023-12-05T05:15:50.178Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=344835e48cb462fb -C extra-filename=-344835e48cb462fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
2039 | 2023-12-05T05:15:50.339Z | Compiling hubpack_derive v0.1.1 |
2040 | 2023-12-05T05:15:50.345Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a471ede8111718f -C extra-filename=-4a471ede8111718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2041 | 2023-12-05T05:15:50.349Z | Compiling snafu-derive v0.7.5 |
2042 | 2023-12-05T05:15:50.369Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=a408964f14bfbe36 -C extra-filename=-a408964f14bfbe36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2043 | 2023-12-05T05:15:50.558Z | Compiling console v0.15.7 |
2044 | 2023-12-05T05:15:50.591Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=9be0e24052f4a227 -C extra-filename=-9be0e24052f4a227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2045 | 2023-12-05T05:15:51.599Z | Compiling stringprep v0.1.3 |
2046 | 2023-12-05T05:15:51.625Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77fd75175a07d3af -C extra-filename=-77fd75175a07d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
2047 | 2023-12-05T05:15:52.094Z | Compiling ff v0.13.0 |
2048 | 2023-12-05T05:15:52.097Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f75dc52179c27e45 -C extra-filename=-f75dc52179c27e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2049 | 2023-12-05T05:15:52.450Z | Compiling fallible-iterator v0.2.0 |
2050 | 2023-12-05T05:15:52.472Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4ac42d45e35c03c -C extra-filename=-e4ac42d45e35c03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2051 | 2023-12-05T05:15:53.063Z | Compiling static_assertions v1.1.0 |
2052 | 2023-12-05T05:15:53.066Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8396087cdeea73a3 -C extra-filename=-8396087cdeea73a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2053 | 2023-12-05T05:15:53.210Z | Compiling base16ct v0.2.0 |
2054 | 2023-12-05T05:15:53.243Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=55296223c8905605 -C extra-filename=-55296223c8905605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2055 | 2023-12-05T05:15:53.246Z | Compiling group v0.13.0 |
2056 | 2023-12-05T05:15:53.246Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f053f90409c80810 -C extra-filename=-f053f90409c80810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2057 | 2023-12-05T05:15:53.621Z | Compiling postgres-protocol v0.6.6 |
2058 | 2023-12-05T05:15:53.668Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2a895b48de99c022 -C extra-filename=-2a895b48de99c022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-344835e48cb462fb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-77fd75175a07d3af.rmeta --cap-lints allow -D warnings` |
2059 | 2023-12-05T05:15:53.715Z | Compiling sec1 v0.7.3 |
2060 | 2023-12-05T05:15:53.718Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=c817e0434b5477f6 -C extra-filename=-c817e0434b5477f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2061 | 2023-12-05T05:15:53.757Z | Compiling hubpack v0.1.2 |
2062 | 2023-12-05T05:15:53.760Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5edf382b896fc95 -C extra-filename=-b5edf382b896fc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-4a471ede8111718f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2063 | 2023-12-05T05:15:54.469Z | Compiling zip v0.6.6 |
2064 | 2023-12-05T05:15:54.474Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1e6182992effe9a1 -C extra-filename=-1e6182992effe9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-60f78854abbde1df.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2065 | 2023-12-05T05:15:54.636Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ef5680972a20b76f -C extra-filename=-ef5680972a20b76f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a61490c645a348db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings` |
2066 | 2023-12-05T05:15:55.768Z | Compiling cipher v0.4.4 |
2067 | 2023-12-05T05:15:55.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=72a2abb2cf0395e1 -C extra-filename=-72a2abb2cf0395e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2068 | 2023-12-05T05:15:55.870Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=aa335b19d16a7164 -C extra-filename=-aa335b19d16a7164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2069 | 2023-12-05T05:15:56.578Z | Compiling similar v2.2.1 |
2070 | 2023-12-05T05:15:56.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=2b119b775ec4cb49 -C extra-filename=-2b119b775ec4cb49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
2071 | 2023-12-05T05:15:56.858Z | Compiling hkdf v0.12.3 |
2072 | 2023-12-05T05:15:56.861Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b69c4557237afc47 -C extra-filename=-b69c4557237afc47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --cap-lints allow -D warnings` |
2073 | 2023-12-05T05:15:57.255Z | Compiling phf_shared v0.11.2 |
2074 | 2023-12-05T05:15:57.258Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f861812bc0bc68b5 -C extra-filename=-f861812bc0bc68b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings` |
2075 | 2023-12-05T05:15:57.835Z | Compiling crypto-bigint v0.5.2 |
2076 | 2023-12-05T05:15:57.838Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=ae906e8fb6cb3e96 -C extra-filename=-ae906e8fb6cb3e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2077 | 2023-12-05T05:15:58.397Z | Compiling serde_repr v0.1.16 |
2078 | 2023-12-05T05:15:58.403Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b79ef2209a3e5a -C extra-filename=-53b79ef2209a3e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2079 | 2023-12-05T05:16:00.608Z | Compiling snafu v0.7.5 |
2080 | 2023-12-05T05:16:00.622Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=f45fb991151db88a -C extra-filename=-f45fb991151db88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a408964f14bfbe36.so --cap-lints allow -D warnings` |
2081 | 2023-12-05T05:16:00.623Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2082 | 2023-12-05T05:16:00.623Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=35e5e75d00a35726 -C extra-filename=-35e5e75d00a35726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-53b79ef2209a3e5a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ef5680972a20b76f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2083 | 2023-12-05T05:16:00.812Z | Compiling yasna v0.5.2 |
2084 | 2023-12-05T05:16:00.883Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=a4b6622587f02829 -C extra-filename=-a4b6622587f02829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
2085 | 2023-12-05T05:16:02.044Z | Compiling elliptic-curve v0.13.8 |
2086 | 2023-12-05T05:16:02.047Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=985beb8d4c96de66 -C extra-filename=-985beb8d4c96de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ae906e8fb6cb3e96.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c817e0434b5477f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2087 | 2023-12-05T05:16:02.678Z | Compiling phf v0.11.2 |
2088 | 2023-12-05T05:16:02.681Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47b8476697169a82 -C extra-filename=-47b8476697169a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f861812bc0bc68b5.rmeta --cap-lints allow -D warnings` |
2089 | 2023-12-05T05:16:03.131Z | Compiling postgres-types v0.2.6 |
2090 | 2023-12-05T05:16:03.139Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=23222090219ed3f9 -C extra-filename=-23222090219ed3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2a895b48de99c022.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings` |
2091 | 2023-12-05T05:16:03.300Z | Compiling predicates v3.0.4 |
2092 | 2023-12-05T05:16:03.310Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=765e2540c35635c8 -C extra-filename=-765e2540c35635c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2093 | 2023-12-05T05:16:03.782Z | Compiling whoami v1.4.1 |
2094 | 2023-12-05T05:16:03.816Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=f211d5d0f0e3e245 -C extra-filename=-f211d5d0f0e3e245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2095 | 2023-12-05T05:16:04.098Z | Compiling tokio-stream v0.1.14 |
2096 | 2023-12-05T05:16:04.107Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=6d791c70a9e95963 -C extra-filename=-6d791c70a9e95963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2097 | 2023-12-05T05:16:04.746Z | Compiling tokio-postgres v0.7.10 |
2098 | 2023-12-05T05:16:04.790Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=45f10c5f7b1ec7e6 -C extra-filename=-45f10c5f7b1ec7e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-47b8476697169a82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2a895b48de99c022.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f211d5d0f0e3e245.rmeta --cap-lints allow -D warnings` |
2099 | 2023-12-05T05:16:05.656Z | Compiling serde_tokenstream v0.2.0 |
2100 | 2023-12-05T05:16:05.659Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f3793e4993904d -C extra-filename=-69f3793e4993904d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2101 | 2023-12-05T05:16:05.826Z | Compiling regress v0.7.1 |
2102 | 2023-12-05T05:16:05.837Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0eec027309d72d7 -C extra-filename=-c0eec027309d72d7 --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-0da48a872d5df034.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
2103 | 2023-12-05T05:16:06.138Z | Compiling getopts v0.2.21 |
2104 | 2023-12-05T05:16:06.163Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e62094522edc43d -C extra-filename=-0e62094522edc43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2105 | 2023-12-05T05:16:06.474Z | Compiling unsafe-libyaml v0.2.9 |
2106 | 2023-12-05T05:16:06.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31e7c5b4b3dadabc -C extra-filename=-31e7c5b4b3dadabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2107 | 2023-12-05T05:16:07.830Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2108 | 2023-12-05T05:16:07.849Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23667305794a523a -C extra-filename=-23667305794a523a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2109 | 2023-12-05T05:16:08.457Z | Compiling fastrand v2.0.0 |
2110 | 2023-12-05T05:16:08.460Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0840ce99a6c85a78 -C extra-filename=-0840ce99a6c85a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2111 | 2023-12-05T05:16:09.299Z | Compiling serde_yaml v0.9.25 |
2112 | 2023-12-05T05:16:09.304Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57ae3cfe26fdfcc6 -C extra-filename=-57ae3cfe26fdfcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-31e7c5b4b3dadabc.rmeta --cap-lints allow -D warnings` |
2113 | 2023-12-05T05:16:09.692Z | Compiling tempfile v3.8.1 |
2114 | 2023-12-05T05:16:09.695Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c421aae3f8abc685 -C extra-filename=-c421aae3f8abc685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-0840ce99a6c85a78.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings` |
2115 | 2023-12-05T05:16:10.086Z | Compiling dirs-sys-next v0.1.2 |
2116 | 2023-12-05T05:16:10.089Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73adccad44b3ae3d -C extra-filename=-73adccad44b3ae3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2117 | 2023-12-05T05:16:10.681Z | Compiling dirs-next v2.0.0 |
2118 | 2023-12-05T05:16:10.685Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abbe4a2b4710e55b -C extra-filename=-abbe4a2b4710e55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-73adccad44b3ae3d.rmeta --cap-lints allow -D warnings` |
2119 | 2023-12-05T05:16:10.925Z | Compiling toml v0.8.8 |
2120 | 2023-12-05T05:16:10.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5e9108efc6e4e2b4 -C extra-filename=-5e9108efc6e4e2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --cap-lints allow -D warnings` |
2121 | 2023-12-05T05:16:11.068Z | Compiling ident_case v1.0.1 |
2122 | 2023-12-05T05:16:11.070Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c54d2122078b91b -C extra-filename=-9c54d2122078b91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2123 | 2023-12-05T05:16:11.138Z | Compiling term v0.7.0 |
2124 | 2023-12-05T05:16:11.141Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c563df115e0bf367 -C extra-filename=-c563df115e0bf367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-abbe4a2b4710e55b.rmeta --cap-lints allow -D warnings` |
2125 | 2023-12-05T05:16:11.324Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2126 | 2023-12-05T05:16:11.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c332b6a05f56ffc9 -C extra-filename=-c332b6a05f56ffc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
2127 | 2023-12-05T05:16:13.341Z | Compiling match_cfg v0.1.0 |
2128 | 2023-12-05T05:16:13.365Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=4d265072bd8787fb -C extra-filename=-4d265072bd8787fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2129 | 2023-12-05T05:16:13.473Z | Compiling hostname v0.3.1 |
2130 | 2023-12-05T05:16:13.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0ef0ec2613103eb6 -C extra-filename=-0ef0ec2613103eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-4d265072bd8787fb.rmeta --cap-lints allow -D warnings` |
2131 | 2023-12-05T05:16:13.663Z | Compiling quick-error v1.2.3 |
2132 | 2023-12-05T05:16:13.672Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0673ec99874d5ad1 -C extra-filename=-0673ec99874d5ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2133 | 2023-12-05T05:16:13.751Z | Compiling atty v0.2.14 |
2134 | 2023-12-05T05:16:13.761Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99a45a6314d045bd -C extra-filename=-99a45a6314d045bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2135 | 2023-12-05T05:16:13.842Z | Compiling paste v1.0.14 |
2136 | 2023-12-05T05:16:13.852Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1accb279ad2318a -C extra-filename=-c1accb279ad2318a --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2137 | 2023-12-05T05:16:13.877Z | Compiling crossbeam-channel v0.5.8 |
2138 | 2023-12-05T05:16:13.900Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaaef3e6eb094ab -C extra-filename=-2aaaef3e6eb094ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
2139 | 2023-12-05T05:16:13.938Z | Compiling sha1 v0.10.6 |
2140 | 2023-12-05T05:16:13.941Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6029a9906444aeac -C extra-filename=-6029a9906444aeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
2141 | 2023-12-05T05:16:13.973Z | Compiling camino v1.1.6 |
2142 | 2023-12-05T05:16:13.976Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=7ff1ded629d369d1 -C extra-filename=-7ff1ded629d369d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2143 | 2023-12-05T05:16:14.616Z | Compiling thread_local v1.1.7 |
2144 | 2023-12-05T05:16:14.619Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a14a70265ab330ce -C extra-filename=-a14a70265ab330ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --cap-lints allow -D warnings` |
2145 | 2023-12-05T05:16:14.750Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a/build-script-build` |
2146 | 2023-12-05T05:16:14.806Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b5a8e4899b9500f -C extra-filename=-3b5a8e4899b9500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2147 | 2023-12-05T05:16:14.979Z | Compiling instant v0.1.12 |
2148 | 2023-12-05T05:16:14.982Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30c7dc3283c535e9 -C extra-filename=-30c7dc3283c535e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
2149 | 2023-12-05T05:16:15.054Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1/build-script-build` |
2150 | 2023-12-05T05:16:15.161Z | Compiling slog-async v2.8.0 |
2151 | 2023-12-05T05:16:15.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28214851df9395b0 -C extra-filename=-28214851df9395b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2152 | 2023-12-05T05:16:15.589Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=2a7a8e4c96530537 -C extra-filename=-2a7a8e4c96530537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2153 | 2023-12-05T05:16:15.589Z | Compiling multer v2.1.0 |
2154 | 2023-12-05T05:16:15.589Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35b96cc9c44adcff -C extra-filename=-35b96cc9c44adcff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2155 | 2023-12-05T05:16:15.715Z | Compiling take_mut v0.2.2 |
2156 | 2023-12-05T05:16:15.734Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c71625649b3ae831 -C extra-filename=-c71625649b3ae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2157 | 2023-12-05T05:16:15.949Z | Compiling slog-term v2.9.0 |
2158 | 2023-12-05T05:16:15.953Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c349af8c7b0a6baa -C extra-filename=-c349af8c7b0a6baa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a14a70265ab330ce.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
2159 | 2023-12-05T05:16:16.068Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0/build-script-build` |
2160 | 2023-12-05T05:16:16.149Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff/build-script-build` |
2161 | 2023-12-05T05:16:16.189Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=15ce21501173de9d -C extra-filename=-15ce21501173de9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c71625649b3ae831.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a14a70265ab330ce.rmeta --cap-lints allow -D warnings --cfg integer128` |
2162 | 2023-12-05T05:16:16.233Z | Compiling darling_core v0.20.3 |
2163 | 2023-12-05T05:16:16.237Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=0757e3b653339fd6 -C extra-filename=-0757e3b653339fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2164 | 2023-12-05T05:16:16.487Z | Compiling slog-json v2.6.1 |
2165 | 2023-12-05T05:16:16.490Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=87c48134d777f570 -C extra-filename=-87c48134d777f570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
2166 | 2023-12-05T05:16:16.716Z | Compiling diesel v2.1.4 |
2167 | 2023-12-05T05:16:16.719Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=131baaa97c231bbc -C extra-filename=-131baaa97c231bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-da4946441935c62d.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-1d293ec619e7fc50.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2168 | 2023-12-05T05:16:17.314Z | Compiling async-stream-impl v0.3.5 |
2169 | 2023-12-05T05:16:17.317Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e34850a7ea3e5fd2 -C extra-filename=-e34850a7ea3e5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2170 | 2023-12-05T05:16:17.318Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2171 | 2023-12-05T05:16:17.318Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=446ee876741e023c -C extra-filename=-446ee876741e023c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2172 | 2023-12-05T05:16:17.318Z | Compiling atomic-waker v1.1.1 |
2173 | 2023-12-05T05:16:17.318Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7463564f876868fa -C extra-filename=-7463564f876868fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2174 | 2023-12-05T05:16:17.354Z | Compiling debug-ignore v1.0.5 |
2175 | 2023-12-05T05:16:17.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=212a8b0dc002b8b7 -C extra-filename=-212a8b0dc002b8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2176 | 2023-12-05T05:16:17.501Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c/build-script-build` |
2177 | 2023-12-05T05:16:17.563Z | Compiling waitgroup v0.1.2 |
2178 | 2023-12-05T05:16:17.566Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c07f2db12c20c762 -C extra-filename=-c07f2db12c20c762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-7463564f876868fa.rmeta --cap-lints allow -D warnings` |
2179 | 2023-12-05T05:16:17.597Z | Compiling slog-bunyan v2.4.0 |
2180 | 2023-12-05T05:16:17.621Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb83720ea4b74ae5 -C extra-filename=-bb83720ea4b74ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
2181 | 2023-12-05T05:16:17.887Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=01a2678ba1607efb -C extra-filename=-01a2678ba1607efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings` |
2182 | 2023-12-05T05:16:17.912Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2183 | 2023-12-05T05:16:17.934Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a301684ca649e894 -C extra-filename=-a301684ca649e894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2184 | 2023-12-05T05:16:17.986Z | Compiling serde_path_to_error v0.1.14 |
2185 | 2023-12-05T05:16:17.989Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6180809874198223 -C extra-filename=-6180809874198223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2186 | 2023-12-05T05:16:18.186Z | Compiling strum v0.25.0 |
2187 | 2023-12-05T05:16:18.218Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=b260bcdad7d801cc -C extra-filename=-b260bcdad7d801cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --cap-lints allow -D warnings` |
2188 | 2023-12-05T05:16:18.435Z | Compiling structmeta-derive v0.2.0 |
2189 | 2023-12-05T05:16:18.438Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7539908e9b30a4b -C extra-filename=-b7539908e9b30a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2190 | 2023-12-05T05:16:19.369Z | Compiling wait-timeout v0.2.0 |
2191 | 2023-12-05T05:16:19.369Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f631e4a575f532c -C extra-filename=-3f631e4a575f532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2192 | 2023-12-05T05:16:19.472Z | Compiling async-stream v0.3.5 |
2193 | 2023-12-05T05:16:19.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e63237218ad5274 -C extra-filename=-6e63237218ad5274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-e34850a7ea3e5fd2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings` |
2194 | 2023-12-05T05:16:19.552Z | Compiling rand_xorshift v0.3.0 |
2195 | 2023-12-05T05:16:19.559Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cc0b3d0f411e54d3 -C extra-filename=-cc0b3d0f411e54d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
2196 | 2023-12-05T05:16:19.947Z | Compiling rusty-fork v0.3.0 |
2197 | 2023-12-05T05:16:19.955Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=90c434779e9bea68 -C extra-filename=-90c434779e9bea68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings` |
2198 | 2023-12-05T05:16:20.018Z | Compiling unarray v0.1.4 |
2199 | 2023-12-05T05:16:20.052Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e91d0d1ca68601a -C extra-filename=-6e91d0d1ca68601a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2200 | 2023-12-05T05:16:20.242Z | Compiling regex-syntax v0.7.5 |
2201 | 2023-12-05T05:16:20.251Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=f9af4c78b14a919e -C extra-filename=-f9af4c78b14a919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2202 | 2023-12-05T05:16:20.270Z | Compiling backoff v0.4.0 |
2203 | 2023-12-05T05:16:20.280Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5a238ae6b80ab6de -C extra-filename=-5a238ae6b80ab6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2204 | 2023-12-05T05:16:20.851Z | Compiling proptest v1.4.0 |
2205 | 2023-12-05T05:16:20.861Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=894db676841aa3cb -C extra-filename=-894db676841aa3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc0b3d0f411e54d3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-90c434779e9bea68.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-6e91d0d1ca68601a.rmeta --cap-lints allow -D warnings` |
2206 | 2023-12-05T05:16:21.243Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2207 | 2023-12-05T05:16:21.264Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfa91eaf5f5704dc -C extra-filename=-dfa91eaf5f5704dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2208 | 2023-12-05T05:16:21.462Z | Compiling macaddr v1.0.1 |
2209 | 2023-12-05T05:16:21.481Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ce9557757fa651b -C extra-filename=-1ce9557757fa651b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2210 | 2023-12-05T05:16:21.851Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=01bd857863c8e5f4 -C extra-filename=-01bd857863c8e5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6e63237218ad5274.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a301684ca649e894.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-01a2678ba1607efb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c09986439c97375a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c07f2db12c20c762.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out` |
2211 | 2023-12-05T05:16:22.190Z | Compiling camino-tempfile v1.1.1 |
2212 | 2023-12-05T05:16:22.202Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c6e8f28fa0558b4 -C extra-filename=-7c6e8f28fa0558b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --cap-lints allow -D warnings` |
2213 | 2023-12-05T05:16:22.879Z | Compiling is-terminal v0.4.9 |
2214 | 2023-12-05T05:16:22.888Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7be28484e0c869b -C extra-filename=-d7be28484e0c869b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings` |
2215 | 2023-12-05T05:16:23.059Z | Compiling proc-macro-error-attr v1.0.4 |
2216 | 2023-12-05T05:16:23.062Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=986758c1354d228d -C extra-filename=-986758c1354d228d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2217 | 2023-12-05T05:16:23.631Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d/build-script-build` |
2218 | 2023-12-05T05:16:23.732Z | Compiling proc-macro-error v1.0.4 |
2219 | 2023-12-05T05:16:23.750Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=e447ec32eda35281 -C extra-filename=-e447ec32eda35281 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2220 | 2023-12-05T05:16:23.850Z | Compiling structmeta v0.2.0 |
2221 | 2023-12-05T05:16:23.854Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6a911b74384e2a0 -C extra-filename=-a6a911b74384e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b7539908e9b30a4b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2222 | 2023-12-05T05:16:24.299Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281/build-script-build` |
2223 | 2023-12-05T05:16:24.530Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79d283e88cf8f16c -C extra-filename=-79d283e88cf8f16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings` |
2224 | 2023-12-05T05:16:24.530Z | Compiling test-strategy v0.3.1 |
2225 | 2023-12-05T05:16:24.530Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6b05fbf7e100ea2 -C extra-filename=-f6b05fbf7e100ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2226 | 2023-12-05T05:16:26.053Z | Compiling termtree v0.4.1 |
2227 | 2023-12-05T05:16:26.059Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=292b6f402ec9eff4 -C extra-filename=-292b6f402ec9eff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2228 | 2023-12-05T05:16:26.410Z | Compiling predicates-tree v1.0.9 |
2229 | 2023-12-05T05:16:26.413Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b21937ee10d575a -C extra-filename=-2b21937ee10d575a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-292b6f402ec9eff4.rmeta --cap-lints allow -D warnings` |
2230 | 2023-12-05T05:16:26.540Z | Compiling darling_macro v0.20.3 |
2231 | 2023-12-05T05:16:26.553Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7035a8371e9c2850 -C extra-filename=-7035a8371e9c2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2232 | 2023-12-05T05:16:27.254Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=53597bc160bbd407 -C extra-filename=-53597bc160bbd407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-79d283e88cf8f16c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
2233 | 2023-12-05T05:16:28.383Z | Compiling proc-macro-crate v1.3.1 |
2234 | 2023-12-05T05:16:28.386Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=614628ded145be44 -C extra-filename=-614628ded145be44 --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-60360085401b1f6c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings` |
2235 | 2023-12-05T05:16:28.497Z | Compiling darling v0.20.3 |
2236 | 2023-12-05T05:16:28.521Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=6015ec470c6077be -C extra-filename=-6015ec470c6077be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7035a8371e9c2850.so --cap-lints allow -D warnings` |
2237 | 2023-12-05T05:16:28.677Z | Compiling serde_with_macros v2.3.3 |
2238 | 2023-12-05T05:16:28.700Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92bbf7a6e9f5a29b -C extra-filename=-92bbf7a6e9f5a29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6015ec470c6077be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2239 | 2023-12-05T05:16:30.180Z | Compiling num_enum_derive v0.5.11 |
2240 | 2023-12-05T05:16:30.182Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=a1c5fec0e3ff1b3f -C extra-filename=-a1c5fec0e3ff1b3f --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-614628ded145be44.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2241 | 2023-12-05T05:16:31.637Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2242 | 2023-12-05T05:16:31.641Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=321c5e5ab08e0729 -C extra-filename=-321c5e5ab08e0729 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2243 | 2023-12-05T05:16:31.777Z | Compiling parse-display-derive v0.8.2 |
2244 | 2023-12-05T05:16:31.781Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=337e787335156bff -C extra-filename=-337e787335156bff --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-60360085401b1f6c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f9af4c78b14a919e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2245 | 2023-12-05T05:16:32.301Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729/build-script-build` |
2246 | 2023-12-05T05:16:32.343Z | Compiling xattr v1.0.1 |
2247 | 2023-12-05T05:16:32.346Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=01677af57b476a6b -C extra-filename=-01677af57b476a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2248 | 2023-12-05T05:16:32.767Z | Compiling filetime v0.2.22 |
2249 | 2023-12-05T05:16:32.837Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35766e01ea03cb0c -C extra-filename=-35766e01ea03cb0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2250 | 2023-12-05T05:16:33.241Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2251 | 2023-12-05T05:16:33.268Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad719539977b3e01 -C extra-filename=-ad719539977b3e01 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2252 | 2023-12-05T05:16:33.668Z | Compiling serde_with v2.3.3 |
2253 | 2023-12-05T05:16:33.674Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f002f3f98557c91c -C extra-filename=-f002f3f98557c91c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-92bbf7a6e9f5a29b.so --cap-lints allow -D warnings` |
2254 | 2023-12-05T05:16:33.825Z | Compiling crucible-workspace-hack v0.1.0 |
2255 | 2023-12-05T05:16:33.856Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06767ab83fb00bd3 -C extra-filename=-06767ab83fb00bd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2256 | 2023-12-05T05:16:34.365Z | Compiling postcard-cobs v0.1.5-pre |
2257 | 2023-12-05T05:16:34.368Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe75e5abf38e383c -C extra-filename=-fe75e5abf38e383c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2258 | 2023-12-05T05:16:34.827Z | Compiling postcard v0.7.3 |
2259 | 2023-12-05T05:16:34.829Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=b5fad5c67031b10b -C extra-filename=-b5fad5c67031b10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-fe75e5abf38e383c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2260 | 2023-12-05T05:16:35.161Z | Compiling num_enum v0.5.11 |
2261 | 2023-12-05T05:16:35.164Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b1b4198663076078 -C extra-filename=-b1b4198663076078 --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-a1c5fec0e3ff1b3f.so --cap-lints allow -D warnings` |
2262 | 2023-12-05T05:16:35.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3/build-script-build` |
2263 | 2023-12-05T05:16:35.436Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01/build-script-build` |
2264 | 2023-12-05T05:16:35.475Z | Compiling tar v0.4.40 |
2265 | 2023-12-05T05:16:35.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=00ea9810921f1c1b -C extra-filename=-00ea9810921f1c1b --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-35766e01ea03cb0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-01677af57b476a6b.rmeta --cap-lints allow -D warnings` |
2266 | 2023-12-05T05:16:35.624Z | Compiling smoltcp v0.8.2 |
2267 | 2023-12-05T05:16:35.719Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=172a14d5e5b25250 -C extra-filename=-172a14d5e5b25250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings` |
2268 | 2023-12-05T05:16:35.725Z | Compiling foreign-types-macros v0.2.3 |
2269 | 2023-12-05T05:16:35.750Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8ad73231a2c28f0e -C extra-filename=-8ad73231a2c28f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2270 | 2023-12-05T05:16:38.130Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2271 | 2023-12-05T05:16:38.175Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=8758505766381466 -C extra-filename=-8758505766381466 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-8758505766381466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2272 | 2023-12-05T05:16:38.707Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2273 | 2023-12-05T05:16:38.710Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef5ec70e55da580e -C extra-filename=-ef5ec70e55da580e --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2274 | 2023-12-05T05:16:39.084Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2275 | 2023-12-05T05:16:39.088Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=11d4a0e2dc0ceab4 -C extra-filename=-11d4a0e2dc0ceab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2276 | 2023-12-05T05:16:39.251Z | Compiling foreign-types-shared v0.3.1 |
2277 | 2023-12-05T05:16:39.262Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3a8e6e72a78c61 -C extra-filename=-8d3a8e6e72a78c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2278 | 2023-12-05T05:16:39.347Z | Compiling cfg-if v0.1.10 |
2279 | 2023-12-05T05:16:39.393Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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=0ff313e7456bb203 -C extra-filename=-0ff313e7456bb203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2280 | 2023-12-05T05:16:39.431Z | Compiling foreign-types v0.5.0 |
2281 | 2023-12-05T05:16:39.466Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dbf097337717218b -C extra-filename=-dbf097337717218b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-8ad73231a2c28f0e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8d3a8e6e72a78c61.rmeta --cap-lints allow -D warnings` |
2282 | 2023-12-05T05:16:39.502Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e/build-script-build` |
2283 | 2023-12-05T05:16:39.555Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-8758505766381466/build-script-build` |
2284 | 2023-12-05T05:16:40.014Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b14e2177334d57aa -C extra-filename=-b14e2177334d57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2285 | 2023-12-05T05:16:40.014Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1825748425f003 -C extra-filename=-4e1825748425f003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2286 | 2023-12-05T05:16:40.014Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab56b0622ccd114e -C extra-filename=-ab56b0622ccd114e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs` |
2287 | 2023-12-05T05:16:40.016Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2288 | 2023-12-05T05:16:40.016Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9d8975b563c08bd -C extra-filename=-b9d8975b563c08bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2289 | 2023-12-05T05:16:40.098Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2290 | 2023-12-05T05:16:40.105Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a4ce453b69720b2 -C extra-filename=-4a4ce453b69720b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2291 | 2023-12-05T05:16:40.127Z | Compiling parse-display v0.8.2 |
2292 | 2023-12-05T05:16:40.134Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=5cf2ce8a9a4b9f66 -C extra-filename=-5cf2ce8a9a4b9f66 --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-60360085401b1f6c.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-337e787335156bff.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2293 | 2023-12-05T05:16:40.409Z | Compiling cstr-argument v0.1.2 |
2294 | 2023-12-05T05:16:40.417Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b209ff284153718 -C extra-filename=-7b209ff284153718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
2295 | 2023-12-05T05:16:40.472Z | Compiling pretty-hex v0.2.1 |
2296 | 2023-12-05T05:16:40.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=261eb22442d2874a -C extra-filename=-261eb22442d2874a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2297 | 2023-12-05T05:16:40.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2298 | 2023-12-05T05:16:40.847Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=140387ef96fbe19d -C extra-filename=-140387ef96fbe19d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2299 | 2023-12-05T05:16:40.847Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2300 | 2023-12-05T05:16:40.847Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f68ee2360a2508f -C extra-filename=-6f68ee2360a2508f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b14e2177334d57aa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1b4198663076078.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-261eb22442d2874a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2301 | 2023-12-05T05:16:41.345Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2302 | 2023-12-05T05:16:41.348Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=000c3592c9dea896 -C extra-filename=-000c3592c9dea896 --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-0ff313e7456bb203.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-11d4a0e2dc0ceab4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b5fad5c67031b10b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-172a14d5e5b25250.rmeta --cap-lints allow -D warnings` |
2303 | 2023-12-05T05:16:41.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d/build-script-build` |
2304 | 2023-12-05T05:16:41.416Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2305 | 2023-12-05T05:16:41.418Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e4930586d9c16db -C extra-filename=-5e4930586d9c16db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7b209ff284153718.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbf097337717218b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --cap-lints allow -D warnings` |
2306 | 2023-12-05T05:16:41.559Z | Compiling colored v2.0.4 |
2307 | 2023-12-05T05:16:41.595Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=167ae099d980c033 -C extra-filename=-167ae099d980c033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --cap-lints allow -D warnings` |
2308 | 2023-12-05T05:16:41.750Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ce78bad5bb969e2 -C extra-filename=-0ce78bad5bb969e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-4a4ce453b69720b2.so --cap-lints allow -D warnings -l door` |
2309 | 2023-12-05T05:16:41.992Z | Compiling zone_cfg_derive v0.3.0 |
2310 | 2023-12-05T05:16:42.001Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8f1794d09607ec3 -C extra-filename=-c8f1794d09607ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2311 | 2023-12-05T05:16:42.346Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2bd2f6030bccaae -C extra-filename=-e2bd2f6030bccaae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-167ae099d980c033.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-6f68ee2360a2508f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1b4198663076078.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5e4930586d9c16db.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0ce78bad5bb969e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings -l kstat` |
2312 | 2023-12-05T05:16:42.719Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2313 | 2023-12-05T05:16:42.722Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ab8170fd37f7ba7 -C extra-filename=-6ab8170fd37f7ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings` |
2314 | 2023-12-05T05:16:42.774Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2315 | 2023-12-05T05:16:42.797Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07e89a796174ce58 -C extra-filename=-07e89a796174ce58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-c332b6a05f56ffc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2316 | 2023-12-05T05:16:43.398Z | Compiling predicates v2.1.5 |
2317 | 2023-12-05T05:16:43.401Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=b7516eec50af2704 -C extra-filename=-b7516eec50af2704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2318 | 2023-12-05T05:16:44.762Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=12a564cd530fd455 -C extra-filename=-12a564cd530fd455 --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-0ff313e7456bb203.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-11d4a0e2dc0ceab4.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b9d8975b563c08bd.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-000c3592c9dea896.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b5fad5c67031b10b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-172a14d5e5b25250.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2319 | 2023-12-05T05:16:44.801Z | Compiling mockall_derive v0.11.4 |
2320 | 2023-12-05T05:16:44.804Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8847bbb68f2a80b7 -C extra-filename=-8847bbb68f2a80b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2321 | 2023-12-05T05:16:45.053Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2322 | 2023-12-05T05:16:45.056Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f2f75a5f2ae3f4fc -C extra-filename=-f2f75a5f2ae3f4fc --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-0ff313e7456bb203.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-11d4a0e2dc0ceab4.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-12a564cd530fd455.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-172a14d5e5b25250.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2323 | 2023-12-05T05:16:45.211Z | Compiling num-derive v0.4.0 |
2324 | 2023-12-05T05:16:45.215Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=730bc376787eaa34 -C extra-filename=-730bc376787eaa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2325 | 2023-12-05T05:16:46.062Z | Compiling fragile v2.0.0 |
2326 | 2023-12-05T05:16:46.065Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0897cf076b99a59 -C extra-filename=-e0897cf076b99a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2327 | 2023-12-05T05:16:47.058Z | Compiling downcast v0.11.0 |
2328 | 2023-12-05T05:16:47.070Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b8e0a39507d7ce -C extra-filename=-e3b8e0a39507d7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2329 | 2023-12-05T05:16:47.406Z | Compiling zone v0.3.0 |
2330 | 2023-12-05T05:16:47.409Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=060c9a4ff1566730 -C extra-filename=-060c9a4ff1566730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c8f1794d09607ec3.so --cap-lints allow -D warnings` |
2331 | 2023-12-05T05:16:48.079Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2332 | 2023-12-05T05:16:48.082Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8e04b6673ff165e -C extra-filename=-b8e04b6673ff165e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e2bd2f6030bccaae.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-12a564cd530fd455.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b5fad5c67031b10b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2333 | 2023-12-05T05:16:48.974Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2334 | 2023-12-05T05:16:48.978Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c45a2e65d1ad4516 -C extra-filename=-c45a2e65d1ad4516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-6ab8170fd37f7ba7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings` |
2335 | 2023-12-05T05:16:49.505Z | Compiling smf v0.2.2 |
2336 | 2023-12-05T05:16:49.509Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37221c7372c347f0 -C extra-filename=-37221c7372c347f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2337 | 2023-12-05T05:16:49.509Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2338 | 2023-12-05T05:16:49.509Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6cdc2cc60846d48 -C extra-filename=-d6cdc2cc60846d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-730bc376787eaa34.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2339 | 2023-12-05T05:16:49.630Z | Compiling pem v3.0.2 |
2340 | 2023-12-05T05:16:49.633Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0f2d03dc9773fed -C extra-filename=-b0f2d03dc9773fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings` |
2341 | 2023-12-05T05:16:49.924Z | Compiling headers-core v0.2.0 |
2342 | 2023-12-05T05:16:49.961Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d00f02623f87f5 -C extra-filename=-63d00f02623f87f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --cap-lints allow -D warnings` |
2343 | 2023-12-05T05:16:50.167Z | Compiling headers v0.3.9 |
2344 | 2023-12-05T05:16:50.186Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61e2da29bd33c601 -C extra-filename=-61e2da29bd33c601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-63d00f02623f87f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --cap-lints allow -D warnings` |
2345 | 2023-12-05T05:16:50.884Z | Compiling base64 v0.13.1 |
2346 | 2023-12-05T05:16:50.887Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3fe2c4d04a3a4e93 -C extra-filename=-3fe2c4d04a3a4e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2347 | 2023-12-05T05:16:51.102Z | Compiling rcgen v0.11.3 |
2348 | 2023-12-05T05:16:51.108Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=33b1d199dc0867dc -C extra-filename=-33b1d199dc0867dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out` |
2349 | 2023-12-05T05:16:51.694Z | Compiling pem v1.1.1 |
2350 | 2023-12-05T05:16:51.697Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c8f0a63daf8a4b6 -C extra-filename=-4c8f0a63daf8a4b6 --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-3fe2c4d04a3a4e93.rmeta --cap-lints allow -D warnings` |
2351 | 2023-12-05T05:16:51.857Z | Compiling atomicwrites v0.4.2 |
2352 | 2023-12-05T05:16:51.915Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c131f2361b5c2b2d -C extra-filename=-c131f2361b5c2b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --cap-lints allow -D warnings` |
2353 | 2023-12-05T05:16:52.225Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2354 | 2023-12-05T05:16:52.228Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=aaaa886d3ab915af -C extra-filename=-aaaa886d3ab915af --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-c332b6a05f56ffc9.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-07e89a796174ce58.so --cap-lints allow -D warnings` |
2355 | 2023-12-05T05:16:52.392Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2356 | 2023-12-05T05:16:52.395Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a1190b2e5c9cfdf -C extra-filename=-3a1190b2e5c9cfdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-0e62094522edc43d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-aaaa886d3ab915af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
2357 | 2023-12-05T05:16:52.426Z | Compiling subprocess v0.2.9 |
2358 | 2023-12-05T05:16:52.429Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ba83478b0b28ec3 -C extra-filename=-7ba83478b0b28ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2359 | 2023-12-05T05:16:52.771Z | Compiling linked-hash-map v0.5.6 |
2360 | 2023-12-05T05:16:52.813Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fc4be4ff4fa5d3 -C extra-filename=-50fc4be4ff4fa5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2361 | 2023-12-05T05:16:53.354Z | Compiling lru-cache v0.1.2 |
2362 | 2023-12-05T05:16:53.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aeaf1d60cc951d6 -C extra-filename=-1aeaf1d60cc951d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-50fc4be4ff4fa5d3.rmeta --cap-lints allow -D warnings` |
2363 | 2023-12-05T05:16:53.593Z | Compiling same-file v1.0.6 |
2364 | 2023-12-05T05:16:53.595Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7abc45e158c5113 -C extra-filename=-d7abc45e158c5113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2365 | 2023-12-05T05:16:53.640Z | Compiling password-hash v0.5.0 |
2366 | 2023-12-05T05:16:53.678Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=98a345b30d3d0d1c -C extra-filename=-98a345b30d3d0d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2367 | 2023-12-05T05:16:53.962Z | Compiling walkdir v2.4.0 |
2368 | 2023-12-05T05:16:53.969Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3795c7200a14d0e -C extra-filename=-f3795c7200a14d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d7abc45e158c5113.rmeta --cap-lints allow -D warnings` |
2369 | 2023-12-05T05:16:55.235Z | Compiling blake2 v0.10.6 |
2370 | 2023-12-05T05:16:55.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf5f71a7f68b2afa -C extra-filename=-bf5f71a7f68b2afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
2371 | 2023-12-05T05:16:55.392Z | Compiling heck v0.3.3 |
2372 | 2023-12-05T05:16:55.395Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e9436929c8fa349 -C extra-filename=-8e9436929c8fa349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
2373 | 2023-12-05T05:16:55.417Z | Compiling toml v0.5.11 |
2374 | 2023-12-05T05:16:55.446Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28edde0e79fa81cf -C extra-filename=-28edde0e79fa81cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2375 | 2023-12-05T05:16:55.942Z | Compiling textwrap v0.11.0 |
2376 | 2023-12-05T05:16:55.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318f5bb0d7471778 -C extra-filename=-318f5bb0d7471778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2377 | 2023-12-05T05:16:56.056Z | Compiling argon2 v0.5.2 |
2378 | 2023-12-05T05:16:56.079Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ab1c60233b851b26 -C extra-filename=-ab1c60233b851b26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-bf5f71a7f68b2afa.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-98a345b30d3d0d1c.rmeta --cap-lints allow -D warnings` |
2379 | 2023-12-05T05:16:56.683Z | Compiling strsim v0.8.0 |
2380 | 2023-12-05T05:16:56.686Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e236f6b8c5dbd7ae -C extra-filename=-e236f6b8c5dbd7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2381 | 2023-12-05T05:16:57.700Z | Compiling cancel-safe-futures v0.1.5 |
2382 | 2023-12-05T05:16:57.731Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6d4c3afe80cf1c7e -C extra-filename=-6d4c3afe80cf1c7e --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2383 | 2023-12-05T05:16:57.778Z | Compiling vec_map v0.8.2 |
2384 | 2023-12-05T05:16:57.780Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d47e502a24254615 -C extra-filename=-d47e502a24254615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2385 | 2023-12-05T05:16:58.262Z | Compiling libefi-sys v0.1.0 |
2386 | 2023-12-05T05:16:58.265Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab0e28b74949ac58 -C extra-filename=-ab0e28b74949ac58 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2387 | 2023-12-05T05:16:58.366Z | Compiling ansi_term v0.12.1 |
2388 | 2023-12-05T05:16:58.369Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd79a37a6dab7d7c -C extra-filename=-fd79a37a6dab7d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2389 | 2023-12-05T05:16:58.709Z | Compiling mockall v0.11.4 |
2390 | 2023-12-05T05:16:58.717Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d3a23f55653afda -C extra-filename=-6d3a23f55653afda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e3b8e0a39507d7ce.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e0897cf076b99a59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-8847bbb68f2a80b7.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b7516eec50af2704.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --cap-lints allow -D warnings` |
2391 | 2023-12-05T05:16:58.811Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58/build-script-build` |
2392 | 2023-12-05T05:16:58.851Z | Compiling clap v2.34.0 |
2393 | 2023-12-05T05:16:58.858Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=f8255713fa394c77 -C extra-filename=-f8255713fa394c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-fd79a37a6dab7d7c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e236f6b8c5dbd7ae.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-318f5bb0d7471778.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d47e502a24254615.rmeta --cap-lints allow -D warnings` |
2394 | 2023-12-05T05:16:59.208Z | Compiling structopt-derive v0.4.18 |
2395 | 2023-12-05T05:16:59.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e/build-script-build` |
2396 | 2023-12-05T05:16:59.211Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b1c38582f0356e7 -C extra-filename=-8b1c38582f0356e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-8e9436929c8fa349.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2397 | 2023-12-05T05:16:59.267Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2398 | 2023-12-05T05:16:59.270Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a82733cd31bff68 -C extra-filename=-8a82733cd31bff68 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
2399 | 2023-12-05T05:16:59.983Z | Compiling half v1.8.2 |
2400 | 2023-12-05T05:16:59.986Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d0aeaa1daf1c3f -C extra-filename=-11d0aeaa1daf1c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2401 | 2023-12-05T05:17:01.041Z | Compiling ciborium-io v0.2.1 |
2402 | 2023-12-05T05:17:01.044Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8459582e1882a84b -C extra-filename=-8459582e1882a84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2403 | 2023-12-05T05:17:01.235Z | Compiling ciborium-ll v0.2.1 |
2404 | 2023-12-05T05:17:01.248Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d857dfd44f4025 -C extra-filename=-13d857dfd44f4025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-11d0aeaa1daf1c3f.rmeta --cap-lints allow -D warnings` |
2405 | 2023-12-05T05:17:01.332Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68/build-script-build` |
2406 | 2023-12-05T05:17:01.498Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=71ec371fbde11ff1 -C extra-filename=-71ec371fbde11ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2407 | 2023-12-05T05:17:01.859Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0af6583503e1636a -C extra-filename=-0af6583503e1636a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
2408 | 2023-12-05T05:17:01.884Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2409 | 2023-12-05T05:17:01.887Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a692247e9b2f6b99 -C extra-filename=-a692247e9b2f6b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b1b4198663076078.rmeta --cap-lints allow -D warnings` |
2410 | 2023-12-05T05:17:02.434Z | Compiling ciborium v0.2.1 |
2411 | 2023-12-05T05:17:02.438Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9e8cb8d8ec83be -C extra-filename=-ea9e8cb8d8ec83be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-13d857dfd44f4025.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2412 | 2023-12-05T05:17:02.769Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2413 | 2023-12-05T05:17:02.773Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfff9f250ebab94e -C extra-filename=-dfff9f250ebab94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-0af6583503e1636a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings` |
2414 | 2023-12-05T05:17:02.983Z | Compiling arc-swap v1.6.0 |
2415 | 2023-12-05T05:17:02.986Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dc1f088f356a3f0 -C extra-filename=-7dc1f088f356a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2416 | 2023-12-05T05:17:03.333Z | Compiling slog-dtrace v0.2.3 |
2417 | 2023-12-05T05:17:03.353Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a30f6b8b7bca8ec0 -C extra-filename=-a30f6b8b7bca8ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2418 | 2023-12-05T05:17:03.917Z | Compiling slog-scope v4.4.0 |
2419 | 2023-12-05T05:17:03.931Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0d7778226839f4c -C extra-filename=-a0d7778226839f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-7dc1f088f356a3f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --cap-lints allow -D warnings` |
2420 | 2023-12-05T05:17:04.343Z | Compiling convert_case v0.4.0 |
2421 | 2023-12-05T05:17:04.343Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75f259e6c8d85f5c -C extra-filename=-75f259e6c8d85f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2422 | 2023-12-05T05:17:04.555Z | Compiling structopt v0.3.26 |
2423 | 2023-12-05T05:17:04.558Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d7c34332714493bc -C extra-filename=-d7c34332714493bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f8255713fa394c77.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8b1c38582f0356e7.so --cap-lints allow -D warnings` |
2424 | 2023-12-05T05:17:04.768Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef1108e0a124fcde -C extra-filename=-ef1108e0a124fcde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-d7c34332714493bc.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -l static=pci` |
2425 | 2023-12-05T05:17:04.791Z | Compiling slog-stdlog v4.1.1 |
2426 | 2023-12-05T05:17:04.823Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b35d073ae930acd9 -C extra-filename=-b35d073ae930acd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --cap-lints allow -D warnings` |
2427 | 2023-12-05T05:17:04.905Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0/build-script-build` |
2428 | 2023-12-05T05:17:04.999Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=032e298af57f7cdc -C extra-filename=-032e298af57f7cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --cap-lints allow -D warnings` |
2429 | 2023-12-05T05:17:05.345Z | Compiling slog-envlogger v2.2.0 |
2430 | 2023-12-05T05:17:05.349Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=6f26cbe745a3a4fc -C extra-filename=-6f26cbe745a3a4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b35d073ae930acd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --cap-lints allow -D warnings` |
2431 | 2023-12-05T05:17:05.433Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2432 | 2023-12-05T05:17:05.476Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b771ee702bc5bba -C extra-filename=-6b771ee702bc5bba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3a1190b2e5c9cfdf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-57ae3cfe26fdfcc6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2433 | 2023-12-05T05:17:05.530Z | Compiling resolv-conf v0.7.0 |
2434 | 2023-12-05T05:17:05.533Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=9998fa33ea3ccc6e -C extra-filename=-9998fa33ea3ccc6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --cap-lints allow -D warnings` |
2435 | 2023-12-05T05:17:05.555Z | Compiling derive_more v0.99.17 |
2436 | 2023-12-05T05:17:05.558Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=46eebefa6ecc0bc6 -C extra-filename=-46eebefa6ecc0bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-75f259e6c8d85f5c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2437 | 2023-12-05T05:17:05.890Z | Compiling fxhash v0.2.1 |
2438 | 2023-12-05T05:17:05.893Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a981ba183737ec33 -C extra-filename=-a981ba183737ec33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings` |
2439 | 2023-12-05T05:17:06.187Z | Compiling trust-dns-resolver v0.22.0 |
2440 | 2023-12-05T05:17:06.192Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=39a9a8a132b41a0d -C extra-filename=-39a9a8a132b41a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9998fa33ea3ccc6e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rmeta --cap-lints allow -D warnings` |
2441 | 2023-12-05T05:17:06.551Z | Compiling newline-converter v0.3.0 |
2442 | 2023-12-05T05:17:06.554Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4889edf4561401f -C extra-filename=-e4889edf4561401f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
2443 | 2023-12-05T05:17:06.796Z | Compiling expectorate v1.1.0 |
2444 | 2023-12-05T05:17:06.855Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a3fb3c08f13db7a -C extra-filename=-0a3fb3c08f13db7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e4889edf4561401f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings` |
2445 | 2023-12-05T05:17:06.888Z | Compiling glob v0.3.1 |
2446 | 2023-12-05T05:17:06.912Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf84fcebc6d5eca -C extra-filename=-daf84fcebc6d5eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2447 | 2023-12-05T05:17:07.029Z | Compiling itertools v0.12.0 |
2448 | 2023-12-05T05:17:07.036Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=938138eb45012d55 -C extra-filename=-938138eb45012d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
2449 | 2023-12-05T05:17:08.533Z | Compiling termcolor v1.2.0 |
2450 | 2023-12-05T05:17:08.535Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37d60876ed20c975 -C extra-filename=-37d60876ed20c975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2451 | 2023-12-05T05:17:08.558Z | Compiling omicron-zone-package v0.9.1 |
2452 | 2023-12-05T05:17:08.565Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4a240187dfece4b -C extra-filename=-a4a240187dfece4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2453 | 2023-12-05T05:17:10.014Z | Compiling semver-parser v0.10.2 |
2454 | 2023-12-05T05:17:10.017Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f7734b57f6be7bd -C extra-filename=-1f7734b57f6be7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings` |
2455 | 2023-12-05T05:17:12.077Z | Compiling semver v0.11.0 |
2456 | 2023-12-05T05:17:12.080Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a0bb39fc94a1d3d -C extra-filename=-3a0bb39fc94a1d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-1f7734b57f6be7bd.rmeta --cap-lints allow -D warnings` |
2457 | 2023-12-05T05:17:13.378Z | Compiling radium v0.7.0 |
2458 | 2023-12-05T05:17:13.390Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54f115d39e5efe8d -C extra-filename=-54f115d39e5efe8d --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2459 | 2023-12-05T05:17:13.741Z | Compiling home v0.5.5 |
2460 | 2023-12-05T05:17:13.745Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36989160e6b31e23 -C extra-filename=-36989160e6b31e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2461 | 2023-12-05T05:17:13.828Z | Compiling maybe-uninit v2.0.0 |
2462 | 2023-12-05T05:17:13.832Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f714a593871c4a56 -C extra-filename=-f714a593871c4a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2463 | 2023-12-05T05:17:14.147Z | Compiling toolchain_find v0.2.0 |
2464 | 2023-12-05T05:17:14.153Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91e6363bcecd5c8c -C extra-filename=-91e6363bcecd5c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-36989160e6b31e23.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3a0bb39fc94a1d3d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
2465 | 2023-12-05T05:17:14.175Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d/build-script-build` |
2466 | 2023-12-05T05:17:14.212Z | Compiling tap v1.0.1 |
2467 | 2023-12-05T05:17:14.215Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30dddda8e7a4d974 -C extra-filename=-30dddda8e7a4d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2468 | 2023-12-05T05:17:14.498Z | Compiling wyz v0.5.1 |
2469 | 2023-12-05T05:17:14.501Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f517a8beba484217 -C extra-filename=-f517a8beba484217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --cap-lints allow -D warnings` |
2470 | 2023-12-05T05:17:14.732Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56/build-script-build` |
2471 | 2023-12-05T05:17:15.220Z | Compiling rustfmt-wrapper v0.2.0 |
2472 | 2023-12-05T05:17:15.232Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76b99ea68de61fe7 -C extra-filename=-76b99ea68de61fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-91e6363bcecd5c8c.rmeta --cap-lints allow -D warnings` |
2473 | 2023-12-05T05:17:15.234Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=184136ec6747b782 -C extra-filename=-184136ec6747b782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
2474 | 2023-12-05T05:17:15.234Z | Compiling num-rational v0.4.1 |
2475 | 2023-12-05T05:17:15.234Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35877ac485ca8490 -C extra-filename=-35877ac485ca8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2476 | 2023-12-05T05:17:15.435Z | Compiling packed_struct v0.10.1 |
2477 | 2023-12-05T05:17:15.469Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2601aea4b3a549db -C extra-filename=-2601aea4b3a549db --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2478 | 2023-12-05T05:17:15.794Z | Compiling funty v2.0.0 |
2479 | 2023-12-05T05:17:15.799Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c845abd79b94a012 -C extra-filename=-c845abd79b94a012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2480 | 2023-12-05T05:17:15.855Z | Compiling num-bigint-dig v0.8.4 |
2481 | 2023-12-05T05:17:15.908Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=990dde5a4a9cee6d -C extra-filename=-990dde5a4a9cee6d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2482 | 2023-12-05T05:17:15.917Z | Compiling keccak v0.1.4 |
2483 | 2023-12-05T05:17:15.917Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=42b0c13038d1f5b6 -C extra-filename=-42b0c13038d1f5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2484 | 2023-12-05T05:17:16.267Z | Compiling crc-catalog v2.2.0 |
2485 | 2023-12-05T05:17:16.270Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d909bf79973734 -C extra-filename=-e3d909bf79973734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2486 | 2023-12-05T05:17:16.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d/build-script-build` |
2487 | 2023-12-05T05:17:16.469Z | Compiling crc v3.0.1 |
2488 | 2023-12-05T05:17:16.493Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aba0ec4eb9ec4013 -C extra-filename=-aba0ec4eb9ec4013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-e3d909bf79973734.rmeta --cap-lints allow -D warnings` |
2489 | 2023-12-05T05:17:16.496Z | Compiling sha3 v0.10.8 |
2490 | 2023-12-05T05:17:16.497Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b60aa24d05f29b5f -C extra-filename=-b60aa24d05f29b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-42b0c13038d1f5b6.rmeta --cap-lints allow -D warnings` |
2491 | 2023-12-05T05:17:16.724Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db/build-script-build` |
2492 | 2023-12-05T05:17:16.766Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490/build-script-build` |
2493 | 2023-12-05T05:17:16.956Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbc56d06ff64b9a7 -C extra-filename=-fbc56d06ff64b9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
2494 | 2023-12-05T05:17:17.095Z | Compiling secrecy v0.8.0 |
2495 | 2023-12-05T05:17:17.098Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=65adaff614060fb5 -C extra-filename=-65adaff614060fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2496 | 2023-12-05T05:17:17.135Z | Compiling packed_struct_codegen v0.10.1 |
2497 | 2023-12-05T05:17:17.138Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9acaac233565381e -C extra-filename=-9acaac233565381e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2498 | 2023-12-05T05:17:17.501Z | Compiling nodrop v0.1.14 |
2499 | 2023-12-05T05:17:17.505Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45f19903373ec438 -C extra-filename=-45f19903373ec438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2500 | 2023-12-05T05:17:17.505Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57f435888b122c70 -C extra-filename=-57f435888b122c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
2501 | 2023-12-05T05:17:17.688Z | Compiling bitvec v1.0.1 |
2502 | 2023-12-05T05:17:17.692Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47435de1652fa9fb -C extra-filename=-47435de1652fa9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-c845abd79b94a012.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-184136ec6747b782.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-f517a8beba484217.rmeta --cap-lints allow -D warnings` |
2503 | 2023-12-05T05:17:18.049Z | Compiling array-init v0.0.4 |
2504 | 2023-12-05T05:17:18.053Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a3aaf1886ea04d5 -C extra-filename=-1a3aaf1886ea04d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-45f19903373ec438.rmeta --cap-lints allow -D warnings` |
2505 | 2023-12-05T05:17:19.073Z | Compiling smallvec v0.6.14 |
2506 | 2023-12-05T05:17:19.078Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6310ae9a5c0d8ed -C extra-filename=-d6310ae9a5c0d8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-fbc56d06ff64b9a7.rmeta --cap-lints allow -D warnings` |
2507 | 2023-12-05T05:17:19.808Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=d096faeef301f222 -C extra-filename=-d096faeef301f222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2508 | 2023-12-05T05:17:20.110Z | Compiling pkcs1 v0.7.5 |
2509 | 2023-12-05T05:17:20.115Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=ce8094695dd8f6ce -C extra-filename=-ce8094695dd8f6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
2510 | 2023-12-05T05:17:20.490Z | Compiling signature v2.1.0 |
2511 | 2023-12-05T05:17:20.541Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=2893b2cd5c278914 -C extra-filename=-2893b2cd5c278914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
2512 | 2023-12-05T05:17:20.580Z | Compiling num-complex v0.4.4 |
2513 | 2023-12-05T05:17:20.583Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=03a3ee00558cc36e -C extra-filename=-03a3ee00558cc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
2514 | 2023-12-05T05:17:20.921Z | Compiling bitfield v0.14.0 |
2515 | 2023-12-05T05:17:20.924Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6672fc3e7cd21291 -C extra-filename=-6672fc3e7cd21291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2516 | 2023-12-05T05:17:21.417Z | Compiling serde-hex v0.1.0 |
2517 | 2023-12-05T05:17:21.467Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a04219f8eb986bf -C extra-filename=-4a04219f8eb986bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-1a3aaf1886ea04d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d6310ae9a5c0d8ed.rmeta --cap-lints allow -D warnings` |
2518 | 2023-12-05T05:17:21.804Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2519 | 2023-12-05T05:17:21.807Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b66b648628aa5f74 -C extra-filename=-b66b648628aa5f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2520 | 2023-12-05T05:17:22.688Z | Compiling num v0.4.1 |
2521 | 2023-12-05T05:17:22.700Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=bf5edac01f673ca3 -C extra-filename=-bf5edac01f673ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-03a3ee00558cc36e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-57f435888b122c70.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
2522 | 2023-12-05T05:17:22.702Z | Compiling env_logger v0.10.0 |
2523 | 2023-12-05T05:17:22.702Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=4bd4e13ee64fd06a -C extra-filename=-4bd4e13ee64fd06a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings` |
2524 | 2023-12-05T05:17:22.702Z | Compiling x509-cert v0.2.4 |
2525 | 2023-12-05T05:17:22.702Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b2b95ff7fe67ca3c -C extra-filename=-b2b95ff7fe67ca3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
2526 | 2023-12-05T05:17:22.702Z | Compiling ron v0.8.1 |
2527 | 2023-12-05T05:17:22.702Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d5f5f414d2286419 -C extra-filename=-d5f5f414d2286419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
2528 | 2023-12-05T05:17:23.914Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=56be592896df7f4b -C extra-filename=-56be592896df7f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-47435de1652fa9fb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9acaac233565381e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2529 | 2023-12-05T05:17:24.526Z | Compiling rsa v0.9.2 |
2530 | 2023-12-05T05:17:24.536Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=cfe3681cbf346f58 -C extra-filename=-cfe3681cbf346f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d096faeef301f222.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce8094695dd8f6ce.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-2893b2cd5c278914.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2531 | 2023-12-05T05:17:26.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2532 | 2023-12-05T05:17:26.571Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0a5e46a20944e9a -C extra-filename=-c0a5e46a20944e9a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c0a5e46a20944e9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0da48a872d5df034.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2533 | 2023-12-05T05:17:27.038Z | Compiling utf-8 v0.7.6 |
2534 | 2023-12-05T05:17:27.041Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d127f35e1baf2f5e -C extra-filename=-d127f35e1baf2f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2535 | 2023-12-05T05:17:27.167Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c0a5e46a20944e9a/build-script-build` |
2536 | 2023-12-05T05:17:27.183Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75bc039c289a8b9b -C extra-filename=-75bc039c289a8b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0da48a872d5df034.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2537 | 2023-12-05T05:17:27.340Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2538 | 2023-12-05T05:17:27.349Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=956c799933066f69 -C extra-filename=-956c799933066f69 --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-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2539 | 2023-12-05T05:17:27.530Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2540 | 2023-12-05T05:17:27.533Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd26d8148b163ac7 -C extra-filename=-cd26d8148b163ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2541 | 2023-12-05T05:17:28.151Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2542 | 2023-12-05T05:17:28.159Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fec75713b601973c -C extra-filename=-fec75713b601973c --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-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2543 | 2023-12-05T05:17:28.821Z | Compiling crc-any v2.4.3 |
2544 | 2023-12-05T05:17:28.829Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243f4363216938b3 -C extra-filename=-243f4363216938b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2545 | 2023-12-05T05:17:29.494Z | Compiling tungstenite v0.20.1 |
2546 | 2023-12-05T05:17:29.519Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=e8449dc5a9970012 -C extra-filename=-e8449dc5a9970012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d127f35e1baf2f5e.rmeta --cap-lints allow -D warnings` |
2547 | 2023-12-05T05:17:29.662Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2548 | 2023-12-05T05:17:29.703Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9af0bb8304cb4699 -C extra-filename=-9af0bb8304cb4699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-6672fc3e7cd21291.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2549 | 2023-12-05T05:17:30.350Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2550 | 2023-12-05T05:17:30.352Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=befeeca455d3ad0f -C extra-filename=-befeeca455d3ad0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d5f5f414d2286419.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2551 | 2023-12-05T05:17:30.617Z | Compiling object v0.30.4 |
2552 | 2023-12-05T05:17:30.689Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=7a1c1e1d51468047 -C extra-filename=-7a1c1e1d51468047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0da48a872d5df034.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
2553 | 2023-12-05T05:17:30.966Z | Compiling path-slash v0.1.5 |
2554 | 2023-12-05T05:17:30.970Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=870e60259411baa0 -C extra-filename=-870e60259411baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2555 | 2023-12-05T05:17:31.260Z | Compiling tokio-tungstenite v0.20.1 |
2556 | 2023-12-05T05:17:31.263Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=0fd5306edbdb4e16 -C extra-filename=-0fd5306edbdb4e16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e8449dc5a9970012.rmeta --cap-lints allow -D warnings` |
2557 | 2023-12-05T05:17:31.590Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2558 | 2023-12-05T05:17:31.616Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b85da9bd003a9edb -C extra-filename=-b85da9bd003a9edb --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-75bc039c289a8b9b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2559 | 2023-12-05T05:17:32.054Z | Compiling buf-list v1.0.3 |
2560 | 2023-12-05T05:17:32.057Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=e819ecfedebe66cc -C extra-filename=-e819ecfedebe66cc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2561 | 2023-12-05T05:17:32.077Z | Compiling swrite v0.1.0 |
2562 | 2023-12-05T05:17:32.080Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70fd40af0a67716f -C extra-filename=-70fd40af0a67716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2563 | 2023-12-05T05:17:32.257Z | Compiling parking_lot_core v0.8.6 |
2564 | 2023-12-05T05:17:32.260Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99d4ca97820188b4 -C extra-filename=-99d4ca97820188b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2565 | 2023-12-05T05:17:33.060Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4/build-script-build` |
2566 | 2023-12-05T05:17:33.084Z | Compiling nibble_vec v0.1.0 |
2567 | 2023-12-05T05:17:33.088Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95765574927dbcd -C extra-filename=-c95765574927dbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings` |
2568 | 2023-12-05T05:17:33.118Z | Compiling endian-type v0.1.2 |
2569 | 2023-12-05T05:17:33.120Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7094093e52ffe519 -C extra-filename=-7094093e52ffe519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2570 | 2023-12-05T05:17:33.144Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc/build-script-build` |
2571 | 2023-12-05T05:17:33.242Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=5b6a3f2dbc51070b -C extra-filename=-5b6a3f2dbc51070b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
2572 | 2023-12-05T05:17:33.383Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e41ba2b0ac7d15 -C extra-filename=-81e41ba2b0ac7d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings` |
2573 | 2023-12-05T05:17:33.455Z | Compiling radix_trie v0.2.1 |
2574 | 2023-12-05T05:17:33.459Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b3fb1d8f55b783f -C extra-filename=-1b3fb1d8f55b783f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-7094093e52ffe519.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c95765574927dbcd.rmeta --cap-lints allow -D warnings` |
2575 | 2023-12-05T05:17:34.213Z | Compiling trust-dns-client v0.22.0 |
2576 | 2023-12-05T05:17:34.216Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d55d864b656b8ef8 -C extra-filename=-d55d864b656b8ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1b3fb1d8f55b783f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rmeta --cap-lints allow -D warnings` |
2577 | 2023-12-05T05:17:34.513Z | Compiling parking_lot v0.11.2 |
2578 | 2023-12-05T05:17:34.618Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3707e1945799fc30 -C extra-filename=-3707e1945799fc30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-81e41ba2b0ac7d15.rmeta --cap-lints allow -D warnings` |
2579 | 2023-12-05T05:17:34.622Z | Compiling libsw v3.3.0 |
2580 | 2023-12-05T05:17:34.622Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=4ad378aadac45620 -C extra-filename=-4ad378aadac45620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2581 | 2023-12-05T05:17:35.046Z | Compiling derive-where v1.2.5 |
2582 | 2023-12-05T05:17:35.046Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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=266cf66e0b6c8033 -C extra-filename=-266cf66e0b6c8033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2583 | 2023-12-05T05:17:35.501Z | Compiling linear-map v1.2.0 |
2584 | 2023-12-05T05:17:35.504Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a24c9cb3f4a98ce -C extra-filename=-9a24c9cb3f4a98ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2585 | 2023-12-05T05:17:36.095Z | Compiling owo-colors v3.5.0 |
2586 | 2023-12-05T05:17:36.139Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc81b9d222c0d737 -C extra-filename=-cc81b9d222c0d737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2587 | 2023-12-05T05:17:36.202Z | Compiling sled v0.34.7 |
2588 | 2023-12-05T05:17:36.205Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=bb596902a395f642 -C extra-filename=-bb596902a395f642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3707e1945799fc30.rmeta --cap-lints allow -D warnings` |
2589 | 2023-12-05T05:17:37.920Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2590 | 2023-12-05T05:17:37.923Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e143c5f8c64568e -C extra-filename=-4e143c5f8c64568e --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-23667305794a523a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3a1190b2e5c9cfdf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6b771ee702bc5bba.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2591 | 2023-12-05T05:17:38.227Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2592 | 2023-12-05T05:17:38.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=36ca627241fc97e9 -C extra-filename=-36ca627241fc97e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2593 | 2023-12-05T05:17:39.413Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2594 | 2023-12-05T05:17:39.416Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b77f1ea679b1ca4 -C extra-filename=-1b77f1ea679b1ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2595 | 2023-12-05T05:17:40.123Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2596 | 2023-12-05T05:17:40.126Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0e6bd7505c3b177 -C extra-filename=-d0e6bd7505c3b177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2597 | 2023-12-05T05:17:41.797Z | Compiling trust-dns-server v0.22.1 |
2598 | 2023-12-05T05:17:41.801Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd29faf0d0bd8dd6 -C extra-filename=-cd29faf0d0bd8dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rmeta --cap-lints allow -D warnings` |
2599 | 2023-12-05T05:17:42.444Z | Compiling pretty-hex v0.4.0 |
2600 | 2023-12-05T05:17:42.448Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bbeb7eb58c6ead42 -C extra-filename=-bbeb7eb58c6ead42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2601 | 2023-12-05T05:17:42.785Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2602 | 2023-12-05T05:17:42.788Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd8e46c801d192c2 -C extra-filename=-fd8e46c801d192c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2603 | 2023-12-05T05:17:43.622Z | Compiling semver v0.1.20 |
2604 | 2023-12-05T05:17:43.625Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167605ef855e737 -C extra-filename=-9167605ef855e737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2605 | 2023-12-05T05:17:44.731Z | Compiling rustc_version v0.1.7 |
2606 | 2023-12-05T05:17:44.770Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c204b087ee0a29ce -C extra-filename=-c204b087ee0a29ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9167605ef855e737.rmeta --cap-lints allow -D warnings` |
2607 | 2023-12-05T05:17:45.487Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2608 | 2023-12-05T05:17:45.490Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ee43e52433076d9 -C extra-filename=-9ee43e52433076d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-9ee43e52433076d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2609 | 2023-12-05T05:17:46.280Z | Compiling newtype_derive v0.1.6 |
2610 | 2023-12-05T05:17:46.288Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87ab273cfcac2f77 -C extra-filename=-87ab273cfcac2f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c204b087ee0a29ce.rlib --cap-lints allow -D warnings` |
2611 | 2023-12-05T05:17:46.829Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2612 | 2023-12-05T05:17:46.832Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbecbb5817b1b904 -C extra-filename=-fbecbb5817b1b904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2613 | 2023-12-05T05:17:49.971Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2614 | 2023-12-05T05:17:49.974Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58cd60fe7a561e21 -C extra-filename=-58cd60fe7a561e21 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-58cd60fe7a561e21 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2615 | 2023-12-05T05:17:50.020Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77/build-script-build` |
2616 | 2023-12-05T05:17:50.113Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2617 | 2023-12-05T05:17:50.116Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629959fb0c9ff071 -C extra-filename=-629959fb0c9ff071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2618 | 2023-12-05T05:17:53.129Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2619 | 2023-12-05T05:17:53.132Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=df242ef50769d879 -C extra-filename=-df242ef50769d879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2620 | 2023-12-05T05:17:53.622Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2621 | 2023-12-05T05:17:53.664Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=e2e7f8a4230237f7 -C extra-filename=-e2e7f8a4230237f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2622 | 2023-12-05T05:17:55.880Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2623 | 2023-12-05T05:17:55.885Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4fc3386d3b11b8ee -C extra-filename=-4fc3386d3b11b8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-243f4363216938b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4bd4e13ee64fd06a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9af0bb8304cb4699.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cfe3681cbf346f58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a04219f8eb986bf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2624 | 2023-12-05T05:17:57.381Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2625 | 2023-12-05T05:17:57.384Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2c8806e95a539de -C extra-filename=-a2c8806e95a539de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fec75713b601973c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2626 | 2023-12-05T05:17:57.555Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2627 | 2023-12-05T05:17:57.566Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91e43f6604cd472f -C extra-filename=-91e43f6604cd472f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2628 | 2023-12-05T05:17:58.726Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2629 | 2023-12-05T05:17:58.729Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe6a98f4b2ececc9 -C extra-filename=-fe6a98f4b2ececc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2630 | 2023-12-05T05:17:58.983Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2631 | 2023-12-05T05:17:58.986Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30c25d850e4ce442 -C extra-filename=-30c25d850e4ce442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2632 | 2023-12-05T05:18:01.224Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2633 | 2023-12-05T05:18:01.228Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62208256bbfa2b7a -C extra-filename=-62208256bbfa2b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9af0bb8304cb4699.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4fc3386d3b11b8ee.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-7a1c1e1d51468047.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-870e60259411baa0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cfe3681cbf346f58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-befeeca455d3ad0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2634 | 2023-12-05T05:18:04.200Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2635 | 2023-12-05T05:18:04.205Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfee975040f08d56 -C extra-filename=-dfee975040f08d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2636 | 2023-12-05T05:18:06.210Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=90083c391ac2a709 -C extra-filename=-90083c391ac2a709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
2637 | 2023-12-05T05:18:06.381Z | Compiling memoffset v0.7.1 |
2638 | 2023-12-05T05:18:06.383Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f380bafbc631838 -C extra-filename=-8f380bafbc631838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2639 | 2023-12-05T05:18:06.404Z | Compiling platforms v3.0.2 |
2640 | 2023-12-05T05:18:06.407Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb7554db24782e0 -C extra-filename=-0cb7554db24782e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2641 | 2023-12-05T05:18:06.976Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838/build-script-build` |
2642 | 2023-12-05T05:18:07.039Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0/build-script-build` |
2643 | 2023-12-05T05:18:07.079Z | Compiling steno v0.4.0 |
2644 | 2023-12-05T05:18:07.082Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fc797d1a29f6577 -C extra-filename=-6fc797d1a29f6577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings` |
2645 | 2023-12-05T05:18:07.186Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b09f3b757e13ec10 -C extra-filename=-b09f3b757e13ec10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros` |
2646 | 2023-12-05T05:18:07.346Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9b135a7169d8e5 -C extra-filename=-ea9b135a7169d8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2647 | 2023-12-05T05:18:08.359Z | Compiling crossbeam-deque v0.8.3 |
2648 | 2023-12-05T05:18:08.362Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de0c924a38105e0e -C extra-filename=-de0c924a38105e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
2649 | 2023-12-05T05:18:08.929Z | Compiling unicase v2.7.0 |
2650 | 2023-12-05T05:18:08.932Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e17b597ff6e6fea -C extra-filename=-4e17b597ff6e6fea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2651 | 2023-12-05T05:18:09.275Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2652 | 2023-12-05T05:18:09.312Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcf733c510251e73 -C extra-filename=-fcf733c510251e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2653 | 2023-12-05T05:18:09.536Z | Compiling signature v1.6.4 |
2654 | 2023-12-05T05:18:09.540Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=63c1f06889acbd12 -C extra-filename=-63c1f06889acbd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2655 | 2023-12-05T05:18:09.764Z | Compiling salty v0.2.0 |
2656 | 2023-12-05T05:18:09.767Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=be16da5b0a40bd70 -C extra-filename=-be16da5b0a40bd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2657 | 2023-12-05T05:18:09.877Z | Compiling rayon-core v1.12.0 |
2658 | 2023-12-05T05:18:09.881Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83d4042876c001bf -C extra-filename=-83d4042876c001bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2659 | 2023-12-05T05:18:10.448Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf/build-script-build` |
2660 | 2023-12-05T05:18:10.487Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73/build-script-build` |
2661 | 2023-12-05T05:18:10.587Z | Compiling ed25519 v1.5.3 |
2662 | 2023-12-05T05:18:10.591Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=51d0566daf0fad5f -C extra-filename=-51d0566daf0fad5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-63c1f06889acbd12.rmeta --cap-lints allow -D warnings` |
2663 | 2023-12-05T05:18:10.703Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70/build-script-build` |
2664 | 2023-12-05T05:18:10.744Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea/build-script-build` |
2665 | 2023-12-05T05:18:11.026Z | Compiling curve25519-dalek v4.1.0 |
2666 | 2023-12-05T05:18:11.029Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=df6a69afff6ca425 -C extra-filename=-df6a69afff6ca425 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ea9b135a7169d8e5.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings` |
2667 | 2023-12-05T05:18:11.131Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2668 | 2023-12-05T05:18:11.134Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=2a6836173286b347 -C extra-filename=-2a6836173286b347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b09f3b757e13ec10.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --cap-lints allow -D warnings` |
2669 | 2023-12-05T05:18:12.011Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2670 | 2023-12-05T05:18:12.014Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bf0647b1e2c2aa9 -C extra-filename=-5bf0647b1e2c2aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2671 | 2023-12-05T05:18:14.606Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2672 | 2023-12-05T05:18:14.609Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cffb9d2b9b759243 -C extra-filename=-cffb9d2b9b759243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2673 | 2023-12-05T05:18:18.505Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2674 | 2023-12-05T05:18:18.508Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=344b2b662f177c7f -C extra-filename=-344b2b662f177c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2675 | 2023-12-05T05:18:20.497Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-9ee43e52433076d9/build-script-build` |
2676 | 2023-12-05T05:18:20.555Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-58cd60fe7a561e21/build-script-build` |
2677 | 2023-12-05T05:18:20.927Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0ab1ec081d90723 -C extra-filename=-b0ab1ec081d90723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2678 | 2023-12-05T05:18:21.140Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2679 | 2023-12-05T05:18:21.146Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02e077fbcb441d2b -C extra-filename=-02e077fbcb441d2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2680 | 2023-12-05T05:18:21.585Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=337548104f1d4496 -C extra-filename=-337548104f1d4496 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2681 | 2023-12-05T05:18:23.204Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2682 | 2023-12-05T05:18:23.210Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eca56bb6fab3f225 -C extra-filename=-eca56bb6fab3f225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2683 | 2023-12-05T05:18:24.478Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2684 | 2023-12-05T05:18:24.481Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=118f6820456a65b3 -C extra-filename=-118f6820456a65b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
2685 | 2023-12-05T05:18:24.998Z | Compiling globset v0.4.13 |
2686 | 2023-12-05T05:18:25.001Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=2d1cbf750e05e64c -C extra-filename=-2d1cbf750e05e64c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
2687 | 2023-12-05T05:18:26.735Z | Compiling olpc-cjson v0.1.3 |
2688 | 2023-12-05T05:18:26.741Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95ae50b77144ede -C extra-filename=-f95ae50b77144ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
2689 | 2023-12-05T05:18:27.292Z | Compiling serde_plain v1.0.2 |
2690 | 2023-12-05T05:18:27.297Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144bc284e3e61bd5 -C extra-filename=-144bc284e3e61bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2691 | 2023-12-05T05:18:27.909Z | Compiling serde-big-array v0.5.1 |
2692 | 2023-12-05T05:18:27.912Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=647c32cd25b537b1 -C extra-filename=-647c32cd25b537b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2693 | 2023-12-05T05:18:28.244Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2694 | 2023-12-05T05:18:28.251Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d32ed444ec33b26f -C extra-filename=-d32ed444ec33b26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2695 | 2023-12-05T05:18:28.272Z | Compiling async-recursion v1.0.5 |
2696 | 2023-12-05T05:18:28.280Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6bfcd26565b1af7 -C extra-filename=-f6bfcd26565b1af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2697 | 2023-12-05T05:18:28.834Z | Compiling display-error-chain v0.2.0 |
2698 | 2023-12-05T05:18:28.837Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c33ee704d422915a -C extra-filename=-c33ee704d422915a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2699 | 2023-12-05T05:18:29.082Z | Compiling typed-path v0.6.0 |
2700 | 2023-12-05T05:18:29.085Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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=7df5b01458f7f6af -C extra-filename=-7df5b01458f7f6af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2701 | 2023-12-05T05:18:29.967Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2702 | 2023-12-05T05:18:29.970Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d1d2ae1ea660778 -C extra-filename=-4d1d2ae1ea660778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-d32ed444ec33b26f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2703 | 2023-12-05T05:18:30.262Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46d5803305cee028 -C extra-filename=-46d5803305cee028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2a6836173286b347.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-647c32cd25b537b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-118f6820456a65b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2704 | 2023-12-05T05:18:30.749Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2705 | 2023-12-05T05:18:30.752Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53fa07c228f80ec3 -C extra-filename=-53fa07c228f80ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2706 | 2023-12-05T05:18:31.441Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425/build-script-build` |
2707 | 2023-12-05T05:18:31.663Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=492ed662d5ae01f7 -C extra-filename=-492ed662d5ae01f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
2708 | 2023-12-05T05:18:32.204Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4ac78139275a0bd6 -C extra-filename=-4ac78139275a0bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-51d0566daf0fad5f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
2709 | 2023-12-05T05:18:34.477Z | Compiling tough v0.15.0 |
2710 | 2023-12-05T05:18:34.482Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=e04d0fa46ba8ae83 -C extra-filename=-e04d0fa46ba8ae83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-f6bfcd26565b1af7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2d1cbf750e05e64c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-f95ae50b77144ede.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-144bc284e3e61bd5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7df5b01458f7f6af.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2711 | 2023-12-05T05:18:36.593Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=190de7141266ef1a -C extra-filename=-190de7141266ef1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
2712 | 2023-12-05T05:18:36.861Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2713 | 2023-12-05T05:18:36.866Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec4efc31879eeb55 -C extra-filename=-ec4efc31879eeb55 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-ec4efc31879eeb55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2714 | 2023-12-05T05:18:38.098Z | Compiling signal-hook-tokio v0.3.1 |
2715 | 2023-12-05T05:18:38.121Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=6ac4b78c905ab268 -C extra-filename=-6ac4b78c905ab268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2716 | 2023-12-05T05:18:38.366Z | Compiling serde-big-array v0.4.1 |
2717 | 2023-12-05T05:18:38.368Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2192f96db6e2dfd8 -C extra-filename=-2192f96db6e2dfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2718 | 2023-12-05T05:18:38.621Z | Compiling universal-hash v0.5.1 |
2719 | 2023-12-05T05:18:38.624Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ee25eaeac943688 -C extra-filename=-4ee25eaeac943688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
2720 | 2023-12-05T05:18:38.946Z | Compiling thiserror-impl-no-std v2.0.2 |
2721 | 2023-12-05T05:18:38.949Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f5aabbc32661f8c -C extra-filename=-6f5aabbc32661f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2722 | 2023-12-05T05:18:39.632Z | Compiling curve25519-dalek-derive v0.1.0 |
2723 | 2023-12-05T05:18:39.635Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab452b72d444a318 -C extra-filename=-ab452b72d444a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2724 | 2023-12-05T05:18:41.178Z | Compiling opaque-debug v0.3.0 |
2725 | 2023-12-05T05:18:41.181Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b10d27ff7ff6954 -C extra-filename=-2b10d27ff7ff6954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2726 | 2023-12-05T05:18:41.324Z | Compiling poly1305 v0.8.0 |
2727 | 2023-12-05T05:18:41.326Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=52a2a9ca0ae6d810 -C extra-filename=-52a2a9ca0ae6d810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-2b10d27ff7ff6954.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4ee25eaeac943688.rmeta --cap-lints allow -D warnings` |
2728 | 2023-12-05T05:18:41.536Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2729 | 2023-12-05T05:18:41.540Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=dbce165d6dd78309 -C extra-filename=-dbce165d6dd78309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-2192f96db6e2dfd8.rmeta --cap-lints allow -D warnings` |
2730 | 2023-12-05T05:18:42.475Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=d289b81fa12ccfd4 -C extra-filename=-d289b81fa12ccfd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ab452b72d444a318.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
2731 | 2023-12-05T05:18:43.654Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2732 | 2023-12-05T05:18:43.657Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2c247180f74962d -C extra-filename=-c2c247180f74962d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-46d5803305cee028.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2733 | 2023-12-05T05:18:44.231Z | Compiling rayon v1.8.0 |
2734 | 2023-12-05T05:18:44.255Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bfab4357444caa6 -C extra-filename=-8bfab4357444caa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-190de7141266ef1a.rmeta --cap-lints allow -D warnings` |
2735 | 2023-12-05T05:18:44.859Z | Compiling thiserror-no-std v2.0.2 |
2736 | 2023-12-05T05:18:44.861Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f13c9997f7087a68 -C extra-filename=-f13c9997f7087a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-6f5aabbc32661f8c.so --cap-lints allow -D warnings` |
2737 | 2023-12-05T05:18:45.030Z | Compiling mime_guess v2.0.4 |
2738 | 2023-12-05T05:18:45.032Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=4e19c81f511d4ca8 -C extra-filename=-4e19c81f511d4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rlib --cap-lints allow -D warnings` |
2739 | 2023-12-05T05:18:47.364Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2740 | 2023-12-05T05:18:47.368Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ebe35e5a467a428f -C extra-filename=-ebe35e5a467a428f --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-ebe35e5a467a428f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2741 | 2023-12-05T05:18:47.939Z | Compiling chacha20 v0.9.1 |
2742 | 2023-12-05T05:18:47.945Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=e92b3c88abb03bef -C extra-filename=-e92b3c88abb03bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --cap-lints allow -D warnings` |
2743 | 2023-12-05T05:18:48.672Z | Compiling aead v0.5.2 |
2744 | 2023-12-05T05:18:48.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=1a624d83266eaee3 -C extra-filename=-1a624d83266eaee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
2745 | 2023-12-05T05:18:49.230Z | Compiling kstat-rs v0.2.3 |
2746 | 2023-12-05T05:18:49.233Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b20127b1a8309df2 -C extra-filename=-b20127b1a8309df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2747 | 2023-12-05T05:18:50.323Z | Compiling corncobs v0.1.3 |
2748 | 2023-12-05T05:18:50.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0822af0aea738034 -C extra-filename=-0822af0aea738034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2749 | 2023-12-05T05:18:50.821Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2750 | 2023-12-05T05:18:50.824Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=009eb845872f02e3 -C extra-filename=-009eb845872f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0822af0aea738034.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-dbce165d6dd78309.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings` |
2751 | 2023-12-05T05:18:51.528Z | Compiling chacha20poly1305 v0.10.1 |
2752 | 2023-12-05T05:18:51.533Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c48846e160e3d559 -C extra-filename=-c48846e160e3d559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-1a624d83266eaee3.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e92b3c88abb03bef.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-52a2a9ca0ae6d810.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2753 | 2023-12-05T05:18:51.844Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-ebe35e5a467a428f/build-script-build` |
2754 | 2023-12-05T05:18:51.885Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8/build-script-build` |
2755 | 2023-12-05T05:18:51.949Z | Compiling vsss-rs v3.3.1 |
2756 | 2023-12-05T05:18:51.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=641c46e708e958a1 -C extra-filename=-641c46e708e958a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d289b81fa12ccfd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f13c9997f7087a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
2757 | 2023-12-05T05:18:52.045Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2023-12-05T05:18:52.048Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=736b1e4f1afb81f8 -C extra-filename=-736b1e4f1afb81f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2759 | 2023-12-05T05:18:52.679Z | Compiling diff v0.1.13 |
2760 | 2023-12-05T05:18:52.719Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b40759dfb27c6b8f -C extra-filename=-b40759dfb27c6b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2761 | 2023-12-05T05:18:53.555Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=aa349d6acb1d14a1 -C extra-filename=-aa349d6acb1d14a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rmeta --cap-lints allow -D warnings` |
2762 | 2023-12-05T05:18:53.860Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2023-12-05T05:18:53.863Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=86b59c8e177f033a -C extra-filename=-86b59c8e177f033a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2764 | 2023-12-05T05:18:55.190Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2765 | 2023-12-05T05:18:55.193Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=649ba928ca4a142f -C extra-filename=-649ba928ca4a142f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2766 | 2023-12-05T05:18:56.136Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2767 | 2023-12-05T05:18:56.139Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=099a91aaf05cf254 -C extra-filename=-099a91aaf05cf254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2768 | 2023-12-05T05:18:57.294Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2769 | 2023-12-05T05:18:57.304Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=861f9f607b04e2fe -C extra-filename=-861f9f607b04e2fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2770 | 2023-12-05T05:18:58.290Z | Compiling bcs v0.1.6 |
2771 | 2023-12-05T05:18:58.294Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74933ec96320e472 -C extra-filename=-74933ec96320e472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
2772 | 2023-12-05T05:18:59.454Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b1d4e529347be106 -C extra-filename=-b1d4e529347be106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2773 | 2023-12-05T05:18:59.902Z | Compiling highway v1.1.0 |
2774 | 2023-12-05T05:18:59.914Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac2bb27a4d43cdb1 -C extra-filename=-ac2bb27a4d43cdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2775 | 2023-12-05T05:19:01.170Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2776 | 2023-12-05T05:19:01.177Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e83c3c677554532 -C extra-filename=-2e83c3c677554532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2777 | 2023-12-05T05:19:02.312Z | Compiling assert_matches v1.5.0 |
2778 | 2023-12-05T05:19:02.316Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c31966c9f8a96595 -C extra-filename=-c31966c9f8a96595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2779 | 2023-12-05T05:19:02.877Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2780 | 2023-12-05T05:19:02.888Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52b640cb6abf35bf -C extra-filename=-52b640cb6abf35bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2781 | 2023-12-05T05:19:03.305Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2782 | 2023-12-05T05:19:03.333Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f6f4c816d50851c -C extra-filename=-2f6f4c816d50851c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2783 | 2023-12-05T05:19:03.860Z | Compiling http-range v0.1.5 |
2784 | 2023-12-05T05:19:03.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=624d8bf4a474c564 -C extra-filename=-624d8bf4a474c564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2785 | 2023-12-05T05:19:04.432Z | Compiling hyper-staticfile v0.9.5 |
2786 | 2023-12-05T05:19:04.432Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bec46e598608fa2 -C extra-filename=-1bec46e598608fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-624d8bf4a474c564.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings` |
2787 | 2023-12-05T05:19:04.730Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2788 | 2023-12-05T05:19:04.754Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f674418241f8b611 -C extra-filename=-f674418241f8b611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2f6f4c816d50851c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2789 | 2023-12-05T05:19:05.138Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-ec4efc31879eeb55/build-script-build` |
2790 | 2023-12-05T05:19:05.493Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38966579dd3d181c -C extra-filename=-38966579dd3d181c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2791 | 2023-12-05T05:19:06.406Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2792 | 2023-12-05T05:19:06.413Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8026f2696881502 -C extra-filename=-a8026f2696881502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2793 | 2023-12-05T05:19:06.884Z | Compiling portable-atomic v1.4.3 |
2794 | 2023-12-05T05:19:06.924Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=dbb387c2f0dcaf3a -C extra-filename=-dbb387c2f0dcaf3a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2795 | 2023-12-05T05:19:08.607Z | Compiling crunchy v0.2.2 |
2796 | 2023-12-05T05:19:08.613Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=3376d3ae36664b65 -C extra-filename=-3376d3ae36664b65 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2797 | 2023-12-05T05:19:08.862Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a/build-script-build` |
2798 | 2023-12-05T05:19:08.960Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2799 | 2023-12-05T05:19:08.963Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d780c360681a5f5b -C extra-filename=-d780c360681a5f5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2800 | 2023-12-05T05:19:09.195Z | Compiling clang-sys v1.6.1 |
2801 | 2023-12-05T05:19:09.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=159fd715a3d2ceb9 -C extra-filename=-159fd715a3d2ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --cap-lints allow -D warnings` |
2802 | 2023-12-05T05:19:09.436Z | Compiling humantime v2.1.0 |
2803 | 2023-12-05T05:19:09.442Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ec1d71338dd5297 -C extra-filename=-5ec1d71338dd5297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2804 | 2023-12-05T05:19:09.489Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65/build-script-build` |
2805 | 2023-12-05T05:19:09.530Z | Compiling tiny-keccak v2.0.2 |
2806 | 2023-12-05T05:19:09.542Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9873ee69bc200370 -C extra-filename=-9873ee69bc200370 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2807 | 2023-12-05T05:19:10.104Z | Compiling prettyplease v0.2.12 |
2808 | 2023-12-05T05:19:10.111Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5769255b7b8bdaf -C extra-filename=-f5769255b7b8bdaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2809 | 2023-12-05T05:19:10.220Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370/build-script-build` |
2810 | 2023-12-05T05:19:10.314Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=ef5bd9cae5ef00d5 -C extra-filename=-ef5bd9cae5ef00d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2811 | 2023-12-05T05:19:10.427Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=ea11d264558709fb -C extra-filename=-ea11d264558709fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16` |
2812 | 2023-12-05T05:19:10.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9/build-script-build` |
2813 | 2023-12-05T05:19:10.514Z | Compiling darling_core v0.14.4 |
2814 | 2023-12-05T05:19:10.514Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=ed75269fea986458 -C extra-filename=-ed75269fea986458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
2815 | 2023-12-05T05:19:10.688Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf/build-script-build` |
2816 | 2023-12-05T05:19:10.947Z | Compiling number_prefix v0.4.0 |
2817 | 2023-12-05T05:19:10.983Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41ec9f0d84c73123 -C extra-filename=-41ec9f0d84c73123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2818 | 2023-12-05T05:19:11.054Z | Compiling minimal-lexical v0.2.1 |
2819 | 2023-12-05T05:19:11.099Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6a09c60c1c2b55e -C extra-filename=-e6a09c60c1c2b55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2820 | 2023-12-05T05:19:11.938Z | Compiling nom v7.1.3 |
2821 | 2023-12-05T05:19:11.942Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=dcd0cf91ec915e4d -C extra-filename=-dcd0cf91ec915e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-e6a09c60c1c2b55e.rmeta --cap-lints allow -D warnings` |
2822 | 2023-12-05T05:19:12.755Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2823 | 2023-12-05T05:19:12.758Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e355460949efa0b1 -C extra-filename=-e355460949efa0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2824 | 2023-12-05T05:19:16.187Z | Compiling indicatif v0.17.7 |
2825 | 2023-12-05T05:19:16.207Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=59795aa0d9c5f644 -C extra-filename=-59795aa0d9c5f644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-41ec9f0d84c73123.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-ea11d264558709fb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2826 | 2023-12-05T05:19:18.230Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9439a74d3356bcd6 -C extra-filename=-9439a74d3356bcd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-ef5bd9cae5ef00d5.rmeta --cap-lints allow -D warnings` |
2827 | 2023-12-05T05:19:19.341Z | Compiling ascii-canvas v3.0.0 |
2828 | 2023-12-05T05:19:19.349Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af1022019d10b377 -C extra-filename=-af1022019d10b377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --cap-lints allow -D warnings` |
2829 | 2023-12-05T05:19:19.859Z | Compiling ena v0.14.2 |
2830 | 2023-12-05T05:19:19.862Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff2821cd612a907 -C extra-filename=-1ff2821cd612a907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
2831 | 2023-12-05T05:19:20.204Z | Compiling libloading v0.7.4 |
2832 | 2023-12-05T05:19:20.244Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f08b9a0f06fc51 -C extra-filename=-58f08b9a0f06fc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
2833 | 2023-12-05T05:19:20.519Z | Compiling bindgen v0.65.1 |
2834 | 2023-12-05T05:19:20.523Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2dc4fb3d69c16665 -C extra-filename=-2dc4fb3d69c16665 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2835 | 2023-12-05T05:19:20.678Z | Compiling darling_macro v0.14.4 |
2836 | 2023-12-05T05:19:20.682Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10c0a0d5b4aa0b51 -C extra-filename=-10c0a0d5b4aa0b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2837 | 2023-12-05T05:19:20.852Z | Compiling maplit v1.0.2 |
2838 | 2023-12-05T05:19:20.876Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2be96bd6b55b8b90 -C extra-filename=-2be96bd6b55b8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2839 | 2023-12-05T05:19:21.030Z | Compiling ref-cast v1.0.20 |
2840 | 2023-12-05T05:19:21.033Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94f12e0317de2d68 -C extra-filename=-94f12e0317de2d68 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2841 | 2023-12-05T05:19:21.745Z | Compiling regex-syntax v0.6.29 |
2842 | 2023-12-05T05:19:21.749Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=748dcee92cac8211 -C extra-filename=-748dcee92cac8211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2843 | 2023-12-05T05:19:21.961Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68/build-script-build` |
2844 | 2023-12-05T05:19:22.026Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665/build-script-build` |
2845 | 2023-12-05T05:19:22.116Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=5a307eb8c2caa848 -C extra-filename=-5a307eb8c2caa848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-58f08b9a0f06fc51.rmeta --cap-lints allow -D warnings` |
2846 | 2023-12-05T05:19:22.691Z | Compiling darling v0.14.4 |
2847 | 2023-12-05T05:19:22.695Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=8d93138f60d7bd18 -C extra-filename=-8d93138f60d7bd18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-10c0a0d5b4aa0b51.so --cap-lints allow -D warnings` |
2848 | 2023-12-05T05:19:22.876Z | Compiling cexpr v0.6.0 |
2849 | 2023-12-05T05:19:22.885Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5dd74d2c75a6eb41 -C extra-filename=-5dd74d2c75a6eb41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-dcd0cf91ec915e4d.rmeta --cap-lints allow -D warnings` |
2850 | 2023-12-05T05:19:23.348Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ae04745cafca00b -C extra-filename=-4ae04745cafca00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
2851 | 2023-12-05T05:19:25.793Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2023-12-05T05:19:25.802Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0540f1f00b733b38 -C extra-filename=-0540f1f00b733b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2853 | 2023-12-05T05:19:26.730Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2854 | 2023-12-05T05:19:26.734Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7f4b3f98e56dc51 -C extra-filename=-f7f4b3f98e56dc51 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-f7f4b3f98e56dc51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2855 | 2023-12-05T05:19:27.290Z | Compiling lalrpop v0.19.12 |
2856 | 2023-12-05T05:19:27.777Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=38e2e7f6ec632e22 -C extra-filename=-38e2e7f6ec632e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-af1022019d10b377.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1ff2821cd612a907.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-748dcee92cac8211.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-275f3cec25e20431.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-9439a74d3356bcd6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings` |
2857 | 2023-12-05T05:19:27.779Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2858 | 2023-12-05T05:19:27.779Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef9e203ea90cac8b -C extra-filename=-ef9e203ea90cac8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2859 | 2023-12-05T05:19:28.702Z | Compiling ref-cast-impl v1.0.20 |
2860 | 2023-12-05T05:19:28.705Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52c0ec772ea27005 -C extra-filename=-52c0ec772ea27005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
2861 | 2023-12-05T05:19:31.030Z | Compiling which v4.4.0 |
2862 | 2023-12-05T05:19:31.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdd4eddad83fbb79 -C extra-filename=-fdd4eddad83fbb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2863 | 2023-12-05T05:19:32.004Z | Compiling fs-err v2.11.0 |
2864 | 2023-12-05T05:19:32.016Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0099cc6bb9418a56 -C extra-filename=-0099cc6bb9418a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
2865 | 2023-12-05T05:19:32.219Z | Compiling shlex v1.1.0 |
2866 | 2023-12-05T05:19:32.635Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8a0f9a58c9fc10 -C extra-filename=-6a8a0f9a58c9fc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2867 | 2023-12-05T05:19:32.649Z | Compiling lazycell v1.3.0 |
2868 | 2023-12-05T05:19:32.649Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6fd7d5884299277 -C extra-filename=-a6fd7d5884299277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2869 | 2023-12-05T05:19:32.668Z | Compiling rustc-hash v1.1.0 |
2870 | 2023-12-05T05:19:33.535Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a98917ec901c0bd -C extra-filename=-7a98917ec901c0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2871 | 2023-12-05T05:19:33.536Z | Compiling peeking_take_while v0.1.2 |
2872 | 2023-12-05T05:19:33.536Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06d3e9b429c43bd7 -C extra-filename=-06d3e9b429c43bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2873 | 2023-12-05T05:19:33.536Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56/build-script-build` |
2874 | 2023-12-05T05:19:33.536Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=d5d9999381572790 -C extra-filename=-d5d9999381572790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-5dd74d2c75a6eb41.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a307eb8c2caa848.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a6fd7d5884299277.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-06d3e9b429c43bd7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4ae04745cafca00b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7a98917ec901c0bd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a8a0f9a58c9fc10.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-fdd4eddad83fbb79.rmeta --cap-lints allow -D warnings` |
2875 | 2023-12-05T05:19:33.536Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=650cbfdbbdfe8fde -C extra-filename=-650cbfdbbdfe8fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-52c0ec772ea27005.so --cap-lints allow -D warnings` |
2876 | 2023-12-05T05:19:33.540Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-f7f4b3f98e56dc51/build-script-build` |
2877 | 2023-12-05T05:19:33.540Z | Compiling derive_builder_core v0.12.0 |
2878 | 2023-12-05T05:19:33.540Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c12beefcdfc180a -C extra-filename=-1c12beefcdfc180a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-8d93138f60d7bd18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
2879 | 2023-12-05T05:19:33.540Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2880 | 2023-12-05T05:19:33.540Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bed3d7941ca37e7 -C extra-filename=-9bed3d7941ca37e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2881 | 2023-12-05T05:19:33.929Z | Compiling libxml v0.3.3 |
2882 | 2023-12-05T05:19:33.949Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c14b6e27c8d1703 -C extra-filename=-1c14b6e27c8d1703 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
2883 | 2023-12-05T05:19:34.593Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703/build-script-build` |
2884 | 2023-12-05T05:19:34.651Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=276ec3bce00d5f09 -C extra-filename=-276ec3bce00d5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63` |
2885 | 2023-12-05T05:19:35.635Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2886 | 2023-12-05T05:19:35.639Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5daa1be27a23e99e -C extra-filename=-5daa1be27a23e99e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2887 | 2023-12-05T05:19:36.747Z | Compiling bytesize v1.3.0 |
2888 | 2023-12-05T05:19:36.750Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=eeae718e0c35ba84 -C extra-filename=-eeae718e0c35ba84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2889 | 2023-12-05T05:19:37.823Z | Compiling strum_macros v0.24.3 |
2890 | 2023-12-05T05:19:37.826Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de549791c812edf1 -C extra-filename=-de549791c812edf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2891 | 2023-12-05T05:19:37.826Z | Compiling cookie v0.18.0 |
2892 | 2023-12-05T05:19:37.826Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a22a2ef6b5d380b1 -C extra-filename=-a22a2ef6b5d380b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2893 | 2023-12-05T05:19:37.826Z | Compiling derive_builder_macro v0.12.0 |
2894 | 2023-12-05T05:19:37.826Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26cbf5ffbafedd0c -C extra-filename=-26cbf5ffbafedd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-1c12beefcdfc180a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2895 | 2023-12-05T05:19:38.055Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2896 | 2023-12-05T05:19:38.530Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8df28a2c4d490af -C extra-filename=-e8df28a2c4d490af --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
2897 | 2023-12-05T05:19:38.626Z | Compiling indoc v1.0.9 |
2898 | 2023-12-05T05:19:38.630Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a762f8d2daa77eb2 -C extra-filename=-a762f8d2daa77eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2899 | 2023-12-05T05:19:39.296Z | Compiling derive_builder v0.12.0 |
2900 | 2023-12-05T05:19:39.303Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb1a666d81f8694c -C extra-filename=-eb1a666d81f8694c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-26cbf5ffbafedd0c.so --cap-lints allow -D warnings` |
2901 | 2023-12-05T05:19:39.512Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af/build-script-build` |
2902 | 2023-12-05T05:19:39.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1/build-script-build` |
2903 | 2023-12-05T05:19:39.713Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbedf2bc58b17751 -C extra-filename=-fbedf2bc58b17751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
2904 | 2023-12-05T05:19:40.509Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c18c2e787f7d41ee -C extra-filename=-c18c2e787f7d41ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
2905 | 2023-12-05T05:19:44.308Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2906 | 2023-12-05T05:19:44.311Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0ecc8a403f5ba95 -C extra-filename=-d0ecc8a403f5ba95 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d0ecc8a403f5ba95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2907 | 2023-12-05T05:19:44.666Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2908 | 2023-12-05T05:19:44.670Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08b7587183af1823 -C extra-filename=-08b7587183af1823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2909 | 2023-12-05T05:19:44.858Z | Compiling bb8 v0.8.1 |
2910 | 2023-12-05T05:19:44.861Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=31f953e0ba0ced3a -C extra-filename=-31f953e0ba0ced3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
2911 | 2023-12-05T05:19:45.184Z | Compiling quick-xml v0.23.1 |
2912 | 2023-12-05T05:19:45.227Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=3ed581c6855895b5 -C extra-filename=-3ed581c6855895b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
2913 | 2023-12-05T05:19:45.717Z | Compiling oso-derive v0.27.0 |
2914 | 2023-12-05T05:19:45.721Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb3d098932c2b5ad -C extra-filename=-cb3d098932c2b5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2915 | 2023-12-05T05:19:47.309Z | Compiling impl-trait-for-tuples v0.2.2 |
2916 | 2023-12-05T05:19:47.315Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05e4534c61cf9ec3 -C extra-filename=-05e4534c61cf9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2917 | 2023-12-05T05:19:47.799Z | Compiling unicode-linebreak v0.1.5 |
2918 | 2023-12-05T05:19:47.805Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d22bc351435492d -C extra-filename=-7d22bc351435492d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2919 | 2023-12-05T05:19:48.674Z | Compiling smawk v0.3.1 |
2920 | 2023-12-05T05:19:48.677Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5597cffd9fb84645 -C extra-filename=-5597cffd9fb84645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2921 | 2023-12-05T05:19:48.709Z | Compiling is_ci v1.1.1 |
2922 | 2023-12-05T05:19:48.709Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a54a863ce1f57c8f -C extra-filename=-a54a863ce1f57c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2923 | 2023-12-05T05:19:49.001Z | Compiling textwrap v0.16.0 |
2924 | 2023-12-05T05:19:49.004Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=efbdc2c66f61b52d -C extra-filename=-efbdc2c66f61b52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-5597cffd9fb84645.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7d22bc351435492d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2925 | 2023-12-05T05:19:49.081Z | Compiling supports-color v2.1.0 |
2926 | 2023-12-05T05:19:49.105Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ec8ff03521d695a -C extra-filename=-7ec8ff03521d695a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a54a863ce1f57c8f.rmeta --cap-lints allow -D warnings` |
2927 | 2023-12-05T05:19:49.670Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2928 | 2023-12-05T05:19:49.682Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af82347d4343c6d8 -C extra-filename=-af82347d4343c6d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2929 | 2023-12-05T05:19:50.580Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d0ecc8a403f5ba95/build-script-build` |
2930 | 2023-12-05T05:19:50.649Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f85abe9eac07172 -C extra-filename=-5f85abe9eac07172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
2931 | 2023-12-05T05:19:51.089Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=605ba6f83ccb42eb -C extra-filename=-605ba6f83ccb42eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2932 | 2023-12-05T05:19:51.690Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2933 | 2023-12-05T05:19:51.693Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=757d0759fd3015ff -C extra-filename=-757d0759fd3015ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2934 | 2023-12-05T05:19:52.491Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2935 | 2023-12-05T05:19:52.973Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=899b19146616c7d9 -C extra-filename=-899b19146616c7d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2936 | 2023-12-05T05:19:53.127Z | Compiling cassowary v0.3.0 |
2937 | 2023-12-05T05:19:53.151Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=604bbb0567fc0a81 -C extra-filename=-604bbb0567fc0a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2938 | 2023-12-05T05:19:55.342Z | Compiling indoc v2.0.3 |
2939 | 2023-12-05T05:19:55.348Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1da3176054db8acb -C extra-filename=-1da3176054db8acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2940 | 2023-12-05T05:19:57.273Z | Compiling ratatui v0.23.0 |
2941 | 2023-12-05T05:19:57.276Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=6826507eaa28f4f1 -C extra-filename=-6826507eaa28f4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-604bbb0567fc0a81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1da3176054db8acb.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2942 | 2023-12-05T05:20:05.082Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2943 | 2023-12-05T05:20:05.086Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2924f3d8679bccf -C extra-filename=-e2924f3d8679bccf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2944 | 2023-12-05T05:20:06.518Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2023-12-05T05:20:06.521Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70f93bfdcb87a481 -C extra-filename=-70f93bfdcb87a481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2946 | 2023-12-05T05:20:07.484Z | Compiling rtoolbox v0.0.1 |
2947 | 2023-12-05T05:20:07.508Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f827b6360075776b -C extra-filename=-f827b6360075776b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2948 | 2023-12-05T05:20:08.141Z | Compiling rpassword v7.3.1 |
2949 | 2023-12-05T05:20:08.144Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19270a1b98edf2ba -C extra-filename=-19270a1b98edf2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f827b6360075776b.rmeta --cap-lints allow -D warnings` |
2950 | 2023-12-05T05:20:08.643Z | Compiling tui-tree-widget v0.13.0 |
2951 | 2023-12-05T05:20:08.646Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d790c9a4e8e7341 -C extra-filename=-7d790c9a4e8e7341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
2952 | 2023-12-05T05:20:09.683Z | Compiling shell-words v1.1.0 |
2953 | 2023-12-05T05:20:09.686Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c646a9162b042b75 -C extra-filename=-c646a9162b042b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2954 | 2023-12-05T05:20:10.176Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2955 | 2023-12-05T05:20:10.180Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8bbbf5d468b6cd5 -C extra-filename=-b8bbbf5d468b6cd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b8bbbf5d468b6cd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2956 | 2023-12-05T05:20:10.761Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2957 | 2023-12-05T05:20:10.761Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b8bbbf5d468b6cd5/build-script-build` |
2958 | 2023-12-05T05:20:10.765Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69592389a848d3c6 -C extra-filename=-69592389a848d3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
2959 | 2023-12-05T05:20:10.819Z | Compiling fatfs v0.3.6 |
2960 | 2023-12-05T05:20:10.826Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b0f8a63927350db -C extra-filename=-1b0f8a63927350db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
2961 | 2023-12-05T05:20:13.734Z | Compiling yansi v0.5.1 |
2962 | 2023-12-05T05:20:13.755Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71523450b988fa1f -C extra-filename=-71523450b988fa1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2963 | 2023-12-05T05:20:14.325Z | Compiling pretty_assertions v1.4.0 |
2964 | 2023-12-05T05:20:14.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9e65c209facc62c -C extra-filename=-d9e65c209facc62c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71523450b988fa1f.rmeta --cap-lints allow -D warnings` |
2965 | 2023-12-05T05:20:14.805Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2966 | 2023-12-05T05:20:14.809Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b136ce8ec645f7e0 -C extra-filename=-b136ce8ec645f7e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2967 | 2023-12-05T05:20:14.887Z | Compiling serial_test_derive v0.10.0 |
2968 | 2023-12-05T05:20:14.890Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=7405105dbe3861cf -C extra-filename=-7405105dbe3861cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
2969 | 2023-12-05T05:20:16.402Z | Compiling dashmap v5.5.1 |
2970 | 2023-12-05T05:20:16.405Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d27b952cf85e9f3c -C extra-filename=-d27b952cf85e9f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-dfc67bc75751d566.rmeta --cap-lints allow -D warnings` |
2971 | 2023-12-05T05:20:17.202Z | Compiling rand v0.4.6 |
2972 | 2023-12-05T05:20:17.205Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d6abe9b874c50522 -C extra-filename=-d6abe9b874c50522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
2973 | 2023-12-05T05:20:17.970Z | Compiling remove_dir_all v0.5.3 |
2974 | 2023-12-05T05:20:17.974Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d813a2aff1924d4 -C extra-filename=-1d813a2aff1924d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2975 | 2023-12-05T05:20:18.126Z | Compiling plotters-backend v0.3.5 |
2976 | 2023-12-05T05:20:18.130Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6316c9d891d6bc6a -C extra-filename=-6316c9d891d6bc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2977 | 2023-12-05T05:20:19.053Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2978 | 2023-12-05T05:20:19.058Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4462b07855a164d5 -C extra-filename=-4462b07855a164d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2979 | 2023-12-05T05:20:21.988Z | Compiling tempdir v0.3.7 |
2980 | 2023-12-05T05:20:21.991Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1d4c69a0724bff8 -C extra-filename=-e1d4c69a0724bff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d6abe9b874c50522.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-1d813a2aff1924d4.rmeta --cap-lints allow -D warnings` |
2981 | 2023-12-05T05:20:22.652Z | Compiling plotters-svg v0.3.5 |
2982 | 2023-12-05T05:20:22.656Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1944c1a49c5e64f1 -C extra-filename=-1944c1a49c5e64f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --cap-lints allow -D warnings` |
2983 | 2023-12-05T05:20:23.336Z | Compiling serial_test v0.10.0 |
2984 | 2023-12-05T05:20:23.339Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=8fe01134124edd24 -C extra-filename=-8fe01134124edd24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashmap=/work/oxidecomputer/omicron/target/debug/deps/libdashmap-d27b952cf85e9f3c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-7405105dbe3861cf.so --cap-lints allow -D warnings` |
2985 | 2023-12-05T05:20:24.679Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2986 | 2023-12-05T05:20:24.683Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71a14f1fd96d37d4 -C extra-filename=-71a14f1fd96d37d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2987 | 2023-12-05T05:20:28.123Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2988 | 2023-12-05T05:20:28.186Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba96e77338f2f565 -C extra-filename=-ba96e77338f2f565 --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-eca56bb6fab3f225.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2989 | 2023-12-05T05:20:30.206Z | Compiling assert_cmd v2.0.12 |
2990 | 2023-12-05T05:20:30.209Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7462df53b4dba49b -C extra-filename=-7462df53b4dba49b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings` |
2991 | 2023-12-05T05:20:32.402Z | Compiling cast v0.3.0 |
2992 | 2023-12-05T05:20:32.412Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b96c307ad73be188 -C extra-filename=-b96c307ad73be188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2993 | 2023-12-05T05:20:32.949Z | Compiling criterion-plot v0.5.0 |
2994 | 2023-12-05T05:20:32.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc45f56475d8c694 -C extra-filename=-cc45f56475d8c694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --cap-lints allow -D warnings` |
2995 | 2023-12-05T05:20:34.581Z | Compiling plotters v0.3.5 |
2996 | 2023-12-05T05:20:34.588Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=414cbdfc7cd282eb -C extra-filename=-414cbdfc7cd282eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1944c1a49c5e64f1.rmeta --cap-lints allow -D warnings` |
2997 | 2023-12-05T05:20:38.795Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2998 | 2023-12-05T05:20:38.821Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5338992da15254e5 -C extra-filename=-5338992da15254e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
2999 | 2023-12-05T05:20:39.144Z | Compiling tinytemplate v1.2.1 |
3000 | 2023-12-05T05:20:39.147Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=176ee5ce0291a68d -C extra-filename=-176ee5ce0291a68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings` |
3001 | 2023-12-05T05:20:41.006Z | Compiling vte_generate_state_changes v0.1.1 |
3002 | 2023-12-05T05:20:41.010Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e52875883792dcf6 -C extra-filename=-e52875883792dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings` |
3003 | 2023-12-05T05:20:42.206Z | Compiling oorandom v11.1.3 |
3004 | 2023-12-05T05:20:42.265Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9a074737efed806 -C extra-filename=-a9a074737efed806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3005 | 2023-12-05T05:20:42.515Z | Compiling anes v0.1.6 |
3006 | 2023-12-05T05:20:42.518Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5a8a8944eb83c142 -C extra-filename=-5a8a8944eb83c142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3007 | 2023-12-05T05:20:43.343Z | Compiling criterion v0.5.1 |
3008 | 2023-12-05T05:20:43.346Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=5ce27fb01723ac05 -C extra-filename=-5ce27fb01723ac05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-5a8a8944eb83c142.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-cc45f56475d8c694.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a9a074737efed806.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-414cbdfc7cd282eb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-176ee5ce0291a68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
3009 | 2023-12-05T05:20:51.117Z | Compiling vte v0.11.1 |
3010 | 2023-12-05T05:20:51.120Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42b2fb31672684c9 -C extra-filename=-42b2fb31672684c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-e52875883792dcf6.so --cap-lints allow -D warnings` |
3011 | 2023-12-05T05:20:55.743Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3012 | 2023-12-05T05:20:55.767Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7711a60f48f6b058 -C extra-filename=-7711a60f48f6b058 --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-75bc039c289a8b9b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3013 | 2023-12-05T05:20:58.417Z | Compiling threadpool v1.8.1 |
3014 | 2023-12-05T05:20:58.425Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff1ec83fe9a3dd5 -C extra-filename=-1ff1ec83fe9a3dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --cap-lints allow -D warnings` |
3015 | 2023-12-05T05:20:59.936Z | Compiling nanorand v0.7.0 |
3016 | 2023-12-05T05:20:59.939Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=151f4df35564026b -C extra-filename=-151f4df35564026b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings` |
3017 | 2023-12-05T05:21:00.909Z | Compiling flume v0.11.0 |
3018 | 2023-12-05T05:21:00.913Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=4750fc70f249085f -C extra-filename=-4750fc70f249085f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-151f4df35564026b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings` |
3019 | 2023-12-05T05:21:02.047Z | Compiling libtest-mimic v0.6.1 |
3020 | 2023-12-05T05:21:02.080Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7215cee7e52d6c56 -C extra-filename=-7215cee7e52d6c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-1ff1ec83fe9a3dd5.rmeta --cap-lints allow -D warnings` |
3021 | 2023-12-05T05:21:05.498Z | Compiling strip-ansi-escapes v0.2.0 |
3022 | 2023-12-05T05:21:05.501Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d82e1796fb48264 -C extra-filename=-0d82e1796fb48264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-42b2fb31672684c9.rmeta --cap-lints allow -D warnings` |
3023 | 2023-12-05T05:21:06.143Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3024 | 2023-12-05T05:21:06.147Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b281b769c3dcc99 -C extra-filename=-3b281b769c3dcc99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3025 | 2023-12-05T05:21:07.039Z | Compiling rstest_macros v0.18.2 |
3026 | 2023-12-05T05:21:07.042Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=95cc66c31d9b69ac -C extra-filename=-95cc66c31d9b69ac --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings` |
3027 | 2023-12-05T05:21:07.969Z | Compiling fd-lock v3.0.13 |
3028 | 2023-12-05T05:21:07.971Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1853336bba2e2edd -C extra-filename=-1853336bba2e2edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings` |
3029 | 2023-12-05T05:21:08.294Z | Compiling nu-ansi-term v0.49.0 |
3030 | 2023-12-05T05:21:08.330Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee404f26ab5d2de -C extra-filename=-7ee404f26ab5d2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3031 | 2023-12-05T05:21:09.377Z | Compiling reedline v0.26.0 |
3032 | 2023-12-05T05:21:09.380Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c416d521fdfcbe9f -C extra-filename=-c416d521fdfcbe9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1853336bba2e2edd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7ee404f26ab5d2de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-0d82e1796fb48264.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
3033 | 2023-12-05T05:21:18.883Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac/build-script-build` |
3034 | 2023-12-05T05:21:19.047Z | Compiling datatest-stable v0.2.3 |
3035 | 2023-12-05T05:21:19.050Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14890b8d55e1c3c1 -C extra-filename=-14890b8d55e1c3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7215cee7e52d6c56.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
3036 | 2023-12-05T05:21:19.936Z | Compiling httptest v0.15.5 |
3037 | 2023-12-05T05:21:19.939Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ef33579aeb56c93 -C extra-filename=-0ef33579aeb56c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
3038 | 2023-12-05T05:21:19.992Z | Compiling similar-asserts v1.5.0 |
3039 | 2023-12-05T05:21:19.995Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=476a7049abc798e8 -C extra-filename=-476a7049abc798e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings` |
3040 | 2023-12-05T05:21:21.914Z | Compiling topological-sort v0.2.2 |
3041 | 2023-12-05T05:21:22.322Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb567069d3f60cfd -C extra-filename=-eb567069d3f60cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3042 | 2023-12-05T05:21:22.327Z | Compiling trybuild v1.0.85 |
3043 | 2023-12-05T05:21:22.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5a72d18df7e15e -C extra-filename=-2c5a72d18df7e15e --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3044 | 2023-12-05T05:21:22.327Z | Compiling bytecount v0.6.3 |
3045 | 2023-12-05T05:21:22.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5392151e45ac97f7 -C extra-filename=-5392151e45ac97f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3046 | 2023-12-05T05:21:22.606Z | Compiling relative-path v1.9.0 |
3047 | 2023-12-05T05:21:22.609Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0cb9f34a783b6db6 -C extra-filename=-0cb9f34a783b6db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3048 | 2023-12-05T05:21:22.674Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e/build-script-build` |
3049 | 2023-12-05T05:21:22.714Z | Compiling papergrid v0.10.0 |
3050 | 2023-12-05T05:21:22.717Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=299ef4ca9cbc319a -C extra-filename=-299ef4ca9cbc319a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-5392151e45ac97f7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
3051 | 2023-12-05T05:21:23.817Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=84044d8579f986f5 -C extra-filename=-84044d8579f986f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0cb9f34a783b6db6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rlib --extern proc_macro --cap-lints allow -D warnings` |
3052 | 2023-12-05T05:21:29.672Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3053 | 2023-12-05T05:21:29.703Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fea0331a92e2613 -C extra-filename=-9fea0331a92e2613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3054 | 2023-12-05T05:21:31.326Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3055 | 2023-12-05T05:21:31.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=277106e14acfb4e9 -C extra-filename=-277106e14acfb4e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-277106e14acfb4e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3056 | 2023-12-05T05:21:31.890Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3057 | 2023-12-05T05:21:31.897Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbac97820a8e991c -C extra-filename=-fbac97820a8e991c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-fbac97820a8e991c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3058 | 2023-12-05T05:21:32.485Z | Compiling tabled_derive v0.6.0 |
3059 | 2023-12-05T05:21:32.489Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7bf2457eb3bb813 -C extra-filename=-a7bf2457eb3bb813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
3060 | 2023-12-05T05:21:37.029Z | Compiling basic-toml v0.1.4 |
3061 | 2023-12-05T05:21:37.034Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1cb3a3149b8069 -C extra-filename=-5c1cb3a3149b8069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
3062 | 2023-12-05T05:21:40.361Z | Compiling arrayvec v0.7.4 |
3063 | 2023-12-05T05:21:40.364Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9b60ea25ec83303 -C extra-filename=-c9b60ea25ec83303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3064 | 2023-12-05T05:21:40.413Z | Compiling futures-timer v3.0.2 |
3065 | 2023-12-05T05:21:40.416Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c292dbb3a669c763 -C extra-filename=-c292dbb3a669c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3066 | 2023-12-05T05:21:41.080Z | Compiling crossbeam-queue v0.3.8 |
3067 | 2023-12-05T05:21:41.083Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54a6890ae100e8c1 -C extra-filename=-54a6890ae100e8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3068 | 2023-12-05T05:21:41.905Z | Compiling arrayref v0.3.7 |
3069 | 2023-12-05T05:21:41.924Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e775d0f24cfa2fe5 -C extra-filename=-e775d0f24cfa2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3070 | 2023-12-05T05:21:41.940Z | Compiling constant_time_eq v0.2.6 |
3071 | 2023-12-05T05:21:41.943Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cda92da30c7fc137 -C extra-filename=-cda92da30c7fc137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3072 | 2023-12-05T05:21:42.052Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1/build-script-build` |
3073 | 2023-12-05T05:21:42.092Z | Compiling rstest v0.18.2 |
3074 | 2023-12-05T05:21:42.095Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=e3df991513cc11c4 -C extra-filename=-e3df991513cc11c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-c292dbb3a669c763.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-84044d8579f986f5.so --cap-lints allow -D warnings` |
3075 | 2023-12-05T05:21:42.217Z | Compiling blake2b_simd v1.0.1 |
3076 | 2023-12-05T05:21:42.240Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce39a0e82a1286d -C extra-filename=-cce39a0e82a1286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e775d0f24cfa2fe5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9b60ea25ec83303.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cda92da30c7fc137.rmeta --cap-lints allow -D warnings` |
3077 | 2023-12-05T05:21:42.440Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aebfe61ae665bd3 -C extra-filename=-7aebfe61ae665bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-5c1cb3a3149b8069.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings` |
3078 | 2023-12-05T05:21:47.554Z | Compiling tabled v0.14.0 |
3079 | 2023-12-05T05:21:47.557Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=534709829fd0a93c -C extra-filename=-534709829fd0a93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-299ef4ca9cbc319a.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a7bf2457eb3bb813.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
3080 | 2023-12-05T05:21:52.419Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-fbac97820a8e991c/build-script-build` |
3081 | 2023-12-05T05:21:52.463Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-277106e14acfb4e9/build-script-build` |
3082 | 2023-12-05T05:21:52.500Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3083 | 2023-12-05T05:21:52.503Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb8b398879b677fd -C extra-filename=-fb8b398879b677fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3084 | 2023-12-05T05:21:56.949Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3085 | 2023-12-05T05:21:56.952Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fbb92cc69f6b9d9 -C extra-filename=-2fbb92cc69f6b9d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3086 | 2023-12-05T05:21:57.714Z | Compiling partial-io v0.5.4 |
3087 | 2023-12-05T05:21:57.716Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=9a714ab6f9d45de7 -C extra-filename=-9a714ab6f9d45de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
3088 | 2023-12-05T05:21:58.409Z | Compiling approx v0.5.1 |
3089 | 2023-12-05T05:21:58.411Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8cb86b6fdecad456 -C extra-filename=-8cb86b6fdecad456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
3090 | 2023-12-05T05:21:58.480Z | Compiling constant_time_eq v0.3.0 |
3091 | 2023-12-05T05:21:58.502Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d2fc0ba4c4ab8e14 -C extra-filename=-d2fc0ba4c4ab8e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3092 | 2023-12-05T05:21:58.748Z | Compiling hex-literal v0.4.1 |
3093 | 2023-12-05T05:21:58.770Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e38b9b5434fe580 -C extra-filename=-8e38b9b5434fe580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3094 | 2023-12-05T05:21:58.776Z | Compiling rust-argon2 v1.0.1 |
3095 | 2023-12-05T05:21:58.776Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=78933f846eed4887 -C extra-filename=-78933f846eed4887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cce39a0e82a1286d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d2fc0ba4c4ab8e14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
3096 | 2023-12-05T05:21:58.956Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3097 | 2023-12-05T05:21:58.977Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=4f3d178434be652a -C extra-filename=-4f3d178434be652a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d5d9999381572790.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
3098 | 2023-12-05T05:21:58.980Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70b9f848c466bf80 -C extra-filename=-70b9f848c466bf80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
3099 | 2023-12-05T05:21:59.413Z | Compiling crossbeam v0.8.2 |
3100 | 2023-12-05T05:21:59.416Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abcda72a598022d6 -C extra-filename=-abcda72a598022d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-70b9f848c466bf80.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
3101 | 2023-12-05T05:21:59.578Z | Compiling termios v0.3.3 |
3102 | 2023-12-05T05:21:59.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75b73657962302a4 -C extra-filename=-75b73657962302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
3103 | 2023-12-05T05:21:59.972Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3104 | 2023-12-05T05:21:59.992Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f4ac76d1456b5156 -C extra-filename=-f4ac76d1456b5156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-75b73657962302a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3105 | 2023-12-05T05:22:02.575Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a/build-script-bindings` |
3106 | 2023-12-05T05:22:04.608Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a0fbc77008c550bd -C extra-filename=-a0fbc77008c550bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3107 | 2023-12-05T05:22:06.096Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3108 | 2023-12-05T05:22:06.099Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fbc1d7ed5ec4dd4d -C extra-filename=-fbc1d7ed5ec4dd4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-abcda72a598022d6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb8b398879b677fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3109 | 2023-12-05T05:22:06.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=5f73fb019096a95e -C extra-filename=-5f73fb019096a95e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-eb1a666d81f8694c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-fbedf2bc58b17751.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3ed581c6855895b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic` |
3110 | 2023-12-05T05:22:07.489Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19657e4ae2f0ebcc -C extra-filename=-19657e4ae2f0ebcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3b281b769c3dcc99.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9a714ab6f9d45de7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3111 | 2023-12-05T05:22:08.224Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5683af5b5af6029a -C extra-filename=-5683af5b5af6029a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9a714ab6f9d45de7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3112 | 2023-12-05T05:22:10.572Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86b73f6ecbcae34d -C extra-filename=-86b73f6ecbcae34d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fec75713b601973c.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7aebfe61ae665bd3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3113 | 2023-12-05T05:22:11.967Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bade7bb4d3623c39 -C extra-filename=-bade7bb4d3623c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fec75713b601973c.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7aebfe61ae665bd3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3114 | 2023-12-05T05:22:14.922Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d1fd7ca6710a033b -C extra-filename=-d1fd7ca6710a033b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb8b398879b677fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3115 | 2023-12-05T05:22:16.362Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=89be40cc65fe755d -C extra-filename=-89be40cc65fe755d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3116 | 2023-12-05T05:22:17.712Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=84bd6950deeaffa6 -C extra-filename=-84bd6950deeaffa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2fbb92cc69f6b9d9.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3117 | 2023-12-05T05:22:18.923Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=186070de5f16aa0a -C extra-filename=-186070de5f16aa0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2fbb92cc69f6b9d9.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3118 | 2023-12-05T05:22:19.748Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e3991fb54d87d3f1 -C extra-filename=-e3991fb54d87d3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3119 | 2023-12-05T05:22:20.513Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=79e9b45a367e1495 -C extra-filename=-79e9b45a367e1495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3120 | 2023-12-05T05:22:21.734Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fff38b23d6a25433 -C extra-filename=-fff38b23d6a25433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3121 | 2023-12-05T05:22:23.338Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f7d72dc22367c449 -C extra-filename=-f7d72dc22367c449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3122 | 2023-12-05T05:22:25.085Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34ef5ef740a24151 -C extra-filename=-34ef5ef740a24151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3123 | 2023-12-05T05:22:31.002Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8947f8ed359e995a -C extra-filename=-8947f8ed359e995a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3124 | 2023-12-05T05:22:35.008Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a432b171e0a9f7f -C extra-filename=-7a432b171e0a9f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3125 | 2023-12-05T05:22:39.671Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94bbc07580e88ffd -C extra-filename=-94bbc07580e88ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3126 | 2023-12-05T05:22:49.008Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a95349a43c909948 -C extra-filename=-a95349a43c909948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3127 | 2023-12-05T05:22:50.004Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f3d722cc208d84a -C extra-filename=-4f3d722cc208d84a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3b281b769c3dcc99.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3128 | 2023-12-05T05:22:58.941Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1a6d9aa0cd129fd3 -C extra-filename=-1a6d9aa0cd129fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3129 | 2023-12-05T05:23:01.440Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6a39c98c929c1dbe -C extra-filename=-6a39c98c929c1dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3130 | 2023-12-05T05:23:02.630Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e300bc9bbb874be2 -C extra-filename=-e300bc9bbb874be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9fea0331a92e2613.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3131 | 2023-12-05T05:23:03.438Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=490b3d216c75e158 -C extra-filename=-490b3d216c75e158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3b281b769c3dcc99.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9fea0331a92e2613.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3132 | 2023-12-05T05:23:07.291Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b5fde7b26ebdada4 -C extra-filename=-b5fde7b26ebdada4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3b281b769c3dcc99.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9fea0331a92e2613.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3133 | 2023-12-05T05:23:07.563Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a18ba70649502214 -C extra-filename=-a18ba70649502214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3134 | 2023-12-05T05:23:21.908Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27893ed25e4f73fa -C extra-filename=-27893ed25e4f73fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3135 | 2023-12-05T05:23:25.347Z | Compiling polar-core v0.27.0 |
3136 | 2023-12-05T05:23:25.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=370f3369fd965da7 -C extra-filename=-370f3369fd965da7 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-370f3369fd965da7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-38e2e7f6ec632e22.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
3137 | 2023-12-05T05:23:25.371Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=18d62b4c01f07803 -C extra-filename=-18d62b4c01f07803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3138 | 2023-12-05T05:23:28.425Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-370f3369fd965da7/build-script-build` |
3139 | 2023-12-05T05:23:31.430Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=78c6d765a8edf089 -C extra-filename=-78c6d765a8edf089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3140 | 2023-12-05T05:23:32.186Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=cacef4c471a7aeb7 -C extra-filename=-cacef4c471a7aeb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a762f8d2daa77eb2.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de549791c812edf1.so --cap-lints allow -D warnings` |
3141 | 2023-12-05T05:23:34.362Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=5d313119f06b21b0 -C extra-filename=-5d313119f06b21b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3142 | 2023-12-05T05:23:57.700Z | Compiling oso v0.27.0 |
3143 | 2023-12-05T05:23:57.703Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=ebef0be877aacd6b -C extra-filename=-ebef0be877aacd6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-05e4534c61cf9ec3.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-cb3d098932c2b5ad.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-cacef4c471a7aeb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0fcd7419c0caa38d.rmeta --cap-lints allow -D warnings` |
3144 | 2023-12-05T05:23:59.210Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bc5ae8ffceb847c5 -C extra-filename=-bc5ae8ffceb847c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3145 | 2023-12-05T05:24:02.644Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dab4fee927042e94 -C extra-filename=-dab4fee927042e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-08b7587183af1823.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-605ba6f83ccb42eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ebef0be877aacd6b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3146 | 2023-12-05T05:24:07.215Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a70772ec7e509402 -C extra-filename=-a70772ec7e509402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3147 | 2023-12-05T05:24:08.999Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=01f1424aa69eb3e9 -C extra-filename=-01f1424aa69eb3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3148 | 2023-12-05T05:24:12.044Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=03d754108e785f31 -C extra-filename=-03d754108e785f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3149 | 2023-12-05T05:24:12.786Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f5563ce070b42b70 -C extra-filename=-f5563ce070b42b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3150 | 2023-12-05T05:24:17.363Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e75f45a728f2f235 -C extra-filename=-e75f45a728f2f235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3151 | 2023-12-05T05:24:29.529Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2203fe42f440eb4f -C extra-filename=-2203fe42f440eb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3152 | 2023-12-05T05:24:30.702Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e8061292a6349e1 -C extra-filename=-0e8061292a6349e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3153 | 2023-12-05T05:24:42.131Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d2816e35180011cb -C extra-filename=-d2816e35180011cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3154 | 2023-12-05T05:24:45.892Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b55a56e3b399eb28 -C extra-filename=-b55a56e3b399eb28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3155 | 2023-12-05T05:24:49.538Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4f153628da7ae89d -C extra-filename=-4f153628da7ae89d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3156 | 2023-12-05T05:25:05.322Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fc39d2c33e078644 -C extra-filename=-fc39d2c33e078644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3157 | 2023-12-05T05:25:07.879Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3158 | 2023-12-05T05:25:07.901Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=810459cd26ac9711 -C extra-filename=-810459cd26ac9711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3159 | 2023-12-05T05:25:14.112Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=688f5d0cc16cfc64 -C extra-filename=-688f5d0cc16cfc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3160 | 2023-12-05T05:25:20.191Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=802d17426a820429 -C extra-filename=-802d17426a820429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3161 | 2023-12-05T05:25:21.170Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3fdf51ce04b8b9d8 -C extra-filename=-3fdf51ce04b8b9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3162 | 2023-12-05T05:25:23.101Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=caaf32d6c909f023 -C extra-filename=-caaf32d6c909f023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3163 | 2023-12-05T05:25:23.601Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b4aa97c252d23fdc -C extra-filename=-b4aa97c252d23fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3164 | 2023-12-05T05:25:24.413Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b02898bd61ce05c -C extra-filename=-2b02898bd61ce05c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3165 | 2023-12-05T05:25:24.934Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1287271440be76ce -C extra-filename=-1287271440be76ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3166 | 2023-12-05T05:25:25.521Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93e8cd21cc8052a0 -C extra-filename=-93e8cd21cc8052a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3167 | 2023-12-05T05:25:26.538Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1ef526852a19c778 -C extra-filename=-1ef526852a19c778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3168 | 2023-12-05T05:25:28.347Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e0cb717f85248536 -C extra-filename=-e0cb717f85248536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3169 | 2023-12-05T05:25:30.051Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0f2a86b13aaf906a -C extra-filename=-0f2a86b13aaf906a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3170 | 2023-12-05T05:25:30.784Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf70d6931b614db5 -C extra-filename=-cf70d6931b614db5 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3171 | 2023-12-05T05:25:44.898Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=a4d701c60e280669 -C extra-filename=-a4d701c60e280669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3172 | 2023-12-05T05:25:55.902Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=89f20467f258ddb2 -C extra-filename=-89f20467f258ddb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3173 | 2023-12-05T05:26:05.305Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=873ad6c9409e2975 -C extra-filename=-873ad6c9409e2975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3174 | 2023-12-05T05:26:08.799Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3d62718860663955 -C extra-filename=-3d62718860663955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3175 | 2023-12-05T05:26:11.689Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=86f1c8e447d37de7 -C extra-filename=-86f1c8e447d37de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3176 | 2023-12-05T05:26:17.457Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e05ef9c2e35b2ad -C extra-filename=-3e05ef9c2e35b2ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-46d5803305cee028.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3177 | 2023-12-05T05:26:23.086Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bf18b7d6eae11dc9 -C extra-filename=-bf18b7d6eae11dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-46d5803305cee028.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3178 | 2023-12-05T05:26:32.769Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bbee62c18bb0efe8 -C extra-filename=-bbee62c18bb0efe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-46d5803305cee028.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3179 | 2023-12-05T05:26:36.803Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f1672a51b1a1c07 -C extra-filename=-8f1672a51b1a1c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-46d5803305cee028.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3180 | 2023-12-05T05:26:37.107Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4ec87c6be05d2061 -C extra-filename=-4ec87c6be05d2061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3181 | 2023-12-05T05:26:39.917Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4711315157d17a93 -C extra-filename=-4711315157d17a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3182 | 2023-12-05T05:26:42.196Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4cb52ae658061332 -C extra-filename=-4cb52ae658061332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3183 | 2023-12-05T05:26:42.976Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6eac1067001ca62 -C extra-filename=-f6eac1067001ca62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3184 | 2023-12-05T05:26:45.187Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ef98257d7645d496 -C extra-filename=-ef98257d7645d496 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-08b7587183af1823.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-605ba6f83ccb42eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ebef0be877aacd6b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3185 | 2023-12-05T05:26:49.781Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c4c47b168b57ff5 -C extra-filename=-4c4c47b168b57ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0ef33579aeb56c93.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3186 | 2023-12-05T05:26:50.455Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0cd141c6b6e2bba4 -C extra-filename=-0cd141c6b6e2bba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3187 | 2023-12-05T05:27:16.754Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=722d364b29d441f8 -C extra-filename=-722d364b29d441f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3188 | 2023-12-05T05:27:27.512Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=404fc379295a652b -C extra-filename=-404fc379295a652b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3189 | 2023-12-05T05:27:28.310Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c92c623e9af75635 -C extra-filename=-c92c623e9af75635 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3190 | 2023-12-05T05:27:30.510Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dee4de9fc6fdd913 -C extra-filename=-dee4de9fc6fdd913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3191 | 2023-12-05T05:27:35.166Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=78a8a76644b3e732 -C extra-filename=-78a8a76644b3e732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3192 | 2023-12-05T05:27:47.061Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=675938c32fd26251 -C extra-filename=-675938c32fd26251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3193 | 2023-12-05T05:28:09.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e28dec9b3a4d4325 -C extra-filename=-e28dec9b3a4d4325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3194 | 2023-12-05T05:28:34.539Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=3c5fe8cb0e0be383 -C extra-filename=-3c5fe8cb0e0be383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3195 | 2023-12-05T05:28:34.543Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8c30448207f817bf -C extra-filename=-8c30448207f817bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3196 | 2023-12-05T05:28:34.651Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5d5dca0592a85c11 -C extra-filename=-5d5dca0592a85c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3197 | 2023-12-05T05:28:38.001Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a02c93f134b507e0 -C extra-filename=-a02c93f134b507e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3198 | 2023-12-05T05:29:05.712Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c5d7e811fab4ebac -C extra-filename=-c5d7e811fab4ebac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3199 | 2023-12-05T05:29:06.084Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f32c3db7bc8083fe -C extra-filename=-f32c3db7bc8083fe --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-eca56bb6fab3f225.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3200 | 2023-12-05T05:29:06.089Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=38ba73a1612ed7b8 -C extra-filename=-38ba73a1612ed7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3201 | 2023-12-05T05:29:06.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=a9ad3e8b76e96eed -C extra-filename=-a9ad3e8b76e96eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
3202 | 2023-12-05T05:29:06.357Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3203 | 2023-12-05T05:29:06.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8d34556d36140aa -C extra-filename=-d8d34556d36140aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64` |
3204 | 2023-12-05T05:29:06.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=902541f2565f58c2 -C extra-filename=-902541f2565f58c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3205 | 2023-12-05T05:29:06.447Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fbb42568335db6e5 -C extra-filename=-fbb42568335db6e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3206 | 2023-12-05T05:29:09.180Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=19702e022c121eab -C extra-filename=-19702e022c121eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3207 | 2023-12-05T05:29:20.710Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=635fffd92f01ca88 -C extra-filename=-635fffd92f01ca88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3208 | 2023-12-05T05:29:25.844Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3209 | 2023-12-05T05:29:25.849Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d879e7d8f8432285 -C extra-filename=-d879e7d8f8432285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3210 | 2023-12-05T05:29:28.754Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c0b466e1d9fe7a7 -C extra-filename=-0c0b466e1d9fe7a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3211 | 2023-12-05T05:29:40.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=9f3087f68b50478c -C extra-filename=-9f3087f68b50478c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3212 | 2023-12-05T05:29:45.305Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=40ea9f202e4e0677 -C extra-filename=-40ea9f202e4e0677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3213 | 2023-12-05T05:29:46.314Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5c005f6bee0c5c7b -C extra-filename=-5c005f6bee0c5c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3214 | 2023-12-05T05:29:57.358Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3f8a5d03f3396de6 -C extra-filename=-3f8a5d03f3396de6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3215 | 2023-12-05T05:30:01.008Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3216 | 2023-12-05T05:30:01.013Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9709e424572b142f -C extra-filename=-9709e424572b142f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3217 | 2023-12-05T05:30:03.658Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=0d16c761dfb24151 -C extra-filename=-0d16c761dfb24151 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3218 | 2023-12-05T05:30:08.634Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ed2e021b5593c596 -C extra-filename=-ed2e021b5593c596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3219 | 2023-12-05T05:30:10.371Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d997ce1c9269861 -C extra-filename=-9d997ce1c9269861 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3220 | 2023-12-05T05:30:12.180Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=efe01f257de7259f -C extra-filename=-efe01f257de7259f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3221 | 2023-12-05T05:30:16.479Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eaf4f730f37acb6c -C extra-filename=-eaf4f730f37acb6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3222 | 2023-12-05T05:30:22.733Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47ab8bef877e6640 -C extra-filename=-47ab8bef877e6640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3223 | 2023-12-05T05:30:27.694Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e76fa169aaf6014d -C extra-filename=-e76fa169aaf6014d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3224 | 2023-12-05T05:30:30.347Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed721c8e4e44df91 -C extra-filename=-ed721c8e4e44df91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3225 | 2023-12-05T05:30:30.395Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4db17447e9ca2cb0 -C extra-filename=-4db17447e9ca2cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3226 | 2023-12-05T05:30:32.923Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=1d1ed224de5b7941 -C extra-filename=-1d1ed224de5b7941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3227 | 2023-12-05T05:30:33.391Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=70fdec3877bae3fc -C extra-filename=-70fdec3877bae3fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3228 | 2023-12-05T05:30:37.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ae8ba01c06d00b03 -C extra-filename=-ae8ba01c06d00b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3229 | 2023-12-05T05:30:41.103Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8229c7ce5d08400e -C extra-filename=-8229c7ce5d08400e --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-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3230 | 2023-12-05T05:30:43.031Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7a08955b103fbb98 -C extra-filename=-7a08955b103fbb98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3231 | 2023-12-05T05:30:43.688Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9a98c31554d3c3da -C extra-filename=-9a98c31554d3c3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3232 | 2023-12-05T05:30:45.158Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=932b50ce3857f5b4 -C extra-filename=-932b50ce3857f5b4 --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-75bc039c289a8b9b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
3233 | 2023-12-05T05:33:36.799Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e3e028b62983887 -C extra-filename=-8e3e028b62983887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0ef33579aeb56c93.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3234 | 2023-12-05T05:33:36.799Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=148b8a952bf7d9fc -C extra-filename=-148b8a952bf7d9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3235 | 2023-12-05T05:33:36.803Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d41c9261c19f895c -C extra-filename=-d41c9261c19f895c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3236 | 2023-12-05T05:33:36.827Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=162b47c7780042aa -C extra-filename=-162b47c7780042aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0ef33579aeb56c93.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3237 | 2023-12-05T05:33:38.714Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d313f1b6718fc400 -C extra-filename=-d313f1b6718fc400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3238 | 2023-12-05T05:33:41.350Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e76f2c30334b4d28 -C extra-filename=-e76f2c30334b4d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0ef33579aeb56c93.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3239 | 2023-12-05T05:33:43.217Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0c15f5e3686a567a -C extra-filename=-0c15f5e3686a567a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3240 | 2023-12-05T05:33:44.832Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c178b2a0d210f0e2 -C extra-filename=-c178b2a0d210f0e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3241 | 2023-12-05T05:33:47.396Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4bb9d4e6b3f6db7 -C extra-filename=-f4bb9d4e6b3f6db7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3242 | 2023-12-05T05:34:03.736Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb09c2ccb3f73cde -C extra-filename=-cb09c2ccb3f73cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3243 | 2023-12-05T05:45:57.665Z | Finished test [unoptimized + debuginfo] target(s) in 32m 08s |
3244 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-7a08955b103fbb98` |
3245 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-675938c32fd26251` |
3246 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-a4d701c60e280669` |
3247 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-89f20467f258ddb2` |
3248 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-38ba73a1612ed7b8` |
3249 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-d8d34556d36140aa` |
3250 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-9709e424572b142f` |
3251 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-9a98c31554d3c3da` |
3252 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-8c30448207f817bf` |
3253 | 2023-12-05T05:46:13.144Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-d2816e35180011cb` |
3254 | 2023-12-05T05:46:13.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-3fdf51ce04b8b9d8` |
3255 | 2023-12-05T05:46:13.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-802d17426a820429` |
3256 | 2023-12-05T05:46:13.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-b4aa97c252d23fdc` |
3257 | 2023-12-05T05:46:13.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-caaf32d6c909f023` |
3258 | 2023-12-05T05:46:13.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-fc39d2c33e078644` |
3259 | 2023-12-05T05:46:13.176Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-4f153628da7ae89d` |
3260 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-b55a56e3b399eb28` |
3261 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-4db17447e9ca2cb0` |
3262 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-19702e022c121eab` |
3263 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-f4ac76d1456b5156` |
3264 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-70fdec3877bae3fc` |
3265 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-4cb52ae658061332` |
3266 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-40ea9f202e4e0677` |
3267 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-5683af5b5af6029a` |
3268 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-19657e4ae2f0ebcc` |
3269 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-f32c3db7bc8083fe` |
3270 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-c5d7e811fab4ebac` |
3271 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-01f1424aa69eb3e9` |
3272 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-03d754108e785f31` |
3273 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-5d5dca0592a85c11` |
3274 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-78a8a76644b3e732` |
3275 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-d879e7d8f8432285` |
3276 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-efe01f257de7259f` |
3277 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-5c005f6bee0c5c7b` |
3278 | 2023-12-05T05:46:13.321Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-dee4de9fc6fdd913` |
3279 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-0c0b466e1d9fe7a7` |
3280 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-0cd141c6b6e2bba4` |
3281 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-ef98257d7645d496` |
3282 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-9d997ce1c9269861` |
3283 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-4711315157d17a93` |
3284 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-635fffd92f01ca88` |
3285 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-902541f2565f58c2` |
3286 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-1d1ed224de5b7941` |
3287 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-fbc1d7ed5ec4dd4d` |
3288 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-148b8a952bf7d9fc` |
3289 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-d313f1b6718fc400` |
3290 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-bf18b7d6eae11dc9` |
3291 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-bbee62c18bb0efe8` |
3292 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-3e05ef9c2e35b2ad` |
3293 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-4c4c47b168b57ff5` |
3294 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-162b47c7780042aa` |
3295 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-e76f2c30334b4d28` |
3296 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-8e3e028b62983887` |
3297 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-d41c9261c19f895c` |
3298 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-0c15f5e3686a567a` |
3299 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-a95349a43c909948` |
3300 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-d1fd7ca6710a033b` |
3301 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-a0fbc77008c550bd` |
3302 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-932b50ce3857f5b4` |
3303 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-2203fe42f440eb4f` |
3304 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-89be40cc65fe755d` |
3305 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-e3991fb54d87d3f1` |
3306 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-fff38b23d6a25433` |
3307 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-7a432b171e0a9f7f` |
3308 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-79e9b45a367e1495` |
3309 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-9f3087f68b50478c` |
3310 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-ae8ba01c06d00b03` |
3311 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-bade7bb4d3623c39` |
3312 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-86b73f6ecbcae34d` |
3313 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-ed2e021b5593c596` |
3314 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-722d364b29d441f8` |
3315 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-1ef526852a19c778` |
3316 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-1287271440be76ce` |
3317 | 2023-12-05T05:46:13.350Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-e0cb717f85248536` |
3318 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-e28dec9b3a4d4325` |
3319 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-404fc379295a652b` |
3320 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-3c5fe8cb0e0be383` |
3321 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-8229c7ce5d08400e` |
3322 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-fbb42568335db6e5` |
3323 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-a02c93f134b507e0` |
3324 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-0e8061292a6349e1` |
3325 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-a9ad3e8b76e96eed` |
3326 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-86f1c8e447d37de7` |
3327 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-4ec87c6be05d2061` |
3328 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-bc5ae8ffceb847c5` |
3329 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-78c6d765a8edf089` |
3330 | 2023-12-05T05:46:13.388Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-18d62b4c01f07803` |
3331 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-5d313119f06b21b0` |
3332 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-873ad6c9409e2975` |
3333 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-0f2a86b13aaf906a` |
3334 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-f5563ce070b42b70` |
3335 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-1a6d9aa0cd129fd3` |
3336 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-6a39c98c929c1dbe` |
3337 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-3f8a5d03f3396de6` |
3338 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-27893ed25e4f73fa` |
3339 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-84bd6950deeaffa6` |
3340 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-186070de5f16aa0a` |
3341 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-4f3d722cc208d84a` |
3342 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-490b3d216c75e158` |
3343 | 2023-12-05T05:46:13.389Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-b5fde7b26ebdada4` |
3344 | 2023-12-05T05:46:14.521Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-3d62718860663955` |
3345 | 2023-12-05T05:46:15.115Z | |
3346 | 2023-12-05T05:46:15.115Z | real 32:09.638280951 |
3347 | 2023-12-05T05:46:15.117Z | user 3:02:17.371714027 |
3348 | 2023-12-05T05:46:15.117Z | sys 18:57.122195900 |
3349 | 2023-12-05T05:46:15.117Z | trap 8.357825654 |
3350 | 2023-12-05T05:46:15.117Z | tflt 2.793554616 |
3351 | 2023-12-05T05:46:15.117Z | dflt 1:08.402124853 |
3352 | 2023-12-05T05:46:15.118Z | kflt 0.019492998 |
3353 | 2023-12-05T05:46:15.118Z | lock 5:55:57.252289801 |
3354 | 2023-12-05T05:46:15.118Z | slp 11:22:43.286326050 |
3355 | 2023-12-05T05:46:15.118Z | lat 5:15.058503817 |
3356 | 2023-12-05T05:46:15.118Z | stop 5:18.866966085 |
3357 | 2023-12-05T05:46:15.118Z | |
3358 | 2023-12-05T05:46:15.118Z | ##### ###### #### ##### |
3359 | 2023-12-05T05:46:15.118Z | # # # # |
3360 | 2023-12-05T05:46:15.118Z | # ##### #### # |
3361 | 2023-12-05T05:46:15.118Z | # # # # |
3362 | 2023-12-05T05:46:15.118Z | # # # # # |
3363 | 2023-12-05T05:46:15.118Z | # ###### #### # |
3364 | 2023-12-05T05:46:15.118Z | |
3365 | 2023-12-05T05:46:15.118Z | Downloading crates ... |
3366 | 2023-12-05T05:46:15.118Z | Downloaded redox_syscall v0.4.1 |
3367 | 2023-12-05T05:46:15.118Z | Downloaded cbc v0.1.2 |
3368 | 2023-12-05T05:46:15.118Z | Downloaded iana-time-zone-haiku v0.1.2 |
3369 | 2023-12-05T05:46:15.118Z | Downloaded windows-targets v0.42.2 |
3370 | 2023-12-05T05:46:15.118Z | Downloaded wasm-bindgen-shared v0.2.87 |
3371 | 2023-12-05T05:46:15.118Z | Downloaded wasm-bindgen-macro v0.2.87 |
3372 | 2023-12-05T05:46:15.118Z | Downloaded ctr v0.9.2 |
3373 | 2023-12-05T05:46:15.118Z | Downloaded bcrypt-pbkdf v0.10.0 |
3374 | 2023-12-05T05:46:15.118Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3375 | 2023-12-05T05:46:15.118Z | Downloaded wasm-streams v0.3.0 |
3376 | 2023-12-05T05:46:15.119Z | Downloaded primeorder v0.13.6 |
3377 | 2023-12-05T05:46:15.119Z | Downloaded russh-keys v0.40.0 |
3378 | 2023-12-05T05:46:15.119Z | Downloaded md5 v0.7.0 |
3379 | 2023-12-05T05:46:15.119Z | Downloaded rdrand v0.4.0 |
3380 | 2023-12-05T05:46:15.119Z | Downloaded russh-keys v0.38.0 |
3381 | 2023-12-05T05:46:15.119Z | Downloaded dirs v5.0.1 |
3382 | 2023-12-05T05:46:15.119Z | Downloaded atomic-polyfill v0.1.11 |
3383 | 2023-12-05T05:46:15.119Z | Downloaded winapi-util v0.1.5 |
3384 | 2023-12-05T05:46:15.119Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
3385 | 2023-12-05T05:46:15.119Z | Downloaded errno-dragonfly v0.1.2 |
3386 | 2023-12-05T05:46:15.119Z | Downloaded russh-cryptovec v0.7.0 |
3387 | 2023-12-05T05:46:15.119Z | Downloaded system-configuration v0.5.1 |
3388 | 2023-12-05T05:46:15.119Z | Downloaded ed25519 v2.2.2 |
3389 | 2023-12-05T05:46:15.119Z | Downloaded fuchsia-cprng v0.1.1 |
3390 | 2023-12-05T05:46:15.119Z | Downloaded core-foundation v0.9.3 |
3391 | 2023-12-05T05:46:15.119Z | Downloaded system-configuration-sys v0.5.0 |
3392 | 2023-12-05T05:46:15.119Z | Downloaded pbkdf2 v0.11.0 |
3393 | 2023-12-05T05:46:15.119Z | Downloaded android_system_properties v0.1.5 |
3394 | 2023-12-05T05:46:15.120Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3395 | 2023-12-05T05:46:15.120Z | Downloaded wasm-bindgen-futures v0.4.37 |
3396 | 2023-12-05T05:46:15.120Z | Downloaded ghash v0.5.0 |
3397 | 2023-12-05T05:46:15.120Z | Downloaded fs2 v0.4.3 |
3398 | 2023-12-05T05:46:15.120Z | Downloaded critical-section v1.1.2 |
3399 | 2023-12-05T05:46:15.120Z | Downloaded android-tzdata v0.1.1 |
3400 | 2023-12-05T05:46:15.120Z | Downloaded ecdsa v0.16.9 |
3401 | 2023-12-05T05:46:15.120Z | Downloaded rand_core v0.5.1 |
3402 | 2023-12-05T05:46:15.120Z | Downloaded anstyle-wincon v2.1.0 |
3403 | 2023-12-05T05:46:15.120Z | Downloaded cargo_metadata v0.18.0 |
3404 | 2023-12-05T05:46:15.120Z | Downloaded redox_syscall v0.2.16 |
3405 | 2023-12-05T05:46:15.120Z | Downloaded hermit-abi v0.3.2 |
3406 | 2023-12-05T05:46:15.120Z | Downloaded dirs-sys v0.4.1 |
3407 | 2023-12-05T05:46:15.120Z | Downloaded rand_hc v0.2.0 |
3408 | 2023-12-05T05:46:15.120Z | Downloaded rand_core v0.4.2 |
3409 | 2023-12-05T05:46:15.120Z | Downloaded rand_chacha v0.2.2 |
3410 | 2023-12-05T05:46:15.120Z | Downloaded pbkdf2 v0.12.2 |
3411 | 2023-12-05T05:46:15.120Z | Downloaded redox_users v0.4.3 |
3412 | 2023-12-05T05:46:15.120Z | Downloaded security-framework-sys v2.9.1 |
3413 | 2023-12-05T05:46:15.120Z | Downloaded cargo_toml v0.17.0 |
3414 | 2023-12-05T05:46:15.121Z | Downloaded crossterm_winapi v0.9.1 |
3415 | 2023-12-05T05:46:15.121Z | Downloaded getrandom v0.1.16 |
3416 | 2023-12-05T05:46:15.121Z | Downloaded rfc6979 v0.4.0 |
3417 | 2023-12-05T05:46:15.121Z | Downloaded encode_unicode v0.3.6 |
3418 | 2023-12-05T05:46:15.121Z | Downloaded redox_syscall v0.3.5 |
3419 | 2023-12-05T05:46:15.121Z | Downloaded p256 v0.13.2 |
3420 | 2023-12-05T05:46:15.121Z | Downloaded wasm-bindgen-backend v0.2.87 |
3421 | 2023-12-05T05:46:15.121Z | Downloaded bumpalo v3.13.0 |
3422 | 2023-12-05T05:46:15.121Z | Downloaded password-hash v0.4.2 |
3423 | 2023-12-05T05:46:15.121Z | Downloaded ed25519-dalek v2.0.0 |
3424 | 2023-12-05T05:46:15.121Z | Downloaded rand_core v0.3.1 |
3425 | 2023-12-05T05:46:15.121Z | Downloaded winreg v0.50.0 |
3426 | 2023-12-05T05:46:15.121Z | Downloaded hermit-abi v0.1.19 |
3427 | 2023-12-05T05:46:15.121Z | Downloaded blowfish v0.9.1 |
3428 | 2023-12-05T05:46:15.121Z | Downloaded option-ext v0.2.0 |
3429 | 2023-12-05T05:46:15.121Z | Downloaded core-foundation-sys v0.8.4 |
3430 | 2023-12-05T05:46:15.121Z | Downloaded ipconfig v0.3.2 |
3431 | 2023-12-05T05:46:15.121Z | Downloaded cargo-platform v0.1.3 |
3432 | 2023-12-05T05:46:15.121Z | Downloaded polyval v0.6.1 |
3433 | 2023-12-05T05:46:15.121Z | Downloaded windows-targets v0.48.5 |
3434 | 2023-12-05T05:46:15.121Z | Downloaded schannel v0.1.22 |
3435 | 2023-12-05T05:46:15.121Z | Downloaded russh v0.39.0 |
3436 | 2023-12-05T05:46:15.121Z | Downloaded js-sys v0.3.64 |
3437 | 2023-12-05T05:46:15.121Z | Downloaded security-framework v2.9.2 |
3438 | 2023-12-05T05:46:15.121Z | Downloaded widestring v1.0.2 |
3439 | 2023-12-05T05:46:15.121Z | Downloaded aes v0.8.3 |
3440 | 2023-12-05T05:46:15.121Z | Downloaded rand v0.7.3 |
3441 | 2023-12-05T05:46:15.121Z | Downloaded aes-gcm v0.10.3 |
3442 | 2023-12-05T05:46:15.121Z | Downloaded wasm-bindgen v0.2.87 |
3443 | 2023-12-05T05:46:15.121Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
3444 | 2023-12-05T05:46:15.121Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
3445 | 2023-12-05T05:46:15.481Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
3446 | 2023-12-05T05:46:15.481Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
3447 | 2023-12-05T05:46:15.481Z | Downloaded fiat-crypto v0.2.1 |
3448 | 2023-12-05T05:46:15.481Z | Downloaded windows_aarch64_msvc v0.42.2 |
3449 | 2023-12-05T05:46:15.482Z | Downloaded windows_x86_64_msvc v0.42.2 |
3450 | 2023-12-05T05:46:15.482Z | Downloaded windows_x86_64_gnu v0.42.2 |
3451 | 2023-12-05T05:46:15.482Z | Downloaded windows_i686_msvc v0.42.2 |
3452 | 2023-12-05T05:46:15.482Z | Downloaded windows_aarch64_msvc v0.48.5 |
3453 | 2023-12-05T05:46:15.482Z | Downloaded web-sys v0.3.64 |
3454 | 2023-12-05T05:46:15.482Z | Downloaded windows_i686_gnu v0.42.2 |
3455 | 2023-12-05T05:46:15.482Z | Downloaded windows_x86_64_msvc v0.48.5 |
3456 | 2023-12-05T05:46:15.482Z | Downloaded windows_x86_64_gnu v0.48.5 |
3457 | 2023-12-05T05:46:15.482Z | Downloaded windows_i686_gnu v0.48.5 |
3458 | 2023-12-05T05:46:15.482Z | Downloaded windows_i686_msvc v0.48.5 |
3459 | 2023-12-05T05:46:15.482Z | Downloaded linux-raw-sys v0.3.8 |
3460 | 2023-12-05T05:46:15.482Z | Downloaded winapi v0.3.9 |
3461 | 2023-12-05T05:46:15.482Z | Downloaded linux-raw-sys v0.4.11 |
3462 | 2023-12-05T05:46:15.482Z | Downloaded windows-sys v0.45.0 |
3463 | 2023-12-05T05:46:15.482Z | Downloaded windows-sys v0.48.0 |
3464 | 2023-12-05T05:46:15.482Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
3465 | 2023-12-05T05:46:15.482Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
3466 | 2023-12-05T05:46:15.482Z | Downloaded windows v0.48.0 |
3467 | 2023-12-05T05:46:15.482Z | info: experimental features enabled: setup-scripts |
3468 | 2023-12-05T05:46:15.482Z | Finished test [unoptimized + debuginfo] target(s) in 1.30s |
3469 | 2023-12-05T05:46:15.482Z | Starting 961 tests across 101 binaries (3 skipped) |
3470 | 2023-12-05T05:46:15.482Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3471 | 2023-12-05T05:46:15.482Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3472 | 2023-12-05T05:46:22.702Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3473 | 2023-12-05T05:46:25.241Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3474 | 2023-12-05T05:46:37.386Z | Finished test [unoptimized + debuginfo] target(s) in 27.60s |
3475 | 2023-12-05T05:46:37.431Z | Running `target/debug/crdb-seed` |
3476 | 2023-12-05T05:46:37.457Z | Dec 05 05:46:37.462 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpYkju4T |
3477 | 2023-12-05T05:46:37.457Z | Dec 05 05:46:37.462 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpyjECf7,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpYkju4T/listen-url |
3478 | 2023-12-05T05:46:37.457Z | Dec 05 05:46:37.462 INFO cockroach environment: BUILDOMAT_JOB_ID=01HGW61KV1QBPCJNFYTQM3785J BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=renovate/russh-keys-0.x GITHUB_REF=refs/heads/renovate/russh-keys-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=16d3c9bc5e87961c7025f338f5e7215a886b465f GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out:/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out:/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envrFzZx0 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out:/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=4027df57-a8ef-40c9-9835-87473b5221d1 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
3479 | 2023-12-05T05:46:38.746Z | Dec 05 05:46:38.744 INFO cockroach pid: 3894 |
3480 | 2023-12-05T05:46:38.746Z | Dec 05 05:46:38.744 INFO cockroach listen URL: postgresql://root@[::1]:55026/omicron?sslmode=disable |
3481 | 2023-12-05T05:46:38.746Z | Dec 05 05:46:38.744 INFO cockroach: populating |
3482 | 2023-12-05T05:46:41.046Z | Dec 05 05:46:41.052 INFO cockroach: populated |
3483 | 2023-12-05T05:46:43.673Z | Dec 05 05:46:43.677 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/df61b6ecb9dae370a1885af8faf1cd279182d8032fc303d5eb20fa559f11c2b8.tar` |
3484 | 2023-12-05T05:46:43.678Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3485 | 2023-12-05T05:46:43.794Z | PASS [ 0.042s] authz-macros::proc-macro/authz-macros test_authz_dump |
3486 | 2023-12-05T05:46:43.798Z | PASS [ 0.036s] bootstore schemes::tests::hello_roundtrip |
3487 | 2023-12-05T05:46:43.798Z | PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages |
3488 | 2023-12-05T05:46:43.798Z | PASS [ 0.029s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3489 | 2023-12-05T05:46:43.798Z | PASS [ 0.038s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3490 | 2023-12-05T05:46:43.798Z | PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums |
3491 | 2023-12-05T05:46:43.798Z | PASS [ 0.028s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3492 | 2023-12-05T05:46:43.798Z | PASS [ 0.034s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3493 | 2023-12-05T05:46:43.798Z | PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3494 | 2023-12-05T05:46:43.798Z | PASS [ 0.027s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3495 | 2023-12-05T05:46:43.803Z | PASS [ 0.103s] bootstore schemes::v0::peer::tests::network_config |
3496 | 2023-12-05T05:46:44.029Z | PASS [ 0.241s] dns-server storage::test::test_update_interrupted |
3497 | 2023-12-05T05:46:44.035Z | PASS [ 0.255s] dns-server storage::test::test_update_in_progress |
3498 | 2023-12-05T05:46:44.203Z | PASS [ 0.272s] dns-server storage::test::test_update_basic |
3499 | 2023-12-05T05:46:44.350Z | PASS [ 0.555s] dns-server::basic_test a_crud |
3500 | 2023-12-05T05:46:44.799Z | PASS [ 0.362s] dns-server::basic_test empty_record |
3501 | 2023-12-05T05:46:45.178Z | PASS [ 0.595s] dns-server::basic_test aaaa_crud |
3502 | 2023-12-05T05:46:45.178Z | PASS [ 0.362s] dns-server::basic_test multi_record_crud |
3503 | 2023-12-05T05:46:45.178Z | PASS [ 0.390s] dns-server::basic_test name_contains_zone |
3504 | 2023-12-05T05:46:45.178Z | PASS [ 0.204s] dns-server::openapi_test test_dns_server_openapi |
3505 | 2023-12-05T05:46:45.178Z | PASS [ 0.082s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3506 | 2023-12-05T05:46:45.178Z | PASS [ 0.401s] dns-server::basic_test nxdomain |
3507 | 2023-12-05T05:46:45.178Z | PASS [ 0.360s] dns-server::basic_test servfail |
3508 | 2023-12-05T05:46:45.178Z | PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3509 | 2023-12-05T05:46:45.178Z | PASS [ 0.043s] illumos-utils destructor::test::test_destructor_bad_close |
3510 | 2023-12-05T05:46:45.178Z | PASS [ 0.057s] illumos-utils destructor::test::test_delayed_delete |
3511 | 2023-12-05T05:46:45.178Z | PASS [ 0.033s] illumos-utils link::test::test_allocate |
3512 | 2023-12-05T05:46:45.178Z | PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes |
3513 | 2023-12-05T05:46:45.178Z | PASS [ 0.034s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
3514 | 2023-12-05T05:46:45.180Z | PASS [ 0.034s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3515 | 2023-12-05T05:46:45.180Z | PASS [ 1.187s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3516 | 2023-12-05T05:46:45.180Z | PASS [ 0.483s] dns-server::basic_test srv_crud |
3517 | 2023-12-05T05:46:45.180Z | PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network |
3518 | 2023-12-05T05:46:45.180Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_bad_zpool_names |
3519 | 2023-12-05T05:46:45.180Z | PASS [ 0.027s] illumos-utils zpool::test::test_parse_internal_zpool_name |
3520 | 2023-12-05T05:46:45.180Z | PASS [ 0.033s] illumos-utils zpool::test::test_parse_external_zpool_name |
3521 | 2023-12-05T05:46:45.180Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool |
3522 | 2023-12-05T05:46:45.180Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3523 | 2023-12-05T05:46:45.180Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_name_json |
3524 | 2023-12-05T05:46:45.180Z | PASS [ 0.033s] illumos-utils zpool::test::test_zpool_name_regex |
3525 | 2023-12-05T05:46:45.183Z | PASS [ 0.238s] installinator block_size_writer::tests::proptest_block_writer |
3526 | 2023-12-05T05:46:45.213Z | PASS [ 0.036s] internal-dns config::test::display_hosts |
3527 | 2023-12-05T05:46:45.239Z | PASS [ 0.029s] internal-dns config::test::display_srv_service |
3528 | 2023-12-05T05:46:45.278Z | PASS [ 0.040s] internal-dns config::test::test_builder_errors |
3529 | 2023-12-05T05:46:45.329Z | PASS [ 0.049s] internal-dns config::test::test_builder_output |
3530 | 2023-12-05T05:46:46.660Z | PASS [ 0.588s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3531 | 2023-12-05T05:46:46.660Z | PASS [ 0.810s] illumos-utils destructor::test::test_delayed_delete_with_error |
3532 | 2023-12-05T05:46:46.660Z | PASS [ 0.451s] internal-dns resolver::test::insert_and_lookup_one_record |
3533 | 2023-12-05T05:46:46.662Z | PASS [ 0.669s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3534 | 2023-12-05T05:46:46.662Z | PASS [ 0.445s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3535 | 2023-12-05T05:46:46.684Z | PASS [ 0.663s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3536 | 2023-12-05T05:46:47.132Z | PASS [ 0.663s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3537 | 2023-12-05T05:46:47.132Z | PASS [ 0.036s] ipcc-key-value tests::deserialize_fixed_value |
3538 | 2023-12-05T05:46:47.132Z | PASS [ 0.052s] ipcc-key-value tests::installinator_image_id_round_trip |
3539 | 2023-12-05T05:46:47.132Z | PASS [ 0.038s] ipcc-key-value tests::serialized_size |
3540 | 2023-12-05T05:46:47.132Z | PASS [ 0.838s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3541 | 2023-12-05T05:46:47.132Z | PASS [ 0.061s] key-manager tests::different_disks_produce_different_keys |
3542 | 2023-12-05T05:46:47.132Z | PASS [ 0.035s] key-manager tests::different_ikm_produces_different_keys |
3543 | 2023-12-05T05:46:47.132Z | PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0 |
3544 | 2023-12-05T05:46:47.132Z | PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3545 | 2023-12-05T05:46:47.132Z | PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3546 | 2023-12-05T05:46:47.132Z | PASS [ 0.036s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3547 | 2023-12-05T05:46:47.132Z | PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3548 | 2023-12-05T05:46:47.132Z | PASS [ 0.053s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3549 | 2023-12-05T05:46:47.132Z | PASS [ 0.114s] nexus-db-model device_auth::test::test_generate_user_code |
3550 | 2023-12-05T05:46:47.132Z | PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3551 | 2023-12-05T05:46:47.132Z | PASS [ 0.029s] nexus-db-model tests::test_ipv6_net_random_subnet |
3552 | 2023-12-05T05:46:47.132Z | PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings |
3553 | 2023-12-05T05:46:47.132Z | PASS [ 0.047s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3554 | 2023-12-05T05:46:47.140Z | PASS [ 0.049s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3555 | 2023-12-05T05:46:47.183Z | PASS [ 0.055s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3556 | 2023-12-05T05:46:47.200Z | PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3557 | 2023-12-05T05:46:47.220Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3558 | 2023-12-05T05:46:47.226Z | PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3559 | 2023-12-05T05:46:47.240Z | PASS [ 0.566s] internal-dns resolver::test::update_record |
3560 | 2023-12-05T05:46:47.262Z | PASS [ 0.041s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3561 | 2023-12-05T05:46:47.315Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3562 | 2023-12-05T05:46:47.334Z | PASS [ 0.087s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3563 | 2023-12-05T05:46:47.343Z | PASS [ 0.099s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3564 | 2023-12-05T05:46:47.361Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3565 | 2023-12-05T05:46:47.376Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3566 | 2023-12-05T05:46:47.376Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3567 | 2023-12-05T05:46:47.398Z | PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3568 | 2023-12-05T05:46:47.408Z | PASS [ 0.037s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3569 | 2023-12-05T05:46:47.414Z | PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3570 | 2023-12-05T05:46:47.447Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3571 | 2023-12-05T05:46:47.462Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3572 | 2023-12-05T05:46:47.511Z | PASS [ 0.079s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3573 | 2023-12-05T05:46:47.511Z | PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3574 | 2023-12-05T05:46:47.525Z | PASS [ 0.051s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3575 | 2023-12-05T05:46:47.533Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3576 | 2023-12-05T05:46:47.554Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3577 | 2023-12-05T05:46:47.578Z | PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3578 | 2023-12-05T05:46:47.595Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_make_header_value |
3579 | 2023-12-05T05:46:47.595Z | PASS [ 0.056s] nexus-db-queries authn::external::test::test_authn_sequence |
3580 | 2023-12-05T05:46:48.032Z | PASS [ 0.038s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3581 | 2023-12-05T05:46:48.448Z | PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3582 | 2023-12-05T05:46:48.448Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3583 | 2023-12-05T05:46:48.448Z | PASS [ 0.047s] nexus-db-queries authn::test::test_internal_users |
3584 | 2023-12-05T05:46:48.448Z | PASS [ 0.058s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3585 | 2023-12-05T05:46:48.794Z | PASS [ 4.390s] dns-server::commands_test test_dnsadm |
3586 | 2023-12-05T05:46:55.696Z | PASS [ 8.064s] nexus-db-queries authz::context::test::test_unregistered_resource |
3587 | 2023-12-05T05:46:56.142Z | PASS [ 7.318s] nexus-db-queries context::test::test_background_context |
3588 | 2023-12-05T05:46:59.448Z | PASS [ 14.498s] installinator write::tests::proptest_write_artifact |
3589 | 2023-12-05T05:47:00.466Z | PASS [ 15.524s] installinator mock_peers::tests::proptest_fetch_artifact |
3590 | 2023-12-05T05:47:04.734Z | PASS [ 17.089s] nexus-db-queries authz::policy_test::test_conferred_roles |
3591 | 2023-12-05T05:47:05.637Z | PASS [ 9.523s] nexus-db-queries context::test::test_test_context |
3592 | 2023-12-05T05:47:05.650Z | PASS [ 9.959s] nexus-db-queries context::test::test_child_context |
3593 | 2023-12-05T05:47:07.921Z | PASS [ 8.466s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3594 | 2023-12-05T05:47:08.845Z | PASS [ 8.379s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3595 | 2023-12-05T05:47:12.957Z | PASS [ 8.203s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3596 | 2023-12-05T05:47:14.045Z | PASS [ 8.404s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3597 | 2023-12-05T05:47:14.310Z | PASS [ 8.661s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3598 | 2023-12-05T05:47:16.149Z | PASS [ 8.219s] nexus-db-queries db::collection_attach::test::test_attach_once |
3599 | 2023-12-05T05:47:16.564Z | PASS [ 0.063s] nexus-db-queries db::collection_attach::test::test_verify_query |
3600 | 2023-12-05T05:47:16.696Z | PASS [ 7.851s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3601 | 2023-12-05T05:47:21.181Z | PASS [ 8.212s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3602 | 2023-12-05T05:47:22.084Z | PASS [ 8.044s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
3603 | 2023-12-05T05:47:22.303Z | PASS [ 7.998s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
3604 | 2023-12-05T05:47:24.859Z | PASS [ 8.667s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
3605 | 2023-12-05T05:47:24.927Z | PASS [ 8.232s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
3606 | 2023-12-05T05:47:25.000Z | PASS [ 0.060s] nexus-db-queries db::collection_detach::test::test_verify_query |
3607 | 2023-12-05T05:47:29.524Z | PASS [ 7.753s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
3608 | 2023-12-05T05:47:29.994Z | PASS [ 7.905s] nexus-db-queries db::collection_detach::test::test_detach_once |
3609 | 2023-12-05T05:47:30.513Z | PASS [ 8.209s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
3610 | 2023-12-05T05:47:32.659Z | PASS [ 7.631s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
3611 | 2023-12-05T05:47:32.670Z | PASS [ 44.944s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
3612 | 2023-12-05T05:47:32.717Z | PASS [ 7.856s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
3613 | 2023-12-05T05:47:34.477Z | PASS [ 5.576s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
3614 | 2023-12-05T05:47:35.859Z | PASS [ 5.872s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
3615 | 2023-12-05T05:47:35.898Z | PASS [ 0.040s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
3616 | 2023-12-05T05:47:36.042Z | PASS [ 5.527s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
3617 | 2023-12-05T05:47:38.544Z | PASS [ 5.926s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
3618 | 2023-12-05T05:47:38.579Z | PASS [ 0.037s] nexus-db-queries db::collection_insert::test::test_verify_query |
3619 | 2023-12-05T05:47:38.616Z | PASS [ 5.901s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
3620 | 2023-12-05T05:47:38.629Z | PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_walk_columns |
3621 | 2023-12-05T05:47:38.629Z | PASS [ 5.994s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
3622 | 2023-12-05T05:47:38.666Z | PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_table |
3623 | 2023-12-05T05:47:38.677Z | PASS [ 0.049s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
3624 | 2023-12-05T05:47:38.684Z | PASS [ 0.061s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
3625 | 2023-12-05T05:47:38.712Z | PASS [ 0.052s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
3626 | 2023-12-05T05:47:38.718Z | PASS [ 0.041s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
3627 | 2023-12-05T05:47:40.228Z | PASS [ 5.747s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
3628 | 2023-12-05T05:47:40.679Z | PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
3629 | 2023-12-05T05:47:41.169Z | PASS [ 5.265s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
3630 | 2023-12-05T05:47:41.491Z | PASS [ 5.453s] nexus-db-queries db::collection_insert::test::test_collection_present |
3631 | 2023-12-05T05:47:43.720Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
3632 | 2023-12-05T05:47:43.728Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
3633 | 2023-12-05T05:47:44.045Z | PASS [ 5.327s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
3634 | 2023-12-05T05:47:44.712Z | PASS [ 6.026s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
3635 | 2023-12-05T05:47:45.981Z | PASS [ 62.261s] bootstore::v0-fsm-proptest-learner run |
3636 | 2023-12-05T05:47:46.492Z | PASS [ 7.772s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
3637 | 2023-12-05T05:47:47.885Z | PASS [ 7.607s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
3638 | 2023-12-05T05:47:49.230Z | PASS [ 7.740s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
3639 | 2023-12-05T05:47:50.403Z | PASS [ 9.241s] nexus-db-queries db::datastore::dns::test::test_dns_update |
3640 | 2023-12-05T05:47:52.135Z | PASS [ 8.093s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
3641 | 2023-12-05T05:47:52.290Z | PASS [ 7.573s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
3642 | 2023-12-05T05:47:53.195Z | PASS [ 7.216s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
3643 | 2023-12-05T05:47:55.157Z | PASS [ 7.271s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
3644 | 2023-12-05T05:47:56.632Z | PASS [ 7.403s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
3645 | 2023-12-05T05:47:56.731Z | PASS [ 10.240s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
3646 | 2023-12-05T05:47:57.810Z | PASS [ 7.405s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
3647 | 2023-12-05T05:47:58.458Z | PASS [ 74.736s] bootstore::v0-fsm-proptest-rack-coordinator run |
3648 | 2023-12-05T05:47:59.860Z | PASS [ 7.721s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
3649 | 2023-12-05T05:47:59.890Z | PASS [ 7.607s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
3650 | 2023-12-05T05:48:00.673Z | PASS [ 7.477s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
3651 | 2023-12-05T05:48:02.699Z | PASS [ 7.541s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
3652 | 2023-12-05T05:48:04.022Z | PASS [ 7.386s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
3653 | 2023-12-05T05:48:04.046Z | PASS [ 7.313s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
3654 | 2023-12-05T05:48:04.063Z | PASS [ 0.044s] nexus-db-queries db::datastore::region::test::test_extent_count |
3655 | 2023-12-05T05:48:05.748Z | PASS [ 7.940s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
3656 | 2023-12-05T05:48:05.924Z | PASS [ 7.445s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
3657 | 2023-12-05T05:48:07.410Z | PASS [ 7.554s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
3658 | 2023-12-05T05:48:08.181Z | PASS [ 8.291s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
3659 | 2023-12-05T05:48:08.649Z | PASS [ 7.960s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
3660 | 2023-12-05T05:48:09.667Z | PASS [ 6.949s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
3661 | 2023-12-05T05:48:11.461Z | PASS [ 6.988s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
3662 | 2023-12-05T05:48:11.554Z | PASS [ 7.511s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
3663 | 2023-12-05T05:48:12.891Z | PASS [ 6.988s] nexus-db-queries db::datastore::test::test_component_update_conflict |
3664 | 2023-12-05T05:48:12.987Z | PASS [ 7.240s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
3665 | 2023-12-05T05:48:14.533Z | PASS [ 7.126s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
3666 | 2023-12-05T05:48:15.054Z | PASS [ 6.874s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
3667 | 2023-12-05T05:48:15.872Z | PASS [ 7.240s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
3668 | 2023-12-05T05:48:16.127Z | PASS [ 5.075s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
3669 | 2023-12-05T05:48:16.507Z | PASS [ 6.865s] nexus-db-queries db::datastore::test::test_project_creation |
3670 | 2023-12-05T05:48:19.074Z | PASS [ 7.518s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
3671 | 2023-12-05T05:48:20.528Z | PASS [ 7.530s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
3672 | 2023-12-05T05:48:22.714Z | PASS [ 9.824s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
3673 | 2023-12-05T05:48:24.139Z | PASS [ 7.592s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
3674 | 2023-12-05T05:48:24.616Z | PASS [ 10.065s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
3675 | 2023-12-05T05:48:34.625Z | PASS [ 10.374s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
3676 | 2023-12-05T05:48:35.167Z | PASS [ 5.403s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
3677 | 2023-12-05T05:48:35.167Z | PASS [ 7.198s] nexus-db-queries db::datastore::test::test_session_methods |
3678 | 2023-12-05T05:48:35.167Z | PASS [ 10.307s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
3679 | 2023-12-05T05:48:35.167Z | PASS [ 10.966s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
3680 | 2023-12-05T05:48:35.167Z | PASS [ 0.051s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
3681 | 2023-12-05T05:48:35.167Z | PASS [ 0.049s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
3682 | 2023-12-05T05:48:35.167Z | PASS [ 0.048s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
3683 | 2023-12-05T05:48:35.167Z | PASS [ 0.048s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
3684 | 2023-12-05T05:48:35.394Z | PASS [ 6.833s] nexus-db-queries db::datastore::test::test_ssh_keys |
3685 | 2023-12-05T05:48:35.394Z | PASS [ 6.817s] nexus-db-queries db::datastore::test::test_system_update_conflict |
3686 | 2023-12-05T05:48:35.394Z | PASS [ 6.815s] nexus-db-queries db::datastore::test::test_table_scan |
3687 | 2023-12-05T05:48:35.394Z | PASS [ 5.280s] nexus-db-queries db::explain::test::test_explain_async |
3688 | 2023-12-05T05:48:35.394Z | PASS [ 5.297s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
3689 | 2023-12-05T05:48:35.394Z | PASS [ 7.517s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
3690 | 2023-12-05T05:48:35.394Z | PASS [ 7.297s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
3691 | 2023-12-05T05:48:35.394Z | PASS [ 6.556s] nexus-db-queries db::lookup::test::test_lookup |
3692 | 2023-12-05T05:48:35.394Z | PASS [ 5.248s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
3693 | 2023-12-05T05:48:36.495Z | PASS [ 5.578s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
3694 | 2023-12-05T05:48:37.423Z | PASS [ 6.009s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
3695 | 2023-12-05T05:48:37.490Z | PASS [ 5.932s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
3696 | 2023-12-05T05:48:39.181Z | PASS [ 7.452s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
3697 | 2023-12-05T05:48:40.532Z | PASS [ 7.581s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
3698 | 2023-12-05T05:48:41.136Z | PASS [ 7.550s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
3699 | 2023-12-05T05:48:41.377Z | PASS [ 8.159s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
3700 | 2023-12-05T05:48:42.067Z | PASS [ 7.270s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
3701 | 2023-12-05T05:48:44.316Z | PASS [ 7.417s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
3702 | 2023-12-05T05:48:44.319Z | PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
3703 | 2023-12-05T05:48:44.579Z | PASS [ 7.157s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
3704 | 2023-12-05T05:48:44.681Z | PASS [ 7.199s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
3705 | 2023-12-05T05:48:46.607Z | PASS [ 7.425s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
3706 | 2023-12-05T05:48:47.903Z | PASS [ 7.378s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
3707 | 2023-12-05T05:48:52.344Z | PASS [ 6.990s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
3708 | 2023-12-05T05:48:52.344Z | PASS [ 7.413s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
3709 | 2023-12-05T05:48:52.344Z | PASS [ 8.242s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
3710 | 2023-12-05T05:48:52.344Z | PASS [ 7.367s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
3711 | 2023-12-05T05:48:52.344Z | PASS [ 7.163s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
3712 | 2023-12-05T05:48:52.344Z | PASS [ 7.324s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
3713 | 2023-12-05T05:48:53.626Z | PASS [ 7.010s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
3714 | 2023-12-05T05:48:55.081Z | PASS [ 7.171s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
3715 | 2023-12-05T05:48:55.122Z | PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
3716 | 2023-12-05T05:48:56.795Z | PASS [ 7.034s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
3717 | 2023-12-05T05:48:56.798Z | PASS [ 7.300s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
3718 | 2023-12-05T05:48:56.798Z | PASS [ 0.163s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
3719 | 2023-12-05T05:48:56.798Z | PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
3720 | 2023-12-05T05:48:56.798Z | PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
3721 | 2023-12-05T05:48:56.798Z | PASS [ 0.054s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
3722 | 2023-12-05T05:48:56.798Z | PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
3723 | 2023-12-05T05:48:57.567Z | PASS [ 7.262s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
3724 | 2023-12-05T05:48:58.547Z | PASS [ 7.223s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
3725 | 2023-12-05T05:48:58.994Z | PASS [ 7.152s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
3726 | 2023-12-05T05:48:59.036Z | PASS [ 0.032s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
3727 | 2023-12-05T05:48:59.090Z | PASS [ 0.065s] nexus-inventory builder::test::test_basic |
3728 | 2023-12-05T05:48:59.122Z | PASS [ 0.032s] nexus-inventory builder::test::test_empty |
3729 | 2023-12-05T05:48:59.142Z | PASS [ 7.241s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
3730 | 2023-12-05T05:48:59.161Z | PASS [ 0.039s] nexus-inventory builder::test::test_problems |
3731 | 2023-12-05T05:48:59.668Z | PASS [ 0.526s] nexus-inventory collector::test::test_basic |
3732 | 2023-12-05T05:48:59.939Z | PASS [ 0.778s] nexus-inventory collector::test::test_multi_mgs |
3733 | 2023-12-05T05:48:59.977Z | PASS [ 0.039s] nexus-types external_api::shared::test::test_policy_parsing |
3734 | 2023-12-05T05:49:00.112Z | PASS [ 0.134s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
3735 | 2023-12-05T05:49:00.172Z | PASS [ 0.059s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
3736 | 2023-12-05T05:49:00.261Z | PASS [ 0.089s] omicron-certificates tests::test_cert_extended_key_usage |
3737 | 2023-12-05T05:49:00.353Z | PASS [ 0.090s] omicron-certificates tests::test_common_name_is_validated |
3738 | 2023-12-05T05:49:00.376Z | PASS [ 0.707s] nexus-inventory collector::test::test_multi_mgs_failure |
3739 | 2023-12-05T05:49:00.420Z | PASS [ 0.044s] omicron-common address::test::test_dns_subnets |
3740 | 2023-12-05T05:49:00.431Z | PASS [ 0.081s] omicron-certificates tests::test_subject_alternate_names_are_validated |
3741 | 2023-12-05T05:49:00.460Z | PASS [ 0.039s] omicron-common address::test::test_ip_range_checks_non_decreasing |
3742 | 2023-12-05T05:49:00.468Z | PASS [ 0.037s] omicron-common address::test::test_ip_range_enum_deserialization |
3743 | 2023-12-05T05:49:00.496Z | PASS [ 0.036s] omicron-common address::test::test_ip_range_iter |
3744 | 2023-12-05T05:49:00.500Z | PASS [ 0.033s] omicron-common address::test::test_ip_range_try_from |
3745 | 2023-12-05T05:49:00.526Z | PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize |
3746 | 2023-12-05T05:49:00.532Z | PASS [ 0.033s] omicron-common address::test::test_sled_address |
3747 | 2023-12-05T05:49:00.568Z | PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless |
3748 | 2023-12-05T05:49:00.571Z | PASS [ 0.030s] omicron-common api::external::error::test::test_context |
3749 | 2023-12-05T05:49:00.583Z | PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_pagination_examples |
3750 | 2023-12-05T05:49:00.589Z | PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
3751 | 2023-12-05T05:49:00.615Z | PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_id |
3752 | 2023-12-05T05:49:00.620Z | PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_name |
3753 | 2023-12-05T05:49:00.639Z | PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
3754 | 2023-12-05T05:49:00.656Z | PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
3755 | 2023-12-05T05:49:00.668Z | PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
3756 | 2023-12-05T05:49:00.676Z | PASS [ 0.020s] omicron-common api::external::test::test_bytecount |
3757 | 2023-12-05T05:49:00.689Z | PASS [ 0.021s] omicron-common api::external::test::test_bytecount_display |
3758 | 2023-12-05T05:49:00.707Z | PASS [ 0.029s] omicron-common api::external::test::test_digest |
3759 | 2023-12-05T05:49:00.721Z | PASS [ 0.028s] omicron-common api::external::test::test_firewall_deserialization |
3760 | 2023-12-05T05:49:00.742Z | PASS [ 0.036s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
3761 | 2023-12-05T05:49:00.751Z | PASS [ 0.034s] omicron-common api::external::test::test_firewall_rule_target_parse |
3762 | 2023-12-05T05:49:00.767Z | PASS [ 0.025s] omicron-common api::external::test::test_ip_port_range_from_str |
3763 | 2023-12-05T05:49:00.779Z | PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str |
3764 | 2023-12-05T05:49:00.792Z | PASS [ 0.024s] omicron-common api::external::test::test_ipnet_first_last_address |
3765 | 2023-12-05T05:49:00.797Z | PASS [ 7.184s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
3766 | 2023-12-05T05:49:00.805Z | PASS [ 0.026s] omicron-common api::external::test::test_ipnet_serde |
3767 | 2023-12-05T05:49:00.811Z | PASS [ 0.020s] omicron-common api::external::test::test_ipv4_net_operations |
3768 | 2023-12-05T05:49:00.817Z | PASS [ 0.022s] omicron-common api::external::test::test_ipv6_net_operations |
3769 | 2023-12-05T05:49:00.838Z | PASS [ 0.022s] omicron-common api::external::test::test_mac_to_int_conversions |
3770 | 2023-12-05T05:49:00.845Z | PASS [ 0.034s] omicron-common api::external::test::test_mac_system_iterator |
3771 | 2023-12-05T05:49:00.852Z | PASS [ 0.027s] omicron-common api::external::test::test_macaddr |
3772 | 2023-12-05T05:49:00.856Z | PASS [ 0.023s] omicron-common api::external::test::test_name_parse |
3773 | 2023-12-05T05:49:00.861Z | PASS [ 5.281s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
3774 | 2023-12-05T05:49:00.874Z | PASS [ 0.028s] omicron-common api::external::test::test_name_parse_from_param |
3775 | 2023-12-05T05:49:00.874Z | PASS [ 0.028s] omicron-common api::external::test::test_resource_name_parse |
3776 | 2023-12-05T05:49:00.880Z | PASS [ 0.024s] omicron-common api::external::test::test_role_name_parse |
3777 | 2023-12-05T05:49:00.892Z | PASS [ 0.031s] omicron-common api::external::test::test_route_destination_parse |
3778 | 2023-12-05T05:49:00.899Z | PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize |
3779 | 2023-12-05T05:49:00.904Z | PASS [ 0.036s] omicron-common api::external::test::test_route_target_parse |
3780 | 2023-12-05T05:49:00.910Z | PASS [ 0.030s] omicron-common api::external::test::test_semver_validation |
3781 | 2023-12-05T05:49:00.914Z | PASS [ 0.023s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
3782 | 2023-12-05T05:49:00.935Z | PASS [ 0.031s] omicron-common ledger::test::test_create_default_ledger |
3783 | 2023-12-05T05:49:00.944Z | PASS [ 0.042s] omicron-common ledger::test::test_commit_handles_write_failures |
3784 | 2023-12-05T05:49:00.944Z | PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
3785 | 2023-12-05T05:49:00.950Z | PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
3786 | 2023-12-05T05:49:00.963Z | PASS [ 0.023s] omicron-common nexus_config::test::test_config_bad_toml |
3787 | 2023-12-05T05:49:00.974Z | PASS [ 0.025s] omicron-common nexus_config::test::test_config_empty |
3788 | 2023-12-05T05:49:00.974Z | PASS [ 0.035s] omicron-common nexus_config::test::test_bad_authn_schemes |
3789 | 2023-12-05T05:49:00.978Z | PASS [ 0.030s] omicron-common nexus_config::test::test_config_nonexistent |
3790 | 2023-12-05T05:49:00.987Z | PASS [ 0.024s] omicron-common nexus_config::test::test_deployment_config_schema |
3791 | 2023-12-05T05:49:01.414Z | PASS [ 0.029s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
3792 | 2023-12-05T05:49:01.421Z | PASS [ 0.035s] omicron-common nexus_config::test::test_valid |
3793 | 2023-12-05T05:49:01.421Z | PASS [ 0.050s] omicron-common nexus_config::test::test_repo_configs_are_valid |
3794 | 2023-12-05T05:49:01.421Z | PASS [ 0.037s] omicron-common postgres_config::test::test_bad_url |
3795 | 2023-12-05T05:49:01.421Z | PASS [ 0.037s] omicron-common postgres_config::test::test_example_url |
3796 | 2023-12-05T05:49:01.421Z | PASS [ 0.028s] omicron-common update::tests::serde_artifact_kind |
3797 | 2023-12-05T05:49:01.421Z | PASS [ 5.074s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
3798 | 2023-12-05T05:49:01.421Z | PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
3799 | 2023-12-05T05:49:01.421Z | PASS [ 0.096s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
3800 | 2023-12-05T05:49:01.421Z | PASS [ 0.176s] omicron-dev::test_omicron_dev test_cert_create |
3801 | 2023-12-05T05:49:01.421Z | PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
3802 | 2023-12-05T05:49:01.421Z | PASS [ 0.042s] omicron-gateway management_switch::location_map::tests::test_config_validation |
3803 | 2023-12-05T05:49:01.421Z | PASS [ 0.110s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
3804 | 2023-12-05T05:49:01.421Z | PASS [ 0.042s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
3805 | 2023-12-05T05:49:01.627Z | PASS [ 0.329s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
3806 | 2023-12-05T05:49:01.696Z | PASS [ 0.362s] omicron-gateway::test_all integration_tests::component_list::component_list |
3807 | 2023-12-05T05:49:01.996Z | PASS [ 0.300s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
3808 | 2023-12-05T05:49:02.195Z | PASS [ 0.568s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
3809 | 2023-12-05T05:49:02.330Z | PASS [ 0.332s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
3810 | 2023-12-05T05:49:02.359Z | PASS [ 7.218s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
3811 | 2023-12-05T05:49:02.686Z | PASS [ 5.099s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
3812 | 2023-12-05T05:49:12.068Z | PASS [ 5.133s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
3813 | 2023-12-05T05:49:16.131Z | PASS [ 15.098s] omicron-dev::test_omicron_dev test_db_killed |
3814 | 2023-12-05T05:49:22.066Z | PASS [ 21.029s] omicron-dev::test_omicron_dev test_db_run |
3815 | 2023-12-05T05:49:26.602Z | PASS [ 25.398s] omicron-dev::test_omicron_dev test_run_all |
3816 | 2023-12-05T05:49:28.231Z | PASS [ 25.894s] omicron-nexus app::background::dns_config::test::test_basic |
3817 | 2023-12-05T05:49:28.321Z | PASS [ 25.987s] omicron-nexus app::background::common::test::test_driver_basic |
3818 | 2023-12-05T05:49:28.321Z | PASS [ 24.634s] omicron-nexus app::background::dns_servers::test::test_basic |
3819 | 2023-12-05T05:49:28.434Z | PASS [ 0.122s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
3820 | 2023-12-05T05:49:28.550Z | PASS [ 25.880s] omicron-nexus app::background::dns_propagation::test::test_basic |
3821 | 2023-12-05T05:49:28.563Z | PASS [ 0.120s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
3822 | 2023-12-05T05:49:28.627Z | PASS [ 0.072s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
3823 | 2023-12-05T05:49:28.641Z | PASS [ 0.081s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
3824 | 2023-12-05T05:49:29.210Z | PASS [ 27.006s] omicron-nexus app::background::common::test::test_activation_in_progress |
3825 | 2023-12-05T05:49:29.816Z | PASS [ 1.586s] omicron-nexus app::external_endpoints::test::test_authority |
3826 | 2023-12-05T05:49:39.549Z | PASS [ 11.228s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
3827 | 2023-12-05T05:49:40.617Z | PASS [ 24.489s] omicron-nexus app::background::external_endpoints::test::test_basic |
3828 | 2023-12-05T05:49:45.452Z | PASS [ 23.384s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
3829 | 2023-12-05T05:49:55.941Z | PASS [ 26.122s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
3830 | 2023-12-05T05:49:57.575Z | PASS [ 30.978s] omicron-nexus app::background::inventory_collection::test::test_basic |
3831 | 2023-12-05T05:49:57.784Z | PASS [ 28.577s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
3832 | 2023-12-05T05:50:02.026Z | PASS [ 33.390s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
3833 | 2023-12-05T05:50:02.892Z | PASS [ 34.275s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
3834 | 2023-12-05T05:50:08.298Z | PASS [ 28.710s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
3835 | 2023-12-05T05:50:09.042Z | PASS [ 28.426s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
3836 | 2023-12-05T05:50:27.833Z | PASS [ 30.061s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
3837 | 2023-12-05T05:50:30.960Z | PASS [ 33.376s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
3838 | 2023-12-05T05:50:33.940Z | PASS [ 31.915s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
3839 | 2023-12-05T05:50:34.069Z | PASS [ 31.181s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
3840 | 2023-12-05T05:50:41.434Z | PASS [ 31.934s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
3841 | 2023-12-05T05:50:45.452Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3842 | 2023-12-05T05:50:55.934Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3843 | 2023-12-05T05:51:01.965Z | PASS [ 30.938s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
3844 | 2023-12-05T05:51:03.314Z | PASS [ 29.369s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
3845 | 2023-12-05T05:51:05.140Z | PASS [ 24.165s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
3846 | 2023-12-05T05:51:05.210Z | PASS [ 0.057s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
3847 | 2023-12-05T05:51:05.823Z | PASS [ 37.987s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
3848 | 2023-12-05T05:51:06.530Z | PASS [ 32.463s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
3849 | 2023-12-05T05:51:08.254Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3850 | 2023-12-05T05:51:18.991Z | PASS [ 70.736s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3851 | 2023-12-05T05:51:25.057Z | PASS [ 99.614s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3852 | 2023-12-05T05:51:36.190Z | PASS [ 30.998s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
3853 | 2023-12-05T05:51:36.872Z | PASS [ 100.940s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3854 | 2023-12-05T05:51:39.891Z | PASS [ 34.076s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
3855 | 2023-12-05T05:51:40.948Z | PASS [ 21.959s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
3856 | 2023-12-05T05:51:47.496Z | PASS [ 40.966s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
3857 | 2023-12-05T05:51:55.579Z | PASS [ 30.524s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
3858 | 2023-12-05T05:51:59.272Z | PASS [ 22.364s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
3859 | 2023-12-05T05:52:01.066Z | PASS [ 24.859s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
3860 | 2023-12-05T05:52:08.971Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
3861 | 2023-12-05T05:52:26.819Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
3862 | 2023-12-05T05:52:26.819Z | PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
3863 | 2023-12-05T05:52:26.819Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
3864 | 2023-12-05T05:52:26.819Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
3865 | 2023-12-05T05:52:26.819Z | PASS [ 0.080s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
3866 | 2023-12-05T05:52:26.819Z | PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_relative_uri |
3867 | 2023-12-05T05:52:26.819Z | PASS [ 21.625s] omicron-nexus app::update::tests::test_semver_max |
3868 | 2023-12-05T05:52:26.819Z | PASS [ 0.171s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
3869 | 2023-12-05T05:52:26.819Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3870 | 2023-12-05T05:52:26.819Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3871 | 2023-12-05T05:52:27.405Z | PASS [ 22.504s] omicron-nexus app::update::tests::test_system_updates |
3872 | 2023-12-05T05:52:27.405Z | PASS [ 8.144s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
3873 | 2023-12-05T05:52:27.405Z | PASS [ 21.547s] omicron-nexus app::update::tests::test_update_deployments |
3874 | 2023-12-05T05:52:27.405Z | PASS [ 22.654s] omicron-nexus app::update::tests::test_updateable_components |
3875 | 2023-12-05T05:52:27.405Z | PASS [ 0.115s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
3876 | 2023-12-05T05:52:27.405Z | PASS [ 11.623s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
3877 | 2023-12-05T05:52:27.405Z | PASS [ 11.157s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
3878 | 2023-12-05T05:52:27.405Z | PASS [ 22.985s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
3879 | 2023-12-05T05:52:27.405Z | PASS [ 21.780s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
3880 | 2023-12-05T05:52:41.120Z | PASS [ 22.120s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
3881 | 2023-12-05T05:52:41.142Z | PASS [ 22.796s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
3882 | 2023-12-05T05:52:43.583Z | PASS [ 23.385s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
3883 | 2023-12-05T05:52:47.670Z | PASS [ 23.024s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
3884 | 2023-12-05T05:52:48.393Z | PASS [ 23.167s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
3885 | 2023-12-05T05:53:01.515Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
3886 | 2023-12-05T05:53:04.812Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3887 | 2023-12-05T05:53:05.280Z | PASS [ 21.347s] omicron-nexus::test_all integration_tests::basic::test_ping |
3888 | 2023-12-05T05:53:05.280Z | PASS [ 21.652s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
3889 | 2023-12-05T05:53:05.280Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3890 | 2023-12-05T05:53:09.551Z | PASS [ 126.254s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3891 | 2023-12-05T05:53:09.873Z | PASS [ 21.481s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
3892 | 2023-12-05T05:53:13.884Z | PASS [ 72.369s] omicron-nexus populate::test::test_populators |
3893 | 2023-12-05T05:53:14.813Z | PASS [ 31.236s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
3894 | 2023-12-05T05:53:25.175Z | PASS [ 22.689s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
3895 | 2023-12-05T05:53:25.249Z | PASS [ 37.582s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
3896 | 2023-12-05T05:53:25.764Z | PASS [ 22.996s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
3897 | 2023-12-05T05:53:31.759Z | PASS [ 6.509s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
3898 | 2023-12-05T05:53:31.919Z | PASS [ 0.148s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
3899 | 2023-12-05T05:53:31.986Z | PASS [ 6.221s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
3900 | 2023-12-05T05:53:32.129Z | PASS [ 22.571s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
3901 | 2023-12-05T05:53:32.368Z | PASS [ 0.385s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
3902 | 2023-12-05T05:53:32.735Z | PASS [ 22.862s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
3903 | 2023-12-05T05:53:32.853Z | PASS [ 0.943s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
3904 | 2023-12-05T05:53:37.753Z | PASS [ 22.941s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
3905 | 2023-12-05T05:53:39.718Z | PASS [ 25.840s] omicron-nexus::test_all integration_tests::certificates::test_crud |
3906 | 2023-12-05T05:53:55.019Z | PASS [ 22.901s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
3907 | 2023-12-05T05:53:55.034Z | PASS [ 22.667s] omicron-nexus::test_all integration_tests::console_api::test_assets |
3908 | 2023-12-05T05:53:55.951Z | PASS [ 23.217s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
3909 | 2023-12-05T05:53:57.974Z | PASS [ 32.792s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
3910 | 2023-12-05T05:54:00.580Z | PASS [ 27.725s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
3911 | 2023-12-05T05:54:01.879Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3912 | 2023-12-05T05:54:03.671Z | PASS [ 22.948s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
3913 | 2023-12-05T05:54:08.474Z | PASS [ 30.722s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
3914 | 2023-12-05T05:54:19.460Z | PASS [ 24.035s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
3915 | 2023-12-05T05:54:19.463Z | PASS [ 24.045s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
3916 | 2023-12-05T05:54:22.357Z | PASS [ 24.124s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
3917 | 2023-12-05T05:54:24.232Z | PASS [ 28.282s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
3918 | 2023-12-05T05:54:24.270Z | PASS [ 23.696s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
3919 | 2023-12-05T05:54:31.759Z | PASS [ 28.935s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
3920 | 2023-12-05T05:54:48.627Z | PASS [ 29.551s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
3921 | 2023-12-05T05:54:49.214Z | PASS [ 30.160s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
3922 | 2023-12-05T05:54:52.138Z | PASS [ 41.392s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
3923 | 2023-12-05T05:54:52.138Z | PASS [ 28.168s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
3924 | 2023-12-05T05:54:52.138Z | PASS [ 26.166s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
3925 | 2023-12-05T05:55:02.628Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3926 | 2023-12-05T05:55:26.327Z | PASS [ 41.480s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
3927 | 2023-12-05T05:55:26.327Z | PASS [ 26.253s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
3928 | 2023-12-05T05:55:26.327Z | PASS [ 25.697s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
3929 | 2023-12-05T05:55:26.327Z | PASS [ 25.555s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
3930 | 2023-12-05T05:55:26.327Z | PASS [ 29.361s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
3931 | 2023-12-05T05:55:42.223Z | PASS [ 54.254s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
3932 | 2023-12-05T05:55:44.386Z | PASS [ 27.165s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
3933 | 2023-12-05T05:55:44.387Z | PASS [ 51.477s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
3934 | 2023-12-05T05:55:44.387Z | PASS [ 25.262s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
3935 | 2023-12-05T05:55:47.034Z | PASS [ 27.814s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
3936 | 2023-12-05T05:55:50.103Z | PASS [ 31.669s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
3937 | 2023-12-05T05:55:50.570Z | PASS [ 0.873s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
3938 | 2023-12-05T05:55:50.570Z | PASS [ 0.685s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
3939 | 2023-12-05T05:55:50.570Z | PASS [ 0.574s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
3940 | 2023-12-05T05:55:50.698Z | PASS [ 3.659s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
3941 | 2023-12-05T05:56:01.445Z | PASS [ 32.843s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
3942 | 2023-12-05T05:56:01.818Z | PASS [ 45.863s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
3943 | 2023-12-05T05:56:01.877Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3944 | 2023-12-05T05:56:04.152Z | PASS [ 31.225s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
3945 | 2023-12-05T05:56:04.539Z | PASS [ 302.670s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3946 | 2023-12-05T05:56:09.466Z | PASS [ 28.744s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
3947 | 2023-12-05T05:56:12.258Z | PASS [ 32.158s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
3948 | 2023-12-05T05:56:17.411Z | PASS [ 27.665s] omicron-nexus::test_all integration_tests::images::test_image_create |
3949 | 2023-12-05T05:56:18.096Z | PASS [ 27.397s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length |
3950 | 2023-12-05T05:56:25.292Z | PASS [ 26.603s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size |
3951 | 2023-12-05T05:56:28.911Z | PASS [ 27.084s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url |
3952 | 2023-12-05T05:56:30.684Z | PASS [ 26.554s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404 |
3953 | 2023-12-05T05:56:33.286Z | PASS [ 28.752s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
3954 | 2023-12-05T05:56:39.095Z | PASS [ 8.407s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
3955 | 2023-12-05T05:56:40.095Z | PASS [ 27.840s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
3956 | 2023-12-05T05:56:43.205Z | PASS [ 9.905s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
3957 | 2023-12-05T05:56:47.302Z | PASS [ 34.611s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
3958 | 2023-12-05T05:56:47.303Z | PASS [ 26.144s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
3959 | 2023-12-05T05:56:47.303Z | PASS [ 27.481s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
3960 | 2023-12-05T05:56:49.101Z | PASS [ 10.012s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
3961 | 2023-12-05T05:56:51.685Z | PASS [ 26.390s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
3962 | 2023-12-05T05:56:52.210Z | PASS [ 12.116s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
3963 | 2023-12-05T05:56:52.624Z | PASS [ 23.727s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
3964 | 2023-12-05T05:57:08.405Z | PASS [ 25.202s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
3965 | 2023-12-05T05:57:14.370Z | PASS [ 22.047s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
3966 | 2023-12-05T05:57:32.932Z | PASS [ 32.931s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
3967 | 2023-12-05T05:57:33.021Z | PASS [ 39.615s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
3968 | 2023-12-05T05:57:33.021Z | PASS [ 45.922s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
3969 | 2023-12-05T05:57:33.021Z | PASS [ 39.655s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
3970 | 2023-12-05T05:57:33.021Z | PASS [ 39.126s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
3971 | 2023-12-05T05:57:37.810Z | PASS [ 53.740s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
3972 | 2023-12-05T05:57:44.954Z | PASS [ 30.697s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
3973 | 2023-12-05T05:57:55.029Z | PASS [ 36.566s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
3974 | 2023-12-05T05:58:03.647Z | PASS [ 32.312s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
3975 | 2023-12-05T05:58:06.382Z | PASS [ 37.670s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
3976 | 2023-12-05T05:58:06.586Z | PASS [ 34.839s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
3977 | 2023-12-05T05:58:08.389Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
3978 | 2023-12-05T05:58:10.670Z | PASS [ 39.861s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
3979 | 2023-12-05T05:58:20.844Z | PASS [ 43.024s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
3980 | 2023-12-05T05:58:38.664Z | PASS [ 38.999s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
3981 | 2023-12-05T05:58:39.126Z | PASS [ 50.797s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
3982 | 2023-12-05T05:58:39.165Z | PASS [ 87.503s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
3983 | 2023-12-05T05:58:41.058Z | PASS [ 37.410s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
3984 | 2023-12-05T05:58:42.901Z | PASS [ 36.299s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
3985 | 2023-12-05T05:58:46.719Z | PASS [ 40.330s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
3986 | 2023-12-05T05:58:53.212Z | PASS [ 42.541s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
3987 | 2023-12-05T05:58:59.479Z | PASS [ 26.747s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
3988 | 2023-12-05T05:59:03.500Z | PASS [ 27.613s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
3989 | 2023-12-05T05:59:04.425Z | PASS [ 43.596s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
3990 | 2023-12-05T05:59:13.362Z | PASS [ 23.901s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
3991 | 2023-12-05T05:59:13.397Z | PASS [ 31.280s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
3992 | 2023-12-05T05:59:13.397Z | PASS [ 29.483s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
3993 | 2023-12-05T05:59:13.397Z | PASS [ 36.936s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
3994 | 2023-12-05T05:59:26.300Z | PASS [ 21.876s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
3995 | 2023-12-05T05:59:31.417Z | PASS [ 31.947s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
3996 | 2023-12-05T05:59:34.440Z | PASS [ 23.830s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
3997 | 2023-12-05T05:59:35.973Z | PASS [ 23.294s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
3998 | 2023-12-05T05:59:36.234Z | PASS [ 23.835s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
3999 | 2023-12-05T05:59:36.243Z | PASS [ 23.911s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4000 | 2023-12-05T05:59:37.090Z | PASS [ 43.881s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4001 | 2023-12-05T05:59:37.779Z | PASS [ 34.284s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4002 | 2023-12-05T05:59:55.985Z | PASS [ 24.576s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4003 | 2023-12-05T05:59:57.597Z | PASS [ 23.159s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4004 | 2023-12-05T05:59:58.418Z | PASS [ 22.221s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo |
4005 | 2023-12-05T06:00:00.121Z | PASS [ 24.144s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4006 | 2023-12-05T06:00:01.560Z | PASS [ 24.468s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
4007 | 2023-12-05T06:00:01.578Z | PASS [ 35.265s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project |
4008 | 2023-12-05T06:00:02.823Z | PASS [ 25.040s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
4009 | 2023-12-05T06:00:09.807Z | PASS [ 33.571s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4010 | 2023-12-05T06:00:21.301Z | PASS [ 22.889s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4011 | 2023-12-05T06:00:29.512Z | PASS [ 29.392s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4012 | 2023-12-05T06:00:29.729Z | PASS [ 26.909s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4013 | 2023-12-05T06:00:35.207Z | PASS [ 25.402s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4014 | 2023-12-05T06:00:38.951Z | PASS [ 37.402s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4015 | 2023-12-05T06:00:47.305Z | PASS [ 25.992s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4016 | 2023-12-05T06:00:54.044Z | PASS [ 52.479s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4017 | 2023-12-05T06:00:55.980Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4018 | 2023-12-05T06:00:57.598Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4019 | 2023-12-05T06:01:01.967Z | PASS [ 26.749s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4020 | 2023-12-05T06:01:04.819Z | PASS [ 68.836s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4021 | 2023-12-05T06:01:22.114Z | PASS [ 51.758s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4022 | 2023-12-05T06:01:22.117Z | PASS [ 51.654s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4023 | 2023-12-05T06:01:30.374Z | PASS [ 51.415s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4024 | 2023-12-05T06:01:30.404Z | PASS [ 36.358s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4025 | 2023-12-05T06:01:30.474Z | PASS [ 25.660s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4026 | 2023-12-05T06:01:30.941Z | PASS [ 43.642s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4027 | 2023-12-05T06:01:38.480Z | PASS [ 36.522s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4028 | 2023-12-05T06:01:52.816Z | PASS [ 115.222s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4029 | 2023-12-05T06:01:54.739Z | PASS [ 24.268s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4030 | 2023-12-05T06:01:59.070Z | PASS [ 27.830s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4031 | 2023-12-05T06:01:59.096Z | PASS [ 37.703s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url |
4032 | 2023-12-05T06:02:03.382Z | PASS [ 24.905s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4033 | 2023-12-05T06:02:14.283Z | PASS [ 52.907s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4034 | 2023-12-05T06:02:19.950Z | PASS [ 27.141s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4035 | 2023-12-05T06:02:23.521Z | PASS [ 24.561s] omicron-nexus::test_all integration_tests::projects::test_projects |
4036 | 2023-12-05T06:02:24.392Z | PASS [ 25.635s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4037 | 2023-12-05T06:02:25.088Z | PASS [ 21.710s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4038 | 2023-12-05T06:02:26.913Z | PASS [ 56.551s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4039 | 2023-12-05T06:02:29.921Z | PASS [ 35.184s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4040 | 2023-12-05T06:02:30.399Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4041 | 2023-12-05T06:02:36.960Z | PASS [ 22.667s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4042 | 2023-12-05T06:02:45.027Z | PASS [ 24.922s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4043 | 2023-12-05T06:02:46.196Z | PASS [ 75.762s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4044 | 2023-12-05T06:02:47.487Z | PASS [ 23.861s] omicron-nexus::test_all integration_tests::rack::test_uninitialized_sled_list |
4045 | 2023-12-05T06:02:47.917Z | PASS [ 0.534s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4046 | 2023-12-05T06:02:48.315Z | PASS [ 23.924s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4047 | 2023-12-05T06:02:48.534Z | PASS [ 3.664s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4048 | 2023-12-05T06:02:49.349Z | PASS [ 22.429s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4049 | 2023-12-05T06:02:49.508Z | PASS [ 0.114s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4050 | 2023-12-05T06:03:07.396Z | PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4051 | 2023-12-05T06:03:08.228Z | PASS [ 0.094s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4052 | 2023-12-05T06:03:08.228Z | PASS [ 0.096s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4053 | 2023-12-05T06:03:08.228Z | PASS [ 24.677s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4054 | 2023-12-05T06:03:08.228Z | PASS [ 0.101s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4055 | 2023-12-05T06:03:08.228Z | PASS [ 3.749s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4056 | 2023-12-05T06:03:08.228Z | PASS [ 21.460s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4057 | 2023-12-05T06:03:08.228Z | PASS [ 3.492s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4058 | 2023-12-05T06:03:08.228Z | PASS [ 3.480s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4059 | 2023-12-05T06:03:08.471Z | PASS [ 22.799s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4060 | 2023-12-05T06:03:12.834Z | PASS [ 22.931s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4061 | 2023-12-05T06:03:13.589Z | PASS [ 23.824s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4062 | 2023-12-05T06:03:13.700Z | PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4063 | 2023-12-05T06:03:13.770Z | PASS [ 23.919s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4064 | 2023-12-05T06:03:13.774Z | PASS [ 0.072s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
4065 | 2023-12-05T06:03:13.870Z | PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4066 | 2023-12-05T06:03:14.526Z | PASS [ 23.142s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4067 | 2023-12-05T06:03:15.814Z | PASS [ 24.403s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4068 | 2023-12-05T06:03:15.814Z | PASS [ 27.275s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4069 | 2023-12-05T06:03:15.862Z | PASS [ 24.070s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4070 | 2023-12-05T06:03:24.248Z | PASS [ 24.495s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4071 | 2023-12-05T06:03:27.435Z | PASS [ 11.570s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4072 | 2023-12-05T06:03:27.546Z | PASS [ 11.731s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4073 | 2023-12-05T06:03:36.894Z | PASS [ 10.362s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4074 | 2023-12-05T06:03:36.894Z | PASS [ 22.249s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4075 | 2023-12-05T06:03:36.894Z | PASS [ 22.033s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4076 | 2023-12-05T06:03:36.894Z | PASS [ 22.214s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4077 | 2023-12-05T06:03:36.894Z | PASS [ 21.677s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4078 | 2023-12-05T06:03:37.480Z | PASS [ 21.668s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4079 | 2023-12-05T06:03:38.061Z | PASS [ 10.621s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4080 | 2023-12-05T06:03:38.393Z | PASS [ 10.820s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4081 | 2023-12-05T06:03:41.544Z | PASS [ 5.622s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4082 | 2023-12-05T06:03:45.582Z | PASS [ 10.956s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4083 | 2023-12-05T06:03:59.124Z | PASS [ 22.930s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4084 | 2023-12-05T06:04:00.638Z | PASS [ 22.585s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4085 | 2023-12-05T06:04:01.820Z | PASS [ 23.455s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4086 | 2023-12-05T06:04:03.233Z | PASS [ 21.703s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4087 | 2023-12-05T06:04:08.195Z | PASS [ 30.710s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4088 | 2023-12-05T06:04:08.565Z | PASS [ 22.952s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4089 | 2023-12-05T06:04:09.048Z | PASS [ 33.064s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4090 | 2023-12-05T06:04:23.889Z | PASS [ 24.758s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4091 | 2023-12-05T06:04:25.189Z | PASS [ 24.552s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4092 | 2023-12-05T06:04:26.049Z | PASS [ 24.232s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4093 | 2023-12-05T06:04:27.337Z | PASS [ 24.112s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4094 | 2023-12-05T06:04:31.268Z | PASS [ 22.220s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4095 | 2023-12-05T06:04:31.530Z | PASS [ 23.023s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4096 | 2023-12-05T06:04:35.075Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4097 | 2023-12-05T06:04:35.209Z | PASS [ 60.135s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4098 | 2023-12-05T06:04:35.426Z | PASS [ 27.239s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4099 | 2023-12-05T06:04:48.131Z | PASS [ 24.221s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4100 | 2023-12-05T06:04:50.598Z | PASS [ 25.409s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4101 | 2023-12-05T06:04:51.579Z | PASS [ 24.119s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4102 | 2023-12-05T06:04:54.474Z | PASS [ 23.203s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4103 | 2023-12-05T06:04:55.297Z | PASS [ 23.771s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4104 | 2023-12-05T06:04:58.961Z | PASS [ 23.544s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4105 | 2023-12-05T06:04:59.271Z | PASS [ 24.058s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4106 | 2023-12-05T06:05:00.142Z | PASS [ 34.093s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4107 | 2023-12-05T06:05:12.268Z | PASS [ 24.169s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4108 | 2023-12-05T06:05:19.157Z | PASS [ 28.560s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4109 | 2023-12-05T06:05:19.680Z | PASS [ 25.210s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4110 | 2023-12-05T06:05:21.756Z | PASS [ 22.420s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4111 | 2023-12-05T06:05:23.257Z | PASS [ 31.124s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4112 | 2023-12-05T06:05:24.757Z | PASS [ 24.619s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4113 | 2023-12-05T06:05:26.236Z | PASS [ 30.941s] omicron-nexus::test_all integration_tests::silos::test_silos |
4114 | 2023-12-05T06:05:45.722Z | PASS [ 30.974s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4115 | 2023-12-05T06:05:46.697Z | PASS [ 29.064s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4116 | 2023-12-05T06:05:46.697Z | PASS [ 25.227s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4117 | 2023-12-05T06:05:46.697Z | PASS [ 22.501s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4118 | 2023-12-05T06:05:48.895Z | PASS [ 23.913s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4119 | 2023-12-05T06:05:52.083Z | PASS [ 25.828s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4120 | 2023-12-05T06:06:02.561Z | PASS [ 4.558s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4121 | 2023-12-05T06:06:02.561Z | PASS [ 23.874s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4122 | 2023-12-05T06:06:02.561Z | PASS [ 1.622s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4123 | 2023-12-05T06:06:02.561Z | PASS [ 36.869s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4124 | 2023-12-05T06:06:02.561Z | PASS [ 4.792s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4125 | 2023-12-05T06:06:02.561Z | PASS [ 4.560s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4126 | 2023-12-05T06:06:02.561Z | PASS [ 37.562s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4127 | 2023-12-05T06:06:02.561Z | PASS [ 4.508s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4128 | 2023-12-05T06:06:14.155Z | PASS [ 29.082s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4129 | 2023-12-05T06:06:17.282Z | PASS [ 35.956s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4130 | 2023-12-05T06:06:19.093Z | PASS [ 22.549s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4131 | 2023-12-05T06:06:20.584Z | PASS [ 21.235s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
4132 | 2023-12-05T06:06:20.717Z | PASS [ 22.048s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
4133 | 2023-12-05T06:06:21.224Z | PASS [ 21.864s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
4134 | 2023-12-05T06:06:21.499Z | PASS [ 0.776s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4135 | 2023-12-05T06:06:28.915Z | PASS [ 44.539s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4136 | 2023-12-05T06:06:32.890Z | PASS [ 35.884s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4137 | 2023-12-05T06:06:37.434Z | PASS [ 23.279s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
4138 | 2023-12-05T06:06:40.061Z | PASS [ 22.778s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
4139 | 2023-12-05T06:06:41.883Z | PASS [ 22.792s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
4140 | 2023-12-05T06:06:43.889Z | PASS [ 22.669s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4141 | 2023-12-05T06:06:46.839Z | PASS [ 25.348s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4142 | 2023-12-05T06:06:51.499Z | PASS [ 22.585s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4143 | 2023-12-05T06:07:05.166Z | PASS [ 32.424s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4144 | 2023-12-05T06:07:26.018Z | PASS [ 36.005s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4145 | 2023-12-05T06:07:26.018Z | PASS [ 34.015s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4146 | 2023-12-05T06:07:26.018Z | PASS [ 34.933s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4147 | 2023-12-05T06:07:26.018Z | PASS [ 34.060s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4148 | 2023-12-05T06:07:26.018Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4149 | 2023-12-05T06:07:26.018Z | PASS [ 33.530s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4150 | 2023-12-05T06:07:27.308Z | PASS [ 35.405s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4151 | 2023-12-05T06:07:40.990Z | PASS [ 35.836s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4152 | 2023-12-05T06:07:41.054Z | PASS [ 24.243s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4153 | 2023-12-05T06:07:50.075Z | PASS [ 36.640s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4154 | 2023-12-05T06:07:53.427Z | PASS [ 39.354s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4155 | 2023-12-05T06:08:01.293Z | PASS [ 43.351s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4156 | 2023-12-05T06:08:03.982Z | PASS [ 43.603s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4157 | 2023-12-05T06:08:07.905Z | PASS [ 107.733s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4158 | 2023-12-05T06:08:20.269Z | PASS [ 53.312s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4159 | 2023-12-05T06:08:27.899Z | PASS [ 19.992s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4160 | 2023-12-05T06:08:32.090Z | PASS [ 51.096s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4161 | 2023-12-05T06:08:32.191Z | PASS [ 51.139s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4162 | 2023-12-05T06:08:32.586Z | PASS [ 39.161s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4163 | 2023-12-05T06:08:37.678Z | PASS [ 33.712s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4164 | 2023-12-05T06:08:39.336Z | PASS [ 38.045s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4165 | 2023-12-05T06:08:41.710Z | PASS [ 21.502s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4166 | 2023-12-05T06:08:43.072Z | PASS [ 53.001s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4167 | 2023-12-05T06:08:50.369Z | PASS [ 22.481s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4168 | 2023-12-05T06:08:54.726Z | PASS [ 22.521s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4169 | 2023-12-05T06:08:54.741Z | PASS [ 22.647s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4170 | 2023-12-05T06:08:55.350Z | PASS [ 22.713s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4171 | 2023-12-05T06:09:00.310Z | PASS [ 22.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4172 | 2023-12-05T06:09:02.309Z | PASS [ 22.971s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4173 | 2023-12-05T06:09:04.933Z | PASS [ 23.208s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4174 | 2023-12-05T06:09:06.074Z | PASS [ 22.998s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4175 | 2023-12-05T06:09:13.053Z | PASS [ 22.683s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4176 | 2023-12-05T06:09:17.635Z | PASS [ 22.918s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4177 | 2023-12-05T06:09:17.914Z | PASS [ 23.185s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4178 | 2023-12-05T06:09:18.970Z | PASS [ 23.677s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4179 | 2023-12-05T06:09:23.620Z | PASS [ 23.313s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4180 | 2023-12-05T06:09:26.547Z | PASS [ 24.243s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4181 | 2023-12-05T06:09:28.360Z | PASS [ 23.408s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4182 | 2023-12-05T06:09:33.847Z | PASS [ 27.773s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4183 | 2023-12-05T06:09:43.213Z | PASS [ 30.163s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
4184 | 2023-12-05T06:09:46.275Z | PASS [ 22.650s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
4185 | 2023-12-05T06:09:46.947Z | PASS [ 29.033s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4186 | 2023-12-05T06:09:47.044Z | PASS [ 0.096s] omicron-package dot::test::test_bad_dependency |
4187 | 2023-12-05T06:09:47.086Z | PASS [ 0.045s] omicron-package dot::test::test_dot_output |
4188 | 2023-12-05T06:09:49.365Z | PASS [ 22.406s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
4189 | 2023-12-05T06:09:49.369Z | PASS [ 0.028s] omicron-passwords test::test_password_constraints |
4190 | 2023-12-05T06:09:49.369Z | PASS [ 30.174s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4191 | 2023-12-05T06:09:50.279Z | PASS [ 21.955s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
4192 | 2023-12-05T06:09:50.390Z | PASS [ 0.057s] omicron-passwords test::test_stable |
4193 | 2023-12-05T06:09:50.394Z | PASS [ 0.027s] omicron-passwords test::test_weak_hashes |
4194 | 2023-12-05T06:09:50.399Z | PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path |
4195 | 2023-12-05T06:09:50.399Z | PASS [ 32.763s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4196 | 2023-12-05T06:09:50.428Z | PASS [ 0.030s] omicron-rpaths internal::tests::test_emit_rpath |
4197 | 2023-12-05T06:09:50.475Z | PASS [ 0.079s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4198 | 2023-12-05T06:09:50.542Z | PASS [ 0.053s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4199 | 2023-12-05T06:09:50.542Z | PASS [ 0.095s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
4200 | 2023-12-05T06:09:50.654Z | PASS [ 0.070s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
4201 | 2023-12-05T06:09:50.660Z | PASS [ 0.092s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
4202 | 2023-12-05T06:09:50.661Z | PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4203 | 2023-12-05T06:09:50.667Z | PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
4204 | 2023-12-05T06:09:50.715Z | PASS [ 0.065s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4205 | 2023-12-05T06:09:50.726Z | PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4206 | 2023-12-05T06:09:50.766Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4207 | 2023-12-05T06:09:50.776Z | PASS [ 0.040s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4208 | 2023-12-05T06:09:50.790Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4209 | 2023-12-05T06:09:50.799Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4210 | 2023-12-05T06:09:50.829Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4211 | 2023-12-05T06:09:50.838Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4212 | 2023-12-05T06:09:50.875Z | PASS [ 0.038s] omicron-sled-agent profile::tests::empty_profile |
4213 | 2023-12-05T06:09:50.885Z | PASS [ 0.056s] omicron-sled-agent config::test::test_smf_configs |
4214 | 2023-12-05T06:09:50.913Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_instance |
4215 | 2023-12-05T06:09:50.930Z | PASS [ 0.047s] omicron-sled-agent profile::tests::test_multiple |
4216 | 2023-12-05T06:09:50.952Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_property |
4217 | 2023-12-05T06:09:50.979Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_property_group |
4218 | 2023-12-05T06:09:50.986Z | PASS [ 4.721s] omicron-omdb::test_all_output test_omdb_usage_errors |
4219 | 2023-12-05T06:09:51.058Z | PASS [ 0.044s] omicron-sled-agent profile::tests::test_service |
4220 | 2023-12-05T06:09:51.058Z | PASS [ 0.045s] omicron-sled-agent profile::tests::test_service_property_group |
4221 | 2023-12-05T06:09:51.058Z | PASS [ 0.064s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
4222 | 2023-12-05T06:09:51.058Z | PASS [ 0.056s] omicron-sled-agent rack_setup::config::test::test_subnets |
4223 | 2023-12-05T06:09:51.086Z | PASS [ 0.066s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4224 | 2023-12-05T06:09:51.086Z | PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4225 | 2023-12-05T06:09:51.101Z | PASS [ 0.043s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4226 | 2023-12-05T06:09:51.138Z | PASS [ 0.052s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema |
4227 | 2023-12-05T06:09:51.149Z | PASS [ 0.056s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4228 | 2023-12-05T06:09:51.199Z | PASS [ 0.052s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4229 | 2023-12-05T06:09:51.214Z | PASS [ 0.110s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4230 | 2023-12-05T06:09:51.226Z | PASS [ 0.041s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4231 | 2023-12-05T06:09:51.484Z | PASS [ 0.245s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4232 | 2023-12-05T06:09:51.484Z | PASS [ 0.259s] omicron-sled-agent services::test::test_ensure_service |
4233 | 2023-12-05T06:09:51.497Z | PASS [ 0.341s] omicron-sled-agent services::test::test_bad_generations |
4234 | 2023-12-05T06:09:51.716Z | PASS [ 0.241s] omicron-sled-agent services::test::test_old_ledger_migration |
4235 | 2023-12-05T06:09:51.743Z | PASS [ 0.261s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
4236 | 2023-12-05T06:09:51.965Z | PASS [ 0.227s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
4237 | 2023-12-05T06:09:52.016Z | PASS [ 0.050s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4238 | 2023-12-05T06:09:52.071Z | PASS [ 0.054s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
4239 | 2023-12-05T06:09:52.253Z | PASS [ 0.183s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
4240 | 2023-12-05T06:09:52.314Z | PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4241 | 2023-12-05T06:09:52.350Z | PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4242 | 2023-12-05T06:09:52.368Z | PASS [ 0.658s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
4243 | 2023-12-05T06:09:52.379Z | PASS [ 0.894s] omicron-sled-agent services::test::test_old_ledger_migration_continue |
4244 | 2023-12-05T06:09:52.402Z | PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4245 | 2023-12-05T06:09:52.414Z | PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4246 | 2023-12-05T06:09:52.427Z | PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4247 | 2023-12-05T06:09:52.443Z | PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4248 | 2023-12-05T06:09:52.460Z | PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components |
4249 | 2023-12-05T06:09:52.526Z | PASS [ 0.047s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4250 | 2023-12-05T06:09:52.535Z | PASS [ 0.056s] omicron-sled-agent updates::test::test_query_zone_version |
4251 | 2023-12-05T06:09:52.535Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
4252 | 2023-12-05T06:09:52.553Z | PASS [ 3.570s] omicron-passwords test::test_reproducible |
4253 | 2023-12-05T06:09:52.605Z | PASS [ 0.055s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
4254 | 2023-12-05T06:09:52.709Z | PASS [ 0.249s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
4255 | 2023-12-05T06:09:53.234Z | PASS [ 0.715s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
4256 | 2023-12-05T06:09:53.417Z | PASS [ 0.704s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
4257 | 2023-12-05T06:09:53.501Z | PASS [ 0.079s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
4258 | 2023-12-05T06:09:54.063Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
4259 | 2023-12-05T06:09:54.063Z | PASS [ 0.070s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
4260 | 2023-12-05T06:09:54.064Z | PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
4261 | 2023-12-05T06:09:54.064Z | PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
4262 | 2023-12-05T06:09:54.064Z | PASS [ 1.218s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
4263 | 2023-12-05T06:09:54.064Z | PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
4264 | 2023-12-05T06:09:54.638Z | PASS [ 0.502s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
4265 | 2023-12-05T06:09:54.652Z | PASS [ 1.637s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
4266 | 2023-12-05T06:09:54.652Z | PASS [ 1.162s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
4267 | 2023-12-05T06:09:54.652Z | PASS [ 0.064s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
4268 | 2023-12-05T06:09:54.652Z | PASS [ 0.893s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
4269 | 2023-12-05T06:09:54.693Z | PASS [ 0.038s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
4270 | 2023-12-05T06:09:54.714Z | PASS [ 0.448s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
4271 | 2023-12-05T06:09:54.714Z | PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
4272 | 2023-12-05T06:09:54.726Z | PASS [ 0.474s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
4273 | 2023-12-05T06:09:54.726Z | PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
4274 | 2023-12-05T06:09:54.765Z | PASS [ 0.087s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
4275 | 2023-12-05T06:09:55.140Z | PASS [ 0.421s] omicron-test-utils dev::db::test::test_bad_cmd |
4276 | 2023-12-05T06:09:55.436Z | PASS [ 0.715s] omicron-test-utils dev::db::test::test_cmd_fails |
4277 | 2023-12-05T06:09:55.897Z | PASS [ 0.047s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
4278 | 2023-12-05T06:09:55.907Z | PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
4279 | 2023-12-05T06:09:55.907Z | PASS [ 0.032s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
4280 | 2023-12-05T06:09:55.907Z | PASS [ 0.040s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
4281 | 2023-12-05T06:09:55.907Z | PASS [ 0.410s] omicron-test-utils dev::db::test::test_database_start_hang |
4282 | 2023-12-05T06:09:55.907Z | PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_normal |
4283 | 2023-12-05T06:09:56.434Z | PASS [ 9.337s] omicron-passwords test::test_compatible |
4284 | 2023-12-05T06:09:56.521Z | PASS [ 0.040s] omicron-test-utils dev::db::test::test_starter_tmpdir |
4285 | 2023-12-05T06:09:56.561Z | PASS [ 0.073s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
4286 | 2023-12-05T06:09:56.611Z | PASS [ 0.051s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
4287 | 2023-12-05T06:09:56.644Z | PASS [ 0.056s] oximeter histogram::tests::test_bin_range |
4288 | 2023-12-05T06:09:56.691Z | PASS [ 0.033s] oximeter histogram::tests::test_bin_range_from |
4289 | 2023-12-05T06:09:56.771Z | PASS [ 0.033s] oximeter histogram::tests::test_bin_range_to |
4290 | 2023-12-05T06:09:56.784Z | PASS [ 0.038s] oximeter histogram::tests::test_empty_bins_not_supported |
4291 | 2023-12-05T06:09:56.806Z | PASS [ 0.038s] oximeter histogram::tests::test_ensure_finite |
4292 | 2023-12-05T06:09:56.875Z | PASS [ 0.044s] oximeter histogram::tests::test_histogram |
4293 | 2023-12-05T06:09:56.889Z | PASS [ 0.036s] oximeter histogram::tests::test_histogram_extreme_bins |
4294 | 2023-12-05T06:09:56.900Z | PASS [ 0.034s] oximeter histogram::tests::test_histogram_extreme_samples |
4295 | 2023-12-05T06:09:56.936Z | PASS [ 0.036s] oximeter histogram::tests::test_histogram_float_bins |
4296 | 2023-12-05T06:09:57.003Z | PASS [ 0.046s] oximeter histogram::tests::test_histogram_to_arrays |
4297 | 2023-12-05T06:09:57.016Z | PASS [ 0.034s] oximeter histogram::tests::test_histogram_unbounded_samples |
4298 | 2023-12-05T06:09:57.056Z | PASS [ 0.037s] oximeter histogram::tests::test_histogram_unsorted_bins |
4299 | 2023-12-05T06:09:57.112Z | PASS [ 0.042s] oximeter histogram::tests::test_histogram_with_bins |
4300 | 2023-12-05T06:09:57.172Z | PASS [ 0.052s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
4301 | 2023-12-05T06:09:57.181Z | PASS [ 0.035s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
4302 | 2023-12-05T06:09:57.257Z | PASS [ 0.072s] oximeter histogram::tests::test_log_linear_bins_all_representable |
4303 | 2023-12-05T06:09:57.292Z | PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
4304 | 2023-12-05T06:09:57.340Z | PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
4305 | 2023-12-05T06:09:57.368Z | PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
4306 | 2023-12-05T06:09:57.400Z | PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
4307 | 2023-12-05T06:09:58.101Z | PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
4308 | 2023-12-05T06:09:58.116Z | PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
4309 | 2023-12-05T06:09:58.116Z | PASS [ 0.037s] oximeter histogram::tests::test_span_decades |
4310 | 2023-12-05T06:09:58.116Z | PASS [ 0.050s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
4311 | 2023-12-05T06:09:58.116Z | PASS [ 0.044s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
4312 | 2023-12-05T06:09:58.116Z | PASS [ 0.047s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
4313 | 2023-12-05T06:09:58.117Z | PASS [ 0.101s] oximeter test_util::tests::test_gen_test_samples |
4314 | 2023-12-05T06:09:58.117Z | PASS [ 0.065s] oximeter traits::tests::test_metric_trait |
4315 | 2023-12-05T06:09:58.117Z | PASS [ 0.039s] oximeter traits::tests::test_producer_trait |
4316 | 2023-12-05T06:09:58.117Z | PASS [ 0.046s] oximeter traits::tests::test_target_trait |
4317 | 2023-12-05T06:09:58.117Z | PASS [ 0.034s] oximeter types::tests::test_cumulative_f64 |
4318 | 2023-12-05T06:09:58.117Z | PASS [ 0.036s] oximeter types::tests::test_cumulative_i64 |
4319 | 2023-12-05T06:09:58.117Z | PASS [ 0.040s] oximeter types::tests::test_datum |
4320 | 2023-12-05T06:09:58.117Z | PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
4321 | 2023-12-05T06:09:58.117Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
4322 | 2023-12-05T06:09:58.151Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
4323 | 2023-12-05T06:09:58.215Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
4324 | 2023-12-05T06:10:05.473Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
4325 | 2023-12-05T06:10:05.473Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
4326 | 2023-12-05T06:10:05.473Z | LEAK [ 2.700s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
4327 | 2023-12-05T06:10:05.473Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
4328 | 2023-12-05T06:10:05.473Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
4329 | 2023-12-05T06:10:05.473Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
4330 | 2023-12-05T06:10:05.473Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
4331 | 2023-12-05T06:10:05.473Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
4332 | 2023-12-05T06:10:05.473Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
4333 | 2023-12-05T06:10:05.473Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
4334 | 2023-12-05T06:10:05.473Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
4335 | 2023-12-05T06:10:05.473Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
4336 | 2023-12-05T06:10:05.473Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
4337 | 2023-12-05T06:10:05.473Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
4338 | 2023-12-05T06:10:05.473Z | PASS [ 0.036s] oximeter types::tests::test_measurement |
4339 | 2023-12-05T06:10:05.473Z | PASS [ 0.038s] oximeter types::tests::test_sample_struct |
4340 | 2023-12-05T06:10:05.473Z | PASS [ 0.034s] oximeter types::tests::test_verify_field_names |
4341 | 2023-12-05T06:10:05.473Z | PASS [ 0.379s] oximeter-collector agent::tests::test_self_stat_collection_count |
4342 | 2023-12-05T06:10:05.473Z | PASS [ 0.370s] oximeter-collector agent::tests::test_self_stat_error_counter |
4343 | 2023-12-05T06:10:05.473Z | PASS [ 0.038s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
4344 | 2023-12-05T06:10:05.473Z | PASS [ 0.197s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
4345 | 2023-12-05T06:10:05.473Z | PASS [ 0.179s] oximeter-collector::test_commands test_oximeter_no_args |
4346 | 2023-12-05T06:10:05.473Z | PASS [ 0.130s] oximeter-collector::test_commands test_oximeter_openapi |
4347 | 2023-12-05T06:10:05.473Z | PASS [ 25.806s] omicron-omdb::test_all_output test_omdb_env_settings |
4348 | 2023-12-05T06:10:05.473Z | PASS [ 1.582s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
4349 | 2023-12-05T06:10:05.473Z | PASS [ 5.267s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
4350 | 2023-12-05T06:10:05.473Z | PASS [ 6.242s] omicron-test-utils dev::db::test::test_database_concurrent |
4351 | 2023-12-05T06:10:05.473Z | PASS [ 0.050s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
4352 | 2023-12-05T06:10:05.474Z | PASS [ 1.758s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
4353 | 2023-12-05T06:10:05.474Z | PASS [ 3.484s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
4354 | 2023-12-05T06:10:05.474Z | PASS [ 1.811s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
4355 | 2023-12-05T06:10:05.474Z | PASS [ 0.034s] oximeter-db client::tests::test_unravel_index |
4356 | 2023-12-05T06:10:05.474Z | PASS [ 1.814s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
4357 | 2023-12-05T06:10:05.474Z | PASS [ 0.060s] oximeter-db client::tests::test_verify_schema_upgrades |
4358 | 2023-12-05T06:10:05.474Z | PASS [ 0.049s] oximeter-db model::tests::test_db_bool |
4359 | 2023-12-05T06:10:05.474Z | PASS [ 1.719s] oximeter-db client::tests::test_select_all_field_types |
4360 | 2023-12-05T06:10:05.474Z | PASS [ 0.111s] oximeter-db model::tests::test_db_datum_type_conversion |
4361 | 2023-12-05T06:10:05.897Z | PASS [ 0.092s] oximeter-db model::tests::test_db_field_list_conversion |
4362 | 2023-12-05T06:10:05.897Z | PASS [ 0.097s] oximeter-db model::tests::test_db_field_type_conversion |
4363 | 2023-12-05T06:10:05.897Z | PASS [ 0.058s] oximeter-db model::tests::test_db_histogram |
4364 | 2023-12-05T06:10:05.897Z | PASS [ 0.051s] oximeter-db model::tests::test_histogram_to_arrays |
4365 | 2023-12-05T06:10:05.898Z | PASS [ 0.059s] oximeter-db model::tests::test_parse_bytes_measurement |
4366 | 2023-12-05T06:10:05.898Z | PASS [ 0.039s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
4367 | 2023-12-05T06:10:05.898Z | PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
4368 | 2023-12-05T06:10:05.898Z | PASS [ 0.046s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
4369 | 2023-12-05T06:10:05.898Z | PASS [ 0.049s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
4370 | 2023-12-05T06:10:05.900Z | PASS [ 0.279s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
4371 | 2023-12-05T06:10:05.900Z | PASS [ 0.048s] oximeter-db model::tests::test_unroll_from_source |
4372 | 2023-12-05T06:10:05.900Z | PASS [ 0.571s] oximeter-db model::tests::test_db_bool_bad |
4373 | 2023-12-05T06:10:05.901Z | PASS [ 0.061s] oximeter-db model::tests::test_unroll_measurement_row |
4374 | 2023-12-05T06:10:05.901Z | PASS [ 0.044s] oximeter-db model::tests::test_unroll_missing_measurement_row |
4375 | 2023-12-05T06:10:05.905Z | PASS [ 0.050s] oximeter-db query::tests::test_field_selector_as_query |
4376 | 2023-12-05T06:10:05.905Z | PASS [ 0.069s] oximeter-db query::tests::test_field_cmp |
4377 | 2023-12-05T06:10:05.905Z | PASS [ 0.062s] oximeter-db query::tests::test_field_value_as_db_str |
4378 | 2023-12-05T06:10:05.905Z | PASS [ 0.077s] oximeter-db query::tests::test_select_query_builder_field_selectors |
4379 | 2023-12-05T06:10:05.905Z | PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_from_parts |
4380 | 2023-12-05T06:10:05.905Z | PASS [ 0.123s] oximeter-db query::tests::test_select_query_builder_filter_raw |
4381 | 2023-12-05T06:10:05.906Z | PASS [ 0.074s] oximeter-db query::tests::test_select_query_builder_full |
4382 | 2023-12-05T06:10:05.906Z | PASS [ 0.077s] oximeter-db query::tests::test_select_query_builder_limit_offset |
4383 | 2023-12-05T06:10:05.906Z | PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields |
4384 | 2023-12-05T06:10:05.906Z | PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_no_selectors |
4385 | 2023-12-05T06:10:05.906Z | PASS [ 0.041s] oximeter-db query::tests::test_time_range |
4386 | 2023-12-05T06:10:05.906Z | PASS [ 0.060s] oximeter-db tests::test_field_schema_ordering |
4387 | 2023-12-05T06:10:05.906Z | PASS [ 0.103s] oximeter-db query::tests::test_string_field_selector |
4388 | 2023-12-05T06:10:05.906Z | PASS [ 0.056s] oximeter-db tests::test_schema_field_ordering_across_target_metric |
4389 | 2023-12-05T06:10:05.906Z | PASS [ 0.039s] oximeter-db tests::test_timeseries_key_field_stability |
4390 | 2023-12-05T06:10:05.906Z | PASS [ 0.037s] oximeter-db tests::test_timeseries_key_sample_stability |
4391 | 2023-12-05T06:10:05.906Z | PASS [ 0.040s] oximeter-db tests::test_timeseries_name |
4392 | 2023-12-05T06:10:05.906Z | PASS [ 0.043s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
4393 | 2023-12-05T06:10:05.906Z | PASS [ 0.065s] oximeter-db tests::test_timeseries_name_from_str |
4394 | 2023-12-05T06:10:05.906Z | PASS [ 0.050s] oximeter-instruments http::tests::test_latency_tracker |
4395 | 2023-12-05T06:10:05.906Z | PASS [ 0.036s] oximeter-instruments http::tests::test_normalize_uri_path |
4396 | 2023-12-05T06:10:05.907Z | PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
4397 | 2023-12-05T06:10:05.907Z | PASS [ 0.110s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
4398 | 2023-12-05T06:10:05.907Z | PASS [ 0.126s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
4399 | 2023-12-05T06:10:05.907Z | PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_physical_datalink |
4400 | 2023-12-05T06:10:05.907Z | PASS [ 0.088s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
4401 | 2023-12-05T06:10:05.907Z | PASS [ 0.082s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
4402 | 2023-12-05T06:10:05.907Z | PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
4403 | 2023-12-05T06:10:05.907Z | PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
4404 | 2023-12-05T06:10:05.907Z | PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
4405 | 2023-12-05T06:10:05.907Z | PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
4406 | 2023-12-05T06:10:05.907Z | PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
4407 | 2023-12-05T06:10:05.907Z | PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
4408 | 2023-12-05T06:10:05.907Z | PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field |
4409 | 2023-12-05T06:10:05.907Z | PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field |
4410 | 2023-12-05T06:10:05.907Z | PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum |
4411 | 2023-12-05T06:10:05.907Z | PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field |
4412 | 2023-12-05T06:10:05.907Z | PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target |
4413 | 2023-12-05T06:10:05.907Z | PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct |
4414 | 2023-12-05T06:10:05.910Z | PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum |
4415 | 2023-12-05T06:10:05.910Z | PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct |
4416 | 2023-12-05T06:10:05.910Z | PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field |
4417 | 2023-12-05T06:10:05.910Z | PASS [ 0.046s] sled-hardware disk::test::test_disk_paths |
4418 | 2023-12-05T06:10:05.911Z | PASS [ 0.046s] sled-hardware disk::test::test_partition_device_paths |
4419 | 2023-12-05T06:10:05.911Z | PASS [ 0.051s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
4420 | 2023-12-05T06:10:05.911Z | PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
4421 | 2023-12-05T06:10:05.911Z | PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
4422 | 2023-12-05T06:10:05.911Z | PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
4423 | 2023-12-05T06:10:05.911Z | PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
4424 | 2023-12-05T06:10:05.911Z | PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
4425 | 2023-12-05T06:10:05.911Z | PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
4426 | 2023-12-05T06:10:05.911Z | PASS [ 0.037s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
4427 | 2023-12-05T06:10:05.911Z | PASS [ 0.049s] sled-storage dataset::test::serialize_dataset_name |
4428 | 2023-12-05T06:10:05.911Z | PASS [ 0.069s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
4429 | 2023-12-05T06:10:05.911Z | PASS [ 1.472s] sled-storage manager::tests::delete_disk_triggers_notification |
4430 | 2023-12-05T06:10:05.911Z | PASS [ 1.603s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
4431 | 2023-12-05T06:10:07.481Z | PASS [ 1.783s] sled-storage manager::tests::queued_disks_get_added_as_resources |
4432 | 2023-12-05T06:10:07.643Z | PASS [ 1.799s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
4433 | 2023-12-05T06:10:08.934Z | PASS [ 1.286s] sled-storage manager::tests::wait_for_bootdisk |
4434 | 2023-12-05T06:10:09.068Z | PASS [ 1.595s] sled-storage manager::tests::upsert_filesystem |
4435 | 2023-12-05T06:10:09.968Z | PASS [ 0.903s] tufaceous::integration-tests command_tests::test_init_and_add |
4436 | 2023-12-05T06:10:10.651Z | PASS [ 27.433s] omicron-omdb::test_all_output test_omdb_success_cases |
4437 | 2023-12-05T06:10:10.686Z | PASS [ 0.040s] tufaceous-lib archive::tests::test_validate_path |
4438 | 2023-12-05T06:10:11.150Z | PASS [ 0.044s] tufaceous-lib key::tests::test_from_str |
4439 | 2023-12-05T06:10:11.162Z | PASS [ 1.929s] tufaceous::integration-tests command_tests::test_assemble_fake |
4440 | 2023-12-05T06:10:11.162Z | PASS [ 0.133s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
4441 | 2023-12-05T06:10:11.162Z | PASS [ 0.164s] update-engine display::group_display::tests::test_stats |
4442 | 2023-12-05T06:10:11.166Z | PASS [ 0.033s] update-engine display::line_display_shared::tests::test_format_progress_counter |
4443 | 2023-12-05T06:10:11.166Z | PASS [ 0.042s] update-engine engine::tests::error_exits_early |
4444 | 2023-12-05T06:10:11.166Z | PASS [ 0.041s] update-engine events::tests::progress_event_parse_unknown |
4445 | 2023-12-05T06:10:11.193Z | PASS [ 0.044s] update-engine events::tests::step_event_parse_unknown |
4446 | 2023-12-05T06:10:11.225Z | PASS [ 0.365s] update-engine buffer::tests::test_buffer |
4447 | 2023-12-05T06:10:11.265Z | PASS [ 0.039s] wicket state::inventory::tests::component_id_display |
4448 | 2023-12-05T06:10:11.296Z | PASS [ 0.102s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
4449 | 2023-12-05T06:10:11.418Z | PASS [ 22.276s] omicron-passwords test::test_smoke |
4450 | 2023-12-05T06:10:11.448Z | PASS [ 1.476s] tufaceous::manifest-tests check_manifest::fake.toml |
4451 | 2023-12-05T06:10:11.533Z | PASS [ 0.085s] wicketd installinator_progress::tests::test_states |
4452 | 2023-12-05T06:10:11.602Z | PASS [ 0.181s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts |
4453 | 2023-12-05T06:10:11.812Z | PASS [ 0.548s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
4454 | 2023-12-05T06:10:11.914Z | PASS [ 16.368s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
4455 | 2023-12-05T06:10:12.507Z | PASS [ 0.976s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
4456 | 2023-12-05T06:10:13.267Z | PASS [ 1.986s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake |
4457 | 2023-12-05T06:10:13.284Z | PASS [ 1.694s] wicketd::mod integration_tests::inventory::test_inventory |
4458 | 2023-12-05T06:10:14.660Z | PASS [ 2.754s] wicketd::mod integration_tests::updates::test_update_races |
4459 | 2023-12-05T06:10:16.143Z | PASS [ 3.647s] wicketd::mod integration_tests::updates::test_updates |
4460 | 2023-12-05T06:10:16.537Z | PASS [ 4.734s] wicketd::mod integration_tests::updates::test_installinator_fetch |
4461 | 2023-12-05T06:10:16.956Z | PASS [ 12.702s] sled-storage manager::tests::ensure_using_exactly_these_disks |
4462 | 2023-12-05T06:10:19.697Z | PASS [ 18.295s] oximeter-db client::tests::test_single_node |
4463 | 2023-12-05T06:10:21.582Z | PASS [ 19.023s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
4464 | 2023-12-05T06:11:21.581Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
4465 | 2023-12-05T06:12:21.578Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
4466 | 2023-12-05T06:13:21.572Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
4467 | 2023-12-05T06:14:21.570Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
4468 | 2023-12-05T06:15:21.569Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
4469 | 2023-12-05T06:16:21.565Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
4470 | 2023-12-05T06:16:25.322Z | PASS [ 363.770s] oximeter-db client::tests::test_replicated |
4471 | 2023-12-05T06:16:25.325Z | ------------ |
4472 | 2023-12-05T06:16:25.325Z | Summary [1815.757s] 961 tests run: 961 passed (15 slow, 1 leaky), 3 skipped |
4473 | 2023-12-05T06:16:25.357Z | |
4474 | 2023-12-05T06:16:25.360Z | real 30:26.443624698 |
4475 | 2023-12-05T06:16:25.361Z | user 2:27:37.435307238 |
4476 | 2023-12-05T06:16:25.361Z | sys 34:07.917381388 |
4477 | 2023-12-05T06:16:25.361Z | trap 2:40.838055981 |
4478 | 2023-12-05T06:16:25.361Z | tflt 6.806578924 |
4479 | 2023-12-05T06:16:25.361Z | dflt 22.434278364 |
4480 | 2023-12-05T06:16:25.361Z | kflt 0.193944218 |
4481 | 2023-12-05T06:16:25.361Z | lock 642:12:09.562815219 |
4482 | 2023-12-05T06:16:25.361Z | slp 36:20:05.537017554 |
4483 | 2023-12-05T06:16:25.361Z | lat 2:41:17.225043904 |
4484 | 2023-12-05T06:16:25.361Z | stop 24:33.042369836 |
4485 | 2023-12-05T06:16:25.361Z | |
4486 | 2023-12-05T06:16:25.361Z | ##### #### #### ##### ###### #### ##### |
4487 | 2023-12-05T06:16:25.361Z | # # # # # # # # # # |
4488 | 2023-12-05T06:16:25.361Z | # # # # # # ##### #### # |
4489 | 2023-12-05T06:16:25.361Z | # # # # # # # # # |
4490 | 2023-12-05T06:16:25.361Z | # # # # # # # # # # # |
4491 | 2023-12-05T06:16:25.361Z | ##### #### #### # ###### #### # |
4492 | 2023-12-05T06:16:25.361Z | |
4493 | 2023-12-05T06:16:26.812Z | Fresh unicode-ident v1.0.12 |
4494 | 2023-12-05T06:16:26.819Z | Fresh cfg-if v1.0.0 |
4495 | 2023-12-05T06:16:26.819Z | Fresh autocfg v1.1.0 |
4496 | 2023-12-05T06:16:26.819Z | Fresh version_check v0.9.4 |
4497 | 2023-12-05T06:16:26.819Z | Fresh proc-macro2 v1.0.69 |
4498 | 2023-12-05T06:16:26.819Z | Fresh memchr v2.6.3 |
4499 | 2023-12-05T06:16:26.819Z | Fresh log v0.4.20 |
4500 | 2023-12-05T06:16:26.819Z | Fresh once_cell v1.18.0 |
4501 | 2023-12-05T06:16:26.819Z | Fresh scopeguard v1.2.0 |
4502 | 2023-12-05T06:16:26.819Z | Fresh quote v1.0.33 |
4503 | 2023-12-05T06:16:26.819Z | Fresh libc v0.2.150 |
4504 | 2023-12-05T06:16:26.819Z | Fresh smallvec v1.11.0 |
4505 | 2023-12-05T06:16:26.819Z | Fresh itoa v1.0.9 |
4506 | 2023-12-05T06:16:26.819Z | Fresh syn v2.0.32 |
4507 | 2023-12-05T06:16:26.819Z | Fresh syn v1.0.109 |
4508 | 2023-12-05T06:16:26.819Z | Fresh getrandom v0.2.10 |
4509 | 2023-12-05T06:16:26.819Z | Fresh spin v0.5.2 |
4510 | 2023-12-05T06:16:26.819Z | Fresh serde_derive v1.0.192 |
4511 | 2023-12-05T06:16:26.819Z | Fresh lock_api v0.4.10 |
4512 | 2023-12-05T06:16:26.819Z | Fresh parking_lot_core v0.9.8 |
4513 | 2023-12-05T06:16:26.819Z | Fresh libm v0.2.7 |
4514 | 2023-12-05T06:16:26.819Z | Fresh cc v1.0.83 |
4515 | 2023-12-05T06:16:26.819Z | Fresh pin-project-lite v0.2.13 |
4516 | 2023-12-05T06:16:26.819Z | Fresh thiserror-impl v1.0.49 |
4517 | 2023-12-05T06:16:26.819Z | Fresh serde v1.0.192 |
4518 | 2023-12-05T06:16:26.819Z | Fresh parking_lot v0.12.1 |
4519 | 2023-12-05T06:16:26.819Z | Fresh num-traits v0.2.16 |
4520 | 2023-12-05T06:16:26.819Z | Fresh rand_core v0.6.4 |
4521 | 2023-12-05T06:16:26.819Z | Fresh signal-hook-registry v1.4.1 |
4522 | 2023-12-05T06:16:26.821Z | Fresh mio v0.8.9 |
4523 | 2023-12-05T06:16:26.821Z | Fresh bytes v1.5.0 |
4524 | 2023-12-05T06:16:26.821Z | Fresh thiserror v1.0.49 |
4525 | 2023-12-05T06:16:26.821Z | Fresh bitflags v2.4.0 |
4526 | 2023-12-05T06:16:26.821Z | Fresh ryu v1.0.15 |
4527 | 2023-12-05T06:16:26.821Z | Fresh num_cpus v1.16.0 |
4528 | 2023-12-05T06:16:26.821Z | Fresh zeroize_derive v1.4.2 |
4529 | 2023-12-05T06:16:26.821Z | Fresh futures-core v0.3.29 |
4530 | 2023-12-05T06:16:26.821Z | Fresh zeroize v1.7.0 |
4531 | 2023-12-05T06:16:26.821Z | Fresh tokio-macros v2.2.0 |
4532 | 2023-12-05T06:16:26.821Z | Fresh socket2 v0.5.5 |
4533 | 2023-12-05T06:16:26.821Z | Fresh heck v0.4.1 |
4534 | 2023-12-05T06:16:26.821Z | Fresh fnv v1.0.7 |
4535 | 2023-12-05T06:16:26.821Z | Fresh futures-sink v0.3.29 |
4536 | 2023-12-05T06:16:26.821Z | Fresh serde_json v1.0.108 |
4537 | 2023-12-05T06:16:26.821Z | Fresh tokio v1.34.0 |
4538 | 2023-12-05T06:16:26.821Z | Fresh lazy_static v1.4.0 |
4539 | 2023-12-05T06:16:26.821Z | Fresh regex-syntax v0.8.2 |
4540 | 2023-12-05T06:16:26.821Z | Fresh hashbrown v0.14.2 |
4541 | 2023-12-05T06:16:26.821Z | Fresh pin-utils v0.1.0 |
4542 | 2023-12-05T06:16:26.821Z | Fresh futures-macro v0.3.29 |
4543 | 2023-12-05T06:16:26.821Z | Fresh errno v0.3.2 |
4544 | 2023-12-05T06:16:26.821Z | Fresh slab v0.4.9 |
4545 | 2023-12-05T06:16:26.821Z | Fresh futures-task v0.3.29 |
4546 | 2023-12-05T06:16:26.821Z | Fresh futures-channel v0.3.29 |
4547 | 2023-12-05T06:16:26.821Z | Fresh aho-corasick v1.0.4 |
4548 | 2023-12-05T06:16:26.821Z | Fresh futures-io v0.3.29 |
4549 | 2023-12-05T06:16:26.821Z | Fresh byteorder v1.5.0 |
4550 | 2023-12-05T06:16:26.822Z | Fresh regex-automata v0.4.3 |
4551 | 2023-12-05T06:16:26.822Z | Fresh futures-util v0.3.29 |
4552 | 2023-12-05T06:16:26.822Z | Fresh equivalent v1.0.1 |
4553 | 2023-12-05T06:16:26.822Z | Fresh iana-time-zone v0.1.57 |
4554 | 2023-12-05T06:16:26.822Z | Fresh pkg-config v0.3.27 |
4555 | 2023-12-05T06:16:26.822Z | Fresh subtle v2.5.0 |
4556 | 2023-12-05T06:16:26.822Z | Fresh regex v1.10.2 |
4557 | 2023-12-05T06:16:26.822Z | Fresh typenum v1.16.0 |
4558 | 2023-12-05T06:16:26.822Z | Fresh indexmap v2.1.0 |
4559 | 2023-12-05T06:16:26.822Z | Fresh chrono v0.4.31 |
4560 | 2023-12-05T06:16:26.822Z | Fresh uuid v1.6.1 |
4561 | 2023-12-05T06:16:26.829Z | Fresh tinyvec_macros v0.1.1 |
4562 | 2023-12-05T06:16:26.829Z | Fresh tracing-attributes v0.1.26 |
4563 | 2023-12-05T06:16:26.829Z | Fresh generic-array v0.14.7 |
4564 | 2023-12-05T06:16:26.829Z | Fresh tinyvec v1.6.0 |
4565 | 2023-12-05T06:16:26.829Z | Fresh tracing-core v0.1.31 |
4566 | 2023-12-05T06:16:26.829Z | Fresh const-oid v0.9.5 |
4567 | 2023-12-05T06:16:26.829Z | Fresh base64 v0.21.5 |
4568 | 2023-12-05T06:16:26.829Z | Fresh http v0.2.11 |
4569 | 2023-12-05T06:16:26.829Z | Fresh unicode-bidi v0.3.13 |
4570 | 2023-12-05T06:16:26.830Z | Fresh rustix v0.38.25 |
4571 | 2023-12-05T06:16:26.830Z | Fresh crypto-common v0.1.6 |
4572 | 2023-12-05T06:16:26.830Z | Fresh tracing v0.1.37 |
4573 | 2023-12-05T06:16:26.830Z | Fresh unicode-normalization v0.1.22 |
4574 | 2023-12-05T06:16:26.830Z | Fresh serde_derive_internals v0.26.0 |
4575 | 2023-12-05T06:16:26.830Z | Fresh dyn-clone v1.0.13 |
4576 | 2023-12-05T06:16:26.830Z | Fresh percent-encoding v2.3.1 |
4577 | 2023-12-05T06:16:26.830Z | Fresh schemars_derive v0.8.13 |
4578 | 2023-12-05T06:16:26.830Z | Fresh bitflags v1.3.2 |
4579 | 2023-12-05T06:16:26.830Z | Fresh ppv-lite86 v0.2.17 |
4580 | 2023-12-05T06:16:26.830Z | Fresh form_urlencoded v1.2.1 |
4581 | 2023-12-05T06:16:26.830Z | Fresh spin v0.9.8 |
4582 | 2023-12-05T06:16:26.830Z | Fresh block-buffer v0.10.4 |
4583 | 2023-12-05T06:16:26.830Z | Fresh schemars v0.8.13 |
4584 | 2023-12-05T06:16:26.830Z | Fresh rand_chacha v0.3.1 |
4585 | 2023-12-05T06:16:26.830Z | Fresh hashbrown v0.12.3 |
4586 | 2023-12-05T06:16:26.830Z | Fresh vcpkg v0.2.15 |
4587 | 2023-12-05T06:16:26.830Z | Fresh unicode-width v0.1.11 |
4588 | 2023-12-05T06:16:26.830Z | Fresh digest v0.10.7 |
4589 | 2023-12-05T06:16:26.830Z | Fresh rand v0.8.5 |
4590 | 2023-12-05T06:16:26.830Z | Fresh indexmap v1.9.3 |
4591 | 2023-12-05T06:16:26.830Z | Fresh either v1.9.0 |
4592 | 2023-12-05T06:16:26.830Z | Fresh idna v0.5.0 |
4593 | 2023-12-05T06:16:26.830Z | Fresh ucd-trie v0.1.6 |
4594 | 2023-12-05T06:16:26.830Z | Fresh httparse v1.8.0 |
4595 | 2023-12-05T06:16:26.830Z | Fresh url v2.5.0 |
4596 | 2023-12-05T06:16:26.830Z | Fresh pest v2.7.2 |
4597 | 2023-12-05T06:16:26.830Z | Fresh tokio-util v0.7.10 |
4598 | 2023-12-05T06:16:26.830Z | Fresh serde_spanned v0.6.4 |
4599 | 2023-12-05T06:16:26.830Z | Fresh toml_datetime v0.6.5 |
4600 | 2023-12-05T06:16:26.830Z | Fresh socket2 v0.4.9 |
4601 | 2023-12-05T06:16:26.831Z | Fresh adler v1.0.2 |
4602 | 2023-12-05T06:16:26.831Z | Fresh winnow v0.5.15 |
4603 | 2023-12-05T06:16:26.831Z | Fresh semver v1.0.20 |
4604 | 2023-12-05T06:16:26.831Z | Fresh miniz_oxide v0.7.1 |
4605 | 2023-12-05T06:16:26.831Z | Fresh try-lock v0.2.4 |
4606 | 2023-12-05T06:16:26.831Z | Fresh httpdate v1.0.3 |
4607 | 2023-12-05T06:16:26.831Z | Fresh untrusted v0.7.1 |
4608 | 2023-12-05T06:16:26.831Z | Fresh strsim v0.10.0 |
4609 | 2023-12-05T06:16:26.831Z | Fresh ahash v0.8.3 |
4610 | 2023-12-05T06:16:26.831Z | Fresh ring v0.16.20 |
4611 | 2023-12-05T06:16:26.831Z | Fresh want v0.3.1 |
4612 | 2023-12-05T06:16:26.831Z | Fresh h2 v0.3.21 |
4613 | 2023-12-05T06:16:26.831Z | Fresh http-body v0.4.5 |
4614 | 2023-12-05T06:16:26.831Z | Fresh foreign-types-shared v0.1.1 |
4615 | 2023-12-05T06:16:26.831Z | Fresh untrusted v0.9.0 |
4616 | 2023-12-05T06:16:26.831Z | Fresh openssl-probe v0.1.5 |
4617 | 2023-12-05T06:16:26.831Z | Fresh tower-service v0.3.2 |
4618 | 2023-12-05T06:16:26.831Z | Fresh cpufeatures v0.2.9 |
4619 | 2023-12-05T06:16:26.831Z | Fresh ring v0.17.5 |
4620 | 2023-12-05T06:16:26.831Z | Fresh foreign-types v0.3.2 |
4621 | 2023-12-05T06:16:26.831Z | Fresh hashbrown v0.13.2 |
4622 | 2023-12-05T06:16:26.831Z | Fresh async-trait v0.1.74 |
4623 | 2023-12-05T06:16:26.831Z | Fresh hyper v0.14.27 |
4624 | 2023-12-05T06:16:26.831Z | Fresh openssl-sys v0.9.96 |
4625 | 2023-12-05T06:16:26.831Z | Fresh openssl-macros v0.1.1 |
4626 | 2023-12-05T06:16:26.832Z | Fresh mime v0.3.17 |
4627 | 2023-12-05T06:16:26.832Z | Fresh rustls-webpki v0.101.7 |
4628 | 2023-12-05T06:16:26.832Z | Fresh sct v0.7.0 |
4629 | 2023-12-05T06:16:26.832Z | Fresh openssl v0.10.60 |
4630 | 2023-12-05T06:16:26.832Z | Fresh ipnet v2.8.0 |
4631 | 2023-12-05T06:16:26.832Z | Fresh toml_edit v0.19.15 |
4632 | 2023-12-05T06:16:26.832Z | Fresh rustls-pemfile v1.0.3 |
4633 | 2023-12-05T06:16:26.832Z | Fresh gimli v0.28.0 |
4634 | 2023-12-05T06:16:26.832Z | Fresh rustls v0.21.9 |
4635 | 2023-12-05T06:16:26.833Z | Fresh unicode-xid v0.2.4 |
4636 | 2023-12-05T06:16:26.833Z | Fresh addr2line v0.21.0 |
4637 | 2023-12-05T06:16:26.833Z | Fresh serde_urlencoded v0.7.1 |
4638 | 2023-12-05T06:16:26.833Z | Fresh object v0.32.1 |
4639 | 2023-12-05T06:16:26.833Z | Fresh encoding_rs v0.8.33 |
4640 | 2023-12-05T06:16:26.834Z | Fresh tokio-rustls v0.24.1 |
4641 | 2023-12-05T06:16:26.834Z | Fresh native-tls v0.2.11 |
4642 | 2023-12-05T06:16:26.834Z | Fresh rustc-demangle v0.1.23 |
4643 | 2023-12-05T06:16:26.834Z | Fresh rustls-native-certs v0.6.3 |
4644 | 2023-12-05T06:16:26.834Z | Fresh openapiv3 v2.0.0-rc.1 |
4645 | 2023-12-05T06:16:26.834Z | Fresh tokio-native-tls v0.3.1 |
4646 | 2023-12-05T06:16:26.834Z | Fresh backtrace v0.3.69 |
4647 | 2023-12-05T06:16:26.834Z | Fresh hyper-rustls v0.24.2 |
4648 | 2023-12-05T06:16:26.834Z | Fresh webpki-roots v0.25.2 |
4649 | 2023-12-05T06:16:26.839Z | Fresh utf8parse v0.2.1 |
4650 | 2023-12-05T06:16:26.839Z | Fresh hyper-tls v0.5.0 |
4651 | 2023-12-05T06:16:26.839Z | Fresh anyhow v1.0.75 |
4652 | 2023-12-05T06:16:26.839Z | Fresh base64ct v1.6.0 |
4653 | 2023-12-05T06:16:26.839Z | Fresh crossbeam-utils v0.8.16 |
4654 | 2023-12-05T06:16:26.839Z | Fresh crc32fast v1.3.2 |
4655 | 2023-12-05T06:16:26.839Z | Fresh rustc_version v0.4.0 |
4656 | 2023-12-05T06:16:26.839Z | Fresh reqwest v0.11.22 |
4657 | 2023-12-05T06:16:26.839Z | Fresh futures-executor v0.3.29 |
4658 | 2023-12-05T06:16:26.839Z | Fresh hex v0.4.3 |
4659 | 2023-12-05T06:16:26.856Z | Fresh time-core v0.1.1 |
4660 | 2023-12-05T06:16:26.856Z | Fresh slog v2.7.0 |
4661 | 2023-12-05T06:16:26.856Z | Fresh anstyle v1.0.2 |
4662 | 2023-12-05T06:16:26.856Z | Fresh time-macros v0.2.13 |
4663 | 2023-12-05T06:16:26.856Z | Fresh rustversion v1.0.14 |
4664 | 2023-12-05T06:16:26.856Z | Fresh pem-rfc7468 v0.7.0 |
4665 | 2023-12-05T06:16:26.856Z | Fresh io-lifetimes v1.0.11 |
4666 | 2023-12-05T06:16:26.856Z | Fresh synstructure v0.12.6 |
4667 | 2023-12-05T06:16:26.856Z | Fresh pest_meta v2.7.2 |
4668 | 2023-12-05T06:16:26.856Z | Fresh der_derive v0.7.2 |
4669 | 2023-12-05T06:16:26.856Z | Fresh flagset v0.4.3 |
4670 | 2023-12-05T06:16:26.856Z | Fresh deranged v0.3.8 |
4671 | 2023-12-05T06:16:26.856Z | Fresh num_threads v0.1.6 |
4672 | 2023-12-05T06:16:26.856Z | Fresh time v0.3.27 |
4673 | 2023-12-05T06:16:26.856Z | Fresh rustix v0.37.23 |
4674 | 2023-12-05T06:16:26.856Z | Fresh der v0.7.8 |
4675 | 2023-12-05T06:16:26.856Z | Fresh zerocopy-derive v0.2.0 |
4676 | 2023-12-05T06:16:26.856Z | Fresh pest_generator v2.7.2 |
4677 | 2023-12-05T06:16:26.856Z | Fresh num-integer v0.1.45 |
4678 | 2023-12-05T06:16:26.857Z | Fresh futures v0.3.29 |
4679 | 2023-12-05T06:16:26.857Z | Fresh flate2 v1.0.28 |
4680 | 2023-12-05T06:16:26.857Z | Fresh anstyle-parse v0.2.1 |
4681 | 2023-12-05T06:16:26.857Z | Fresh itertools v0.10.5 |
4682 | 2023-12-05T06:16:26.857Z | Fresh zerocopy-derive v0.6.4 |
4683 | 2023-12-05T06:16:26.860Z | Fresh siphasher v0.3.11 |
4684 | 2023-12-05T06:16:26.860Z | Fresh anstyle-query v1.0.0 |
4685 | 2023-12-05T06:16:26.860Z | Fresh colorchoice v1.0.0 |
4686 | 2023-12-05T06:16:26.860Z | Fresh unicode-segmentation v1.10.1 |
4687 | 2023-12-05T06:16:26.861Z | Fresh zerocopy v0.3.0 |
4688 | 2023-12-05T06:16:26.861Z | Fresh anstream v0.5.0 |
4689 | 2023-12-05T06:16:26.861Z | Fresh zerocopy v0.6.4 |
4690 | 2023-12-05T06:16:26.861Z | Fresh pest_derive v2.7.2 |
4691 | 2023-12-05T06:16:26.861Z | Fresh terminal_size v0.2.6 |
4692 | 2023-12-05T06:16:26.861Z | Fresh spki v0.7.2 |
4693 | 2023-12-05T06:16:26.861Z | Fresh clap_lex v0.5.1 |
4694 | 2023-12-05T06:16:26.861Z | Fresh bit-vec v0.6.3 |
4695 | 2023-12-05T06:16:26.861Z | Fresh dtrace-parser v0.1.14 |
4696 | 2023-12-05T06:16:26.861Z | Fresh clap_builder v4.4.2 |
4697 | 2023-12-05T06:16:26.861Z | Fresh dof v0.1.5 |
4698 | 2023-12-05T06:16:26.861Z | Fresh toml v0.7.8 |
4699 | 2023-12-05T06:16:26.861Z | Fresh toml_edit v0.21.0 |
4700 | 2023-12-05T06:16:26.861Z | Fresh clap_derive v4.4.2 |
4701 | 2023-12-05T06:16:26.861Z | Fresh thread-id v4.2.0 |
4702 | 2023-12-05T06:16:26.861Z | Fresh data-encoding v2.4.0 |
4703 | 2023-12-05T06:16:26.861Z | Fresh usdt-impl v0.3.5 |
4704 | 2023-12-05T06:16:26.861Z | Fresh clap v4.4.3 |
4705 | 2023-12-05T06:16:26.861Z | Fresh pkcs8 v0.10.2 |
4706 | 2023-12-05T06:16:26.862Z | Fresh strum_macros v0.25.2 |
4707 | 2023-12-05T06:16:26.862Z | Fresh serde_tokenstream v0.1.7 |
4708 | 2023-12-05T06:16:26.862Z | Fresh managed v0.8.0 |
4709 | 2023-12-05T06:16:26.862Z | Fresh bit-set v0.5.3 |
4710 | 2023-12-05T06:16:26.862Z | Fresh phf_shared v0.10.0 |
4711 | 2023-12-05T06:16:26.862Z | Fresh sha2 v0.10.8 |
4712 | 2023-12-05T06:16:26.862Z | Fresh memoffset v0.9.0 |
4713 | 2023-12-05T06:16:26.862Z | Fresh ipnetwork v0.20.0 |
4714 | 2023-12-05T06:16:26.862Z | Fresh fixedbitset v0.4.2 |
4715 | 2023-12-05T06:16:26.862Z | Fresh precomputed-hash v0.1.1 |
4716 | 2023-12-05T06:16:26.862Z | Fresh new_debug_unreachable v1.0.4 |
4717 | 2023-12-05T06:16:26.862Z | Fresh num-iter v0.1.43 |
4718 | 2023-12-05T06:16:26.862Z | Fresh string_cache v0.8.7 |
4719 | 2023-12-05T06:16:26.862Z | Fresh petgraph v0.6.4 |
4720 | 2023-12-05T06:16:26.862Z | Fresh crossbeam-epoch v0.9.15 |
4721 | 2023-12-05T06:16:26.862Z | Fresh signal-hook v0.3.17 |
4722 | 2023-12-05T06:16:26.862Z | Fresh usdt-attr-macro v0.3.5 |
4723 | 2023-12-05T06:16:26.862Z | Fresh usdt-macro v0.3.5 |
4724 | 2023-12-05T06:16:26.862Z | Fresh hmac v0.12.1 |
4725 | 2023-12-05T06:16:26.862Z | Fresh usdt v0.3.5 |
4726 | 2023-12-05T06:16:26.862Z | Fresh pin-project-internal v1.1.3 |
4727 | 2023-12-05T06:16:26.862Z | Fresh regex-automata v0.1.10 |
4728 | 2023-12-05T06:16:26.863Z | Fresh matches v0.1.10 |
4729 | 2023-12-05T06:16:26.863Z | Fresh lalrpop-util v0.19.12 |
4730 | 2023-12-05T06:16:26.863Z | Fresh predicates-core v1.0.6 |
4731 | 2023-12-05T06:16:26.863Z | Fresh pin-project v1.1.3 |
4732 | 2023-12-05T06:16:26.863Z | Fresh bstr v0.2.17 |
4733 | 2023-12-05T06:16:26.863Z | Fresh idna v0.2.3 |
4734 | 2023-12-05T06:16:26.863Z | Fresh bzip2-sys v0.1.11+1.0.8 |
4735 | 2023-12-05T06:16:26.863Z | Fresh doc-comment v0.3.3 |
4736 | 2023-12-05T06:16:26.863Z | Fresh signal-hook-mio v0.2.3 |
4737 | 2023-12-05T06:16:26.863Z | Fresh itertools v0.11.0 |
4738 | 2023-12-05T06:16:26.863Z | Fresh block-padding v0.3.3 |
4739 | 2023-12-05T06:16:26.866Z | Fresh hash32 v0.2.1 |
4740 | 2023-12-05T06:16:26.866Z | Fresh enum-as-inner v0.5.1 |
4741 | 2023-12-05T06:16:26.866Z | Fresh scheduled-thread-pool v0.2.7 |
4742 | 2023-12-05T06:16:26.870Z | Fresh float-cmp v0.9.0 |
4743 | 2023-12-05T06:16:26.870Z | Fresh diesel_table_macro_syntax v0.1.0 |
4744 | 2023-12-05T06:16:26.870Z | Fresh regex-automata v0.3.8 |
4745 | 2023-12-05T06:16:26.870Z | Fresh normalize-line-endings v0.3.0 |
4746 | 2023-12-05T06:16:26.870Z | Fresh stable_deref_trait v1.2.0 |
4747 | 2023-12-05T06:16:26.870Z | Fresh difflib v0.4.0 |
4748 | 2023-12-05T06:16:26.870Z | Fresh diesel_derives v2.1.2 |
4749 | 2023-12-05T06:16:26.870Z | Fresh heapless v0.7.16 |
4750 | 2023-12-05T06:16:26.870Z | Fresh bstr v1.6.0 |
4751 | 2023-12-05T06:16:26.870Z | Fresh r2d2 v0.8.10 |
4752 | 2023-12-05T06:16:26.870Z | Fresh inout v0.1.3 |
4753 | 2023-12-05T06:16:26.870Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
4754 | 2023-12-05T06:16:26.870Z | Fresh trust-dns-proto v0.22.0 |
4755 | 2023-12-05T06:16:26.870Z | Fresh crossterm v0.27.0 |
4756 | 2023-12-05T06:16:26.870Z | Fresh bzip2 v0.4.4 |
4757 | 2023-12-05T06:16:26.870Z | Fresh md-5 v0.10.5 |
4758 | 2023-12-05T06:16:26.870Z | Fresh console v0.15.7 |
4759 | 2023-12-05T06:16:26.877Z | Fresh stringprep v0.1.3 |
4760 | 2023-12-05T06:16:26.877Z | Fresh ff v0.13.0 |
4761 | 2023-12-05T06:16:26.877Z | Fresh snafu-derive v0.7.5 |
4762 | 2023-12-05T06:16:26.877Z | Fresh hubpack_derive v0.1.1 |
4763 | 2023-12-05T06:16:26.877Z | Fresh static_assertions v1.1.0 |
4764 | 2023-12-05T06:16:26.877Z | Fresh base16ct v0.2.0 |
4765 | 2023-12-05T06:16:26.877Z | Fresh fallible-iterator v0.2.0 |
4766 | 2023-12-05T06:16:26.877Z | Fresh snafu v0.7.5 |
4767 | 2023-12-05T06:16:26.878Z | Fresh group v0.13.0 |
4768 | 2023-12-05T06:16:26.878Z | Fresh zip v0.6.6 |
4769 | 2023-12-05T06:16:26.878Z | Fresh cipher v0.4.4 |
4770 | 2023-12-05T06:16:26.878Z | Fresh hubpack v0.1.2 |
4771 | 2023-12-05T06:16:26.879Z | Fresh postgres-protocol v0.6.6 |
4772 | 2023-12-05T06:16:26.879Z | Fresh sec1 v0.7.3 |
4773 | 2023-12-05T06:16:26.879Z | Fresh num-bigint v0.4.4 |
4774 | 2023-12-05T06:16:26.879Z | Fresh smoltcp v0.9.1 |
4775 | 2023-12-05T06:16:26.879Z | Fresh diesel v2.1.4 |
4776 | 2023-12-05T06:16:26.879Z | Fresh similar v2.2.1 |
4777 | 2023-12-05T06:16:26.879Z | Fresh hkdf v0.12.3 |
4778 | 2023-12-05T06:16:26.879Z | Fresh phf_shared v0.11.2 |
4779 | 2023-12-05T06:16:26.879Z | Fresh crypto-bigint v0.5.2 |
4780 | 2023-12-05T06:16:26.879Z | Fresh serde_repr v0.1.16 |
4781 | 2023-12-05T06:16:26.879Z | Fresh yasna v0.5.2 |
4782 | 2023-12-05T06:16:26.879Z | Fresh postgres-types v0.2.6 |
4783 | 2023-12-05T06:16:26.879Z | Fresh predicates v3.0.4 |
4784 | 2023-12-05T06:16:26.879Z | Fresh whoami v1.4.1 |
4785 | 2023-12-05T06:16:26.879Z | Fresh tokio-stream v0.1.14 |
4786 | 2023-12-05T06:16:26.879Z | Fresh elliptic-curve v0.13.8 |
4787 | 2023-12-05T06:16:26.879Z | Fresh phf v0.11.2 |
4788 | 2023-12-05T06:16:26.879Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
4789 | 2023-12-05T06:16:26.879Z | Fresh serde_tokenstream v0.2.0 |
4790 | 2023-12-05T06:16:26.879Z | Fresh regress v0.7.1 |
4791 | 2023-12-05T06:16:26.879Z | Fresh getopts v0.2.21 |
4792 | 2023-12-05T06:16:26.879Z | Fresh unsafe-libyaml v0.2.9 |
4793 | 2023-12-05T06:16:26.879Z | Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4794 | 2023-12-05T06:16:26.879Z | Fresh tokio-postgres v0.7.10 |
4795 | 2023-12-05T06:16:26.879Z | Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4796 | 2023-12-05T06:16:26.879Z | Fresh serde_yaml v0.9.25 |
4797 | 2023-12-05T06:16:26.879Z | Fresh fastrand v2.0.0 |
4798 | 2023-12-05T06:16:26.879Z | Fresh ident_case v1.0.1 |
4799 | 2023-12-05T06:16:26.879Z | Fresh dirs-sys-next v0.1.2 |
4800 | 2023-12-05T06:16:26.879Z | Fresh toml v0.8.8 |
4801 | 2023-12-05T06:16:26.879Z | Fresh match_cfg v0.1.0 |
4802 | 2023-12-05T06:16:26.879Z | Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4803 | 2023-12-05T06:16:26.879Z | Fresh tempfile v3.8.1 |
4804 | 2023-12-05T06:16:26.879Z | Fresh dirs-next v2.0.0 |
4805 | 2023-12-05T06:16:26.879Z | Fresh hostname v0.3.1 |
4806 | 2023-12-05T06:16:26.879Z | Fresh atty v0.2.14 |
4807 | 2023-12-05T06:16:26.879Z | Fresh quick-error v1.2.3 |
4808 | 2023-12-05T06:16:26.879Z | Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4809 | 2023-12-05T06:16:26.879Z | Fresh term v0.7.0 |
4810 | 2023-12-05T06:16:26.880Z | Fresh darling_core v0.20.3 |
4811 | 2023-12-05T06:16:26.880Z | Fresh sha1 v0.10.6 |
4812 | 2023-12-05T06:16:26.880Z | Fresh crossbeam-channel v0.5.8 |
4813 | 2023-12-05T06:16:26.880Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4814 | 2023-12-05T06:16:26.880Z | Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4815 | 2023-12-05T06:16:26.880Z | Fresh darling_macro v0.20.3 |
4816 | 2023-12-05T06:16:26.880Z | Fresh paste v1.0.14 |
4817 | 2023-12-05T06:16:26.880Z | Fresh thread_local v1.1.7 |
4818 | 2023-12-05T06:16:26.880Z | Fresh instant v0.1.12 |
4819 | 2023-12-05T06:16:26.880Z | Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4820 | 2023-12-05T06:16:26.880Z | Fresh camino v1.1.6 |
4821 | 2023-12-05T06:16:26.880Z | Fresh darling v0.20.3 |
4822 | 2023-12-05T06:16:26.880Z | Fresh strum v0.25.0 |
4823 | 2023-12-05T06:16:26.880Z | Fresh take_mut v0.2.2 |
4824 | 2023-12-05T06:16:26.880Z | Fresh slog-term v2.9.0 |
4825 | 2023-12-05T06:16:26.880Z | Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4826 | 2023-12-05T06:16:26.880Z | Fresh serde_with_macros v2.3.3 |
4827 | 2023-12-05T06:16:26.880Z | Fresh slog-async v2.8.0 |
4828 | 2023-12-05T06:16:26.880Z | Fresh slog-json v2.6.1 |
4829 | 2023-12-05T06:16:26.880Z | Fresh structmeta-derive v0.2.0 |
4830 | 2023-12-05T06:16:26.880Z | Fresh async-stream-impl v0.3.5 |
4831 | 2023-12-05T06:16:26.880Z | Fresh wait-timeout v0.2.0 |
4832 | 2023-12-05T06:16:26.880Z | Fresh debug-ignore v1.0.5 |
4833 | 2023-12-05T06:16:26.880Z | Fresh atomic-waker v1.1.1 |
4834 | 2023-12-05T06:16:26.880Z | Fresh structmeta v0.2.0 |
4835 | 2023-12-05T06:16:26.881Z | Fresh serde_with v2.3.3 |
4836 | 2023-12-05T06:16:26.881Z | Fresh async-stream v0.3.5 |
4837 | 2023-12-05T06:16:26.881Z | Fresh multer v2.1.0 |
4838 | 2023-12-05T06:16:26.881Z | Fresh slog-bunyan v2.4.0 |
4839 | 2023-12-05T06:16:26.881Z | Fresh waitgroup v0.1.2 |
4840 | 2023-12-05T06:16:26.881Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4841 | 2023-12-05T06:16:26.881Z | Fresh serde_path_to_error v0.1.14 |
4842 | 2023-12-05T06:16:26.881Z | Fresh rusty-fork v0.3.0 |
4843 | 2023-12-05T06:16:26.881Z | Fresh rand_xorshift v0.3.0 |
4844 | 2023-12-05T06:16:26.881Z | Fresh regex-syntax v0.7.5 |
4845 | 2023-12-05T06:16:26.882Z | Fresh unarray v0.1.4 |
4846 | 2023-12-05T06:16:26.882Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4847 | 2023-12-05T06:16:26.883Z | Fresh proptest v1.4.0 |
4848 | 2023-12-05T06:16:26.884Z | Fresh parse-display-derive v0.8.2 |
4849 | 2023-12-05T06:16:26.884Z | Fresh backoff v0.4.0 |
4850 | 2023-12-05T06:16:26.884Z | Fresh test-strategy v0.3.1 |
4851 | 2023-12-05T06:16:26.884Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4852 | 2023-12-05T06:16:26.884Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
4853 | 2023-12-05T06:16:26.884Z | Fresh macaddr v1.0.1 |
4854 | 2023-12-05T06:16:26.884Z | Fresh parse-display v0.8.2 |
4855 | 2023-12-05T06:16:26.884Z | Fresh is-terminal v0.4.9 |
4856 | 2023-12-05T06:16:26.884Z | Fresh camino-tempfile v1.1.1 |
4857 | 2023-12-05T06:16:26.884Z | Fresh proc-macro-crate v1.3.1 |
4858 | 2023-12-05T06:16:26.884Z | Fresh num_enum_derive v0.5.11 |
4859 | 2023-12-05T06:16:26.889Z | Fresh postcard-cobs v0.1.5-pre |
4860 | 2023-12-05T06:16:26.889Z | Fresh proc-macro-error-attr v1.0.4 |
4861 | 2023-12-05T06:16:26.889Z | Fresh num_enum v0.5.11 |
4862 | 2023-12-05T06:16:26.889Z | Fresh postcard v0.7.3 |
4863 | 2023-12-05T06:16:26.889Z | Fresh smoltcp v0.8.2 |
4864 | 2023-12-05T06:16:26.889Z | Fresh foreign-types-macros v0.2.3 |
4865 | 2023-12-05T06:16:26.889Z | Fresh proc-macro-error v1.0.4 |
4866 | 2023-12-05T06:16:26.889Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
4867 | 2023-12-05T06:16:26.889Z | Fresh foreign-types-shared v0.3.1 |
4868 | 2023-12-05T06:16:26.889Z | Fresh cfg-if v0.1.10 |
4869 | 2023-12-05T06:16:26.889Z | Fresh termtree v0.4.1 |
4870 | 2023-12-05T06:16:26.889Z | Fresh crucible-workspace-hack v0.1.0 |
4871 | 2023-12-05T06:16:26.889Z | Fresh predicates-tree v1.0.9 |
4872 | 2023-12-05T06:16:26.889Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
4873 | 2023-12-05T06:16:26.890Z | Fresh foreign-types v0.5.0 |
4874 | 2023-12-05T06:16:26.890Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
4875 | 2023-12-05T06:16:26.890Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
4876 | 2023-12-05T06:16:26.890Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
4877 | 2023-12-05T06:16:26.890Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4878 | 2023-12-05T06:16:26.890Z | Fresh cstr-argument v0.1.2 |
4879 | 2023-12-05T06:16:26.890Z | Fresh pretty-hex v0.2.1 |
4880 | 2023-12-05T06:16:26.890Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
4881 | 2023-12-05T06:16:26.890Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4882 | 2023-12-05T06:16:26.890Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
4883 | 2023-12-05T06:16:26.890Z | Fresh colored v2.0.4 |
4884 | 2023-12-05T06:16:26.890Z | Fresh zone_cfg_derive v0.3.0 |
4885 | 2023-12-05T06:16:26.890Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
4886 | 2023-12-05T06:16:26.890Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
4887 | 2023-12-05T06:16:26.890Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
4888 | 2023-12-05T06:16:26.890Z | Fresh predicates v2.1.5 |
4889 | 2023-12-05T06:16:26.890Z | Fresh mockall_derive v0.11.4 |
4890 | 2023-12-05T06:16:26.890Z | Fresh num-derive v0.4.0 |
4891 | 2023-12-05T06:16:26.890Z | Fresh downcast v0.11.0 |
4892 | 2023-12-05T06:16:26.890Z | Fresh fragile v2.0.0 |
4893 | 2023-12-05T06:16:26.890Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
4894 | 2023-12-05T06:16:26.890Z | Fresh mockall v0.11.4 |
4895 | 2023-12-05T06:16:26.892Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
4896 | 2023-12-05T06:16:26.892Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
4897 | 2023-12-05T06:16:26.892Z | Fresh zone v0.3.0 |
4898 | 2023-12-05T06:16:26.893Z | Fresh smf v0.2.2 |
4899 | 2023-12-05T06:16:26.893Z | Fresh xattr v1.0.1 |
4900 | 2023-12-05T06:16:26.893Z | Fresh filetime v0.2.22 |
4901 | 2023-12-05T06:16:26.893Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
4902 | 2023-12-05T06:16:26.893Z | Fresh tar v0.4.40 |
4903 | 2023-12-05T06:16:26.893Z | Fresh same-file v1.0.6 |
4904 | 2023-12-05T06:16:26.893Z | Fresh heck v0.3.3 |
4905 | 2023-12-05T06:16:26.893Z | Fresh textwrap v0.11.0 |
4906 | 2023-12-05T06:16:26.893Z | Fresh vec_map v0.8.2 |
4907 | 2023-12-05T06:16:26.893Z | Fresh strsim v0.8.0 |
4908 | 2023-12-05T06:16:26.893Z | Fresh walkdir v2.4.0 |
4909 | 2023-12-05T06:16:26.893Z | Fresh ansi_term v0.12.1 |
4910 | 2023-12-05T06:16:26.893Z | Fresh structopt-derive v0.4.18 |
4911 | 2023-12-05T06:16:26.893Z | Fresh pem v3.0.2 |
4912 | 2023-12-05T06:16:26.893Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
4913 | 2023-12-05T06:16:26.893Z | Fresh clap v2.34.0 |
4914 | 2023-12-05T06:16:26.893Z | Fresh libefi-sys v0.1.0 |
4915 | 2023-12-05T06:16:26.893Z | Fresh password-hash v0.5.0 |
4916 | 2023-12-05T06:16:26.893Z | Fresh blake2 v0.10.6 |
4917 | 2023-12-05T06:16:26.893Z | Fresh toml v0.5.11 |
4918 | 2023-12-05T06:16:26.893Z | Fresh glob v0.3.1 |
4919 | 2023-12-05T06:16:26.893Z | Fresh structopt v0.3.26 |
4920 | 2023-12-05T06:16:26.893Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
4921 | 2023-12-05T06:16:26.893Z | Fresh argon2 v0.5.2 |
4922 | 2023-12-05T06:16:26.893Z | Fresh headers-core v0.2.0 |
4923 | 2023-12-05T06:16:26.893Z | Fresh half v1.8.2 |
4924 | 2023-12-05T06:16:26.893Z | Fresh ciborium-io v0.2.1 |
4925 | 2023-12-05T06:16:26.893Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
4926 | 2023-12-05T06:16:26.893Z | Fresh convert_case v0.4.0 |
4927 | 2023-12-05T06:16:26.893Z | Fresh ciborium-ll v0.2.1 |
4928 | 2023-12-05T06:16:26.898Z | Fresh cancel-safe-futures v0.1.5 |
4929 | 2023-12-05T06:16:26.898Z | Fresh headers v0.3.9 |
4930 | 2023-12-05T06:16:26.898Z | Fresh semver-parser v0.10.2 |
4931 | 2023-12-05T06:16:26.898Z | Fresh linked-hash-map v0.5.6 |
4932 | 2023-12-05T06:16:26.898Z | Fresh derive_more v0.99.17 |
4933 | 2023-12-05T06:16:26.898Z | Fresh termcolor v1.2.0 |
4934 | 2023-12-05T06:16:26.898Z | Fresh lru-cache v0.1.2 |
4935 | 2023-12-05T06:16:26.898Z | Fresh ciborium v0.2.1 |
4936 | 2023-12-05T06:16:26.898Z | Fresh semver v0.11.0 |
4937 | 2023-12-05T06:16:26.898Z | Fresh base64 v0.13.1 |
4938 | 2023-12-05T06:16:26.898Z | Fresh home v0.5.5 |
4939 | 2023-12-05T06:16:26.898Z | Fresh tap v1.0.1 |
4940 | 2023-12-05T06:16:26.898Z | Fresh rcgen v0.11.3 |
4941 | 2023-12-05T06:16:26.898Z | Fresh omicron-zone-package v0.9.1 |
4942 | 2023-12-05T06:16:26.898Z | Fresh atomicwrites v0.4.2 |
4943 | 2023-12-05T06:16:26.898Z | Fresh wyz v0.5.1 |
4944 | 2023-12-05T06:16:26.898Z | Fresh toolchain_find v0.2.0 |
4945 | 2023-12-05T06:16:26.898Z | Fresh radium v0.7.0 |
4946 | 2023-12-05T06:16:26.898Z | Fresh pem v1.1.1 |
4947 | 2023-12-05T06:16:26.898Z | Fresh subprocess v0.2.9 |
4948 | 2023-12-05T06:16:26.899Z | Fresh crc-catalog v2.2.0 |
4949 | 2023-12-05T06:16:26.899Z | Fresh funty v2.0.0 |
4950 | 2023-12-05T06:16:26.899Z | Fresh bitvec v1.0.1 |
4951 | 2023-12-05T06:16:26.899Z | Fresh rustfmt-wrapper v0.2.0 |
4952 | 2023-12-05T06:16:26.899Z | Fresh crc v3.0.1 |
4953 | 2023-12-05T06:16:26.899Z | Fresh maybe-uninit v2.0.0 |
4954 | 2023-12-05T06:16:26.899Z | Fresh packed_struct_codegen v0.10.1 |
4955 | 2023-12-05T06:16:26.899Z | Fresh nodrop v0.1.14 |
4956 | 2023-12-05T06:16:26.899Z | Fresh num-bigint-dig v0.8.4 |
4957 | 2023-12-05T06:16:26.899Z | Fresh smallvec v0.6.14 |
4958 | 2023-12-05T06:16:26.899Z | Fresh pkcs1 v0.7.5 |
4959 | 2023-12-05T06:16:26.906Z | Fresh signature v2.1.0 |
4960 | 2023-12-05T06:16:26.906Z | Fresh packed_struct v0.10.1 |
4961 | 2023-12-05T06:16:26.906Z | Fresh array-init v0.0.4 |
4962 | 2023-12-05T06:16:26.906Z | Fresh swrite v0.1.0 |
4963 | 2023-12-05T06:16:26.906Z | Fresh bitfield v0.14.0 |
4964 | 2023-12-05T06:16:26.906Z | Fresh rsa v0.9.2 |
4965 | 2023-12-05T06:16:26.906Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
4966 | 2023-12-05T06:16:26.906Z | Fresh env_logger v0.10.0 |
4967 | 2023-12-05T06:16:26.906Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
4968 | 2023-12-05T06:16:26.906Z | Fresh serde-hex v0.1.0 |
4969 | 2023-12-05T06:16:26.906Z | Fresh slog-dtrace v0.2.3 |
4970 | 2023-12-05T06:16:26.906Z | Fresh x509-cert v0.2.4 |
4971 | 2023-12-05T06:16:26.906Z | Fresh ron v0.8.1 |
4972 | 2023-12-05T06:16:26.906Z | Fresh keccak v0.1.4 |
4973 | 2023-12-05T06:16:26.906Z | Fresh crc-any v2.4.3 |
4974 | 2023-12-05T06:16:26.906Z | Fresh sha3 v0.10.8 |
4975 | 2023-12-05T06:16:26.906Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
4976 | 2023-12-05T06:16:26.908Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
4977 | 2023-12-05T06:16:26.908Z | Fresh object v0.30.4 |
4978 | 2023-12-05T06:16:26.908Z | Fresh libsw v3.3.0 |
4979 | 2023-12-05T06:16:26.908Z | Fresh secrecy v0.8.0 |
4980 | 2023-12-05T06:16:26.908Z | Fresh derive-where v1.2.5 |
4981 | 2023-12-05T06:16:26.908Z | Fresh owo-colors v3.5.0 |
4982 | 2023-12-05T06:16:26.908Z | Fresh path-slash v0.1.5 |
4983 | 2023-12-05T06:16:26.908Z | Fresh arc-swap v1.6.0 |
4984 | 2023-12-05T06:16:26.908Z | Fresh linear-map v1.2.0 |
4985 | 2023-12-05T06:16:26.908Z | Fresh semver v0.1.20 |
4986 | 2023-12-05T06:16:26.908Z | Fresh itertools v0.12.0 |
4987 | 2023-12-05T06:16:26.908Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
4988 | 2023-12-05T06:16:26.908Z | Fresh slog-scope v4.4.0 |
4989 | 2023-12-05T06:16:26.908Z | Fresh rustc_version v0.1.7 |
4990 | 2023-12-05T06:16:26.908Z | Fresh num-rational v0.4.1 |
4991 | 2023-12-05T06:16:26.908Z | Fresh fxhash v0.2.1 |
4992 | 2023-12-05T06:16:26.908Z | Fresh num-complex v0.4.4 |
4993 | 2023-12-05T06:16:26.908Z | Fresh utf-8 v0.7.6 |
4994 | 2023-12-05T06:16:26.908Z | Fresh slog-stdlog v4.1.1 |
4995 | 2023-12-05T06:16:26.908Z | Fresh num v0.4.1 |
4996 | 2023-12-05T06:16:26.908Z | Fresh tungstenite v0.20.1 |
4997 | 2023-12-05T06:16:26.908Z | Fresh resolv-conf v0.7.0 |
4998 | 2023-12-05T06:16:26.908Z | Fresh newline-converter v0.3.0 |
4999 | 2023-12-05T06:16:26.908Z | Fresh slog-envlogger v2.2.0 |
5000 | 2023-12-05T06:16:26.908Z | Fresh tokio-tungstenite v0.20.1 |
5001 | 2023-12-05T06:16:26.908Z | Fresh trust-dns-resolver v0.22.0 |
5002 | 2023-12-05T06:16:26.908Z | Fresh expectorate v1.1.0 |
5003 | 2023-12-05T06:16:26.909Z | Fresh newtype_derive v0.1.6 |
5004 | 2023-12-05T06:16:26.909Z | Fresh buf-list v1.0.3 |
5005 | 2023-12-05T06:16:26.909Z | Fresh crossbeam-deque v0.8.3 |
5006 | 2023-12-05T06:16:26.909Z | Fresh signature v1.6.4 |
5007 | 2023-12-05T06:16:26.909Z | Fresh steno v0.4.0 |
5008 | 2023-12-05T06:16:26.909Z | Fresh ed25519 v1.5.3 |
5009 | 2023-12-05T06:16:26.909Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5010 | 2023-12-05T06:16:26.910Z | Fresh memoffset v0.7.1 |
5011 | 2023-12-05T06:16:26.910Z | Fresh rayon-core v1.12.0 |
5012 | 2023-12-05T06:16:26.910Z | Fresh display-error-chain v0.2.0 |
5013 | 2023-12-05T06:16:26.910Z | Fresh rayon v1.8.0 |
5014 | 2023-12-05T06:16:26.910Z | Fresh salty v0.2.0 |
5015 | 2023-12-05T06:16:26.910Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5016 | 2023-12-05T06:16:26.910Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5017 | 2023-12-05T06:16:26.910Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5018 | 2023-12-05T06:16:26.910Z | Fresh serde-big-array v0.4.1 |
5019 | 2023-12-05T06:16:26.910Z | Fresh serde-big-array v0.5.1 |
5020 | 2023-12-05T06:16:26.910Z | Fresh diff v0.1.13 |
5021 | 2023-12-05T06:16:26.911Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5022 | 2023-12-05T06:16:26.911Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5023 | 2023-12-05T06:16:26.911Z | Fresh platforms v3.0.2 |
5024 | 2023-12-05T06:16:26.911Z | Fresh crunchy v0.2.2 |
5025 | 2023-12-05T06:16:26.911Z | Fresh darling_core v0.14.4 |
5026 | 2023-12-05T06:16:26.911Z | Fresh globset v0.4.13 |
5027 | 2023-12-05T06:16:26.911Z | Fresh signal-hook-tokio v0.3.1 |
5028 | 2023-12-05T06:16:26.912Z | Fresh olpc-cjson v0.1.3 |
5029 | 2023-12-05T06:16:26.912Z | Fresh serde_plain v1.0.2 |
5030 | 2023-12-05T06:16:26.912Z | Fresh async-recursion v1.0.5 |
5031 | 2023-12-05T06:16:26.912Z | Fresh nibble_vec v0.1.0 |
5032 | 2023-12-05T06:16:26.912Z | Fresh minimal-lexical v0.2.1 |
5033 | 2023-12-05T06:16:26.912Z | Fresh endian-type v0.1.2 |
5034 | 2023-12-05T06:16:26.912Z | Fresh typed-path v0.6.0 |
5035 | 2023-12-05T06:16:26.912Z | Fresh corncobs v0.1.3 |
5036 | 2023-12-05T06:16:26.912Z | Fresh nom v7.1.3 |
5037 | 2023-12-05T06:16:26.912Z | Fresh radix_trie v0.2.1 |
5038 | 2023-12-05T06:16:26.912Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5039 | 2023-12-05T06:16:26.912Z | Fresh tough v0.15.0 |
5040 | 2023-12-05T06:16:26.912Z | Fresh tiny-keccak v2.0.2 |
5041 | 2023-12-05T06:16:26.912Z | Fresh darling_macro v0.14.4 |
5042 | 2023-12-05T06:16:26.912Z | Fresh parking_lot_core v0.8.6 |
5043 | 2023-12-05T06:16:26.912Z | Fresh unicase v2.7.0 |
5044 | 2023-12-05T06:16:26.912Z | Fresh ascii-canvas v3.0.0 |
5045 | 2023-12-05T06:16:26.912Z | Fresh ena v0.14.2 |
5046 | 2023-12-05T06:16:26.912Z | Fresh libloading v0.7.4 |
5047 | 2023-12-05T06:16:26.912Z | Fresh regex-syntax v0.6.29 |
5048 | 2023-12-05T06:16:26.912Z | Fresh clang-sys v1.6.1 |
5049 | 2023-12-05T06:16:26.912Z | Fresh lalrpop v0.19.12 |
5050 | 2023-12-05T06:16:26.912Z | Fresh parking_lot v0.11.2 |
5051 | 2023-12-05T06:16:26.912Z | Fresh darling v0.14.4 |
5052 | 2023-12-05T06:16:26.912Z | Fresh cexpr v0.6.0 |
5053 | 2023-12-05T06:16:26.912Z | Fresh portable-atomic v1.4.3 |
5054 | 2023-12-05T06:16:26.912Z | Fresh trust-dns-client v0.22.0 |
5055 | 2023-12-05T06:16:26.912Z | Fresh prettyplease v0.2.12 |
5056 | 2023-12-05T06:16:26.912Z | Fresh which v4.4.0 |
5057 | 2023-12-05T06:16:26.912Z | Fresh universal-hash v0.5.1 |
5058 | 2023-12-05T06:16:26.912Z | Fresh thiserror-impl-no-std v2.0.2 |
5059 | 2023-12-05T06:16:26.926Z | Fresh curve25519-dalek-derive v0.1.0 |
5060 | 2023-12-05T06:16:26.926Z | Fresh opaque-debug v0.3.0 |
5061 | 2023-12-05T06:16:26.926Z | Fresh rustc-hash v1.1.0 |
5062 | 2023-12-05T06:16:26.926Z | Fresh peeking_take_while v0.1.2 |
5063 | 2023-12-05T06:16:26.926Z | Fresh shlex v1.1.0 |
5064 | 2023-12-05T06:16:26.926Z | Fresh lazycell v1.3.0 |
5065 | 2023-12-05T06:16:26.926Z | Fresh number_prefix v0.4.0 |
5066 | 2023-12-05T06:16:26.926Z | Fresh indicatif v0.17.7 |
5067 | 2023-12-05T06:16:26.926Z | Fresh poly1305 v0.8.0 |
5068 | 2023-12-05T06:16:26.926Z | Fresh curve25519-dalek v4.1.0 |
5069 | 2023-12-05T06:16:26.926Z | Fresh bindgen v0.65.1 |
5070 | 2023-12-05T06:16:26.926Z | Fresh thiserror-no-std v2.0.2 |
5071 | 2023-12-05T06:16:26.926Z | Fresh trust-dns-server v0.22.1 |
5072 | 2023-12-05T06:16:26.926Z | Fresh derive_builder_core v0.12.0 |
5073 | 2023-12-05T06:16:26.926Z | Fresh fs-err v2.11.0 |
5074 | 2023-12-05T06:16:26.926Z | Fresh sled v0.34.7 |
5075 | 2023-12-05T06:16:26.926Z | Fresh chacha20 v0.9.1 |
5076 | 2023-12-05T06:16:26.926Z | Fresh aead v0.5.2 |
5077 | 2023-12-05T06:16:26.926Z | Fresh kstat-rs v0.2.3 |
5078 | 2023-12-05T06:16:26.926Z | Fresh bcs v0.1.6 |
5079 | 2023-12-05T06:16:26.926Z | Fresh bytesize v1.3.0 |
5080 | 2023-12-05T06:16:26.926Z | Fresh ref-cast-impl v1.0.20 |
5081 | 2023-12-05T06:16:26.926Z | Fresh pretty-hex v0.4.0 |
5082 | 2023-12-05T06:16:26.926Z | Fresh highway v1.1.0 |
5083 | 2023-12-05T06:16:26.927Z | Fresh chacha20poly1305 v0.10.1 |
5084 | 2023-12-05T06:16:26.927Z | Fresh ref-cast v1.0.20 |
5085 | 2023-12-05T06:16:26.927Z | Fresh derive_builder_macro v0.12.0 |
5086 | 2023-12-05T06:16:26.927Z | Fresh mime_guess v2.0.4 |
5087 | 2023-12-05T06:16:26.927Z | Fresh vsss-rs v3.3.1 |
5088 | 2023-12-05T06:16:26.927Z | Fresh strum_macros v0.24.3 |
5089 | 2023-12-05T06:16:26.927Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5090 | 2023-12-05T06:16:26.927Z | Fresh cassowary v0.3.0 |
5091 | 2023-12-05T06:16:26.927Z | Fresh indoc v1.0.9 |
5092 | 2023-12-05T06:16:26.927Z | Fresh indoc v2.0.3 |
5093 | 2023-12-05T06:16:26.927Z | Fresh maplit v1.0.2 |
5094 | 2023-12-05T06:16:26.927Z | Fresh is_ci v1.1.1 |
5095 | 2023-12-05T06:16:26.927Z | Fresh humantime v2.1.0 |
5096 | 2023-12-05T06:16:26.927Z | Fresh supports-color v2.1.0 |
5097 | 2023-12-05T06:16:26.927Z | Fresh ratatui v0.23.0 |
5098 | 2023-12-05T06:16:26.927Z | Fresh polar-core v0.27.0 |
5099 | 2023-12-05T06:16:26.927Z | Fresh derive_builder v0.12.0 |
5100 | 2023-12-05T06:16:26.927Z | Fresh libxml v0.3.3 |
5101 | 2023-12-05T06:16:26.927Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
5102 | 2023-12-05T06:16:26.927Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
5103 | 2023-12-05T06:16:26.927Z | Fresh bb8 v0.8.1 |
5104 | 2023-12-05T06:16:26.928Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
5105 | 2023-12-05T06:16:26.928Z | Fresh quick-xml v0.23.1 |
5106 | 2023-12-05T06:16:26.928Z | Fresh oso-derive v0.27.0 |
5107 | 2023-12-05T06:16:26.928Z | Fresh impl-trait-for-tuples v0.2.2 |
5108 | 2023-12-05T06:16:26.928Z | Fresh rtoolbox v0.0.1 |
5109 | 2023-12-05T06:16:26.928Z | Fresh smawk v0.3.1 |
5110 | 2023-12-05T06:16:26.928Z | Fresh assert_matches v1.5.0 |
5111 | 2023-12-05T06:16:26.928Z | Fresh http-range v0.1.5 |
5112 | 2023-12-05T06:16:26.928Z | Fresh unicode-linebreak v0.1.5 |
5113 | 2023-12-05T06:16:26.928Z | Fresh rpassword v7.3.1 |
5114 | 2023-12-05T06:16:26.931Z | Fresh textwrap v0.16.0 |
5115 | 2023-12-05T06:16:26.931Z | Fresh hyper-staticfile v0.9.5 |
5116 | 2023-12-05T06:16:26.931Z | Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
5117 | 2023-12-05T06:16:26.931Z | Fresh oso v0.27.0 |
5118 | 2023-12-05T06:16:26.931Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
5119 | 2023-12-05T06:16:26.931Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
5120 | 2023-12-05T06:16:26.931Z | Fresh tui-tree-widget v0.13.0 |
5121 | 2023-12-05T06:16:26.931Z | Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
5122 | 2023-12-05T06:16:26.931Z | Fresh cookie v0.18.0 |
5123 | 2023-12-05T06:16:26.931Z | Fresh vte_generate_state_changes v0.1.1 |
5124 | 2023-12-05T06:16:26.931Z | Fresh shell-words v1.1.0 |
5125 | 2023-12-05T06:16:26.931Z | Fresh plotters-backend v0.3.5 |
5126 | 2023-12-05T06:16:26.931Z | Fresh vte v0.11.1 |
5127 | 2023-12-05T06:16:26.931Z | Fresh plotters-svg v0.3.5 |
5128 | 2023-12-05T06:16:26.931Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5129 | 2023-12-05T06:16:26.931Z | Fresh cast v0.3.0 |
5130 | 2023-12-05T06:16:26.931Z | Fresh plotters v0.3.5 |
5131 | 2023-12-05T06:16:26.931Z | Fresh strip-ansi-escapes v0.2.0 |
5132 | 2023-12-05T06:16:26.931Z | Fresh fd-lock v3.0.13 |
5133 | 2023-12-05T06:16:26.931Z | Fresh dashmap v5.5.1 |
5134 | 2023-12-05T06:16:26.932Z | Fresh criterion-plot v0.5.0 |
5135 | 2023-12-05T06:16:26.932Z | Fresh tinytemplate v1.2.1 |
5136 | 2023-12-05T06:16:26.932Z | Fresh threadpool v1.8.1 |
5137 | 2023-12-05T06:16:26.932Z | Fresh serial_test_derive v0.10.0 |
5138 | 2023-12-05T06:16:26.932Z | Fresh nanorand v0.7.0 |
5139 | 2023-12-05T06:16:26.932Z | Fresh yansi v0.5.1 |
5140 | 2023-12-05T06:16:26.932Z | Fresh arrayref v0.3.7 |
5141 | 2023-12-05T06:16:26.932Z | Fresh oorandom v11.1.3 |
5142 | 2023-12-05T06:16:26.932Z | Fresh nu-ansi-term v0.49.0 |
5143 | 2023-12-05T06:16:26.932Z | Fresh anes v0.1.6 |
5144 | 2023-12-05T06:16:26.932Z | Fresh relative-path v1.9.0 |
5145 | 2023-12-05T06:16:26.932Z | Fresh arrayvec v0.7.4 |
5146 | 2023-12-05T06:16:26.932Z | Fresh constant_time_eq v0.2.6 |
5147 | 2023-12-05T06:16:26.932Z | Fresh flume v0.11.0 |
5148 | 2023-12-05T06:16:26.932Z | Fresh serial_test v0.10.0 |
5149 | 2023-12-05T06:16:26.932Z | Fresh blake2b_simd v1.0.1 |
5150 | 2023-12-05T06:16:26.932Z | Fresh reedline v0.26.0 |
5151 | 2023-12-05T06:16:26.932Z | Fresh rstest_macros v0.18.2 |
5152 | 2023-12-05T06:16:26.932Z | Fresh criterion v0.5.1 |
5153 | 2023-12-05T06:16:26.932Z | Fresh pretty_assertions v1.4.0 |
5154 | 2023-12-05T06:16:26.932Z | Fresh libtest-mimic v0.6.1 |
5155 | 2023-12-05T06:16:26.932Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5156 | 2023-12-05T06:16:26.932Z | Fresh assert_cmd v2.0.12 |
5157 | 2023-12-05T06:16:26.932Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
5158 | 2023-12-05T06:16:26.932Z | Fresh fatfs v0.3.6 |
5159 | 2023-12-05T06:16:26.940Z | Fresh basic-toml v0.1.4 |
5160 | 2023-12-05T06:16:26.940Z | Fresh rand v0.4.6 |
5161 | 2023-12-05T06:16:26.942Z | Fresh constant_time_eq v0.3.0 |
5162 | 2023-12-05T06:16:26.942Z | Fresh futures-timer v3.0.2 |
5163 | 2023-12-05T06:16:26.942Z | Fresh topological-sort v0.2.2 |
5164 | 2023-12-05T06:16:26.942Z | Fresh remove_dir_all v0.5.3 |
5165 | 2023-12-05T06:16:26.942Z | Fresh trybuild v1.0.85 |
5166 | 2023-12-05T06:16:26.942Z | Fresh datatest-stable v0.2.3 |
5167 | 2023-12-05T06:16:26.942Z | Fresh rstest v0.18.2 |
5168 | 2023-12-05T06:16:26.942Z | Fresh tempdir v0.3.7 |
5169 | 2023-12-05T06:16:26.942Z | Fresh rust-argon2 v1.0.1 |
5170 | 2023-12-05T06:16:26.942Z | Fresh partial-io v0.5.4 |
5171 | 2023-12-05T06:16:26.942Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5172 | 2023-12-05T06:16:26.942Z | Fresh httptest v0.15.5 |
5173 | 2023-12-05T06:16:26.942Z | Fresh similar-asserts v1.5.0 |
5174 | 2023-12-05T06:16:26.942Z | Fresh approx v0.5.1 |
5175 | 2023-12-05T06:16:26.942Z | Fresh hex-literal v0.4.1 |
5176 | 2023-12-05T06:16:26.942Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5177 | 2023-12-05T06:16:26.942Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5178 | 2023-12-05T06:16:26.942Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5179 | 2023-12-05T06:16:26.942Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5180 | 2023-12-05T06:16:26.942Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5181 | 2023-12-05T06:16:26.942Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5182 | 2023-12-05T06:16:26.942Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5183 | 2023-12-05T06:16:26.942Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5184 | 2023-12-05T06:16:26.942Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
5185 | 2023-12-05T06:16:26.942Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5186 | 2023-12-05T06:16:26.944Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5187 | 2023-12-05T06:16:26.944Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5188 | 2023-12-05T06:16:26.944Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5189 | 2023-12-05T06:16:26.944Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5190 | 2023-12-05T06:16:26.944Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
5191 | 2023-12-05T06:16:26.944Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5192 | 2023-12-05T06:16:26.944Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
5193 | 2023-12-05T06:16:26.944Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5194 | 2023-12-05T06:16:26.944Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
5195 | 2023-12-05T06:16:26.944Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5196 | 2023-12-05T06:16:26.944Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5197 | 2023-12-05T06:16:26.944Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5198 | 2023-12-05T06:16:26.944Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5199 | 2023-12-05T06:16:26.944Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5200 | 2023-12-05T06:16:26.944Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5201 | 2023-12-05T06:16:26.944Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5202 | 2023-12-05T06:16:26.944Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5203 | 2023-12-05T06:16:26.945Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5204 | 2023-12-05T06:16:26.945Z | Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
5205 | 2023-12-05T06:16:26.945Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5206 | 2023-12-05T06:16:26.945Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
5207 | 2023-12-05T06:16:26.946Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5208 | 2023-12-05T06:16:26.946Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5209 | 2023-12-05T06:16:26.946Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5210 | 2023-12-05T06:16:26.946Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5211 | 2023-12-05T06:16:26.946Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5212 | 2023-12-05T06:16:26.947Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5213 | 2023-12-05T06:16:26.947Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5214 | 2023-12-05T06:16:26.947Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5215 | 2023-12-05T06:16:26.947Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5216 | 2023-12-05T06:16:26.947Z | Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5217 | 2023-12-05T06:16:26.947Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5218 | 2023-12-05T06:16:26.947Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5219 | 2023-12-05T06:16:26.947Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5220 | 2023-12-05T06:16:26.947Z | Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
5221 | 2023-12-05T06:16:26.947Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5222 | 2023-12-05T06:16:26.947Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5223 | 2023-12-05T06:16:26.947Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5224 | 2023-12-05T06:16:26.947Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5225 | 2023-12-05T06:16:26.947Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5226 | 2023-12-05T06:16:26.947Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5227 | 2023-12-05T06:16:26.952Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5228 | 2023-12-05T06:16:26.952Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5229 | 2023-12-05T06:16:26.952Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5230 | 2023-12-05T06:16:26.952Z | Finished test [unoptimized + debuginfo] target(s) in 1.40s |
5231 | 2023-12-05T06:16:26.952Z | Doc-tests authz-macros |
5232 | 2023-12-05T06:16:26.952Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-08b7587183af1823.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5233 | 2023-12-05T06:16:27.152Z | |
5234 | 2023-12-05T06:16:27.170Z | running 5 tests |
5235 | 2023-12-05T06:16:27.170Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored |
5236 | 2023-12-05T06:16:27.170Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored |
5237 | 2023-12-05T06:16:27.170Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored |
5238 | 2023-12-05T06:16:27.171Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored |
5239 | 2023-12-05T06:16:27.172Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored |
5240 | 2023-12-05T06:16:27.172Z | |
5241 | 2023-12-05T06:16:27.172Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5242 | 2023-12-05T06:16:27.172Z | |
5243 | 2023-12-05T06:16:27.172Z | Doc-tests bootstore |
5244 | 2023-12-05T06:16:27.172Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5245 | 2023-12-05T06:16:28.528Z | |
5246 | 2023-12-05T06:16:28.528Z | running 0 tests |
5247 | 2023-12-05T06:16:28.528Z | |
5248 | 2023-12-05T06:16:28.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5249 | 2023-12-05T06:16:28.528Z | |
5250 | 2023-12-05T06:16:28.545Z | Doc-tests bootstrap-agent-client |
5251 | 2023-12-05T06:16:28.567Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5252 | 2023-12-05T06:16:29.524Z | |
5253 | 2023-12-05T06:16:29.524Z | running 0 tests |
5254 | 2023-12-05T06:16:29.524Z | |
5255 | 2023-12-05T06:16:29.524Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5256 | 2023-12-05T06:16:29.524Z | |
5257 | 2023-12-05T06:16:29.578Z | Doc-tests db-macros |
5258 | 2023-12-05T06:16:29.582Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5259 | 2023-12-05T06:16:29.976Z | |
5260 | 2023-12-05T06:16:29.976Z | running 3 tests |
5261 | 2023-12-05T06:16:29.981Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored |
5262 | 2023-12-05T06:16:29.981Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored |
5263 | 2023-12-05T06:16:29.981Z | test nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored |
5264 | 2023-12-05T06:16:29.981Z | |
5265 | 2023-12-05T06:16:29.981Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5266 | 2023-12-05T06:16:29.981Z | |
5267 | 2023-12-05T06:16:29.993Z | Doc-tests ddm-admin-client |
5268 | 2023-12-05T06:16:30.002Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -C embed-bitcode=no -D warnings --error-format human` |
5269 | 2023-12-05T06:16:30.459Z | |
5270 | 2023-12-05T06:16:30.459Z | running 0 tests |
5271 | 2023-12-05T06:16:30.459Z | |
5272 | 2023-12-05T06:16:30.459Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5273 | 2023-12-05T06:16:30.462Z | |
5274 | 2023-12-05T06:16:30.490Z | Doc-tests dns-server |
5275 | 2023-12-05T06:16:30.495Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-d55d864b656b8ef8.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-72b81b7739219936.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-cd29faf0d0bd8dd6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5276 | 2023-12-05T06:16:31.107Z | |
5277 | 2023-12-05T06:16:31.107Z | running 0 tests |
5278 | 2023-12-05T06:16:31.107Z | |
5279 | 2023-12-05T06:16:31.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5280 | 2023-12-05T06:16:31.107Z | |
5281 | 2023-12-05T06:16:31.121Z | Doc-tests dns-service-client |
5282 | 2023-12-05T06:16:31.128Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -C embed-bitcode=no -D warnings --error-format human` |
5283 | 2023-12-05T06:16:31.467Z | |
5284 | 2023-12-05T06:16:31.467Z | running 0 tests |
5285 | 2023-12-05T06:16:31.467Z | |
5286 | 2023-12-05T06:16:31.467Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5287 | 2023-12-05T06:16:31.467Z | |
5288 | 2023-12-05T06:16:31.486Z | Doc-tests dpd-client |
5289 | 2023-12-05T06:16:31.496Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5290 | 2023-12-05T06:16:33.221Z | |
5291 | 2023-12-05T06:16:33.221Z | running 0 tests |
5292 | 2023-12-05T06:16:33.221Z | |
5293 | 2023-12-05T06:16:33.221Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5294 | 2023-12-05T06:16:33.222Z | |
5295 | 2023-12-05T06:16:33.268Z | Doc-tests gateway-client |
5296 | 2023-12-05T06:16:33.268Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5297 | 2023-12-05T06:16:34.672Z | |
5298 | 2023-12-05T06:16:34.677Z | running 0 tests |
5299 | 2023-12-05T06:16:34.677Z | |
5300 | 2023-12-05T06:16:34.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5301 | 2023-12-05T06:16:34.678Z | |
5302 | 2023-12-05T06:16:34.763Z | Doc-tests gateway-test-utils |
5303 | 2023-12-05T06:16:34.782Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5304 | 2023-12-05T06:16:35.379Z | |
5305 | 2023-12-05T06:16:35.379Z | running 0 tests |
5306 | 2023-12-05T06:16:35.379Z | |
5307 | 2023-12-05T06:16:35.379Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5308 | 2023-12-05T06:16:35.379Z | |
5309 | 2023-12-05T06:16:35.405Z | Doc-tests illumos-utils |
5310 | 2023-12-05T06:16:35.409Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-f2f75a5f2ae3f4fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human` |
5311 | 2023-12-05T06:16:38.114Z | |
5312 | 2023-12-05T06:16:38.114Z | running 0 tests |
5313 | 2023-12-05T06:16:38.114Z | |
5314 | 2023-12-05T06:16:38.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5315 | 2023-12-05T06:16:38.114Z | |
5316 | 2023-12-05T06:16:38.184Z | Doc-tests installinator |
5317 | 2023-12-05T06:16:38.194Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3b281b769c3dcc99.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9a714ab6f9d45de7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5318 | 2023-12-05T06:16:39.183Z | |
5319 | 2023-12-05T06:16:39.183Z | running 0 tests |
5320 | 2023-12-05T06:16:39.183Z | |
5321 | 2023-12-05T06:16:39.183Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5322 | 2023-12-05T06:16:39.183Z | |
5323 | 2023-12-05T06:16:39.215Z | Doc-tests installinator-artifact-client |
5324 | 2023-12-05T06:16:39.219Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5325 | 2023-12-05T06:16:40.465Z | |
5326 | 2023-12-05T06:16:40.465Z | running 0 tests |
5327 | 2023-12-05T06:16:40.465Z | |
5328 | 2023-12-05T06:16:40.465Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5329 | 2023-12-05T06:16:40.465Z | |
5330 | 2023-12-05T06:16:40.503Z | Doc-tests installinator-artifactd |
5331 | 2023-12-05T06:16:40.503Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5332 | 2023-12-05T06:16:40.913Z | |
5333 | 2023-12-05T06:16:40.913Z | running 0 tests |
5334 | 2023-12-05T06:16:40.913Z | |
5335 | 2023-12-05T06:16:40.913Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5336 | 2023-12-05T06:16:40.913Z | |
5337 | 2023-12-05T06:16:40.939Z | Doc-tests installinator-common |
5338 | 2023-12-05T06:16:40.943Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib -C embed-bitcode=no -D warnings --error-format human` |
5339 | 2023-12-05T06:16:41.546Z | |
5340 | 2023-12-05T06:16:41.546Z | running 0 tests |
5341 | 2023-12-05T06:16:41.546Z | |
5342 | 2023-12-05T06:16:41.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5343 | 2023-12-05T06:16:41.546Z | |
5344 | 2023-12-05T06:16:41.575Z | Doc-tests internal-dns |
5345 | 2023-12-05T06:16:41.579Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5346 | 2023-12-05T06:16:41.970Z | |
5347 | 2023-12-05T06:16:41.970Z | running 0 tests |
5348 | 2023-12-05T06:16:41.970Z | |
5349 | 2023-12-05T06:16:41.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5350 | 2023-12-05T06:16:41.970Z | |
5351 | 2023-12-05T06:16:41.995Z | Doc-tests ipcc-key-value |
5352 | 2023-12-05T06:16:42.008Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5353 | 2023-12-05T06:16:42.339Z | |
5354 | 2023-12-05T06:16:42.339Z | running 0 tests |
5355 | 2023-12-05T06:16:42.340Z | |
5356 | 2023-12-05T06:16:42.340Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5357 | 2023-12-05T06:16:42.340Z | |
5358 | 2023-12-05T06:16:42.362Z | Doc-tests key-manager |
5359 | 2023-12-05T06:16:42.366Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human` |
5360 | 2023-12-05T06:16:42.696Z | |
5361 | 2023-12-05T06:16:42.696Z | running 0 tests |
5362 | 2023-12-05T06:16:42.696Z | |
5363 | 2023-12-05T06:16:42.696Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5364 | 2023-12-05T06:16:42.696Z | |
5365 | 2023-12-05T06:16:42.716Z | Doc-tests mg-admin-client |
5366 | 2023-12-05T06:16:42.722Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -C embed-bitcode=no -D warnings --error-format human` |
5367 | 2023-12-05T06:16:43.240Z | |
5368 | 2023-12-05T06:16:43.240Z | running 0 tests |
5369 | 2023-12-05T06:16:43.240Z | |
5370 | 2023-12-05T06:16:43.240Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5371 | 2023-12-05T06:16:43.240Z | |
5372 | 2023-12-05T06:16:43.266Z | Doc-tests nexus-client |
5373 | 2023-12-05T06:16:43.274Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5374 | 2023-12-05T06:16:46.182Z | |
5375 | 2023-12-05T06:16:46.182Z | running 0 tests |
5376 | 2023-12-05T06:16:46.182Z | |
5377 | 2023-12-05T06:16:46.182Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5378 | 2023-12-05T06:16:46.182Z | |
5379 | 2023-12-05T06:16:46.276Z | Doc-tests nexus-db-model |
5380 | 2023-12-05T06:16:46.288Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5381 | 2023-12-05T06:17:00.074Z | |
5382 | 2023-12-05T06:17:00.074Z | running 2 tests |
5383 | 2023-12-05T06:17:02.606Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
5384 | 2023-12-05T06:17:02.610Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
5385 | 2023-12-05T06:17:02.610Z | |
5386 | 2023-12-05T06:17:02.610Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.54s |
5387 | 2023-12-05T06:17:02.611Z | |
5388 | 2023-12-05T06:17:02.821Z | Doc-tests nexus-db-queries |
5389 | 2023-12-05T06:17:02.826Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-08b7587183af1823.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-ef9e203ea90cac8b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-605ba6f83ccb42eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ebef0be877aacd6b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5390 | 2023-12-05T06:17:06.289Z | |
5391 | 2023-12-05T06:17:06.289Z | running 1 test |
5392 | 2023-12-05T06:17:06.298Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
5393 | 2023-12-05T06:17:06.300Z | |
5394 | 2023-12-05T06:17:06.300Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5395 | 2023-12-05T06:17:06.300Z | |
5396 | 2023-12-05T06:17:06.327Z | Doc-tests nexus-defaults |
5397 | 2023-12-05T06:17:06.327Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5398 | 2023-12-05T06:17:06.614Z | |
5399 | 2023-12-05T06:17:06.616Z | running 0 tests |
5400 | 2023-12-05T06:17:06.616Z | |
5401 | 2023-12-05T06:17:06.616Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5402 | 2023-12-05T06:17:06.616Z | |
5403 | 2023-12-05T06:17:06.636Z | Doc-tests nexus-inventory |
5404 | 2023-12-05T06:17:06.642Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5405 | 2023-12-05T06:17:06.989Z | |
5406 | 2023-12-05T06:17:06.989Z | running 0 tests |
5407 | 2023-12-05T06:17:06.989Z | |
5408 | 2023-12-05T06:17:06.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5409 | 2023-12-05T06:17:06.989Z | |
5410 | 2023-12-05T06:17:07.018Z | Doc-tests nexus-types |
5411 | 2023-12-05T06:17:07.037Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5412 | 2023-12-05T06:17:10.078Z | |
5413 | 2023-12-05T06:17:10.078Z | running 0 tests |
5414 | 2023-12-05T06:17:10.078Z | |
5415 | 2023-12-05T06:17:10.078Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5416 | 2023-12-05T06:17:10.078Z | |
5417 | 2023-12-05T06:17:10.147Z | Doc-tests omicron-certificates |
5418 | 2023-12-05T06:17:10.147Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5419 | 2023-12-05T06:17:10.489Z | |
5420 | 2023-12-05T06:17:10.489Z | running 0 tests |
5421 | 2023-12-05T06:17:10.489Z | |
5422 | 2023-12-05T06:17:10.489Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5423 | 2023-12-05T06:17:10.489Z | |
5424 | 2023-12-05T06:17:10.514Z | Doc-tests omicron-common |
5425 | 2023-12-05T06:17:10.525Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-956c799933066f69.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
5426 | 2023-12-05T06:17:13.117Z | |
5427 | 2023-12-05T06:17:13.117Z | running 2 tests |
5428 | 2023-12-05T06:17:13.120Z | test common/src/lib.rs - FileKv (line 57) ... ignored |
5429 | 2023-12-05T06:17:20.809Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok |
5430 | 2023-12-05T06:17:20.809Z | |
5431 | 2023-12-05T06:17:20.809Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 7.69s |
5432 | 2023-12-05T06:17:20.809Z | |
5433 | 2023-12-05T06:17:20.874Z | Doc-tests omicron-gateway |
5434 | 2023-12-05T06:17:20.882Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-46d5803305cee028.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-dfee975040f08d56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5435 | 2023-12-05T06:17:22.457Z | |
5436 | 2023-12-05T06:17:22.457Z | running 0 tests |
5437 | 2023-12-05T06:17:22.457Z | |
5438 | 2023-12-05T06:17:22.457Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5439 | 2023-12-05T06:17:22.457Z | |
5440 | 2023-12-05T06:17:22.503Z | Doc-tests omicron-nexus |
5441 | 2023-12-05T06:17:22.510Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-af82347d4343c6d8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-69592389a848d3c6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0ef33579aeb56c93.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-983e1819edbed73e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c18c2e787f7d41ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-dab4fee927042e94.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0540f1f00b733b38.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-70f93bfdcb87a481.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-899b19146616c7d9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-810459cd26ac9711.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7711a60f48f6b058.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-688f5d0cc16cfc64.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4ec7b76c1a619998.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5cf2ce8a9a4b9f66.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-23667305794a523a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-5f73fb019096a95e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5442 | 2023-12-05T06:17:26.523Z | |
5443 | 2023-12-05T06:17:26.524Z | running 5 tests |
5444 | 2023-12-05T06:17:26.526Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 231) ... ignored |
5445 | 2023-12-05T06:17:30.058Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 639) ... ok |
5446 | 2023-12-05T06:17:30.071Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 703) ... ok |
5447 | 2023-12-05T06:17:30.491Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 661) ... ok |
5448 | 2023-12-05T06:17:30.491Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 733) ... ok |
5449 | 2023-12-05T06:17:30.491Z | |
5450 | 2023-12-05T06:17:30.491Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.55s |
5451 | 2023-12-05T06:17:30.492Z | |
5452 | 2023-12-05T06:17:30.505Z | Doc-tests omicron-package |
5453 | 2023-12-05T06:17:30.505Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-fb8b398879b677fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-a4a240187dfece4b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5454 | 2023-12-05T06:17:30.507Z | |
5455 | 2023-12-05T06:17:30.507Z | running 0 tests |
5456 | 2023-12-05T06:17:30.507Z | |
5457 | 2023-12-05T06:17:30.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5458 | 2023-12-05T06:17:30.509Z | |
5459 | 2023-12-05T06:17:30.509Z | Doc-tests omicron-passwords |
5460 | 2023-12-05T06:17:30.510Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5ce27fb01723ac05.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -C embed-bitcode=no -D warnings --error-format human` |
5461 | 2023-12-05T06:17:30.596Z | |
5462 | 2023-12-05T06:17:30.596Z | running 0 tests |
5463 | 2023-12-05T06:17:30.596Z | |
5464 | 2023-12-05T06:17:30.596Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5465 | 2023-12-05T06:17:30.596Z | |
5466 | 2023-12-05T06:17:30.614Z | Doc-tests omicron-rpaths |
5467 | 2023-12-05T06:17:30.617Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b85da9bd003a9edb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib -C embed-bitcode=no -D warnings --error-format human` |
5468 | 2023-12-05T06:17:30.692Z | |
5469 | 2023-12-05T06:17:30.692Z | running 0 tests |
5470 | 2023-12-05T06:17:30.692Z | |
5471 | 2023-12-05T06:17:30.692Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5472 | 2023-12-05T06:17:30.692Z | |
5473 | 2023-12-05T06:17:30.701Z | Doc-tests omicron-sled-agent |
5474 | 2023-12-05T06:17:30.705Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b1d4e529347be106.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-099a91aaf05cf254.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fbecbb5817b1b904.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-d0e6bd7505c3b177.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1bec46e598608fa2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-38966579dd3d181c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e355460949efa0b1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8e04b6673ff165e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-649ba928ca4a142f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-f674418241f8b611.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -C embed-bitcode=no -D warnings --error-format human` |
5475 | 2023-12-05T06:17:34.616Z | |
5476 | 2023-12-05T06:17:34.616Z | running 0 tests |
5477 | 2023-12-05T06:17:34.616Z | |
5478 | 2023-12-05T06:17:34.616Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5479 | 2023-12-05T06:17:34.616Z | |
5480 | 2023-12-05T06:17:34.712Z | Doc-tests omicron-test-utils |
5481 | 2023-12-05T06:17:34.715Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-35766e01ea03cb0c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4c8f0a63daf8a4b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-33b1d199dc0867dc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0749c1580f3bf80c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45f10c5f7b1ec7e6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
5482 | 2023-12-05T06:17:35.099Z | |
5483 | 2023-12-05T06:17:35.099Z | running 0 tests |
5484 | 2023-12-05T06:17:35.099Z | |
5485 | 2023-12-05T06:17:35.099Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5486 | 2023-12-05T06:17:35.101Z | |
5487 | 2023-12-05T06:17:35.125Z | Doc-tests oxide-client |
5488 | 2023-12-05T06:17:35.128Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5338992da15254e5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5489 | 2023-12-05T06:17:41.010Z | |
5490 | 2023-12-05T06:17:41.010Z | running 151 tests |
5491 | 2023-12-05T06:17:41.018Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
5492 | 2023-12-05T06:17:41.022Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
5493 | 2023-12-05T06:17:41.022Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
5494 | 2023-12-05T06:17:41.022Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
5495 | 2023-12-05T06:17:41.024Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
5496 | 2023-12-05T06:17:41.024Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
5497 | 2023-12-05T06:17:41.027Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored |
5498 | 2023-12-05T06:17:41.027Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
5499 | 2023-12-05T06:17:41.030Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
5500 | 2023-12-05T06:17:41.030Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
5501 | 2023-12-05T06:17:41.030Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
5502 | 2023-12-05T06:17:41.034Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
5503 | 2023-12-05T06:17:41.034Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
5504 | 2023-12-05T06:17:41.034Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
5505 | 2023-12-05T06:17:41.037Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
5506 | 2023-12-05T06:17:41.037Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
5507 | 2023-12-05T06:17:41.040Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
5508 | 2023-12-05T06:17:41.040Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
5509 | 2023-12-05T06:17:41.044Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
5510 | 2023-12-05T06:17:41.044Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
5511 | 2023-12-05T06:17:41.044Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
5512 | 2023-12-05T06:17:41.046Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
5513 | 2023-12-05T06:17:41.046Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
5514 | 2023-12-05T06:17:41.046Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
5515 | 2023-12-05T06:17:41.049Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
5516 | 2023-12-05T06:17:41.049Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
5517 | 2023-12-05T06:17:41.052Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
5518 | 2023-12-05T06:17:41.052Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
5519 | 2023-12-05T06:17:41.054Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
5520 | 2023-12-05T06:17:41.055Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
5521 | 2023-12-05T06:17:41.062Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
5522 | 2023-12-05T06:17:41.062Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
5523 | 2023-12-05T06:17:41.062Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
5524 | 2023-12-05T06:17:41.062Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
5525 | 2023-12-05T06:17:41.062Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
5526 | 2023-12-05T06:17:41.065Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
5527 | 2023-12-05T06:17:41.065Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
5528 | 2023-12-05T06:17:41.065Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
5529 | 2023-12-05T06:17:41.065Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
5530 | 2023-12-05T06:17:41.067Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
5531 | 2023-12-05T06:17:41.067Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
5532 | 2023-12-05T06:17:41.070Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
5533 | 2023-12-05T06:17:41.070Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
5534 | 2023-12-05T06:17:41.073Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
5535 | 2023-12-05T06:17:41.073Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
5536 | 2023-12-05T06:17:41.073Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
5537 | 2023-12-05T06:17:41.075Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored |
5538 | 2023-12-05T06:17:41.075Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored |
5539 | 2023-12-05T06:17:41.080Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
5540 | 2023-12-05T06:17:41.080Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
5541 | 2023-12-05T06:17:41.080Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
5542 | 2023-12-05T06:17:41.080Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
5543 | 2023-12-05T06:17:41.083Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
5544 | 2023-12-05T06:17:41.083Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
5545 | 2023-12-05T06:17:41.086Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
5546 | 2023-12-05T06:17:41.086Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
5547 | 2023-12-05T06:17:41.089Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
5548 | 2023-12-05T06:17:41.089Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
5549 | 2023-12-05T06:17:41.091Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
5550 | 2023-12-05T06:17:41.091Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
5551 | 2023-12-05T06:17:41.091Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
5552 | 2023-12-05T06:17:41.094Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
5553 | 2023-12-05T06:17:41.094Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
5554 | 2023-12-05T06:17:41.097Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
5555 | 2023-12-05T06:17:41.097Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
5556 | 2023-12-05T06:17:41.100Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
5557 | 2023-12-05T06:17:41.100Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
5558 | 2023-12-05T06:17:41.105Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
5559 | 2023-12-05T06:17:41.105Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
5560 | 2023-12-05T06:17:41.105Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
5561 | 2023-12-05T06:17:41.105Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
5562 | 2023-12-05T06:17:41.109Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
5563 | 2023-12-05T06:17:41.109Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
5564 | 2023-12-05T06:17:41.109Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
5565 | 2023-12-05T06:17:41.112Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::add_sled_to_initialized_rack (line 22) ... ignored |
5566 | 2023-12-05T06:17:41.112Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
5567 | 2023-12-05T06:17:41.115Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
5568 | 2023-12-05T06:17:41.115Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
5569 | 2023-12-05T06:17:41.115Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
5570 | 2023-12-05T06:17:41.118Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
5571 | 2023-12-05T06:17:41.118Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
5572 | 2023-12-05T06:17:41.118Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
5573 | 2023-12-05T06:17:41.121Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
5574 | 2023-12-05T06:17:41.121Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
5575 | 2023-12-05T06:17:41.125Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored |
5576 | 2023-12-05T06:17:41.125Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
5577 | 2023-12-05T06:17:41.128Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
5578 | 2023-12-05T06:17:41.128Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
5579 | 2023-12-05T06:17:41.129Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::uninitialized_sled_list (line 22) ... ignored |
5580 | 2023-12-05T06:17:41.129Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
5581 | 2023-12-05T06:17:41.133Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
5582 | 2023-12-05T06:17:41.133Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
5583 | 2023-12-05T06:17:41.136Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
5584 | 2023-12-05T06:17:41.136Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
5585 | 2023-12-05T06:17:41.136Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
5586 | 2023-12-05T06:17:41.138Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
5587 | 2023-12-05T06:17:41.138Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
5588 | 2023-12-05T06:17:41.142Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
5589 | 2023-12-05T06:17:41.142Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
5590 | 2023-12-05T06:17:41.145Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
5591 | 2023-12-05T06:17:41.145Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
5592 | 2023-12-05T06:17:41.145Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
5593 | 2023-12-05T06:17:41.148Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
5594 | 2023-12-05T06:17:41.148Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
5595 | 2023-12-05T06:17:41.151Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
5596 | 2023-12-05T06:17:41.151Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
5597 | 2023-12-05T06:17:41.153Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
5598 | 2023-12-05T06:17:41.153Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
5599 | 2023-12-05T06:17:41.156Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
5600 | 2023-12-05T06:17:41.156Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
5601 | 2023-12-05T06:17:41.158Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
5602 | 2023-12-05T06:17:41.158Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
5603 | 2023-12-05T06:17:41.161Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
5604 | 2023-12-05T06:17:41.161Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
5605 | 2023-12-05T06:17:41.164Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
5606 | 2023-12-05T06:17:41.164Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
5607 | 2023-12-05T06:17:41.167Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
5608 | 2023-12-05T06:17:41.167Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
5609 | 2023-12-05T06:17:41.169Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
5610 | 2023-12-05T06:17:41.169Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
5611 | 2023-12-05T06:17:41.173Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
5612 | 2023-12-05T06:17:41.173Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
5613 | 2023-12-05T06:17:41.174Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
5614 | 2023-12-05T06:17:41.176Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
5615 | 2023-12-05T06:17:41.176Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
5616 | 2023-12-05T06:17:41.176Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
5617 | 2023-12-05T06:17:41.179Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
5618 | 2023-12-05T06:17:41.179Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
5619 | 2023-12-05T06:17:41.182Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
5620 | 2023-12-05T06:17:41.182Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
5621 | 2023-12-05T06:17:41.186Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
5622 | 2023-12-05T06:17:41.186Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
5623 | 2023-12-05T06:17:41.188Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
5624 | 2023-12-05T06:17:41.188Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
5625 | 2023-12-05T06:17:41.188Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
5626 | 2023-12-05T06:17:41.191Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
5627 | 2023-12-05T06:17:41.191Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
5628 | 2023-12-05T06:17:41.194Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
5629 | 2023-12-05T06:17:41.195Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
5630 | 2023-12-05T06:17:41.195Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
5631 | 2023-12-05T06:17:41.198Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
5632 | 2023-12-05T06:17:41.198Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
5633 | 2023-12-05T06:17:41.198Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
5634 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
5635 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
5636 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
5637 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
5638 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
5639 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
5640 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
5641 | 2023-12-05T06:17:41.201Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
5642 | 2023-12-05T06:17:41.201Z | |
5643 | 2023-12-05T06:17:41.201Z | test result: ok. 0 passed; 0 failed; 151 ignored; 0 measured; 0 filtered out; finished in 0.19s |
5644 | 2023-12-05T06:17:41.201Z | |
5645 | 2023-12-05T06:17:41.326Z | Doc-tests oximeter |
5646 | 2023-12-05T06:17:41.331Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fec75713b601973c.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7aebfe61ae665bd3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5647 | 2023-12-05T06:17:42.117Z | |
5648 | 2023-12-05T06:17:42.117Z | running 8 tests |
5649 | 2023-12-05T06:17:42.973Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok |
5650 | 2023-12-05T06:17:43.142Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok |
5651 | 2023-12-05T06:17:44.247Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
5652 | 2023-12-05T06:17:51.414Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok |
5653 | 2023-12-05T06:17:52.011Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
5654 | 2023-12-05T06:17:52.295Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
5655 | 2023-12-05T06:17:53.261Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok |
5656 | 2023-12-05T06:17:54.287Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok |
5657 | 2023-12-05T06:17:54.287Z | |
5658 | 2023-12-05T06:17:54.290Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.17s |
5659 | 2023-12-05T06:17:54.290Z | |
5660 | 2023-12-05T06:17:54.330Z | Doc-tests oximeter-client |
5661 | 2023-12-05T06:17:54.339Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5662 | 2023-12-05T06:17:54.748Z | |
5663 | 2023-12-05T06:17:54.748Z | running 0 tests |
5664 | 2023-12-05T06:17:54.748Z | |
5665 | 2023-12-05T06:17:54.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5666 | 2023-12-05T06:17:54.748Z | |
5667 | 2023-12-05T06:17:54.773Z | Doc-tests oximeter-collector |
5668 | 2023-12-05T06:17:54.776Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5bf0647b1e2c2aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-a8026f2696881502.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-5daa1be27a23e99e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5669 | 2023-12-05T06:17:55.342Z | |
5670 | 2023-12-05T06:17:55.342Z | running 0 tests |
5671 | 2023-12-05T06:17:55.342Z | |
5672 | 2023-12-05T06:17:55.343Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5673 | 2023-12-05T06:17:55.343Z | |
5674 | 2023-12-05T06:17:55.369Z | Doc-tests oximeter-db |
5675 | 2023-12-05T06:17:55.374Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-52b640cb6abf35bf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-ce93925926181581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5676 | 2023-12-05T06:17:56.678Z | |
5677 | 2023-12-05T06:17:56.678Z | running 0 tests |
5678 | 2023-12-05T06:17:56.678Z | |
5679 | 2023-12-05T06:17:56.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5680 | 2023-12-05T06:17:56.678Z | |
5681 | 2023-12-05T06:17:56.724Z | Doc-tests oximeter-instruments |
5682 | 2023-12-05T06:17:56.727Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-86b59c8e177f033a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -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` |
5683 | 2023-12-05T06:17:57.170Z | |
5684 | 2023-12-05T06:17:57.170Z | running 0 tests |
5685 | 2023-12-05T06:17:57.170Z | |
5686 | 2023-12-05T06:17:57.170Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5687 | 2023-12-05T06:17:57.171Z | |
5688 | 2023-12-05T06:17:57.201Z | Doc-tests oximeter-macro-impl |
5689 | 2023-12-05T06:17:57.214Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fec75713b601973c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5690 | 2023-12-05T06:17:57.313Z | |
5691 | 2023-12-05T06:17:57.313Z | running 0 tests |
5692 | 2023-12-05T06:17:57.313Z | |
5693 | 2023-12-05T06:17:57.313Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5694 | 2023-12-05T06:17:57.313Z | |
5695 | 2023-12-05T06:17:57.323Z | Doc-tests oximeter-producer |
5696 | 2023-12-05T06:17:57.326Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-30c25d850e4ce442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a2c8806e95a539de.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-736b1e4f1afb81f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5697 | 2023-12-05T06:17:57.667Z | |
5698 | 2023-12-05T06:17:57.667Z | running 0 tests |
5699 | 2023-12-05T06:17:57.667Z | |
5700 | 2023-12-05T06:17:57.667Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5701 | 2023-12-05T06:17:57.667Z | |
5702 | 2023-12-05T06:17:57.692Z | Doc-tests sled-agent-client |
5703 | 2023-12-05T06:17:57.699Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-02e077fbcb441d2b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5704 | 2023-12-05T06:18:00.973Z | |
5705 | 2023-12-05T06:18:00.973Z | running 0 tests |
5706 | 2023-12-05T06:18:00.973Z | |
5707 | 2023-12-05T06:18:00.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5708 | 2023-12-05T06:18:00.973Z | |
5709 | 2023-12-05T06:18:01.045Z | Doc-tests sled-hardware |
5710 | 2023-12-05T06:18:01.045Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a692247e9b2f6b99.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-8fe01134124edd24.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ef1108e0a124fcde.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5711 | 2023-12-05T06:18:01.556Z | |
5712 | 2023-12-05T06:18:01.556Z | running 0 tests |
5713 | 2023-12-05T06:18:01.556Z | |
5714 | 2023-12-05T06:18:01.556Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5715 | 2023-12-05T06:18:01.556Z | |
5716 | 2023-12-05T06:18:01.585Z | Doc-tests sled-storage |
5717 | 2023-12-05T06:18:01.589Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-91e43f6604cd472f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-344b2b662f177c7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
5718 | 2023-12-05T06:18:02.094Z | |
5719 | 2023-12-05T06:18:02.094Z | running 0 tests |
5720 | 2023-12-05T06:18:02.094Z | |
5721 | 2023-12-05T06:18:02.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5722 | 2023-12-05T06:18:02.094Z | |
5723 | 2023-12-05T06:18:02.123Z | Doc-tests sp-sim |
5724 | 2023-12-05T06:18:02.126Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c2c247180f74962d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-861f9f607b04e2fe.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -C embed-bitcode=no -D warnings --error-format human` |
5725 | 2023-12-05T06:18:02.892Z | |
5726 | 2023-12-05T06:18:02.892Z | running 0 tests |
5727 | 2023-12-05T06:18:02.892Z | |
5728 | 2023-12-05T06:18:02.892Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5729 | 2023-12-05T06:18:02.892Z | |
5730 | 2023-12-05T06:18:03.321Z | Doc-tests tufaceous |
5731 | 2023-12-05T06:18:03.321Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib -C embed-bitcode=no -D warnings --error-format human` |
5732 | 2023-12-05T06:18:03.340Z | |
5733 | 2023-12-05T06:18:03.340Z | running 0 tests |
5734 | 2023-12-05T06:18:03.340Z | |
5735 | 2023-12-05T06:18:03.340Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5736 | 2023-12-05T06:18:03.340Z | |
5737 | 2023-12-05T06:18:03.349Z | Doc-tests tufaceous-lib |
5738 | 2023-12-05T06:18:03.354Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c4886c411ec599bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -C embed-bitcode=no -D warnings --error-format human` |
5739 | 2023-12-05T06:18:03.970Z | |
5740 | 2023-12-05T06:18:03.970Z | running 0 tests |
5741 | 2023-12-05T06:18:03.970Z | |
5742 | 2023-12-05T06:18:03.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5743 | 2023-12-05T06:18:03.970Z | |
5744 | 2023-12-05T06:18:04.002Z | Doc-tests update-engine |
5745 | 2023-12-05T06:18:04.557Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-266cf66e0b6c8033.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f002f3f98557c91c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -C embed-bitcode=no -D warnings --error-format human` |
5746 | 2023-12-05T06:18:04.824Z | |
5747 | 2023-12-05T06:18:04.824Z | running 3 tests |
5748 | 2023-12-05T06:18:04.827Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
5749 | 2023-12-05T06:18:04.827Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
5750 | 2023-12-05T06:18:04.827Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
5751 | 2023-12-05T06:18:04.827Z | |
5752 | 2023-12-05T06:18:04.827Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5753 | 2023-12-05T06:18:04.827Z | |
5754 | 2023-12-05T06:18:04.849Z | Doc-tests wicket |
5755 | 2023-12-05T06:18:04.852Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60360085401b1f6c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -C embed-bitcode=no -D warnings --error-format human` |
5756 | 2023-12-05T06:18:06.488Z | |
5757 | 2023-12-05T06:18:06.488Z | running 0 tests |
5758 | 2023-12-05T06:18:06.488Z | |
5759 | 2023-12-05T06:18:06.488Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5760 | 2023-12-05T06:18:06.488Z | |
5761 | 2023-12-05T06:18:06.495Z | Doc-tests wicket-common |
5762 | 2023-12-05T06:18:06.495Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib -C embed-bitcode=no -D warnings --error-format human` |
5763 | 2023-12-05T06:18:06.625Z | |
5764 | 2023-12-05T06:18:06.629Z | running 0 tests |
5765 | 2023-12-05T06:18:06.630Z | |
5766 | 2023-12-05T06:18:06.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5767 | 2023-12-05T06:18:06.630Z | |
5768 | 2023-12-05T06:18:06.651Z | Doc-tests wicket-dbg |
5769 | 2023-12-05T06:18:06.660Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-15ce21501173de9d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f26cbe745a3a4fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-c349af8c7b0a6baa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2fbb92cc69f6b9d9.rlib -C embed-bitcode=no -D warnings --error-format human` |
5770 | 2023-12-05T06:18:07.104Z | |
5771 | 2023-12-05T06:18:07.104Z | running 0 tests |
5772 | 2023-12-05T06:18:07.104Z | |
5773 | 2023-12-05T06:18:07.104Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5774 | 2023-12-05T06:18:07.104Z | |
5775 | 2023-12-05T06:18:07.140Z | Doc-tests wicketd |
5776 | 2023-12-05T06:18:07.161Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-53fa07c228f80ec3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b0ab1ec081d90723.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-337548104f1d4496.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-01bd857863c8e5f4.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1b77f1ea679b1ca4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d780c360681a5f5b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-62208256bbfa2b7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f0d93093a2b87f0e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df242ef50769d879.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3b281b769c3dcc99.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-ba96e77338f2f565.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-b136ce8ec645f7e0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-fe6a98f4b2ececc9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-2e83c3c677554532.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-36ca627241fc97e9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cd26d8148b163ac7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e2e7f8a4230237f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cffb9d2b9b759243.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-032e298af57f7cdc.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-00ea9810921f1c1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-785b7f79852bfc20.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e04d0fa46ba8ae83.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-39a9a8a132b41a0d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-71a14f1fd96d37d4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-757d0759fd3015ff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4462b07855a164d5.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9fea0331a92e2613.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib -C embed-bitcode=no -D warnings --error-format human` |
5777 | 2023-12-05T06:18:08.548Z | |
5778 | 2023-12-05T06:18:08.548Z | running 0 tests |
5779 | 2023-12-05T06:18:08.548Z | |
5780 | 2023-12-05T06:18:08.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5781 | 2023-12-05T06:18:08.548Z | |
5782 | 2023-12-05T06:18:08.597Z | Doc-tests wicketd-client |
5783 | 2023-12-05T06:18:08.597Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-4bee7c1626545523/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7c1920d388c55b94/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-eca56bb6fab3f225.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-75bc039c289a8b9b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4e143c5f8c64568e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c0eec027309d72d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b24efef102cca4ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fd8e46c801d192c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-9bed3d7941ca37e7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e2924f3d8679bccf.rlib -C embed-bitcode=no -D warnings --error-format human` |
5784 | 2023-12-05T06:18:11.038Z | |
5785 | 2023-12-05T06:18:11.038Z | running 0 tests |
5786 | 2023-12-05T06:18:11.038Z | |
5787 | 2023-12-05T06:18:11.038Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5788 | 2023-12-05T06:18:11.038Z | |
5789 | 2023-12-05T06:18:11.133Z | |
5790 | 2023-12-05T06:18:11.138Z | real 1:45.771992767 |
5791 | 2023-12-05T06:18:11.138Z | user 1:53.981593695 |
5792 | 2023-12-05T06:18:11.138Z | sys 38.085557152 |
5793 | 2023-12-05T06:18:11.138Z | trap 0.025729852 |
5794 | 2023-12-05T06:18:11.138Z | tflt 0.632238226 |
5795 | 2023-12-05T06:18:11.138Z | dflt 5.784326079 |
5796 | 2023-12-05T06:18:11.138Z | kflt 0.025292252 |
5797 | 2023-12-05T06:18:11.138Z | lock 1:32.859112875 |
5798 | 2023-12-05T06:18:11.138Z | slp 10:36.055850014 |
5799 | 2023-12-05T06:18:11.138Z | lat 0.767980394 |
5800 | 2023-12-05T06:18:11.138Z | stop 2.597214493 |
5801 | 2023-12-05T06:18:11.138Z | files in /var/tmp/omicron_tmp (none expected on success): |
5802 | 2023-12-05T06:18:11.143Z | 164397 11 drwxr-xr-x 2 build build 2 Dec 5 06:18 /var/tmp/omicron_tmp |
5803 | 2023-12-05T06:18:11.996Z | process exited: duration 4036267 ms, exit code 0 |
|
5804 | 2023-12-05T06:18:12.017Z | found 0 output files |