|
|
|
1 | 2024-12-20T23:34:44.638Z | job assigned to worker 01JFK6Q9T85370Q8EXG1J8TX2N [factory aws, i-04356ca3d7fbf3b75] (queued for 49 s) |
|
2 | 2024-12-20T23:34:52.534Z | starting task 0: "setup" |
3 | 2024-12-20T23:34:52.543Z | ++ uname -s |
4 | 2024-12-20T23:34:52.547Z | + kern=SunOS |
5 | 2024-12-20T23:34:52.547Z | + case "$kern" in |
6 | 2024-12-20T23:34:52.547Z | + groupadd -g 12345 build |
7 | 2024-12-20T23:34:52.549Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T23:34:54.554Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T23:34:54.702Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T23:34:54.705Z | + home_fs=zfs |
11 | 2024-12-20T23:34:54.705Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T23:34:54.705Z | + mkdir -p /home/build |
13 | 2024-12-20T23:34:54.708Z | + chown build:build /home/build /work |
14 | 2024-12-20T23:34:56.708Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T23:34:56.712Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2024-12-20T23:34:56.718Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T23:34:56.724Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T23:34:56.724Z | ' 1.81.0 |
19 | 2024-12-20T23:34:56.724Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T23:34:56.724Z | * toolchain profile = "default" |
21 | 2024-12-20T23:34:56.724Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T23:34:56.724Z | ' default |
23 | 2024-12-20T23:34:56.733Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T23:34:56.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T23:34:56.842Z | info: downloading installer |
26 | 2024-12-20T23:34:58.317Z | info: profile set to 'default' |
27 | 2024-12-20T23:34:58.317Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T23:34:58.318Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T23:34:58.449Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T23:34:58.449Z | info: downloading component 'cargo' |
31 | 2024-12-20T23:34:59.221Z | info: downloading component 'clippy' |
32 | 2024-12-20T23:34:59.512Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T23:35:00.514Z | info: downloading component 'rust-std' |
34 | 2024-12-20T23:35:02.071Z | info: downloading component 'rustc' |
35 | 2024-12-20T23:35:07.759Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T23:35:07.971Z | info: installing component 'cargo' |
37 | 2024-12-20T23:35:08.761Z | info: installing component 'clippy' |
38 | 2024-12-20T23:35:09.114Z | info: installing component 'rust-docs' |
39 | 2024-12-20T23:35:10.748Z | info: installing component 'rust-std' |
40 | 2024-12-20T23:35:12.469Z | info: installing component 'rustc' |
41 | 2024-12-20T23:35:17.979Z | info: installing component 'rustfmt' |
42 | 2024-12-20T23:35:18.300Z | |
43 | 2024-12-20T23:35:18.300Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-20T23:35:18.669Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T23:35:18.669Z | |
46 | 2024-12-20T23:35:18.672Z | |
47 | 2024-12-20T23:35:18.672Z | Rust is installed now. Great! |
48 | 2024-12-20T23:35:18.673Z | |
49 | 2024-12-20T23:35:18.673Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T23:35:18.673Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T23:35:18.673Z | |
52 | 2024-12-20T23:35:18.673Z | To configure your current shell, you need to source |
53 | 2024-12-20T23:35:18.673Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T23:35:18.673Z | |
55 | 2024-12-20T23:35:18.673Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T23:35:18.673Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T23:35:18.673Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T23:35:18.735Z | + rustc --version |
59 | 2024-12-20T23:35:18.801Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T23:35:18.804Z | process exited: duration 22081 ms, exit code 0 |
|
61 | 2024-12-20T23:35:18.809Z | starting task 2: "authentication" |
62 | 2024-12-20T23:35:18.832Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-20T23:35:18.838Z | starting task 3: "clone repository" |
64 | 2024-12-20T23:35:18.843Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T23:35:18.845Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T23:35:19.080Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T23:35:25.653Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T23:35:25.653Z | + git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
69 | 2024-12-20T23:35:25.973Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T23:35:25.973Z | * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD |
71 | 2024-12-20T23:35:25.983Z | + [[ -n support-bundle-wire-up-http-endpoints ]] |
72 | 2024-12-20T23:35:25.986Z | ++ git branch --show-current |
73 | 2024-12-20T23:35:25.989Z | + current=main |
74 | 2024-12-20T23:35:25.989Z | + [[ main != support-bundle-wire-up-http-endpoints ]] |
75 | 2024-12-20T23:35:25.989Z | + git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
76 | 2024-12-20T23:35:25.991Z | + git checkout -f support-bundle-wire-up-http-endpoints |
77 | 2024-12-20T23:35:26.158Z | Switched to branch 'support-bundle-wire-up-http-endpoints' |
78 | 2024-12-20T23:35:26.161Z | + git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
79 | 2024-12-20T23:35:26.203Z | HEAD is now at fae39ee8c clippy |
80 | 2024-12-20T23:35:26.205Z | process exited: duration 7364 ms, exit code 0 |
|
81 | 2024-12-20T23:35:26.209Z | starting task 4: "build" |
82 | 2024-12-20T23:35:26.217Z | + source ./env.sh |
83 | 2024-12-20T23:35:26.217Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-20T23:35:26.217Z | ++ set -o xtrace |
85 | 2024-12-20T23:35:26.221Z | ++++ dirname ./env.sh |
86 | 2024-12-20T23:35:26.223Z | +++ readlink -f . |
87 | 2024-12-20T23:35:26.245Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-20T23:35:26.248Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-20T23:35:26.248Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-20T23:35:26.248Z | ++ 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 |
91 | 2024-12-20T23:35:26.248Z | ++ 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 |
92 | 2024-12-20T23:35:26.248Z | ++ 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 |
93 | 2024-12-20T23:35:26.248Z | ++ 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 |
94 | 2024-12-20T23:35:26.248Z | ++ 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 |
95 | 2024-12-20T23:35:26.248Z | ++ 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 |
96 | 2024-12-20T23:35:26.249Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-20T23:35:26.249Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-20T23:35:26.249Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-20T23:35:26.249Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-20T23:35:26.249Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-20T23:35:26.249Z | + target_os=illumos |
102 | 2024-12-20T23:35:26.249Z | + NEXTEST_VERSION=0.9.86 |
103 | 2024-12-20T23:35:26.249Z | + cargo --version |
104 | 2024-12-20T23:35:26.303Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
105 | 2024-12-20T23:35:26.306Z | + rustc --version |
106 | 2024-12-20T23:35:26.365Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
107 | 2024-12-20T23:35:26.368Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos |
108 | 2024-12-20T23:35:26.371Z | + gunzip |
109 | 2024-12-20T23:35:26.371Z | + tar -xvf - -C /home/build/.cargo/bin |
110 | 2024-12-20T23:35:27.781Z | x cargo-nextest, 17157904 bytes, 33512 tape blocks |
111 | 2024-12-20T23:35:27.784Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
112 | 2024-12-20T23:35:27.784Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
113 | 2024-12-20T23:35:27.784Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
114 | 2024-12-20T23:35:27.784Z | + mkdir /var/tmp/omicron_tmp |
115 | 2024-12-20T23:35:27.784Z | + OUTPUT_DIR=/work |
116 | 2024-12-20T23:35:27.785Z | + echo 'tests will store non-ephemeral output in /work' |
117 | 2024-12-20T23:35:27.785Z | tests will store non-ephemeral output in /work |
118 | 2024-12-20T23:35:27.785Z | + mkdir -p /work |
119 | 2024-12-20T23:35:27.787Z | + banner prerequisites |
120 | 2024-12-20T23:35:27.885Z | |
121 | 2024-12-20T23:35:27.885Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2024-12-20T23:35:27.885Z | # # # # # # # # # # # # # # # |
123 | 2024-12-20T23:35:27.885Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2024-12-20T23:35:27.885Z | ##### ##### # ##### # # # # # # # # # |
125 | 2024-12-20T23:35:27.885Z | # # # # # # # # # # # # # # # |
126 | 2024-12-20T23:35:27.885Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2024-12-20T23:35:27.885Z | |
128 | 2024-12-20T23:35:27.889Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2024-12-20T23:35:47.471Z | Startup: Refreshing catalog 'helios-dev' ... Done |
130 | 2024-12-20T23:35:51.518Z | Startup: Caching catalogs ... Done |
131 | 2024-12-20T23:36:02.040Z | Planning: Solver setup ... Done (9.579s) |
132 | 2024-12-20T23:36:02.174Z | Planning: Running solver ... Done (0.134s) |
133 | 2024-12-20T23:36:02.407Z | Planning: Finding local manifests ... Done (0.135s) |
134 | 2024-12-20T23:36:02.420Z | Planning: Fetching manifests: 0/5 0% complete |
135 | 2024-12-20T23:36:02.647Z | Planning: Fetching manifests: 5/5 100% complete |
136 | 2024-12-20T23:36:02.950Z | Planning: Package planning ... Done (0.302s) |
137 | 2024-12-20T23:36:03.005Z | Planning: Merging actions ... Done (0.056s) |
138 | 2024-12-20T23:36:04.238Z | Planning: Checking for conflicting actions ... Done (1.233s) |
139 | 2024-12-20T23:36:12.899Z | Planning: Consolidating action changes ... Done (8.659s) |
140 | 2024-12-20T23:36:13.248Z | Planning: Evaluating mediators ... Done (0.348s) |
141 | 2024-12-20T23:36:13.429Z | Planning: Planning completed in 21.82 seconds |
142 | 2024-12-20T23:36:14.787Z | Packages to install: 4 |
143 | 2024-12-20T23:36:14.787Z | Packages to update: 1 |
144 | 2024-12-20T23:36:14.787Z | Mediators to change: 2 |
145 | 2024-12-20T23:36:14.787Z | Services to change: 1 |
146 | 2024-12-20T23:36:14.790Z | Estimated space available: 155.62 GB |
147 | 2024-12-20T23:36:14.790Z | Estimated space to be consumed: 1.62 GB |
148 | 2024-12-20T23:36:14.790Z | Create boot environment: No |
149 | 2024-12-20T23:36:14.790Z | Create backup boot environment: Yes |
150 | 2024-12-20T23:36:14.790Z | Rebuild boot archive: No |
151 | 2024-12-20T23:36:14.790Z | |
152 | 2024-12-20T23:36:14.790Z | Changed mediators: |
153 | 2024-12-20T23:36:14.790Z | mediator clang: |
154 | 2024-12-20T23:36:14.790Z | version: None -> 15 (system default) |
155 | 2024-12-20T23:36:14.791Z | |
156 | 2024-12-20T23:36:14.791Z | mediator llvm: |
157 | 2024-12-20T23:36:14.791Z | version: 14 (system default) -> 15 (system default) |
158 | 2024-12-20T23:36:14.791Z | |
159 | 2024-12-20T23:36:14.791Z | Changed packages: |
160 | 2024-12-20T23:36:14.791Z | helios-dev |
161 | 2024-12-20T23:36:14.791Z | developer/build-essential |
162 | 2024-12-20T23:36:14.791Z | None -> 11-2.0 |
163 | 2024-12-20T23:36:14.791Z | library/libxmlsec1 |
164 | 2024-12-20T23:36:14.791Z | None -> 1.2.35-2.0 |
165 | 2024-12-20T23:36:14.791Z | ooce/developer/clang-15 |
166 | 2024-12-20T23:36:14.791Z | None -> 15.0.7-2.0 |
167 | 2024-12-20T23:36:14.791Z | ooce/developer/llvm-15 |
168 | 2024-12-20T23:36:14.791Z | None -> 15.0.7-2.0 |
169 | 2024-12-20T23:36:14.791Z | package/pkg |
170 | 2024-12-20T23:36:14.791Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
171 | 2024-12-20T23:36:14.791Z | |
172 | 2024-12-20T23:36:14.791Z | Services: |
173 | 2024-12-20T23:36:14.791Z | restart_fmri: |
174 | 2024-12-20T23:36:14.791Z | svc:/system/update-man-index:default |
175 | 2024-12-20T23:36:14.791Z | |
176 | 2024-12-20T23:36:14.791Z | Editable files to change: |
177 | 2024-12-20T23:36:14.791Z | Update: |
178 | 2024-12-20T23:36:14.791Z | usr/share/lib/pkg/web/config.shtml |
179 | 2024-12-20T23:36:15.265Z | |
180 | 2024-12-20T23:36:15.265Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
181 | 2024-12-20T23:36:20.266Z | Download: 1196/4281 items 69.5/220.6MB 31% complete (13.8M/s) |
182 | 2024-12-20T23:36:25.302Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (12.3M/s) |
183 | 2024-12-20T23:36:30.303Z | Download: 3247/4281 items 203.0/220.6MB 92% complete (13.6M/s) |
184 | 2024-12-20T23:36:35.583Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
185 | 2024-12-20T23:36:36.081Z | Download: Completed 220.60 MB in 20.81 seconds (10.6M/s) |
186 | 2024-12-20T23:36:38.100Z | Actions: 1/5063 actions (Removing old actions) |
187 | 2024-12-20T23:36:38.116Z | Actions: 194/5063 actions (Installing new actions) |
188 | 2024-12-20T23:36:43.120Z | Actions: 4086/5063 actions (Installing new actions) |
189 | 2024-12-20T23:36:43.981Z | Actions: 4226/5063 actions (Updating modified actions) |
190 | 2024-12-20T23:36:44.366Z | Actions: Completed 5063 actions in 6.26 seconds. |
191 | 2024-12-20T23:36:44.767Z | Done (0.394s) |
192 | 2024-12-20T23:36:44.770Z | Done (0.000s) |
193 | 2024-12-20T23:36:45.337Z | Done (0.569s) |
194 | 2024-12-20T23:36:51.962Z | Done (6.398s) |
195 | 2024-12-20T23:36:52.447Z | Done (0.418s) |
196 | 2024-12-20T23:36:52.450Z | Done (0.000s) |
197 | 2024-12-20T23:36:52.582Z | Done (0.000s) |
198 | 2024-12-20T23:36:53.253Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-12-20T23:36:53.413Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-12-20T23:36:53.415Z | Planning: Consolidating action changes ... Done |
201 | 2024-12-20T23:36:53.677Z | Planning: Evaluating mediators ... Done |
202 | 2024-12-20T23:36:53.680Z | Planning: Planning completed in 0.43 seconds |
203 | 2024-12-20T23:36:53.716Z | Mediators to change: 2 |
204 | 2024-12-20T23:36:53.716Z | Create boot environment: No |
205 | 2024-12-20T23:36:53.716Z | Create backup boot environment: No |
206 | 2024-12-20T23:36:53.780Z | Done |
207 | 2024-12-20T23:36:53.780Z | Done |
208 | 2024-12-20T23:36:54.165Z | Done |
209 | 2024-12-20T23:36:57.744Z | Done |
210 | 2024-12-20T23:36:57.829Z | Done |
211 | 2024-12-20T23:36:57.829Z | Done |
212 | 2024-12-20T23:36:57.933Z | Done |
213 | 2024-12-20T23:36:58.527Z | Planning: Evaluating mediator changes ... Done |
214 | 2024-12-20T23:36:58.531Z | Planning: Merging actions ... Done |
215 | 2024-12-20T23:36:58.714Z | Planning: Checking for conflicting actions ... Done |
216 | 2024-12-20T23:36:58.716Z | Planning: Consolidating action changes ... Done |
217 | 2024-12-20T23:36:58.972Z | Planning: Evaluating mediators ... Done |
218 | 2024-12-20T23:36:59.026Z | Planning: Planning completed in 0.74 seconds |
219 | 2024-12-20T23:36:59.065Z | Packages to change: 1 |
220 | 2024-12-20T23:36:59.065Z | Mediators to change: 1 |
221 | 2024-12-20T23:36:59.066Z | Services to change: 1 |
222 | 2024-12-20T23:36:59.066Z | Create boot environment: No |
223 | 2024-12-20T23:36:59.068Z | Create backup boot environment: Yes |
224 | 2024-12-20T23:37:01.288Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2024-12-20T23:37:01.361Z | Actions: Completed 6 actions in 0.07 seconds. |
226 | 2024-12-20T23:37:01.361Z | Done |
227 | 2024-12-20T23:37:01.361Z | Done |
228 | 2024-12-20T23:37:01.475Z | Done |
229 | 2024-12-20T23:37:05.022Z | Done |
230 | 2024-12-20T23:37:05.114Z | Done |
231 | 2024-12-20T23:37:05.114Z | Done |
232 | 2024-12-20T23:37:05.244Z | Done |
233 | 2024-12-20T23:37:05.672Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2024-12-20T23:37:05.672Z | clang system 15 system |
235 | 2024-12-20T23:37:05.672Z | csh system system illumos |
236 | 2024-12-20T23:37:05.672Z | ctags system system illumos |
237 | 2024-12-20T23:37:05.672Z | gcc vendor 12 vendor |
238 | 2024-12-20T23:37:05.672Z | gcc system 10 system |
239 | 2024-12-20T23:37:05.672Z | gcc system 7 system |
240 | 2024-12-20T23:37:05.672Z | go system 1.20 system |
241 | 2024-12-20T23:37:05.672Z | go system 1.19 system |
242 | 2024-12-20T23:37:05.672Z | llvm system 15 system |
243 | 2024-12-20T23:37:05.672Z | llvm system 14 system |
244 | 2024-12-20T23:37:05.672Z | mariadb system 10.6 system |
245 | 2024-12-20T23:37:05.672Z | mta vendor vendor dma |
246 | 2024-12-20T23:37:05.672Z | openjdk system 17 system |
247 | 2024-12-20T23:37:05.673Z | openjdk system 11 system |
248 | 2024-12-20T23:37:05.673Z | openjdk system 1.8 system |
249 | 2024-12-20T23:37:05.673Z | openssl vendor 3 vendor |
250 | 2024-12-20T23:37:05.673Z | perl system 5.36 system |
251 | 2024-12-20T23:37:05.673Z | postgresql system 15 system |
252 | 2024-12-20T23:37:05.673Z | postgresql system 13 system |
253 | 2024-12-20T23:37:05.673Z | python vendor 3 vendor |
254 | 2024-12-20T23:37:05.673Z | python system 2 system |
255 | 2024-12-20T23:37:05.673Z | python3 system 3.11 system |
256 | 2024-12-20T23:37:05.673Z | ruby system 3.0 system |
257 | 2024-12-20T23:37:05.673Z | words vendor vendor american-english |
258 | 2024-12-20T23:37:05.673Z | words system system australian-english |
259 | 2024-12-20T23:37:05.673Z | words system system british-english |
260 | 2024-12-20T23:37:05.673Z | words system system canadian-english |
261 | 2024-12-20T23:37:05.673Z | words system system french |
262 | 2024-12-20T23:37:05.673Z | words system system italian |
263 | 2024-12-20T23:37:05.673Z | words system system ngerman |
264 | 2024-12-20T23:37:05.673Z | words system system ogerman |
265 | 2024-12-20T23:37:05.673Z | words system system spanish |
266 | 2024-12-20T23:37:05.995Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2024-12-20T23:37:05.995Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2024-12-20T23:37:08.681Z | FMRI IFO |
269 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
279 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
280 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
282 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
283 | 2024-12-20T23:37:08.681Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2024-12-20T23:37:09.423Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2024-12-20T23:37:09.709Z | Updating crates.io index |
286 | 2024-12-20T23:37:09.712Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2024-12-20T23:37:10.266Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2024-12-20T23:37:10.539Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2024-12-20T23:37:10.814Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2024-12-20T23:37:11.161Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2024-12-20T23:37:12.017Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2024-12-20T23:37:13.520Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2024-12-20T23:37:14.141Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2024-12-20T23:37:14.821Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2024-12-20T23:37:15.127Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2024-12-20T23:37:15.390Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2024-12-20T23:37:16.093Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2024-12-20T23:37:16.501Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2024-12-20T23:37:16.828Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2024-12-20T23:37:17.109Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2024-12-20T23:37:17.365Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2024-12-20T23:37:17.601Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2024-12-20T23:37:18.040Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
304 | 2024-12-20T23:37:18.369Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2024-12-20T23:37:18.816Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2024-12-20T23:37:19.083Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2024-12-20T23:37:19.645Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2024-12-20T23:37:20.034Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2024-12-20T23:37:20.471Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2024-12-20T23:37:20.832Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
311 | 2024-12-20T23:37:21.161Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2024-12-20T23:37:21.478Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2024-12-20T23:37:21.749Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2024-12-20T23:37:23.159Z | Downloading crates ... |
315 | 2024-12-20T23:37:23.233Z | Downloaded anstream v0.6.15 |
316 | 2024-12-20T23:37:23.238Z | Downloaded anstyle v1.0.10 |
317 | 2024-12-20T23:37:23.242Z | Downloaded proc-macro-error-attr v1.0.4 |
318 | 2024-12-20T23:37:23.248Z | Downloaded dtrace-parser v0.2.0 |
319 | 2024-12-20T23:37:23.264Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-12-20T23:37:23.267Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-12-20T23:37:23.276Z | Downloaded swrite v0.1.0 |
322 | 2024-12-20T23:37:23.284Z | Downloaded serde_spanned v0.6.8 |
323 | 2024-12-20T23:37:23.287Z | Downloaded fs-err v2.11.0 |
324 | 2024-12-20T23:37:23.289Z | Downloaded fnv v1.0.7 |
325 | 2024-12-20T23:37:23.289Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-12-20T23:37:23.291Z | Downloaded byteorder v1.5.0 |
327 | 2024-12-20T23:37:23.291Z | Downloaded equivalent v1.0.1 |
328 | 2024-12-20T23:37:23.294Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-12-20T23:37:23.296Z | Downloaded anstyle-query v1.1.1 |
330 | 2024-12-20T23:37:23.300Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-12-20T23:37:23.303Z | Downloaded macaddr v1.0.1 |
332 | 2024-12-20T23:37:23.305Z | Downloaded utf8parse v0.2.2 |
333 | 2024-12-20T23:37:23.305Z | Downloaded generic-array v0.14.7 |
334 | 2024-12-20T23:37:23.308Z | Downloaded cfg-if v1.0.0 |
335 | 2024-12-20T23:37:23.308Z | Downloaded anstyle-parse v0.2.5 |
336 | 2024-12-20T23:37:23.311Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2024-12-20T23:37:23.311Z | Downloaded digest v0.10.7 |
338 | 2024-12-20T23:37:23.314Z | Downloaded toml_datetime v0.6.8 |
339 | 2024-12-20T23:37:23.314Z | Downloaded block-buffer v0.10.4 |
340 | 2024-12-20T23:37:23.317Z | Downloaded heck v0.4.1 |
341 | 2024-12-20T23:37:23.320Z | Downloaded strsim v0.11.1 |
342 | 2024-12-20T23:37:23.323Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2024-12-20T23:37:23.323Z | Downloaded fastrand v2.1.1 |
344 | 2024-12-20T23:37:23.323Z | Downloaded crypto-common v0.1.6 |
345 | 2024-12-20T23:37:23.326Z | Downloaded colorchoice v1.0.2 |
346 | 2024-12-20T23:37:23.329Z | Downloaded smawk v0.3.2 |
347 | 2024-12-20T23:37:23.331Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2024-12-20T23:37:23.331Z | Downloaded cpufeatures v0.2.14 |
349 | 2024-12-20T23:37:23.331Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2024-12-20T23:37:23.334Z | Downloaded itoa v1.0.11 |
351 | 2024-12-20T23:37:23.337Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-12-20T23:37:23.340Z | Downloaded tabled_derive v0.7.0 |
353 | 2024-12-20T23:37:23.340Z | Downloaded version_check v0.9.5 |
354 | 2024-12-20T23:37:23.343Z | Downloaded thiserror v1.0.69 |
355 | 2024-12-20T23:37:23.345Z | Downloaded thread-id v4.2.2 |
356 | 2024-12-20T23:37:23.347Z | Downloaded terminal_size v0.4.0 |
357 | 2024-12-20T23:37:23.347Z | Downloaded clap_lex v0.7.2 |
358 | 2024-12-20T23:37:23.349Z | Downloaded plain v0.2.3 |
359 | 2024-12-20T23:37:23.349Z | Downloaded pest_generator v2.7.14 |
360 | 2024-12-20T23:37:23.351Z | Downloaded errno v0.3.9 |
361 | 2024-12-20T23:37:23.351Z | Downloaded clap_derive v4.5.18 |
362 | 2024-12-20T23:37:23.353Z | Downloaded heck v0.5.0 |
363 | 2024-12-20T23:37:23.355Z | Downloaded bytecount v0.6.8 |
364 | 2024-12-20T23:37:23.363Z | Downloaded quote v1.0.37 |
365 | 2024-12-20T23:37:23.365Z | Downloaded autocfg v1.4.0 |
366 | 2024-12-20T23:37:23.368Z | Downloaded usdt v0.5.0 |
367 | 2024-12-20T23:37:23.370Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-12-20T23:37:23.373Z | Downloaded semver v1.0.23 |
369 | 2024-12-20T23:37:23.375Z | Downloaded scroll v0.12.0 |
370 | 2024-12-20T23:37:23.376Z | Downloaded cargo_metadata v0.18.1 |
371 | 2024-12-20T23:37:23.379Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-20T23:37:23.382Z | Downloaded sha2 v0.10.8 |
373 | 2024-12-20T23:37:23.386Z | Downloaded tempfile v3.13.0 |
374 | 2024-12-20T23:37:23.386Z | Downloaded dof v0.3.0 |
375 | 2024-12-20T23:37:23.389Z | Downloaded cargo_toml v0.20.5 |
376 | 2024-12-20T23:37:23.393Z | Downloaded memmap v0.7.0 |
377 | 2024-12-20T23:37:23.402Z | Downloaded pest_derive v2.7.14 |
378 | 2024-12-20T23:37:23.407Z | Downloaded camino v1.1.9 |
379 | 2024-12-20T23:37:23.411Z | Downloaded proc-macro-error v1.0.4 |
380 | 2024-12-20T23:37:23.414Z | Downloaded pest_meta v2.7.14 |
381 | 2024-12-20T23:37:23.416Z | Downloaded log v0.4.22 |
382 | 2024-12-20T23:37:23.418Z | Downloaded typenum v1.17.0 |
383 | 2024-12-20T23:37:23.421Z | Downloaded unicode-ident v1.0.13 |
384 | 2024-12-20T23:37:23.430Z | Downloaded ucd-trie v0.1.7 |
385 | 2024-12-20T23:37:23.431Z | Downloaded ryu v1.0.18 |
386 | 2024-12-20T23:37:23.431Z | Downloaded toml v0.8.19 |
387 | 2024-12-20T23:37:23.435Z | Downloaded proc-macro2 v1.0.89 |
388 | 2024-12-20T23:37:23.435Z | Downloaded zerocopy-derive v0.7.35 |
389 | 2024-12-20T23:37:23.438Z | Downloaded papergrid v0.11.0 |
390 | 2024-12-20T23:37:23.443Z | Downloaded textwrap v0.16.1 |
391 | 2024-12-20T23:37:23.445Z | Downloaded serde_derive v1.0.215 |
392 | 2024-12-20T23:37:23.448Z | Downloaded anyhow v1.0.93 |
393 | 2024-12-20T23:37:23.451Z | Downloaded clap v4.5.21 |
394 | 2024-12-20T23:37:23.459Z | Downloaded bitflags v2.6.0 |
395 | 2024-12-20T23:37:23.463Z | Downloaded serde v1.0.215 |
396 | 2024-12-20T23:37:23.467Z | Downloaded memchr v2.7.4 |
397 | 2024-12-20T23:37:23.473Z | Downloaded indexmap v2.6.0 |
398 | 2024-12-20T23:37:23.487Z | Downloaded toml_edit v0.22.22 |
399 | 2024-12-20T23:37:23.507Z | Downloaded pest v2.7.14 |
400 | 2024-12-20T23:37:23.512Z | Downloaded hashbrown v0.15.1 |
401 | 2024-12-20T23:37:23.539Z | Downloaded winnow v0.6.20 |
402 | 2024-12-20T23:37:23.547Z | Downloaded zerocopy v0.7.35 |
403 | 2024-12-20T23:37:23.562Z | Downloaded serde_json v1.0.132 |
404 | 2024-12-20T23:37:23.568Z | Downloaded goblin v0.8.2 |
405 | 2024-12-20T23:37:23.574Z | Downloaded tabled v0.15.0 |
406 | 2024-12-20T23:37:23.588Z | Downloaded syn v1.0.109 |
407 | 2024-12-20T23:37:23.598Z | Downloaded clap_builder v4.5.21 |
408 | 2024-12-20T23:37:23.604Z | Downloaded syn v2.0.87 |
409 | 2024-12-20T23:37:23.613Z | Downloaded unicode-width v0.1.14 |
410 | 2024-12-20T23:37:23.619Z | Downloaded rustix v0.38.37 |
411 | 2024-12-20T23:37:23.666Z | Downloaded libc v0.2.162 |
412 | 2024-12-20T23:37:23.969Z | Compiling proc-macro2 v1.0.89 |
413 | 2024-12-20T23:37:23.969Z | Compiling unicode-ident v1.0.13 |
414 | 2024-12-20T23:37:23.969Z | Compiling serde v1.0.215 |
415 | 2024-12-20T23:37:23.971Z | Compiling version_check v0.9.5 |
416 | 2024-12-20T23:37:23.971Z | Compiling memchr v2.7.4 |
417 | 2024-12-20T23:37:23.971Z | Compiling thiserror v1.0.69 |
418 | 2024-12-20T23:37:23.971Z | Compiling libc v0.2.162 |
419 | 2024-12-20T23:37:24.004Z | Compiling ryu v1.0.18 |
420 | 2024-12-20T23:37:24.219Z | Compiling itoa v1.0.11 |
421 | 2024-12-20T23:37:24.390Z | Compiling ucd-trie v0.1.7 |
422 | 2024-12-20T23:37:24.764Z | Compiling once_cell v1.20.2 |
423 | 2024-12-20T23:37:24.874Z | Compiling byteorder v1.5.0 |
424 | 2024-12-20T23:37:25.066Z | Compiling serde_json v1.0.132 |
425 | 2024-12-20T23:37:25.203Z | Compiling rustix v0.38.37 |
426 | 2024-12-20T23:37:26.043Z | Compiling bitflags v2.6.0 |
427 | 2024-12-20T23:37:26.128Z | Compiling usdt-impl v0.5.0 |
428 | 2024-12-20T23:37:26.154Z | Compiling proc-macro-error-attr v1.0.4 |
429 | 2024-12-20T23:37:26.219Z | Compiling syn v1.0.109 |
430 | 2024-12-20T23:37:26.445Z | Compiling proc-macro-error v1.0.4 |
431 | 2024-12-20T23:37:26.448Z | Compiling equivalent v1.0.1 |
432 | 2024-12-20T23:37:26.488Z | Compiling log v0.4.22 |
433 | 2024-12-20T23:37:26.569Z | Compiling plain v0.2.3 |
434 | 2024-12-20T23:37:26.594Z | Compiling camino v1.1.9 |
435 | 2024-12-20T23:37:26.716Z | Compiling utf8parse v0.2.2 |
436 | 2024-12-20T23:37:26.719Z | Compiling hashbrown v0.15.1 |
437 | 2024-12-20T23:37:26.877Z | Compiling thread-id v4.2.2 |
438 | 2024-12-20T23:37:26.906Z | Compiling anstyle-parse v0.2.5 |
439 | 2024-12-20T23:37:26.983Z | Compiling colorchoice v1.0.2 |
440 | 2024-12-20T23:37:27.072Z | Compiling quote v1.0.37 |
441 | 2024-12-20T23:37:27.147Z | Compiling pretty-hex v0.4.1 |
442 | 2024-12-20T23:37:27.231Z | Compiling unicode-width v0.1.14 |
443 | 2024-12-20T23:37:27.261Z | Compiling anstyle v1.0.10 |
444 | 2024-12-20T23:37:27.289Z | Compiling winnow v0.6.20 |
445 | 2024-12-20T23:37:27.355Z | Compiling errno v0.3.9 |
446 | 2024-12-20T23:37:27.586Z | Compiling syn v2.0.87 |
447 | 2024-12-20T23:37:27.759Z | Compiling is_terminal_polyfill v1.70.1 |
448 | 2024-12-20T23:37:27.798Z | Compiling semver v1.0.23 |
449 | 2024-12-20T23:37:27.882Z | Compiling indexmap v2.6.0 |
450 | 2024-12-20T23:37:27.918Z | Compiling autocfg v1.4.0 |
451 | 2024-12-20T23:37:28.326Z | Compiling anstyle-query v1.1.1 |
452 | 2024-12-20T23:37:28.496Z | Compiling anstream v0.6.15 |
453 | 2024-12-20T23:37:29.081Z | Compiling fs-err v2.11.0 |
454 | 2024-12-20T23:37:29.315Z | Compiling anyhow v1.0.93 |
455 | 2024-12-20T23:37:29.336Z | Compiling bytecount v0.6.8 |
456 | 2024-12-20T23:37:29.362Z | Compiling heck v0.4.1 |
457 | 2024-12-20T23:37:29.556Z | Compiling fastrand v2.1.1 |
458 | 2024-12-20T23:37:29.798Z | Compiling terminal_size v0.4.0 |
459 | 2024-12-20T23:37:29.882Z | Compiling clap_lex v0.7.2 |
460 | 2024-12-20T23:37:29.914Z | Compiling heck v0.5.0 |
461 | 2024-12-20T23:37:29.993Z | Compiling cfg-if v1.0.0 |
462 | 2024-12-20T23:37:30.091Z | Compiling strsim v0.11.1 |
463 | 2024-12-20T23:37:30.117Z | Compiling fnv v1.0.7 |
464 | 2024-12-20T23:37:30.259Z | Compiling papergrid v0.11.0 |
465 | 2024-12-20T23:37:30.424Z | Compiling tempfile v3.13.0 |
466 | 2024-12-20T23:37:30.492Z | Compiling clap_builder v4.5.21 |
467 | 2024-12-20T23:37:31.132Z | Compiling memmap v0.7.0 |
468 | 2024-12-20T23:37:31.234Z | Compiling smawk v0.3.2 |
469 | 2024-12-20T23:37:31.321Z | Compiling unicode-linebreak v0.1.5 |
470 | 2024-12-20T23:37:31.586Z | Compiling swrite v0.1.0 |
471 | 2024-12-20T23:37:31.716Z | Compiling textwrap v0.16.1 |
472 | 2024-12-20T23:37:33.232Z | Compiling tabled_derive v0.7.0 |
473 | 2024-12-20T23:37:34.663Z | Compiling tabled v0.15.0 |
474 | 2024-12-20T23:37:36.383Z | Compiling serde_derive v1.0.215 |
475 | 2024-12-20T23:37:36.383Z | Compiling thiserror-impl v1.0.69 |
476 | 2024-12-20T23:37:36.385Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-12-20T23:37:36.386Z | Compiling scroll_derive v0.12.0 |
478 | 2024-12-20T23:37:36.386Z | Compiling clap_derive v4.5.18 |
479 | 2024-12-20T23:37:37.598Z | Compiling scroll v0.12.0 |
480 | 2024-12-20T23:37:38.172Z | Compiling goblin v0.8.2 |
481 | 2024-12-20T23:37:38.311Z | Compiling zerocopy v0.7.35 |
482 | 2024-12-20T23:37:39.005Z | Compiling pest v2.7.14 |
483 | 2024-12-20T23:37:40.280Z | Compiling clap v4.5.21 |
484 | 2024-12-20T23:37:41.155Z | Compiling pest_meta v2.7.14 |
485 | 2024-12-20T23:37:41.954Z | Compiling pest_generator v2.7.14 |
486 | 2024-12-20T23:37:43.923Z | Compiling pest_derive v2.7.14 |
487 | 2024-12-20T23:37:44.616Z | Compiling dtrace-parser v0.2.0 |
488 | 2024-12-20T23:37:46.394Z | Compiling serde_spanned v0.6.8 |
489 | 2024-12-20T23:37:46.394Z | Compiling toml_datetime v0.6.8 |
490 | 2024-12-20T23:37:46.398Z | Compiling cargo-platform v0.1.8 |
491 | 2024-12-20T23:37:46.772Z | Compiling serde_tokenstream v0.2.2 |
492 | 2024-12-20T23:37:46.904Z | Compiling toml_edit v0.22.22 |
493 | 2024-12-20T23:37:46.970Z | Compiling macaddr v1.0.1 |
494 | 2024-12-20T23:37:47.122Z | Compiling camino-tempfile v1.1.1 |
495 | 2024-12-20T23:37:47.875Z | Compiling dof v0.3.0 |
496 | 2024-12-20T23:37:47.875Z | Compiling cargo_metadata v0.18.1 |
497 | 2024-12-20T23:37:49.682Z | Compiling toml v0.8.19 |
498 | 2024-12-20T23:37:49.942Z | Compiling usdt-attr-macro v0.5.0 |
499 | 2024-12-20T23:37:49.942Z | Compiling usdt-macro v0.5.0 |
500 | 2024-12-20T23:37:50.596Z | Compiling cargo_toml v0.20.5 |
501 | 2024-12-20T23:37:51.295Z | Compiling usdt v0.5.0 |
502 | 2024-12-20T23:37:54.097Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
503 | 2024-12-20T23:37:58.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.03s |
504 | 2024-12-20T23:37:58.495Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
505 | 2024-12-20T23:37:59.010Z | Downloading crates ... |
506 | 2024-12-20T23:37:59.126Z | Downloaded addr2line v0.24.2 |
507 | 2024-12-20T23:37:59.138Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-12-20T23:37:59.145Z | Downloaded aead v0.5.2 |
509 | 2024-12-20T23:37:59.147Z | Downloaded arrayref v0.3.9 |
510 | 2024-12-20T23:37:59.162Z | Downloaded array-init v0.0.4 |
511 | 2024-12-20T23:37:59.162Z | Downloaded crunchy v0.2.2 |
512 | 2024-12-20T23:37:59.162Z | Downloaded ciborium-io v0.2.2 |
513 | 2024-12-20T23:37:59.164Z | Downloaded atomicwrites v0.4.4 |
514 | 2024-12-20T23:37:59.164Z | Downloaded cfg_aliases v0.2.1 |
515 | 2024-12-20T23:37:59.164Z | Downloaded ident_case v1.0.1 |
516 | 2024-12-20T23:37:59.167Z | Downloaded icu_provider_macros v1.5.0 |
517 | 2024-12-20T23:37:59.167Z | Downloaded cstr-argument v0.1.2 |
518 | 2024-12-20T23:37:59.169Z | Downloaded http-range v0.1.5 |
519 | 2024-12-20T23:37:59.169Z | Downloaded adler2 v2.0.0 |
520 | 2024-12-20T23:37:59.172Z | Downloaded atty v0.2.14 |
521 | 2024-12-20T23:37:59.172Z | Downloaded hubpack_derive v0.1.1 |
522 | 2024-12-20T23:37:59.174Z | Downloaded bit-vec v0.6.3 |
523 | 2024-12-20T23:37:59.176Z | Downloaded headers-core v0.3.0 |
524 | 2024-12-20T23:37:59.176Z | Downloaded bitfield-struct v0.6.2 |
525 | 2024-12-20T23:37:59.179Z | Downloaded bb8 v0.8.5 |
526 | 2024-12-20T23:37:59.179Z | Downloaded http-body v1.0.1 |
527 | 2024-12-20T23:37:59.183Z | Downloaded async-stream v0.3.6 |
528 | 2024-12-20T23:37:59.185Z | Downloaded blowfish v0.9.1 |
529 | 2024-12-20T23:37:59.185Z | Downloaded atomic-waker v1.1.2 |
530 | 2024-12-20T23:37:59.188Z | Downloaded heck v0.3.3 |
531 | 2024-12-20T23:37:59.188Z | Downloaded buf-list v1.0.3 |
532 | 2024-12-20T23:37:59.191Z | Downloaded crc-catalog v2.4.0 |
533 | 2024-12-20T23:37:59.194Z | Downloaded convert_case v0.4.0 |
534 | 2024-12-20T23:37:59.194Z | Downloaded ascii-canvas v3.0.0 |
535 | 2024-12-20T23:37:59.197Z | Downloaded matches v0.1.10 |
536 | 2024-12-20T23:37:59.197Z | Downloaded argon2 v0.5.3 |
537 | 2024-12-20T23:37:59.199Z | Downloaded curve25519-dalek-derive v0.1.1 |
538 | 2024-12-20T23:37:59.202Z | Downloaded md5 v0.7.0 |
539 | 2024-12-20T23:37:59.202Z | Downloaded cmake v0.1.51 |
540 | 2024-12-20T23:37:59.204Z | Downloaded crc v3.2.1 |
541 | 2024-12-20T23:37:59.206Z | Downloaded cexpr v0.6.0 |
542 | 2024-12-20T23:37:59.209Z | Downloaded http-body-util v0.1.2 |
543 | 2024-12-20T23:37:59.211Z | Downloaded humantime v2.1.0 |
544 | 2024-12-20T23:37:59.214Z | Downloaded castaway v0.2.3 |
545 | 2024-12-20T23:37:59.216Z | Downloaded idna_adapter v1.2.0 |
546 | 2024-12-20T23:37:59.216Z | Downloaded hyper-tls v0.6.0 |
547 | 2024-12-20T23:37:59.218Z | Downloaded indoc v1.0.9 |
548 | 2024-12-20T23:37:59.221Z | Downloaded cbc v0.1.2 |
549 | 2024-12-20T23:37:59.225Z | Downloaded internet-checksum v0.2.1 |
550 | 2024-12-20T23:37:59.225Z | Downloaded inout v0.1.3 |
551 | 2024-12-20T23:37:59.228Z | Downloaded constant_time_eq v0.3.1 |
552 | 2024-12-20T23:37:59.228Z | Downloaded bitfield v0.14.0 |
553 | 2024-12-20T23:37:59.232Z | Downloaded instability v0.3.2 |
554 | 2024-12-20T23:37:59.232Z | Downloaded bcrypt-pbkdf v0.10.0 |
555 | 2024-12-20T23:37:59.235Z | Downloaded memoffset v0.9.1 |
556 | 2024-12-20T23:37:59.235Z | Downloaded ctr v0.9.2 |
557 | 2024-12-20T23:37:59.238Z | Downloaded home v0.5.9 |
558 | 2024-12-20T23:37:59.241Z | Downloaded ciborium v0.2.2 |
559 | 2024-12-20T23:37:59.244Z | Downloaded md-5 v0.10.6 |
560 | 2024-12-20T23:37:59.244Z | Downloaded is_ci v1.2.0 |
561 | 2024-12-20T23:37:59.247Z | Downloaded instant v0.1.13 |
562 | 2024-12-20T23:37:59.247Z | Downloaded lru v0.12.5 |
563 | 2024-12-20T23:37:59.249Z | Downloaded crucible-workspace-hack v0.1.0 |
564 | 2024-12-20T23:37:59.249Z | Downloaded const_format_proc_macros v0.2.33 |
565 | 2024-12-20T23:37:59.253Z | Downloaded mime v0.3.17 |
566 | 2024-12-20T23:37:59.255Z | Downloaded lockfree-object-pool v0.1.6 |
567 | 2024-12-20T23:37:59.259Z | Downloaded cancel-safe-futures v0.1.5 |
568 | 2024-12-20T23:37:59.261Z | Downloaded icu_locid_transform v1.5.0 |
569 | 2024-12-20T23:37:59.264Z | Downloaded iana-time-zone v0.1.61 |
570 | 2024-12-20T23:37:59.268Z | Downloaded highway v1.2.0 |
571 | 2024-12-20T23:37:59.272Z | Downloaded termtree v0.4.1 |
572 | 2024-12-20T23:37:59.276Z | Downloaded libloading v0.8.5 |
573 | 2024-12-20T23:37:59.276Z | Downloaded jobserver v0.1.32 |
574 | 2024-12-20T23:37:59.279Z | Downloaded mime_guess v2.0.5 |
575 | 2024-12-20T23:37:59.279Z | Downloaded litemap v0.7.3 |
576 | 2024-12-20T23:37:59.282Z | Downloaded lock_api v0.4.12 |
577 | 2024-12-20T23:37:59.284Z | Downloaded linked-hash-map v0.5.6 |
578 | 2024-12-20T23:37:59.286Z | Downloaded hyper-staticfile v0.10.1 |
579 | 2024-12-20T23:37:59.289Z | Downloaded rtoolbox v0.0.2 |
580 | 2024-12-20T23:37:59.294Z | Downloaded libefi-sys v0.1.0 |
581 | 2024-12-20T23:37:59.294Z | Downloaded hostname v0.3.1 |
582 | 2024-12-20T23:37:59.297Z | Downloaded arc-swap v1.7.1 |
583 | 2024-12-20T23:37:59.297Z | Downloaded yoke-derive v0.7.4 |
584 | 2024-12-20T23:37:59.301Z | Downloaded derive_builder_macro v0.20.2 |
585 | 2024-12-20T23:37:59.301Z | Downloaded quinn-udp v0.5.5 |
586 | 2024-12-20T23:37:59.304Z | Downloaded vte_generate_state_changes v0.1.2 |
587 | 2024-12-20T23:37:59.304Z | Downloaded sec1 v0.7.3 |
588 | 2024-12-20T23:37:59.307Z | Downloaded diesel_table_macro_syntax v0.2.0 |
589 | 2024-12-20T23:37:59.307Z | Downloaded ref-cast-impl v1.0.23 |
590 | 2024-12-20T23:37:59.309Z | Downloaded const-oid v0.9.6 |
591 | 2024-12-20T23:37:59.313Z | Downloaded rustc_version v0.4.1 |
592 | 2024-12-20T23:37:59.313Z | Downloaded bit-set v0.5.3 |
593 | 2024-12-20T23:37:59.318Z | Downloaded rustls-pemfile v1.0.4 |
594 | 2024-12-20T23:37:59.320Z | Downloaded icu_normalizer v1.5.0 |
595 | 2024-12-20T23:37:59.320Z | Downloaded endian-type v0.1.2 |
596 | 2024-12-20T23:37:59.323Z | Downloaded sha1 v0.10.6 |
597 | 2024-12-20T23:37:59.323Z | Downloaded crc32fast v1.4.2 |
598 | 2024-12-20T23:37:59.326Z | Downloaded blake2 v0.10.6 |
599 | 2024-12-20T23:37:59.328Z | Downloaded normalize-line-endings v0.3.0 |
600 | 2024-12-20T23:37:59.331Z | Downloaded allocator-api2 v0.2.18 |
601 | 2024-12-20T23:37:59.333Z | Downloaded icu_provider v1.5.0 |
602 | 2024-12-20T23:37:59.337Z | Downloaded termios v0.3.3 |
603 | 2024-12-20T23:37:59.339Z | Downloaded rustls-pemfile v2.2.0 |
604 | 2024-12-20T23:37:59.341Z | Downloaded memmap2 v0.9.5 |
605 | 2024-12-20T23:37:59.343Z | Downloaded crossbeam-utils v0.8.20 |
606 | 2024-12-20T23:37:59.347Z | Downloaded russh-cryptovec v0.7.3 |
607 | 2024-12-20T23:37:59.350Z | Downloaded maybe-uninit v2.0.0 |
608 | 2024-12-20T23:37:59.351Z | Downloaded crossbeam-epoch v0.9.18 |
609 | 2024-12-20T23:37:59.354Z | Downloaded new_debug_unreachable v1.0.6 |
610 | 2024-12-20T23:37:59.354Z | Downloaded typify-macro v0.2.0 |
611 | 2024-12-20T23:37:59.357Z | Downloaded static_assertions v1.1.0 |
612 | 2024-12-20T23:37:59.357Z | Downloaded topological-sort v0.2.2 |
613 | 2024-12-20T23:37:59.360Z | Downloaded precomputed-hash v0.1.1 |
614 | 2024-12-20T23:37:59.360Z | Downloaded universal-hash v0.5.1 |
615 | 2024-12-20T23:37:59.363Z | Downloaded spin v0.5.2 |
616 | 2024-12-20T23:37:59.363Z | Downloaded slog-stdlog v4.1.1 |
617 | 2024-12-20T23:37:59.365Z | Downloaded rand_chacha v0.3.1 |
618 | 2024-12-20T23:37:59.367Z | Downloaded xz2 v0.1.7 |
619 | 2024-12-20T23:37:59.367Z | Downloaded xattr v1.3.1 |
620 | 2024-12-20T23:37:59.369Z | Downloaded indexmap v1.9.3 |
621 | 2024-12-20T23:37:59.374Z | Downloaded difflib v0.4.0 |
622 | 2024-12-20T23:37:59.376Z | Downloaded env_filter v0.1.2 |
623 | 2024-12-20T23:37:59.379Z | Downloaded enum-as-inner v0.6.1 |
624 | 2024-12-20T23:37:59.381Z | Downloaded signal-hook-tokio v0.3.1 |
625 | 2024-12-20T23:37:59.383Z | Downloaded sigpipe v0.1.3 |
626 | 2024-12-20T23:37:59.383Z | Downloaded sync-ptr v0.1.1 |
627 | 2024-12-20T23:37:59.386Z | Downloaded spin v0.9.8 |
628 | 2024-12-20T23:37:59.389Z | Downloaded ghash v0.5.1 |
629 | 2024-12-20T23:37:59.389Z | Downloaded hash32 v0.3.1 |
630 | 2024-12-20T23:37:59.392Z | Downloaded hash32 v0.2.1 |
631 | 2024-12-20T23:37:59.394Z | Downloaded tokio-stream v0.1.16 |
632 | 2024-12-20T23:37:59.398Z | Downloaded strum_macros v0.26.4 |
633 | 2024-12-20T23:37:59.401Z | Downloaded tower-service v0.3.3 |
634 | 2024-12-20T23:37:59.403Z | Downloaded toolchain_find v0.4.0 |
635 | 2024-12-20T23:37:59.405Z | Downloaded packed_struct v0.10.1 |
636 | 2024-12-20T23:37:59.408Z | Downloaded packed_struct_codegen v0.10.1 |
637 | 2024-12-20T23:37:59.408Z | Downloaded waitgroup v0.1.2 |
638 | 2024-12-20T23:37:59.410Z | Downloaded num_enum v0.5.11 |
639 | 2024-12-20T23:37:59.415Z | Downloaded rustc_version v0.1.7 |
640 | 2024-12-20T23:37:59.417Z | Downloaded rand_seeder v0.3.0 |
641 | 2024-12-20T23:37:59.422Z | Downloaded rand_core v0.6.4 |
642 | 2024-12-20T23:37:59.422Z | Downloaded derive_builder_core v0.20.2 |
643 | 2024-12-20T23:37:59.424Z | Downloaded yoke v0.7.4 |
644 | 2024-12-20T23:37:59.424Z | Downloaded yasna v0.5.2 |
645 | 2024-12-20T23:37:59.427Z | Downloaded icu_collections v1.5.0 |
646 | 2024-12-20T23:37:59.434Z | Downloaded foreign-types-shared v0.1.1 |
647 | 2024-12-20T23:37:59.437Z | Downloaded serde_plain v1.0.2 |
648 | 2024-12-20T23:37:59.440Z | Downloaded thiserror-impl v2.0.3 |
649 | 2024-12-20T23:37:59.440Z | Downloaded structmeta-derive v0.3.0 |
650 | 2024-12-20T23:37:59.443Z | Downloaded test-strategy v0.3.1 |
651 | 2024-12-20T23:37:59.445Z | Downloaded tokio-macros v2.4.0 |
652 | 2024-12-20T23:37:59.447Z | Downloaded thiserror-impl-no-std v2.0.2 |
653 | 2024-12-20T23:37:59.449Z | Downloaded cc v1.1.30 |
654 | 2024-12-20T23:37:59.452Z | Downloaded unicase v2.7.0 |
655 | 2024-12-20T23:37:59.455Z | Downloaded supports-color v3.0.1 |
656 | 2024-12-20T23:37:59.457Z | Downloaded tls_codec v0.4.1 |
657 | 2024-12-20T23:37:59.460Z | Downloaded number_prefix v0.4.0 |
658 | 2024-12-20T23:37:59.462Z | Downloaded num_threads v0.1.7 |
659 | 2024-12-20T23:37:59.462Z | Downloaded tls_codec_derive v0.4.1 |
660 | 2024-12-20T23:37:59.465Z | Downloaded num-rational v0.4.2 |
661 | 2024-12-20T23:37:59.467Z | Downloaded parking_lot v0.11.2 |
662 | 2024-12-20T23:37:59.469Z | Downloaded zerovec-derive v0.10.3 |
663 | 2024-12-20T23:37:59.471Z | Downloaded vte v0.11.1 |
664 | 2024-12-20T23:37:59.473Z | Downloaded defmt-parser v0.3.4 |
665 | 2024-12-20T23:37:59.476Z | Downloaded hickory-resolver v0.24.1 |
666 | 2024-12-20T23:37:59.479Z | Downloaded progenitor-client v0.8.0 |
667 | 2024-12-20T23:37:59.482Z | Downloaded const_format v0.2.33 |
668 | 2024-12-20T23:37:59.486Z | Downloaded strum v0.26.3 |
669 | 2024-12-20T23:37:59.489Z | Downloaded serde_yaml v0.9.34+deprecated |
670 | 2024-12-20T23:37:59.492Z | Downloaded tinyvec_macros v0.1.1 |
671 | 2024-12-20T23:37:59.496Z | Downloaded fd-lock v4.0.2 |
672 | 2024-12-20T23:37:59.499Z | Downloaded darling_macro v0.20.10 |
673 | 2024-12-20T23:37:59.499Z | Downloaded funty v2.0.0 |
674 | 2024-12-20T23:37:59.499Z | Downloaded crossbeam-channel v0.5.13 |
675 | 2024-12-20T23:37:59.504Z | Downloaded write16 v1.0.0 |
676 | 2024-12-20T23:37:59.506Z | Downloaded mockall v0.13.0 |
677 | 2024-12-20T23:37:59.508Z | Downloaded hyper-util v0.1.10 |
678 | 2024-12-20T23:37:59.511Z | Downloaded parking_lot v0.12.3 |
679 | 2024-12-20T23:37:59.514Z | Downloaded minimal-lexical v0.2.1 |
680 | 2024-12-20T23:37:59.520Z | Downloaded phf v0.11.2 |
681 | 2024-12-20T23:37:59.522Z | Downloaded psl-types v2.0.11 |
682 | 2024-12-20T23:37:59.524Z | Downloaded progenitor-macro v0.8.0 |
683 | 2024-12-20T23:37:59.524Z | Downloaded phf_codegen v0.11.2 |
684 | 2024-12-20T23:37:59.527Z | Downloaded phf_shared v0.10.0 |
685 | 2024-12-20T23:37:59.528Z | Downloaded ed25519 v2.2.3 |
686 | 2024-12-20T23:37:59.530Z | Downloaded mirai-annotations v1.12.0 |
687 | 2024-12-20T23:37:59.530Z | Downloaded defmt v0.3.8 |
688 | 2024-12-20T23:37:59.533Z | Downloaded diff v0.1.13 |
689 | 2024-12-20T23:37:59.537Z | Downloaded serde_repr v0.1.19 |
690 | 2024-12-20T23:37:59.540Z | Downloaded termcolor v1.4.1 |
691 | 2024-12-20T23:37:59.542Z | Downloaded slab v0.4.9 |
692 | 2024-12-20T23:37:59.545Z | Downloaded structmeta-derive v0.2.0 |
693 | 2024-12-20T23:37:59.545Z | Downloaded siphasher v0.3.11 |
694 | 2024-12-20T23:37:59.548Z | Downloaded unarray v0.1.4 |
695 | 2024-12-20T23:37:59.550Z | Downloaded progenitor v0.8.0 |
696 | 2024-12-20T23:37:59.550Z | Downloaded fallible-iterator v0.3.0 |
697 | 2024-12-20T23:37:59.552Z | Downloaded utf16_iter v1.0.5 |
698 | 2024-12-20T23:37:59.554Z | Downloaded hashlink v0.9.1 |
699 | 2024-12-20T23:37:59.566Z | Downloaded sqlparser_derive v0.2.2 |
700 | 2024-12-20T23:37:59.569Z | Downloaded serde-big-array v0.5.1 |
701 | 2024-12-20T23:37:59.569Z | Downloaded fallible-streaming-iterator v0.1.9 |
702 | 2024-12-20T23:37:59.572Z | Downloaded fallible-iterator v0.2.0 |
703 | 2024-12-20T23:37:59.572Z | Downloaded debug-ignore v1.0.5 |
704 | 2024-12-20T23:37:59.575Z | Downloaded olpc-cjson v0.1.4 |
705 | 2024-12-20T23:37:59.575Z | Downloaded futures-core v0.3.31 |
706 | 2024-12-20T23:37:59.577Z | Downloaded password-hash v0.5.0 |
707 | 2024-12-20T23:37:59.580Z | Downloaded password-hash v0.4.2 |
708 | 2024-12-20T23:37:59.584Z | Downloaded pem-rfc7468 v0.7.0 |
709 | 2024-12-20T23:37:59.587Z | Downloaded oso-derive v0.27.3 |
710 | 2024-12-20T23:37:59.587Z | Downloaded dropshot_endpoint v0.12.0 |
711 | 2024-12-20T23:37:59.589Z | Downloaded dhcproto-macros v0.1.0 |
712 | 2024-12-20T23:37:59.589Z | Downloaded zone_cfg_derive v0.1.2 |
713 | 2024-12-20T23:37:59.591Z | Downloaded zerocopy v0.6.6 |
714 | 2024-12-20T23:37:59.594Z | Downloaded pin-project v1.1.6 |
715 | 2024-12-20T23:37:59.605Z | Downloaded fxhash v0.2.1 |
716 | 2024-12-20T23:37:59.607Z | Downloaded zerofrom v0.1.4 |
717 | 2024-12-20T23:37:59.607Z | Downloaded rustc-hash v2.0.0 |
718 | 2024-12-20T23:37:59.609Z | Downloaded ppv-lite86 v0.2.20 |
719 | 2024-12-20T23:37:59.612Z | Downloaded powerfmt v0.2.0 |
720 | 2024-12-20T23:37:59.612Z | Downloaded sct v0.7.1 |
721 | 2024-12-20T23:37:59.615Z | Downloaded openssl-probe v0.1.5 |
722 | 2024-12-20T23:37:59.618Z | Downloaded openssl-macros v0.1.1 |
723 | 2024-12-20T23:37:59.618Z | Downloaded mockall_derive v0.13.0 |
724 | 2024-12-20T23:37:59.620Z | Downloaded ssh-encoding v0.2.0 |
725 | 2024-12-20T23:37:59.623Z | Downloaded ssh-cipher v0.2.0 |
726 | 2024-12-20T23:37:59.625Z | Downloaded unicode-bidi v0.3.17 |
727 | 2024-12-20T23:37:59.628Z | Downloaded slog-envlogger v2.2.0 |
728 | 2024-12-20T23:37:59.630Z | Downloaded aes-gcm v0.10.3 |
729 | 2024-12-20T23:37:59.633Z | Downloaded rusty-fork v0.3.0 |
730 | 2024-12-20T23:37:59.635Z | Downloaded unicode-truncate v1.1.0 |
731 | 2024-12-20T23:37:59.637Z | Downloaded tui-tree-widget v0.22.0 |
732 | 2024-12-20T23:37:59.640Z | Downloaded thread_local v1.1.8 |
733 | 2024-12-20T23:37:59.643Z | Downloaded thiserror-no-std v2.0.2 |
734 | 2024-12-20T23:37:59.646Z | Downloaded zone_cfg_derive v0.3.0 |
735 | 2024-12-20T23:37:59.646Z | Downloaded owo-colors v4.1.0 |
736 | 2024-12-20T23:37:59.650Z | Downloaded x509-cert v0.2.5 |
737 | 2024-12-20T23:37:59.658Z | Downloaded fixedbitset v0.4.2 |
738 | 2024-12-20T23:37:59.660Z | Downloaded diesel-dtrace v0.4.2 |
739 | 2024-12-20T23:37:59.660Z | Downloaded term v0.7.0 |
740 | 2024-12-20T23:37:59.663Z | Downloaded semver v0.1.20 |
741 | 2024-12-20T23:37:59.666Z | Downloaded foreign-types-shared v0.3.1 |
742 | 2024-12-20T23:37:59.668Z | Downloaded foreign-types v0.3.2 |
743 | 2024-12-20T23:37:59.668Z | Downloaded futures-task v0.3.31 |
744 | 2024-12-20T23:37:59.670Z | Downloaded futures-macro v0.3.31 |
745 | 2024-12-20T23:37:59.670Z | Downloaded flagset v0.4.6 |
746 | 2024-12-20T23:37:59.675Z | Downloaded pretty-hex v0.2.1 |
747 | 2024-12-20T23:37:59.677Z | Downloaded pin-utils v0.1.0 |
748 | 2024-12-20T23:37:59.678Z | Downloaded tokio-tungstenite v0.24.0 |
749 | 2024-12-20T23:37:59.678Z | Downloaded parse-size v1.1.0 |
750 | 2024-12-20T23:37:59.680Z | Downloaded peg v0.8.4 |
751 | 2024-12-20T23:37:59.683Z | Downloaded env_logger v0.11.5 |
752 | 2024-12-20T23:37:59.686Z | Downloaded tokio-tungstenite v0.23.1 |
753 | 2024-12-20T23:37:59.689Z | Downloaded strip-ansi-escapes v0.2.0 |
754 | 2024-12-20T23:37:59.691Z | Downloaded spki v0.7.3 |
755 | 2024-12-20T23:37:59.693Z | Downloaded value-bag v1.9.0 |
756 | 2024-12-20T23:37:59.696Z | Downloaded oso v0.27.3 |
757 | 2024-12-20T23:37:59.700Z | Downloaded ron v0.8.1 |
758 | 2024-12-20T23:37:59.706Z | Downloaded try-lock v0.2.5 |
759 | 2024-12-20T23:37:59.709Z | Downloaded miniz_oxide v0.8.0 |
760 | 2024-12-20T23:37:59.712Z | Downloaded display-error-chain v0.2.2 |
761 | 2024-12-20T23:37:59.714Z | Downloaded dirs-sys-next v0.1.2 |
762 | 2024-12-20T23:37:59.714Z | Downloaded wyz v0.5.1 |
763 | 2024-12-20T23:37:59.717Z | Downloaded utf8_iter v1.0.4 |
764 | 2024-12-20T23:37:59.717Z | Downloaded num-conv v0.1.0 |
765 | 2024-12-20T23:37:59.719Z | Downloaded futures-channel v0.3.31 |
766 | 2024-12-20T23:37:59.721Z | Downloaded opaque-debug v0.3.1 |
767 | 2024-12-20T23:37:59.721Z | Downloaded tinyvec v1.8.0 |
768 | 2024-12-20T23:37:59.725Z | Downloaded parse-display-derive v0.10.0 |
769 | 2024-12-20T23:37:59.727Z | Downloaded fragile v2.0.0 |
770 | 2024-12-20T23:37:59.730Z | Downloaded primeorder v0.13.6 |
771 | 2024-12-20T23:37:59.732Z | Downloaded darling_core v0.20.10 |
772 | 2024-12-20T23:37:59.736Z | Downloaded pkcs8 v0.10.2 |
773 | 2024-12-20T23:37:59.740Z | Downloaded tabwriter v1.4.0 |
774 | 2024-12-20T23:37:59.742Z | Downloaded synstructure v0.13.1 |
775 | 2024-12-20T23:37:59.744Z | Downloaded smallvec v0.6.14 |
776 | 2024-12-20T23:37:59.746Z | Downloaded rand v0.8.5 |
777 | 2024-12-20T23:37:59.749Z | Downloaded slog-json v2.6.1 |
778 | 2024-12-20T23:37:59.751Z | Downloaded rustc-hash v1.1.0 |
779 | 2024-12-20T23:37:59.753Z | Downloaded tracing v0.1.40 |
780 | 2024-12-20T23:37:59.757Z | Downloaded tokio-tungstenite v0.21.0 |
781 | 2024-12-20T23:37:59.760Z | Downloaded unicode-xid v0.2.6 |
782 | 2024-12-20T23:37:59.764Z | Downloaded twox-hash v1.6.3 |
783 | 2024-12-20T23:37:59.766Z | Downloaded tokio-rustls v0.25.0 |
784 | 2024-12-20T23:37:59.768Z | Downloaded want v0.3.1 |
785 | 2024-12-20T23:37:59.768Z | Downloaded float-cmp v0.9.0 |
786 | 2024-12-20T23:37:59.770Z | Downloaded either v1.13.0 |
787 | 2024-12-20T23:37:59.772Z | Downloaded p256 v0.13.2 |
788 | 2024-12-20T23:37:59.776Z | Downloaded peg-runtime v0.8.3 |
789 | 2024-12-20T23:37:59.778Z | Downloaded aho-corasick v1.1.3 |
790 | 2024-12-20T23:37:59.784Z | Downloaded num-derive v0.4.2 |
791 | 2024-12-20T23:37:59.786Z | Downloaded pkcs1 v0.7.5 |
792 | 2024-12-20T23:37:59.789Z | Downloaded scrypt v0.11.0 |
793 | 2024-12-20T23:37:59.791Z | Downloaded smallvec v1.13.2 |
794 | 2024-12-20T23:37:59.793Z | Downloaded rustc-demangle v0.1.24 |
795 | 2024-12-20T23:37:59.795Z | Downloaded tap v1.0.1 |
796 | 2024-12-20T23:37:59.797Z | Downloaded sync_wrapper v1.0.1 |
797 | 2024-12-20T23:37:59.797Z | Downloaded rustls-pki-types v1.10.0 |
798 | 2024-12-20T23:37:59.800Z | Downloaded pkcs5 v0.7.1 |
799 | 2024-12-20T23:37:59.805Z | Downloaded newtype_derive v0.1.6 |
800 | 2024-12-20T23:37:59.808Z | Downloaded dirs-next v2.0.0 |
801 | 2024-12-20T23:37:59.808Z | Downloaded zone v0.3.0 |
802 | 2024-12-20T23:37:59.810Z | Downloaded path-slash v0.1.5 |
803 | 2024-12-20T23:37:59.810Z | Downloaded zone v0.1.8 |
804 | 2024-12-20T23:37:59.813Z | Downloaded radium v0.7.0 |
805 | 2024-12-20T23:37:59.813Z | Downloaded rustyline v14.0.0 |
806 | 2024-12-20T23:37:59.818Z | Downloaded rfc6979 v0.4.0 |
807 | 2024-12-20T23:37:59.820Z | Downloaded r2d2 v0.8.10 |
808 | 2024-12-20T23:37:59.822Z | Downloaded pkg-config v0.3.31 |
809 | 2024-12-20T23:37:59.824Z | Downloaded foreign-types v0.5.0 |
810 | 2024-12-20T23:37:59.826Z | Downloaded getrandom v0.2.15 |
811 | 2024-12-20T23:37:59.829Z | Downloaded time-core v0.1.2 |
812 | 2024-12-20T23:37:59.829Z | Downloaded nibble_vec v0.1.0 |
813 | 2024-12-20T23:37:59.831Z | Downloaded diesel_derives v2.2.3 |
814 | 2024-12-20T23:37:59.835Z | Downloaded slog-bunyan v2.5.0 |
815 | 2024-12-20T23:37:59.838Z | Downloaded blake3 v1.5.4 |
816 | 2024-12-20T23:37:59.845Z | Downloaded downcast v0.11.0 |
817 | 2024-12-20T23:37:59.848Z | Downloaded idna v1.0.3 |
818 | 2024-12-20T23:37:59.851Z | Downloaded subtle v2.6.1 |
819 | 2024-12-20T23:37:59.854Z | Downloaded utf-8 v0.7.6 |
820 | 2024-12-20T23:37:59.856Z | Downloaded smf v0.2.3 |
821 | 2024-12-20T23:37:59.856Z | Downloaded num v0.4.3 |
822 | 2024-12-20T23:37:59.858Z | Downloaded dunce v1.0.5 |
823 | 2024-12-20T23:37:59.858Z | Downloaded newline-converter v0.3.0 |
824 | 2024-12-20T23:37:59.860Z | Downloaded pbkdf2 v0.12.2 |
825 | 2024-12-20T23:37:59.864Z | Downloaded phf_generator v0.11.2 |
826 | 2024-12-20T23:37:59.864Z | Downloaded pbkdf2 v0.11.0 |
827 | 2024-12-20T23:37:59.866Z | Downloaded des v0.8.1 |
828 | 2024-12-20T23:37:59.868Z | Downloaded paste v1.0.15 |
829 | 2024-12-20T23:37:59.870Z | Downloaded newtype-uuid v1.1.3 |
830 | 2024-12-20T23:37:59.873Z | Downloaded serde_with v3.11.0 |
831 | 2024-12-20T23:37:59.880Z | Downloaded strum_macros v0.24.3 |
832 | 2024-12-20T23:37:59.882Z | Downloaded ff v0.13.0 |
833 | 2024-12-20T23:37:59.885Z | Downloaded pin-project-lite v0.2.14 |
834 | 2024-12-20T23:37:59.889Z | Downloaded string_cache v0.8.7 |
835 | 2024-12-20T23:37:59.891Z | Downloaded zerocopy-derive v0.8.10 |
836 | 2024-12-20T23:37:59.898Z | Downloaded group v0.13.0 |
837 | 2024-12-20T23:37:59.900Z | Downloaded serde_urlencoded v0.7.1 |
838 | 2024-12-20T23:37:59.903Z | Downloaded secrecy v0.8.0 |
839 | 2024-12-20T23:37:59.905Z | Downloaded ecdsa v0.16.9 |
840 | 2024-12-20T23:37:59.905Z | Downloaded multimap v0.10.0 |
841 | 2024-12-20T23:37:59.909Z | Downloaded shlex v1.3.0 |
842 | 2024-12-20T23:37:59.909Z | Downloaded parking_lot_core v0.8.6 |
843 | 2024-12-20T23:37:59.912Z | Downloaded rayon v1.10.0 |
844 | 2024-12-20T23:37:59.920Z | Downloaded untrusted v0.9.0 |
845 | 2024-12-20T23:37:59.923Z | Downloaded quick-error v1.2.3 |
846 | 2024-12-20T23:37:59.925Z | Downloaded same-file v1.0.6 |
847 | 2024-12-20T23:37:59.925Z | Downloaded polyval v0.6.2 |
848 | 2024-12-20T23:37:59.928Z | Downloaded zopfli v0.8.1 |
849 | 2024-12-20T23:37:59.930Z | Downloaded nanorand v0.7.0 |
850 | 2024-12-20T23:37:59.933Z | Downloaded aws-lc-rs v1.10.0 |
851 | 2024-12-20T23:37:59.942Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2024-12-20T23:37:59.945Z | Downloaded globset v0.4.15 |
853 | 2024-12-20T23:37:59.945Z | Downloaded tracing-attributes v0.1.27 |
854 | 2024-12-20T23:37:59.947Z | Downloaded tungstenite v0.24.0 |
855 | 2024-12-20T23:37:59.950Z | Downloaded bindgen v0.69.5 |
856 | 2024-12-20T23:37:59.959Z | Downloaded publicsuffix v2.2.3 |
857 | 2024-12-20T23:37:59.962Z | Downloaded schemars v0.8.21 |
858 | 2024-12-20T23:37:59.974Z | Downloaded snafu-derive v0.8.5 |
859 | 2024-12-20T23:37:59.976Z | Downloaded chrono v0.4.38 |
860 | 2024-12-20T23:37:59.985Z | Downloaded parking_lot_core v0.9.10 |
861 | 2024-12-20T23:37:59.988Z | Downloaded sqlformat v0.2.6 |
862 | 2024-12-20T23:37:59.988Z | Downloaded wait-timeout v0.2.0 |
863 | 2024-12-20T23:37:59.991Z | Downloaded parse-zoneinfo v0.3.1 |
864 | 2024-12-20T23:37:59.993Z | Downloaded dsl_auto_type v0.1.2 |
865 | 2024-12-20T23:37:59.997Z | Downloaded unicode_categories v0.1.1 |
866 | 2024-12-20T23:38:00.001Z | Downloaded elliptic-curve v0.13.8 |
867 | 2024-12-20T23:38:00.001Z | Downloaded dropshot_endpoint v0.13.0 |
868 | 2024-12-20T23:38:00.003Z | Downloaded tar v0.4.42 |
869 | 2024-12-20T23:38:00.007Z | Downloaded socket2 v0.5.7 |
870 | 2024-12-20T23:38:00.010Z | Downloaded ssh-key v0.6.6 |
871 | 2024-12-20T23:38:00.017Z | Downloaded rayon-core v1.12.1 |
872 | 2024-12-20T23:38:00.021Z | Downloaded toml v0.7.8 |
873 | 2024-12-20T23:38:00.024Z | Downloaded rusqlite v0.32.1 |
874 | 2024-12-20T23:38:00.032Z | Downloaded tracing-core v0.1.32 |
875 | 2024-12-20T23:38:00.036Z | Downloaded signal-hook v0.3.17 |
876 | 2024-12-20T23:38:00.038Z | Downloaded samael v0.0.17 |
877 | 2024-12-20T23:38:00.045Z | Downloaded ron v0.7.1 |
878 | 2024-12-20T23:38:00.049Z | Downloaded num-bigint v0.4.6 |
879 | 2024-12-20T23:38:00.056Z | Downloaded hashbrown v0.14.5 |
880 | 2024-12-20T23:38:00.061Z | Downloaded lalrpop v0.19.12 |
881 | 2024-12-20T23:38:00.074Z | Downloaded typed-path v0.9.3 |
882 | 2024-12-20T23:38:00.080Z | Downloaded icu_properties_data v1.5.0 |
883 | 2024-12-20T23:38:00.093Z | Downloaded portable-atomic v1.9.0 |
884 | 2024-12-20T23:38:00.099Z | Downloaded idna v0.4.0 |
885 | 2024-12-20T23:38:00.107Z | Downloaded toml_edit v0.19.15 |
886 | 2024-12-20T23:38:00.124Z | Downloaded zerovec v0.10.4 |
887 | 2024-12-20T23:38:00.130Z | Downloaded idna v0.3.0 |
888 | 2024-12-20T23:38:00.138Z | Downloaded quinn v0.11.5 |
889 | 2024-12-20T23:38:00.142Z | Downloaded zip v2.1.3 |
890 | 2024-12-20T23:38:00.146Z | Downloaded idna v0.5.0 |
891 | 2024-12-20T23:38:00.153Z | Downloaded p384 v0.13.0 |
892 | 2024-12-20T23:38:00.171Z | Downloaded tokio-util v0.7.12 |
893 | 2024-12-20T23:38:00.178Z | Downloaded radix_trie v0.2.1 |
894 | 2024-12-20T23:38:00.183Z | Downloaded futures-util v0.3.31 |
895 | 2024-12-20T23:38:00.196Z | Downloaded proptest v1.5.0 |
896 | 2024-12-20T23:38:00.208Z | Downloaded petname v2.0.2 |
897 | 2024-12-20T23:38:00.213Z | Downloaded time v0.3.36 |
898 | 2024-12-20T23:38:00.220Z | Downloaded zerocopy v0.8.10 |
899 | 2024-12-20T23:38:00.243Z | Downloaded hashbrown v0.12.3 |
900 | 2024-12-20T23:38:00.247Z | Downloaded smoltcp v0.9.1 |
901 | 2024-12-20T23:38:00.257Z | Downloaded flate2 v1.0.34 |
902 | 2024-12-20T23:38:00.263Z | Downloaded rustls-webpki v0.101.7 |
903 | 2024-12-20T23:38:00.278Z | Downloaded rustls-webpki v0.102.8 |
904 | 2024-12-20T23:38:00.297Z | Downloaded object v0.30.4 |
905 | 2024-12-20T23:38:00.306Z | Downloaded polar-core v0.27.3 |
906 | 2024-12-20T23:38:00.315Z | Downloaded quick-xml v0.33.0 |
907 | 2024-12-20T23:38:00.321Z | Downloaded chrono-tz v0.10.0 |
908 | 2024-12-20T23:38:00.329Z | Downloaded sqlparser v0.45.0 |
909 | 2024-12-20T23:38:00.334Z | Downloaded git2 v0.19.0 |
910 | 2024-12-20T23:38:00.343Z | Downloaded regex v1.11.1 |
911 | 2024-12-20T23:38:00.356Z | Downloaded object v0.36.5 |
912 | 2024-12-20T23:38:00.367Z | Downloaded rustls v0.21.12 |
913 | 2024-12-20T23:38:00.379Z | Downloaded vcpkg v0.2.15 |
914 | 2024-12-20T23:38:00.418Z | Downloaded nix v0.27.1 |
915 | 2024-12-20T23:38:00.429Z | Downloaded nix v0.28.0 |
916 | 2024-12-20T23:38:00.439Z | Downloaded openssl v0.10.66 |
917 | 2024-12-20T23:38:00.449Z | Downloaded dropshot v0.12.0 |
918 | 2024-12-20T23:38:00.468Z | Downloaded trust-dns-proto v0.22.0 |
919 | 2024-12-20T23:38:00.480Z | Downloaded regress v0.9.1 |
920 | 2024-12-20T23:38:00.486Z | Downloaded regex-syntax v0.6.29 |
921 | 2024-12-20T23:38:00.493Z | Downloaded dropshot v0.13.0 |
922 | 2024-12-20T23:38:00.513Z | Downloaded openapiv3 v2.0.0 |
923 | 2024-12-20T23:38:00.525Z | Downloaded typify-impl v0.2.0 |
924 | 2024-12-20T23:38:00.539Z | Downloaded sled v0.34.7 |
925 | 2024-12-20T23:38:00.548Z | Downloaded regex-syntax v0.8.5 |
926 | 2024-12-20T23:38:00.556Z | Downloaded regress v0.10.1 |
927 | 2024-12-20T23:38:00.565Z | Downloaded diesel v2.2.6 |
928 | 2024-12-20T23:38:00.582Z | Downloaded nix v0.29.0 |
929 | 2024-12-20T23:38:00.593Z | Downloaded rustls v0.22.4 |
930 | 2024-12-20T23:38:00.605Z | Downloaded ratatui v0.28.1 |
931 | 2024-12-20T23:38:00.623Z | Downloaded zerocopy-derive v0.6.6 |
932 | 2024-12-20T23:38:00.632Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
933 | 2024-12-20T23:38:00.643Z | Downloaded unicode-width v0.2.0 |
934 | 2024-12-20T23:38:00.649Z | Downloaded smoltcp v0.11.0 |
935 | 2024-12-20T23:38:00.662Z | Downloaded hickory-proto v0.24.1 |
936 | 2024-12-20T23:38:00.675Z | Downloaded regex-automata v0.4.8 |
937 | 2024-12-20T23:38:00.691Z | Downloaded lzma-sys v0.1.20 |
938 | 2024-12-20T23:38:00.719Z | Downloaded webpki-roots v0.26.6 |
939 | 2024-12-20T23:38:00.723Z | Downloaded petgraph v0.6.5 |
940 | 2024-12-20T23:38:00.740Z | Downloaded libz-sys v1.1.20 |
941 | 2024-12-20T23:38:00.761Z | Downloaded tokio v1.40.0 |
942 | 2024-12-20T23:38:00.799Z | Downloaded gimli v0.31.1 |
943 | 2024-12-20T23:38:00.808Z | Downloaded bstr v1.10.0 |
944 | 2024-12-20T23:38:00.818Z | Downloaded rustls v0.23.19 |
945 | 2024-12-20T23:38:00.831Z | Downloaded curve25519-dalek v4.1.3 |
946 | 2024-12-20T23:38:00.839Z | Downloaded idna v0.2.3 |
947 | 2024-12-20T23:38:00.846Z | Downloaded csv v1.3.0 |
948 | 2024-12-20T23:38:00.866Z | Downloaded num-bigint-dig v0.8.4 |
949 | 2024-12-20T23:38:00.871Z | Downloaded reedline v0.35.0 |
950 | 2024-12-20T23:38:00.879Z | Downloaded reqwest v0.12.9 |
951 | 2024-12-20T23:38:00.889Z | Downloaded sha3 v0.10.8 |
952 | 2024-12-20T23:38:00.892Z | Downloaded winnow v0.5.40 |
953 | 2024-12-20T23:38:00.901Z | Downloaded salty v0.3.0 |
954 | 2024-12-20T23:38:00.909Z | Downloaded quinn-proto v0.11.8 |
955 | 2024-12-20T23:38:00.915Z | Downloaded bitvec v1.0.1 |
956 | 2024-12-20T23:38:00.930Z | Downloaded url v2.5.3 |
957 | 2024-12-20T23:38:00.933Z | Downloaded russh v0.45.0 |
958 | 2024-12-20T23:38:00.938Z | Downloaded futures v0.3.31 |
959 | 2024-12-20T23:38:00.943Z | Downloaded unicode-segmentation v1.12.0 |
960 | 2024-12-20T23:38:00.946Z | Downloaded mio v1.0.2 |
961 | 2024-12-20T23:38:00.952Z | Downloaded dhcproto v0.12.0 |
962 | 2024-12-20T23:38:00.954Z | Downloaded h2 v0.4.6 |
963 | 2024-12-20T23:38:00.962Z | Downloaded tungstenite v0.23.0 |
964 | 2024-12-20T23:38:00.965Z | Downloaded p521 v0.13.3 |
965 | 2024-12-20T23:38:00.969Z | Downloaded shell-words v1.1.0 |
966 | 2024-12-20T23:38:00.971Z | Downloaded schemars_derive v0.8.21 |
967 | 2024-12-20T23:38:00.971Z | Downloaded peg-macros v0.8.4 |
968 | 2024-12-20T23:38:00.974Z | Downloaded displaydoc v0.2.5 |
969 | 2024-12-20T23:38:00.977Z | Downloaded omicron-zone-package v0.11.1 |
970 | 2024-12-20T23:38:00.979Z | Downloaded unicode-normalization v0.1.24 |
971 | 2024-12-20T23:38:00.982Z | Downloaded hashbrown v0.13.2 |
972 | 2024-12-20T23:38:00.987Z | Downloaded strum_macros v0.25.3 |
973 | 2024-12-20T23:38:00.990Z | Downloaded rcgen v0.12.1 |
974 | 2024-12-20T23:38:00.992Z | Downloaded parse-display v0.10.0 |
975 | 2024-12-20T23:38:00.994Z | Downloaded zeroize_derive v1.4.2 |
976 | 2024-12-20T23:38:00.997Z | Downloaded zeroize v1.8.1 |
977 | 2024-12-20T23:38:00.997Z | Downloaded openssl-sys v0.9.103 |
978 | 2024-12-20T23:38:01.001Z | Downloaded expectorate v1.1.0 |
979 | 2024-12-20T23:38:01.005Z | Downloaded serde-hex v0.1.0 |
980 | 2024-12-20T23:38:01.009Z | Downloaded zerofrom-derive v0.1.4 |
981 | 2024-12-20T23:38:01.009Z | Downloaded which v4.4.2 |
982 | 2024-12-20T23:38:01.009Z | Downloaded num-complex v0.4.6 |
983 | 2024-12-20T23:38:01.012Z | Downloaded encoding_rs v0.8.34 |
984 | 2024-12-20T23:38:01.031Z | Downloaded fs_extra v1.3.0 |
985 | 2024-12-20T23:38:01.034Z | Downloaded hkdf v0.12.4 |
986 | 2024-12-20T23:38:01.037Z | Downloaded scopeguard v1.2.0 |
987 | 2024-12-20T23:38:01.040Z | Downloaded proc-macro-crate v1.3.1 |
988 | 2024-12-20T23:38:01.040Z | Downloaded nom v7.1.3 |
989 | 2024-12-20T23:38:01.043Z | Downloaded gethostname v0.5.0 |
990 | 2024-12-20T23:38:01.046Z | Downloaded derive_more v0.99.18 |
991 | 2024-12-20T23:38:01.050Z | Downloaded tokio-postgres v0.7.12 |
992 | 2024-12-20T23:38:01.053Z | Downloaded flume v0.11.1 |
993 | 2024-12-20T23:38:01.057Z | Downloaded headers v0.4.0 |
994 | 2024-12-20T23:38:01.062Z | Downloaded hyper v1.5.0 |
995 | 2024-12-20T23:38:01.068Z | Downloaded time-macros v0.2.18 |
996 | 2024-12-20T23:38:01.070Z | Downloaded tough v0.19.0 |
997 | 2024-12-20T23:38:01.079Z | Downloaded derive-where v1.2.7 |
998 | 2024-12-20T23:38:01.082Z | Downloaded form_urlencoded v1.2.1 |
999 | 2024-12-20T23:38:01.085Z | Downloaded foreign-types-macros v0.2.3 |
1000 | 2024-12-20T23:38:01.087Z | Downloaded foldhash v0.1.3 |
1001 | 2024-12-20T23:38:01.087Z | Downloaded float-ord v0.3.2 |
1002 | 2024-12-20T23:38:01.087Z | Downloaded ed25519-dalek v2.1.1 |
1003 | 2024-12-20T23:38:01.090Z | Downloaded tinystr v0.7.6 |
1004 | 2024-12-20T23:38:01.093Z | Downloaded tiny-keccak v2.0.2 |
1005 | 2024-12-20T23:38:01.095Z | Downloaded structmeta v0.3.0 |
1006 | 2024-12-20T23:38:01.097Z | Downloaded structmeta v0.2.0 |
1007 | 2024-12-20T23:38:01.097Z | Downloaded slog-scope v4.4.0 |
1008 | 2024-12-20T23:38:01.099Z | Downloaded itertools v0.13.0 |
1009 | 2024-12-20T23:38:01.104Z | Downloaded libm v0.2.8 |
1010 | 2024-12-20T23:38:01.114Z | Downloaded uzers v0.12.1 |
1011 | 2024-12-20T23:38:01.116Z | Downloaded itertools v0.10.5 |
1012 | 2024-12-20T23:38:01.123Z | Downloaded num_enum_derive v0.5.11 |
1013 | 2024-12-20T23:38:01.125Z | Downloaded derive_builder v0.20.2 |
1014 | 2024-12-20T23:38:01.128Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1015 | 2024-12-20T23:38:01.188Z | Downloaded slog-dtrace v0.3.0 |
1016 | 2024-12-20T23:38:01.190Z | Downloaded vergen v8.3.2 |
1017 | 2024-12-20T23:38:01.192Z | Downloaded tokio-rustls v0.24.1 |
1018 | 2024-12-20T23:38:01.194Z | Downloaded slog v2.7.0 |
1019 | 2024-12-20T23:38:01.197Z | Downloaded postgres-types v0.2.8 |
1020 | 2024-12-20T23:38:01.200Z | Downloaded postgres-protocol v0.6.7 |
1021 | 2024-12-20T23:38:01.203Z | Downloaded unicode-properties v0.1.3 |
1022 | 2024-12-20T23:38:01.206Z | Downloaded crossterm v0.28.1 |
1023 | 2024-12-20T23:38:01.210Z | Downloaded russh-keys v0.45.0 |
1024 | 2024-12-20T23:38:01.213Z | Downloaded filetime v0.2.25 |
1025 | 2024-12-20T23:38:01.216Z | Downloaded postcard v1.0.10 |
1026 | 2024-12-20T23:38:01.218Z | Downloaded pin-project-internal v1.1.6 |
1027 | 2024-12-20T23:38:01.221Z | Downloaded multer v3.1.0 |
1028 | 2024-12-20T23:38:01.223Z | Downloaded similar v2.6.0 |
1029 | 2024-12-20T23:38:01.226Z | Downloaded steno v0.4.1 |
1030 | 2024-12-20T23:38:01.229Z | Downloaded itertools v0.12.1 |
1031 | 2024-12-20T23:38:01.237Z | Downloaded zip v0.6.6 |
1032 | 2024-12-20T23:38:01.241Z | Downloaded libxml v0.3.3 |
1033 | 2024-12-20T23:38:01.246Z | Downloaded rustversion v1.0.17 |
1034 | 2024-12-20T23:38:01.249Z | Downloaded whoami v1.5.2 |
1035 | 2024-12-20T23:38:01.251Z | Downloaded num-traits v0.2.19 |
1036 | 2024-12-20T23:38:01.253Z | Downloaded fatfs v0.3.6 |
1037 | 2024-12-20T23:38:01.256Z | Downloaded snafu v0.8.5 |
1038 | 2024-12-20T23:38:01.262Z | Downloaded der v0.7.9 |
1039 | 2024-12-20T23:38:01.267Z | Downloaded unsafe-libyaml v0.2.11 |
1040 | 2024-12-20T23:38:01.271Z | Downloaded aes v0.8.4 |
1041 | 2024-12-20T23:38:01.274Z | Downloaded nu-ansi-term v0.50.1 |
1042 | 2024-12-20T23:38:01.277Z | Downloaded uuid v1.11.0 |
1043 | 2024-12-20T23:38:01.280Z | Downloaded writeable v0.5.5 |
1044 | 2024-12-20T23:38:01.282Z | Downloaded nodrop v0.1.14 |
1045 | 2024-12-20T23:38:01.284Z | Downloaded half v2.4.1 |
1046 | 2024-12-20T23:38:01.286Z | Downloaded tokio-native-tls v0.3.1 |
1047 | 2024-12-20T23:38:01.289Z | Downloaded simd-adler32 v0.3.7 |
1048 | 2024-12-20T23:38:01.289Z | Downloaded signal-hook-mio v0.2.4 |
1049 | 2024-12-20T23:38:01.291Z | Downloaded rpassword v7.3.1 |
1050 | 2024-12-20T23:38:01.291Z | Downloaded der_derive v0.7.3 |
1051 | 2024-12-20T23:38:01.294Z | Downloaded walkdir v2.5.0 |
1052 | 2024-12-20T23:38:01.294Z | Downloaded percent-encoding v2.3.1 |
1053 | 2024-12-20T23:38:01.297Z | Downloaded pem v3.0.4 |
1054 | 2024-12-20T23:38:01.297Z | Downloaded tungstenite v0.21.0 |
1055 | 2024-12-20T23:38:01.300Z | Downloaded rsa v0.9.6 |
1056 | 2024-12-20T23:38:01.304Z | Downloaded qorb v0.2.1 |
1057 | 2024-12-20T23:38:01.309Z | Downloaded glob v0.3.1 |
1058 | 2024-12-20T23:38:01.311Z | Downloaded futures-sink v0.3.31 |
1059 | 2024-12-20T23:38:01.314Z | Downloaded indicatif v0.17.9 |
1060 | 2024-12-20T23:38:01.316Z | Downloaded http v1.1.0 |
1061 | 2024-12-20T23:38:01.320Z | Downloaded deranged v0.3.11 |
1062 | 2024-12-20T23:38:01.323Z | Downloaded stringprep v0.1.5 |
1063 | 2024-12-20T23:38:01.326Z | Downloaded serde_path_to_error v0.1.16 |
1064 | 2024-12-20T23:38:01.326Z | Downloaded base64 v0.21.7 |
1065 | 2024-12-20T23:38:01.329Z | Downloaded hickory-server v0.24.1 |
1066 | 2024-12-20T23:38:01.334Z | Downloaded defmt-macros v0.3.9 |
1067 | 2024-12-20T23:38:01.337Z | Downloaded subprocess v0.2.9 |
1068 | 2024-12-20T23:38:01.339Z | Downloaded predicates v3.1.2 |
1069 | 2024-12-20T23:38:01.344Z | Downloaded poly1305 v0.8.0 |
1070 | 2024-12-20T23:38:01.347Z | Downloaded cookie v0.18.1 |
1071 | 2024-12-20T23:38:01.347Z | Downloaded native-tls v0.2.12 |
1072 | 2024-12-20T23:38:01.350Z | Downloaded crypto-bigint v0.5.5 |
1073 | 2024-12-20T23:38:01.355Z | Downloaded bumpalo v3.16.0 |
1074 | 2024-12-20T23:38:01.358Z | Downloaded prettyplease v0.2.25 |
1075 | 2024-12-20T23:38:01.361Z | Downloaded signature v2.2.0 |
1076 | 2024-12-20T23:38:01.365Z | Downloaded signal-hook-registry v1.4.2 |
1077 | 2024-12-20T23:38:01.365Z | Downloaded salsa20 v0.10.2 |
1078 | 2024-12-20T23:38:01.367Z | Downloaded rustfmt-wrapper v0.2.1 |
1079 | 2024-12-20T23:38:01.367Z | Downloaded env_logger v0.10.2 |
1080 | 2024-12-20T23:38:01.370Z | Downloaded dyn-clone v1.0.17 |
1081 | 2024-12-20T23:38:01.372Z | Downloaded heapless v0.7.17 |
1082 | 2024-12-20T23:38:01.375Z | Downloaded typify v0.2.0 |
1083 | 2024-12-20T23:38:01.377Z | Downloaded rand_xorshift v0.3.0 |
1084 | 2024-12-20T23:38:01.379Z | Downloaded predicates-tree v1.0.11 |
1085 | 2024-12-20T23:38:01.381Z | Downloaded predicates-core v1.0.8 |
1086 | 2024-12-20T23:38:01.381Z | Downloaded phf_shared v0.11.2 |
1087 | 2024-12-20T23:38:01.385Z | Downloaded vsss-rs v3.3.4 |
1088 | 2024-12-20T23:38:01.385Z | Downloaded num-iter v0.1.45 |
1089 | 2024-12-20T23:38:01.388Z | Downloaded num-integer v0.1.46 |
1090 | 2024-12-20T23:38:01.388Z | Downloaded progenitor-impl v0.8.0 |
1091 | 2024-12-20T23:38:01.390Z | Downloaded icu_locid_transform_data v1.5.0 |
1092 | 2024-12-20T23:38:01.391Z | Downloaded base64 v0.22.1 |
1093 | 2024-12-20T23:38:01.394Z | Downloaded backtrace v0.3.74 |
1094 | 2024-12-20T23:38:01.400Z | Downloaded tokio-rustls v0.26.0 |
1095 | 2024-12-20T23:38:01.402Z | Downloaded futures-io v0.3.31 |
1096 | 2024-12-20T23:38:01.405Z | Downloaded futures-executor v0.3.31 |
1097 | 2024-12-20T23:38:01.405Z | Downloaded ena v0.14.3 |
1098 | 2024-12-20T23:38:01.408Z | Downloaded embedded-io v0.6.1 |
1099 | 2024-12-20T23:38:01.408Z | Downloaded embedded-io v0.4.0 |
1100 | 2024-12-20T23:38:01.410Z | Downloaded thiserror v2.0.3 |
1101 | 2024-12-20T23:38:01.414Z | Downloaded slog-term v2.9.1 |
1102 | 2024-12-20T23:38:01.417Z | Downloaded serde_with_macros v3.11.0 |
1103 | 2024-12-20T23:38:01.419Z | Downloaded chacha20poly1305 v0.10.1 |
1104 | 2024-12-20T23:38:01.422Z | Downloaded enum-as-inner v0.5.1 |
1105 | 2024-12-20T23:38:01.422Z | Downloaded slog-async v2.8.0 |
1106 | 2024-12-20T23:38:01.424Z | Downloaded icu_locid v1.5.0 |
1107 | 2024-12-20T23:38:01.428Z | Downloaded heapless v0.8.0 |
1108 | 2024-12-20T23:38:01.431Z | Downloaded data-encoding v2.6.0 |
1109 | 2024-12-20T23:38:01.434Z | Downloaded serde_derive_internals v0.29.1 |
1110 | 2024-12-20T23:38:01.437Z | Downloaded cookie_store v0.21.0 |
1111 | 2024-12-20T23:38:01.437Z | Downloaded compact_str v0.8.0 |
1112 | 2024-12-20T23:38:01.440Z | Downloaded base64 v0.13.1 |
1113 | 2024-12-20T23:38:01.444Z | Downloaded icu_properties v1.5.1 |
1114 | 2024-12-20T23:38:01.447Z | Downloaded untrusted v0.7.1 |
1115 | 2024-12-20T23:38:01.449Z | Downloaded resolv-conf v0.7.0 |
1116 | 2024-12-20T23:38:01.451Z | Downloaded bzip2 v0.4.4 |
1117 | 2024-12-20T23:38:01.451Z | Downloaded bytes v1.8.0 |
1118 | 2024-12-20T23:38:01.456Z | Downloaded ref-cast v1.0.23 |
1119 | 2024-12-20T23:38:01.458Z | Downloaded icu_normalizer_data v1.5.0 |
1120 | 2024-12-20T23:38:01.461Z | Downloaded hmac v0.12.1 |
1121 | 2024-12-20T23:38:01.463Z | Downloaded hickory-client v0.24.1 |
1122 | 2024-12-20T23:38:01.465Z | Downloaded is-terminal v0.4.13 |
1123 | 2024-12-20T23:38:01.465Z | Downloaded crc-any v2.5.0 |
1124 | 2024-12-20T23:38:01.467Z | Downloaded clang-sys v1.8.1 |
1125 | 2024-12-20T23:38:01.470Z | Downloaded impl-trait-for-tuples v0.2.2 |
1126 | 2024-12-20T23:38:01.472Z | Downloaded console v0.15.8 |
1127 | 2024-12-20T23:38:01.475Z | Downloaded hyper-rustls v0.27.3 |
1128 | 2024-12-20T23:38:01.480Z | Downloaded take_mut v0.2.2 |
1129 | 2024-12-20T23:38:01.482Z | Downloaded scheduled-thread-pool v0.2.7 |
1130 | 2024-12-20T23:38:01.482Z | Downloaded ipnet v2.10.1 |
1131 | 2024-12-20T23:38:01.485Z | Downloaded csv-core v0.1.11 |
1132 | 2024-12-20T23:38:01.487Z | Downloaded base16ct v0.2.0 |
1133 | 2024-12-20T23:38:01.487Z | Downloaded crossbeam-deque v0.8.5 |
1134 | 2024-12-20T23:38:01.490Z | Downloaded bcs v0.1.6 |
1135 | 2024-12-20T23:38:01.490Z | Downloaded httparse v1.9.5 |
1136 | 2024-12-20T23:38:01.492Z | Downloaded async-bb8-diesel v0.2.1 |
1137 | 2024-12-20T23:38:01.494Z | Downloaded managed v0.8.0 |
1138 | 2024-12-20T23:38:01.497Z | Downloaded lru-cache v0.1.2 |
1139 | 2024-12-20T23:38:01.497Z | Downloaded libsw v3.3.1 |
1140 | 2024-12-20T23:38:01.499Z | Downloaded lazycell v1.3.0 |
1141 | 2024-12-20T23:38:01.501Z | Downloaded kstat-rs v0.2.4 |
1142 | 2024-12-20T23:38:01.501Z | Downloaded base64ct v1.6.0 |
1143 | 2024-12-20T23:38:01.503Z | Downloaded async-stream-impl v0.3.6 |
1144 | 2024-12-20T23:38:01.503Z | Downloaded ahash v0.8.11 |
1145 | 2024-12-20T23:38:01.506Z | Downloaded ipnetwork v0.20.0 |
1146 | 2024-12-20T23:38:01.508Z | Downloaded keccak v0.1.5 |
1147 | 2024-12-20T23:38:01.510Z | Downloaded indent_write v2.2.0 |
1148 | 2024-12-20T23:38:01.510Z | Downloaded backoff v0.4.0 |
1149 | 2024-12-20T23:38:01.514Z | Downloaded maplit v1.0.2 |
1150 | 2024-12-20T23:38:01.514Z | Downloaded linear-map v1.2.0 |
1151 | 2024-12-20T23:38:01.516Z | Downloaded lazy_static v1.5.0 |
1152 | 2024-12-20T23:38:01.518Z | Downloaded lalrpop-util v0.19.12 |
1153 | 2024-12-20T23:38:01.518Z | Downloaded httpdate v1.0.3 |
1154 | 2024-12-20T23:38:01.520Z | Downloaded cobs v0.2.3 |
1155 | 2024-12-20T23:38:01.520Z | Downloaded async-trait v0.1.83 |
1156 | 2024-12-20T23:38:01.523Z | Downloaded arrayvec v0.7.6 |
1157 | 2024-12-20T23:38:01.525Z | Downloaded darling v0.20.10 |
1158 | 2024-12-20T23:38:01.529Z | Downloaded hubpack v0.1.2 |
1159 | 2024-12-20T23:38:01.532Z | Downloaded hex-literal v0.4.1 |
1160 | 2024-12-20T23:38:01.532Z | Downloaded colored v2.1.0 |
1161 | 2024-12-20T23:38:01.535Z | Downloaded ciborium-ll v0.2.2 |
1162 | 2024-12-20T23:38:01.535Z | Downloaded async-recursion v1.1.1 |
1163 | 2024-12-20T23:38:01.538Z | Downloaded hex v0.4.3 |
1164 | 2024-12-20T23:38:01.541Z | Downloaded block-padding v0.3.3 |
1165 | 2024-12-20T23:38:01.541Z | Downloaded assert_matches v1.5.0 |
1166 | 2024-12-20T23:38:01.544Z | Downloaded hostname v0.4.0 |
1167 | 2024-12-20T23:38:01.544Z | Downloaded cipher v0.4.4 |
1168 | 2024-12-20T23:38:01.546Z | Downloaded bitflags v1.3.2 |
1169 | 2024-12-20T23:38:01.548Z | Downloaded chacha20 v0.9.1 |
1170 | 2024-12-20T23:38:01.551Z | Downloaded chrono-tz-build v0.4.0 |
1171 | 2024-12-20T23:38:01.551Z | Downloaded ring v0.17.8 |
1172 | 2024-12-20T23:38:01.619Z | Downloaded cassowary v0.3.0 |
1173 | 2024-12-20T23:38:01.621Z | Downloaded match_cfg v0.1.0 |
1174 | 2024-12-20T23:38:01.658Z | Downloaded libsqlite3-sys v0.30.1 |
1175 | 2024-12-20T23:38:01.765Z | Downloaded ring v0.16.20 |
1176 | 2024-12-20T23:38:01.993Z | Downloaded aws-lc-sys v0.22.0 |
1177 | 2024-12-20T23:38:02.287Z | Compiling serde v1.0.215 |
1178 | 2024-12-20T23:38:02.287Z | Compiling lock_api v0.4.12 |
1179 | 2024-12-20T23:38:02.287Z | Compiling scopeguard v1.2.0 |
1180 | 2024-12-20T23:38:02.289Z | Compiling value-bag v1.9.0 |
1181 | 2024-12-20T23:38:02.289Z | Compiling typenum v1.17.0 |
1182 | 2024-12-20T23:38:02.289Z | Compiling generic-array v0.14.7 |
1183 | 2024-12-20T23:38:02.289Z | Compiling syn v2.0.87 |
1184 | 2024-12-20T23:38:02.445Z | Compiling getrandom v0.2.15 |
1185 | 2024-12-20T23:38:02.559Z | Compiling shlex v1.3.0 |
1186 | 2024-12-20T23:38:02.754Z | Compiling rand_core v0.6.4 |
1187 | 2024-12-20T23:38:02.910Z | Compiling subtle v2.6.1 |
1188 | 2024-12-20T23:38:02.968Z | Compiling log v0.4.22 |
1189 | 2024-12-20T23:38:02.995Z | Compiling jobserver v0.1.32 |
1190 | 2024-12-20T23:38:03.083Z | Compiling smallvec v1.13.2 |
1191 | 2024-12-20T23:38:03.245Z | Compiling const-oid v0.9.6 |
1192 | 2024-12-20T23:38:03.270Z | Compiling pin-project-lite v0.2.14 |
1193 | 2024-12-20T23:38:03.332Z | Compiling cc v1.1.30 |
1194 | 2024-12-20T23:38:03.392Z | Compiling spin v0.9.8 |
1195 | 2024-12-20T23:38:03.479Z | Compiling rustix v0.38.37 |
1196 | 2024-12-20T23:38:03.779Z | Compiling parking_lot_core v0.9.10 |
1197 | 2024-12-20T23:38:03.863Z | Compiling futures-core v0.3.31 |
1198 | 2024-12-20T23:38:03.895Z | Compiling signal-hook-registry v1.4.2 |
1199 | 2024-12-20T23:38:04.105Z | Compiling mio v1.0.2 |
1200 | 2024-12-20T23:38:04.385Z | Compiling aho-corasick v1.1.3 |
1201 | 2024-12-20T23:38:04.712Z | Compiling parking_lot v0.12.3 |
1202 | 2024-12-20T23:38:04.880Z | Compiling cpufeatures v0.2.14 |
1203 | 2024-12-20T23:38:04.988Z | Compiling regex-syntax v0.8.5 |
1204 | 2024-12-20T23:38:05.176Z | Compiling lazy_static v1.5.0 |
1205 | 2024-12-20T23:38:05.321Z | Compiling either v1.13.0 |
1206 | 2024-12-20T23:38:05.363Z | Compiling futures-sink v0.3.31 |
1207 | 2024-12-20T23:38:05.420Z | Compiling stable_deref_trait v1.2.0 |
1208 | 2024-12-20T23:38:05.526Z | Compiling glob v0.3.1 |
1209 | 2024-12-20T23:38:05.546Z | Compiling socket2 v0.5.7 |
1210 | 2024-12-20T23:38:05.756Z | Compiling slab v0.4.9 |
1211 | 2024-12-20T23:38:05.789Z | Compiling prettyplease v0.2.25 |
1212 | 2024-12-20T23:38:06.121Z | Compiling minimal-lexical v0.2.1 |
1213 | 2024-12-20T23:38:06.507Z | Compiling libloading v0.8.5 |
1214 | 2024-12-20T23:38:06.575Z | Compiling nom v7.1.3 |
1215 | 2024-12-20T23:38:06.594Z | Compiling clang-sys v1.8.1 |
1216 | 2024-12-20T23:38:06.666Z | Compiling bindgen v0.69.5 |
1217 | 2024-12-20T23:38:06.928Z | Compiling serde_json v1.0.132 |
1218 | 2024-12-20T23:38:07.251Z | Compiling home v0.5.9 |
1219 | 2024-12-20T23:38:07.506Z | Compiling itertools v0.10.5 |
1220 | 2024-12-20T23:38:07.525Z | Compiling futures-channel v0.3.31 |
1221 | 2024-12-20T23:38:07.813Z | Compiling allocator-api2 v0.2.18 |
1222 | 2024-12-20T23:38:07.951Z | Compiling foldhash v0.1.3 |
1223 | 2024-12-20T23:38:08.270Z | Compiling futures-io v0.3.31 |
1224 | 2024-12-20T23:38:08.600Z | Compiling futures-task v0.3.31 |
1225 | 2024-12-20T23:38:08.695Z | Compiling regex-automata v0.4.8 |
1226 | 2024-12-20T23:38:08.920Z | Compiling pin-utils v0.1.0 |
1227 | 2024-12-20T23:38:09.017Z | Compiling rustc-hash v1.1.0 |
1228 | 2024-12-20T23:38:09.168Z | Compiling lazycell v1.3.0 |
1229 | 2024-12-20T23:38:09.324Z | Compiling hashbrown v0.15.1 |
1230 | 2024-12-20T23:38:10.373Z | Compiling synstructure v0.13.1 |
1231 | 2024-12-20T23:38:10.442Z | Compiling cexpr v0.6.0 |
1232 | 2024-12-20T23:38:10.670Z | Compiling cmake v0.1.51 |
1233 | 2024-12-20T23:38:11.721Z | Compiling libm v0.2.8 |
1234 | 2024-12-20T23:38:12.028Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-12-20T23:38:12.050Z | Compiling fs_extra v1.3.0 |
1236 | 2024-12-20T23:38:12.088Z | Compiling dunce v1.0.5 |
1237 | 2024-12-20T23:38:12.118Z | Compiling pkg-config v0.3.31 |
1238 | 2024-12-20T23:38:12.222Z | Compiling tinyvec v1.8.0 |
1239 | 2024-12-20T23:38:12.285Z | Compiling num-traits v0.2.19 |
1240 | 2024-12-20T23:38:12.790Z | Compiling ring v0.17.8 |
1241 | 2024-12-20T23:38:13.608Z | Compiling litemap v0.7.3 |
1242 | 2024-12-20T23:38:13.695Z | Compiling unicode-normalization v0.1.24 |
1243 | 2024-12-20T23:38:13.755Z | Compiling paste v1.0.15 |
1244 | 2024-12-20T23:38:13.908Z | Compiling base64ct v1.6.0 |
1245 | 2024-12-20T23:38:14.011Z | Compiling unicode-bidi v0.3.17 |
1246 | 2024-12-20T23:38:14.031Z | Compiling writeable v0.5.5 |
1247 | 2024-12-20T23:38:14.257Z | Compiling regex v1.11.1 |
1248 | 2024-12-20T23:38:14.502Z | Compiling pem-rfc7468 v0.7.0 |
1249 | 2024-12-20T23:38:15.253Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2024-12-20T23:38:15.402Z | Compiling flagset v0.4.6 |
1251 | 2024-12-20T23:38:15.469Z | Compiling httparse v1.9.5 |
1252 | 2024-12-20T23:38:15.673Z | Compiling tracing-core v0.1.32 |
1253 | 2024-12-20T23:38:16.252Z | Compiling percent-encoding v2.3.1 |
1254 | 2024-12-20T23:38:16.601Z | Compiling icu_locid_transform_data v1.5.0 |
1255 | 2024-12-20T23:38:16.637Z | Compiling rustls-pki-types v1.10.0 |
1256 | 2024-12-20T23:38:16.693Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2024-12-20T23:38:17.002Z | Compiling powerfmt v0.2.0 |
1258 | 2024-12-20T23:38:17.193Z | Compiling serde_derive v1.0.215 |
1259 | 2024-12-20T23:38:17.247Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-12-20T23:38:17.383Z | Compiling zerocopy-derive v0.7.35 |
1261 | 2024-12-20T23:38:17.403Z | Compiling tokio-macros v2.4.0 |
1262 | 2024-12-20T23:38:17.747Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2024-12-20T23:38:18.681Z | Compiling zeroize v1.8.1 |
1264 | 2024-12-20T23:38:19.003Z | Compiling yoke-derive v0.7.4 |
1265 | 2024-12-20T23:38:19.414Z | Compiling thiserror-impl v1.0.69 |
1266 | 2024-12-20T23:38:19.679Z | Compiling zerocopy v0.7.35 |
1267 | 2024-12-20T23:38:20.352Z | Compiling crypto-common v0.1.6 |
1268 | 2024-12-20T23:38:20.593Z | Compiling block-buffer v0.10.4 |
1269 | 2024-12-20T23:38:20.867Z | Compiling digest v0.10.7 |
1270 | 2024-12-20T23:38:21.226Z | Compiling futures-macro v0.3.31 |
1271 | 2024-12-20T23:38:21.246Z | Compiling hmac v0.12.1 |
1272 | 2024-12-20T23:38:21.302Z | Compiling zerovec-derive v0.10.3 |
1273 | 2024-12-20T23:38:21.486Z | Compiling block-padding v0.3.3 |
1274 | 2024-12-20T23:38:21.717Z | Compiling displaydoc v0.2.5 |
1275 | 2024-12-20T23:38:21.810Z | Compiling zerofrom v0.1.4 |
1276 | 2024-12-20T23:38:21.987Z | Compiling inout v0.1.3 |
1277 | 2024-12-20T23:38:22.094Z | Compiling yoke v0.7.4 |
1278 | 2024-12-20T23:38:22.255Z | Compiling cipher v0.4.4 |
1279 | 2024-12-20T23:38:22.463Z | Compiling sha2 v0.10.8 |
1280 | 2024-12-20T23:38:22.746Z | Compiling thiserror v1.0.69 |
1281 | 2024-12-20T23:38:22.776Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2024-12-20T23:38:22.875Z | Compiling der_derive v0.7.3 |
1283 | 2024-12-20T23:38:23.125Z | Compiling futures-util v0.3.31 |
1284 | 2024-12-20T23:38:23.318Z | Compiling icu_provider_macros v1.5.0 |
1285 | 2024-12-20T23:38:23.579Z | Compiling rand_chacha v0.3.1 |
1286 | 2024-12-20T23:38:23.978Z | Compiling zerovec v0.10.4 |
1287 | 2024-12-20T23:38:24.427Z | Compiling tracing-attributes v0.1.27 |
1288 | 2024-12-20T23:38:25.149Z | Compiling der v0.7.9 |
1289 | 2024-12-20T23:38:25.836Z | Compiling rand v0.8.5 |
1290 | 2024-12-20T23:38:25.857Z | Compiling tinystr v0.7.6 |
1291 | 2024-12-20T23:38:26.279Z | Compiling icu_locid v1.5.0 |
1292 | 2024-12-20T23:38:26.297Z | Compiling icu_collections v1.5.0 |
1293 | 2024-12-20T23:38:27.752Z | Compiling icu_provider v1.5.0 |
1294 | 2024-12-20T23:38:27.938Z | Compiling spki v0.7.3 |
1295 | 2024-12-20T23:38:28.086Z | Compiling tracing v0.1.40 |
1296 | 2024-12-20T23:38:28.299Z | Compiling pest v2.7.14 |
1297 | 2024-12-20T23:38:28.499Z | Compiling icu_locid_transform v1.5.0 |
1298 | 2024-12-20T23:38:28.539Z | Compiling salsa20 v0.10.2 |
1299 | 2024-12-20T23:38:28.557Z | Compiling pbkdf2 v0.12.2 |
1300 | 2024-12-20T23:38:28.744Z | Compiling untrusted v0.9.0 |
1301 | 2024-12-20T23:38:28.767Z | Compiling vcpkg v0.2.15 |
1302 | 2024-12-20T23:38:28.787Z | Compiling time-core v0.1.2 |
1303 | 2024-12-20T23:38:28.917Z | Compiling num-conv v0.1.0 |
1304 | 2024-12-20T23:38:28.961Z | Compiling icu_properties_data v1.5.0 |
1305 | 2024-12-20T23:38:29.110Z | Compiling mirai-annotations v1.12.0 |
1306 | 2024-12-20T23:38:29.152Z | Compiling untrusted v0.7.1 |
1307 | 2024-12-20T23:38:29.211Z | Compiling time-macros v0.2.18 |
1308 | 2024-12-20T23:38:29.321Z | Compiling scrypt v0.11.0 |
1309 | 2024-12-20T23:38:29.883Z | Compiling icu_properties v1.5.1 |
1310 | 2024-12-20T23:38:30.611Z | Compiling cbc v0.1.2 |
1311 | 2024-12-20T23:38:30.864Z | Compiling bitflags v2.6.0 |
1312 | 2024-12-20T23:38:31.001Z | Compiling bytes v1.8.0 |
1313 | 2024-12-20T23:38:31.143Z | Compiling indexmap v2.6.0 |
1314 | 2024-12-20T23:38:31.327Z | Compiling semver v1.0.23 |
1315 | 2024-12-20T23:38:32.116Z | Compiling tokio v1.40.0 |
1316 | 2024-12-20T23:38:32.318Z | Compiling http v1.1.0 |
1317 | 2024-12-20T23:38:32.629Z | Compiling rustc_version v0.4.1 |
1318 | 2024-12-20T23:38:32.652Z | Compiling openssl-sys v0.9.103 |
1319 | 2024-12-20T23:38:33.095Z | Compiling pest_meta v2.7.14 |
1320 | 2024-12-20T23:38:33.448Z | Compiling aes v0.8.4 |
1321 | 2024-12-20T23:38:33.768Z | Compiling deranged v0.3.11 |
1322 | 2024-12-20T23:38:34.312Z | Compiling scroll_derive v0.12.0 |
1323 | 2024-12-20T23:38:34.851Z | Compiling icu_normalizer_data v1.5.0 |
1324 | 2024-12-20T23:38:34.870Z | Compiling atomic-waker v1.1.2 |
1325 | 2024-12-20T23:38:34.953Z | Compiling utf16_iter v1.0.5 |
1326 | 2024-12-20T23:38:35.057Z | Compiling write16 v1.0.0 |
1327 | 2024-12-20T23:38:35.160Z | Compiling num_threads v0.1.7 |
1328 | 2024-12-20T23:38:35.229Z | Compiling which v4.4.2 |
1329 | 2024-12-20T23:38:35.314Z | Compiling utf8_iter v1.0.4 |
1330 | 2024-12-20T23:38:35.769Z | Compiling time v0.3.36 |
1331 | 2024-12-20T23:38:35.801Z | Compiling scroll v0.12.0 |
1332 | 2024-12-20T23:38:35.841Z | Compiling icu_normalizer v1.5.0 |
1333 | 2024-12-20T23:38:36.343Z | Compiling pkcs5 v0.7.1 |
1334 | 2024-12-20T23:38:36.370Z | Compiling pest_generator v2.7.14 |
1335 | 2024-12-20T23:38:36.690Z | Compiling http-body v1.0.1 |
1336 | 2024-12-20T23:38:37.233Z | Compiling form_urlencoded v1.2.1 |
1337 | 2024-12-20T23:38:37.573Z | Compiling try-lock v0.2.5 |
1338 | 2024-12-20T23:38:37.929Z | Compiling slog v2.7.0 |
1339 | 2024-12-20T23:38:37.938Z | Compiling want v0.3.1 |
1340 | 2024-12-20T23:38:37.938Z | Compiling goblin v0.8.2 |
1341 | 2024-12-20T23:38:38.014Z | Compiling pkcs8 v0.10.2 |
1342 | 2024-12-20T23:38:38.152Z | Compiling idna_adapter v1.2.0 |
1343 | 2024-12-20T23:38:38.233Z | Compiling httpdate v1.0.3 |
1344 | 2024-12-20T23:38:38.353Z | Compiling idna v1.0.3 |
1345 | 2024-12-20T23:38:38.402Z | Compiling pest_derive v2.7.14 |
1346 | 2024-12-20T23:38:38.717Z | Compiling uuid v1.11.0 |
1347 | 2024-12-20T23:38:39.219Z | Compiling dtrace-parser v0.2.0 |
1348 | 2024-12-20T23:38:39.523Z | Compiling toml_datetime v0.6.8 |
1349 | 2024-12-20T23:38:40.047Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2024-12-20T23:38:40.106Z | Compiling serde_spanned v0.6.8 |
1351 | 2024-12-20T23:38:40.224Z | Compiling rustversion v1.0.17 |
1352 | 2024-12-20T23:38:40.373Z | Compiling match_cfg v0.1.0 |
1353 | 2024-12-20T23:38:40.479Z | Compiling adler2 v2.0.0 |
1354 | 2024-12-20T23:38:40.691Z | Compiling tokio-util v0.7.12 |
1355 | 2024-12-20T23:38:40.708Z | Compiling iana-time-zone v0.1.61 |
1356 | 2024-12-20T23:38:40.957Z | Compiling openssl v0.10.66 |
1357 | 2024-12-20T23:38:41.110Z | Compiling tower-service v0.3.3 |
1358 | 2024-12-20T23:38:41.179Z | Compiling base64 v0.22.1 |
1359 | 2024-12-20T23:38:41.234Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2024-12-20T23:38:41.350Z | Compiling foreign-types v0.3.2 |
1361 | 2024-12-20T23:38:41.442Z | Compiling chrono v0.4.38 |
1362 | 2024-12-20T23:38:41.469Z | Compiling miniz_oxide v0.8.0 |
1363 | 2024-12-20T23:38:41.489Z | Compiling hostname v0.3.1 |
1364 | 2024-12-20T23:38:41.736Z | Compiling h2 v0.4.6 |
1365 | 2024-12-20T23:38:41.919Z | Compiling url v2.5.3 |
1366 | 2024-12-20T23:38:43.045Z | Compiling async-trait v0.1.83 |
1367 | 2024-12-20T23:38:43.500Z | Compiling openssl-macros v0.1.1 |
1368 | 2024-12-20T23:38:43.928Z | Compiling dof v0.3.0 |
1369 | 2024-12-20T23:38:44.289Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2024-12-20T23:38:44.944Z | Compiling usdt-impl v0.5.0 |
1371 | 2024-12-20T23:38:45.304Z | Compiling data-encoding v2.6.0 |
1372 | 2024-12-20T23:38:45.855Z | Compiling native-tls v0.2.12 |
1373 | 2024-12-20T23:38:46.159Z | Compiling rustls v0.23.19 |
1374 | 2024-12-20T23:38:46.181Z | Compiling syn v1.0.109 |
1375 | 2024-12-20T23:38:46.414Z | Compiling rustls v0.22.4 |
1376 | 2024-12-20T23:38:46.588Z | Compiling siphasher v0.3.11 |
1377 | 2024-12-20T23:38:46.725Z | Compiling dirs-next v2.0.0 |
1378 | 2024-12-20T23:38:46.972Z | Compiling http-body-util v0.1.2 |
1379 | 2024-12-20T23:38:47.539Z | Compiling heapless v0.7.17 |
1380 | 2024-12-20T23:38:47.762Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2024-12-20T23:38:47.968Z | Compiling sha1 v0.10.6 |
1382 | 2024-12-20T23:38:48.122Z | Compiling signature v2.2.0 |
1383 | 2024-12-20T23:38:48.348Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1384 | 2024-12-20T23:38:48.383Z | Compiling serde_derive_internals v0.29.1 |
1385 | 2024-12-20T23:38:48.402Z | Compiling thread_local v1.1.8 |
1386 | 2024-12-20T23:38:48.421Z | Compiling encoding_rs v0.8.34 |
1387 | 2024-12-20T23:38:48.487Z | Compiling cookie v0.18.1 |
1388 | 2024-12-20T23:38:48.777Z | Compiling hyper v1.5.0 |
1389 | 2024-12-20T23:38:48.815Z | Compiling multer v3.1.0 |
1390 | 2024-12-20T23:38:48.921Z | Compiling unicode-properties v0.1.3 |
1391 | 2024-12-20T23:38:49.090Z | Compiling mime v0.3.17 |
1392 | 2024-12-20T23:38:49.292Z | Compiling signal-hook v0.3.17 |
1393 | 2024-12-20T23:38:49.561Z | Compiling slog-async v2.8.0 |
1394 | 2024-12-20T23:38:49.722Z | Compiling rayon-core v1.12.1 |
1395 | 2024-12-20T23:38:49.990Z | Compiling openssl-probe v0.1.5 |
1396 | 2024-12-20T23:38:50.101Z | Compiling ipnet v2.10.1 |
1397 | 2024-12-20T23:38:50.394Z | Compiling gimli v0.31.1 |
1398 | 2024-12-20T23:38:51.225Z | Compiling hyper-util v0.1.10 |
1399 | 2024-12-20T23:38:51.438Z | Compiling schemars v0.8.21 |
1400 | 2024-12-20T23:38:51.796Z | Compiling schemars_derive v0.8.21 |
1401 | 2024-12-20T23:38:52.461Z | Compiling toml_edit v0.22.22 |
1402 | 2024-12-20T23:38:53.149Z | Compiling stringprep v0.1.5 |
1403 | 2024-12-20T23:38:54.398Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2024-12-20T23:38:54.424Z | Compiling usdt-macro v0.5.0 |
1405 | 2024-12-20T23:38:55.130Z | Compiling addr2line v0.24.2 |
1406 | 2024-12-20T23:38:55.355Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2024-12-20T23:38:55.683Z | Compiling term v0.7.0 |
1408 | 2024-12-20T23:38:55.704Z | Compiling slog-json v2.6.1 |
1409 | 2024-12-20T23:38:55.834Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2024-12-20T23:38:55.853Z | Compiling curve25519-dalek v4.1.3 |
1411 | 2024-12-20T23:38:55.990Z | Compiling crossbeam-channel v0.5.13 |
1412 | 2024-12-20T23:38:56.092Z | Compiling futures-executor v0.3.31 |
1413 | 2024-12-20T23:38:56.368Z | Compiling md-5 v0.10.6 |
1414 | 2024-12-20T23:38:56.476Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2024-12-20T23:38:56.631Z | Compiling enum-as-inner v0.6.1 |
1416 | 2024-12-20T23:38:56.667Z | Compiling async-stream-impl v0.3.6 |
1417 | 2024-12-20T23:38:56.802Z | Compiling num-integer v0.1.46 |
1418 | 2024-12-20T23:38:57.115Z | Compiling idna v0.3.0 |
1419 | 2024-12-20T23:38:57.216Z | Compiling idna v0.4.0 |
1420 | 2024-12-20T23:38:57.603Z | Compiling hash32 v0.2.1 |
1421 | 2024-12-20T23:38:57.697Z | Compiling ff v0.13.0 |
1422 | 2024-12-20T23:38:57.935Z | Compiling is-terminal v0.4.13 |
1423 | 2024-12-20T23:38:57.966Z | Compiling object v0.36.5 |
1424 | 2024-12-20T23:38:58.065Z | Compiling dropshot v0.12.0 |
1425 | 2024-12-20T23:38:58.103Z | Compiling anyhow v1.0.93 |
1426 | 2024-12-20T23:38:58.339Z | Compiling num-bigint-dig v0.8.4 |
1427 | 2024-12-20T23:38:58.629Z | Compiling base16ct v0.2.0 |
1428 | 2024-12-20T23:38:58.694Z | Compiling quick-error v1.2.3 |
1429 | 2024-12-20T23:38:58.804Z | Compiling smoltcp v0.9.1 |
1430 | 2024-12-20T23:38:58.833Z | Compiling psl-types v2.0.11 |
1431 | 2024-12-20T23:38:58.835Z | Compiling rustc-demangle v0.1.24 |
1432 | 2024-12-20T23:38:58.943Z | Compiling dyn-clone v1.0.17 |
1433 | 2024-12-20T23:38:59.036Z | Compiling linked-hash-map v0.5.6 |
1434 | 2024-12-20T23:38:59.164Z | Compiling portable-atomic v1.9.0 |
1435 | 2024-12-20T23:38:59.399Z | Compiling fallible-iterator v0.2.0 |
1436 | 2024-12-20T23:38:59.475Z | Compiling take_mut v0.2.2 |
1437 | 2024-12-20T23:38:59.635Z | Compiling utf-8 v0.7.6 |
1438 | 2024-12-20T23:38:59.988Z | Compiling tungstenite v0.24.0 |
1439 | 2024-12-20T23:39:00.107Z | Compiling postgres-protocol v0.6.7 |
1440 | 2024-12-20T23:39:00.339Z | Compiling lru-cache v0.1.2 |
1441 | 2024-12-20T23:39:00.976Z | Compiling publicsuffix v2.2.3 |
1442 | 2024-12-20T23:39:01.148Z | Compiling sec1 v0.7.3 |
1443 | 2024-12-20T23:39:01.240Z | Compiling resolv-conf v0.7.0 |
1444 | 2024-12-20T23:39:01.811Z | Compiling async-stream v0.3.6 |
1445 | 2024-12-20T23:39:01.900Z | Compiling slog-term v2.9.1 |
1446 | 2024-12-20T23:39:02.024Z | Compiling hickory-proto v0.24.1 |
1447 | 2024-12-20T23:39:02.127Z | Compiling usdt v0.5.0 |
1448 | 2024-12-20T23:39:02.447Z | Compiling group v0.13.0 |
1449 | 2024-12-20T23:39:02.770Z | Compiling num-iter v0.1.45 |
1450 | 2024-12-20T23:39:03.076Z | Compiling futures v0.3.31 |
1451 | 2024-12-20T23:39:03.168Z | Compiling slog-bunyan v2.5.0 |
1452 | 2024-12-20T23:39:03.199Z | Compiling toml v0.8.19 |
1453 | 2024-12-20T23:39:04.972Z | Compiling tokio-native-tls v0.3.1 |
1454 | 2024-12-20T23:39:05.185Z | Compiling camino v1.1.9 |
1455 | 2024-12-20T23:39:05.262Z | Compiling phf_shared v0.11.2 |
1456 | 2024-12-20T23:39:05.551Z | Compiling backtrace v0.3.74 |
1457 | 2024-12-20T23:39:05.660Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2024-12-20T23:39:06.174Z | Compiling terminal_size v0.4.0 |
1459 | 2024-12-20T23:39:06.202Z | Compiling waitgroup v0.1.2 |
1460 | 2024-12-20T23:39:06.224Z | Compiling openapiv3 v2.0.0 |
1461 | 2024-12-20T23:39:06.396Z | Compiling serde_path_to_error v0.1.16 |
1462 | 2024-12-20T23:39:06.420Z | Compiling hkdf v0.12.4 |
1463 | 2024-12-20T23:39:06.677Z | Compiling crypto-bigint v0.5.5 |
1464 | 2024-12-20T23:39:07.246Z | Compiling webpki-roots v0.26.6 |
1465 | 2024-12-20T23:39:07.470Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2024-12-20T23:39:09.347Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2024-12-20T23:39:09.812Z | Compiling idna v0.5.0 |
1468 | 2024-12-20T23:39:10.098Z | Compiling hubpack_derive v0.1.1 |
1469 | 2024-12-20T23:39:10.339Z | Compiling hostname v0.4.0 |
1470 | 2024-12-20T23:39:10.597Z | Compiling fs-err v2.11.0 |
1471 | 2024-12-20T23:39:10.748Z | Compiling ahash v0.8.11 |
1472 | 2024-12-20T23:39:10.905Z | Compiling crc32fast v1.4.2 |
1473 | 2024-12-20T23:39:10.970Z | Compiling bitflags v1.3.2 |
1474 | 2024-12-20T23:39:11.024Z | Compiling managed v0.8.0 |
1475 | 2024-12-20T23:39:11.072Z | Compiling debug-ignore v1.0.5 |
1476 | 2024-12-20T23:39:11.094Z | Compiling winnow v0.5.40 |
1477 | 2024-12-20T23:39:11.224Z | Compiling flate2 v1.0.34 |
1478 | 2024-12-20T23:39:11.309Z | Compiling console v0.15.8 |
1479 | 2024-12-20T23:39:11.499Z | Compiling strum_macros v0.25.3 |
1480 | 2024-12-20T23:39:12.179Z | Compiling clap_builder v4.5.21 |
1481 | 2024-12-20T23:39:12.690Z | Compiling hubpack v0.1.2 |
1482 | 2024-12-20T23:39:13.048Z | Compiling cookie_store v0.21.0 |
1483 | 2024-12-20T23:39:13.151Z | Compiling zerocopy v0.6.6 |
1484 | 2024-12-20T23:39:13.655Z | Compiling elliptic-curve v0.13.8 |
1485 | 2024-12-20T23:39:14.029Z | Compiling hickory-resolver v0.24.1 |
1486 | 2024-12-20T23:39:14.678Z | Compiling toml_edit v0.19.15 |
1487 | 2024-12-20T23:39:15.034Z | Compiling phf v0.11.2 |
1488 | 2024-12-20T23:39:15.336Z | Compiling signal-hook-mio v0.2.4 |
1489 | 2024-12-20T23:39:15.402Z | Compiling hyper-tls v0.6.0 |
1490 | 2024-12-20T23:39:15.505Z | Compiling rayon v1.10.0 |
1491 | 2024-12-20T23:39:15.784Z | Compiling bzip2 v0.4.4 |
1492 | 2024-12-20T23:39:16.171Z | Compiling tokio-tungstenite v0.24.0 |
1493 | 2024-12-20T23:39:16.719Z | Compiling postgres-types v0.2.8 |
1494 | 2024-12-20T23:39:19.660Z | Compiling ed25519 v2.2.3 |
1495 | 2024-12-20T23:39:20.377Z | Compiling phf_shared v0.10.0 |
1496 | 2024-12-20T23:39:20.814Z | Compiling tokio-stream v0.1.16 |
1497 | 2024-12-20T23:39:20.969Z | Compiling pkcs1 v0.7.5 |
1498 | 2024-12-20T23:39:21.043Z | Compiling serde-big-array v0.5.1 |
1499 | 2024-12-20T23:39:21.288Z | Compiling rfc6979 v0.4.0 |
1500 | 2024-12-20T23:39:21.477Z | Compiling derive-where v1.2.7 |
1501 | 2024-12-20T23:39:21.610Z | Compiling serde_repr v0.1.19 |
1502 | 2024-12-20T23:39:21.754Z | Compiling clap_derive v4.5.18 |
1503 | 2024-12-20T23:39:21.891Z | Compiling float-cmp v0.9.0 |
1504 | 2024-12-20T23:39:21.963Z | Compiling bstr v1.10.0 |
1505 | 2024-12-20T23:39:22.114Z | Compiling sync_wrapper v1.0.1 |
1506 | 2024-12-20T23:39:22.273Z | Compiling precomputed-hash v0.1.1 |
1507 | 2024-12-20T23:39:22.391Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2024-12-20T23:39:22.485Z | Compiling number_prefix v0.4.0 |
1509 | 2024-12-20T23:39:22.727Z | Compiling static_assertions v1.1.0 |
1510 | 2024-12-20T23:39:22.799Z | Compiling unicode-segmentation v1.12.0 |
1511 | 2024-12-20T23:39:22.828Z | Compiling bit-vec v0.6.3 |
1512 | 2024-12-20T23:39:22.880Z | Compiling unicode-width v0.2.0 |
1513 | 2024-12-20T23:39:23.312Z | Compiling whoami v1.5.2 |
1514 | 2024-12-20T23:39:23.433Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2024-12-20T23:39:23.564Z | Compiling fixedbitset v0.4.2 |
1516 | 2024-12-20T23:39:23.686Z | Compiling predicates-core v1.0.8 |
1517 | 2024-12-20T23:39:23.744Z | Compiling difflib v0.4.0 |
1518 | 2024-12-20T23:39:23.960Z | Compiling petgraph v0.6.5 |
1519 | 2024-12-20T23:39:24.021Z | Compiling tokio-postgres v0.7.12 |
1520 | 2024-12-20T23:39:24.044Z | Compiling similar v2.6.0 |
1521 | 2024-12-20T23:39:25.286Z | Compiling predicates v3.1.2 |
1522 | 2024-12-20T23:39:25.429Z | Compiling indicatif v0.17.9 |
1523 | 2024-12-20T23:39:26.525Z | Compiling bit-set v0.5.3 |
1524 | 2024-12-20T23:39:26.830Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1525 | 2024-12-20T23:39:26.932Z | Compiling string_cache v0.8.7 |
1526 | 2024-12-20T23:39:26.974Z | Compiling clap v4.5.21 |
1527 | 2024-12-20T23:39:27.103Z | Compiling ecdsa v0.16.9 |
1528 | 2024-12-20T23:39:27.405Z | Compiling rsa v0.9.6 |
1529 | 2024-12-20T23:39:27.718Z | Compiling ed25519-dalek v2.1.1 |
1530 | 2024-12-20T23:39:27.973Z | Compiling toml v0.7.8 |
1531 | 2024-12-20T23:39:28.169Z | Compiling zip v0.6.6 |
1532 | 2024-12-20T23:39:29.065Z | Compiling crossterm v0.28.1 |
1533 | 2024-12-20T23:39:29.857Z | Compiling hex v0.4.3 |
1534 | 2024-12-20T23:39:30.397Z | Compiling x509-cert v0.2.5 |
1535 | 2024-12-20T23:39:30.497Z | Compiling unicode-xid v0.2.6 |
1536 | 2024-12-20T23:39:30.519Z | Compiling lalrpop-util v0.19.12 |
1537 | 2024-12-20T23:39:30.521Z | Compiling peg-runtime v0.8.3 |
1538 | 2024-12-20T23:39:30.678Z | Compiling strum_macros v0.26.4 |
1539 | 2024-12-20T23:39:30.872Z | Compiling xattr v1.3.1 |
1540 | 2024-12-20T23:39:31.148Z | Compiling filetime v0.2.25 |
1541 | 2024-12-20T23:39:31.479Z | Compiling tar v0.4.42 |
1542 | 2024-12-20T23:39:35.932Z | Compiling strum v0.26.3 |
1543 | 2024-12-20T23:39:39.238Z | Compiling aws-lc-sys v0.22.0 |
1544 | 2024-12-20T23:40:14.824Z | Compiling rustls-webpki v0.102.8 |
1545 | 2024-12-20T23:40:18.090Z | Compiling tokio-rustls v0.25.0 |
1546 | 2024-12-20T23:40:19.722Z | Compiling tokio-rustls v0.26.0 |
1547 | 2024-12-20T23:40:20.151Z | Compiling hyper-rustls v0.27.3 |
1548 | 2024-12-20T23:40:20.499Z | Compiling reqwest v0.12.9 |
1549 | 2024-12-20T23:40:21.514Z | Compiling qorb v0.2.1 |
1550 | 2024-12-20T23:40:26.453Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1551 | 2024-12-20T23:40:26.688Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1552 | 2024-12-20T23:40:32.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1553 | 2024-12-20T23:40:32.547Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1554 | 2024-12-20T23:40:32.594Z | Dec 20 23:40:31.509 INFO Starting download, target: Clickhouse |
1555 | 2024-12-20T23:40:32.594Z | Dec 20 23:40:31.510 INFO Starting download, target: Console |
1556 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.510 INFO Starting download, target: Cockroach |
1557 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.510 INFO Starting download, target: DendriteOpenapi |
1558 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.510 INFO Starting download, target: DendriteStub |
1559 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.510 INFO Starting download, target: MaghemiteMgd |
1560 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.510 INFO Starting download, target: TransceiverControl |
1561 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1564 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1565 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1566 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1567 | 2024-12-20T23:40:32.604Z | Dec 20 23:40:31.511 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2024-12-20T23:40:32.940Z | Dec 20 23:40:31.798 INFO Download complete, target: DendriteOpenapi |
1569 | 2024-12-20T23:40:33.063Z | Dec 20 23:40:31.928 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1570 | 2024-12-20T23:40:33.179Z | Dec 20 23:40:32.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1571 | 2024-12-20T23:40:33.499Z | Dec 20 23:40:32.358 INFO Download complete, target: Console |
1572 | 2024-12-20T23:40:33.579Z | Dec 20 23:40:32.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1573 | 2024-12-20T23:40:33.681Z | Dec 20 23:40:32.578 INFO Download complete, target: TransceiverControl |
1574 | 2024-12-20T23:40:33.705Z | Dec 20 23:40:32.615 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1575 | 2024-12-20T23:40:34.462Z | Dec 20 23:40:33.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1576 | 2024-12-20T23:40:34.462Z | Dec 20 23:40:33.377 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1577 | 2024-12-20T23:40:34.550Z | Dec 20 23:40:33.465 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1578 | 2024-12-20T23:40:36.552Z | Dec 20 23:40:35.467 INFO Download complete, target: DendriteStub |
1579 | 2024-12-20T23:40:36.768Z | Dec 20 23:40:35.683 INFO Download complete, target: MaghemiteMgd |
1580 | 2024-12-20T23:40:42.004Z | Dec 20 23:40:40.918 INFO Checking that binary works, target: Cockroach |
1581 | 2024-12-20T23:40:42.151Z | Dec 20 23:40:41.065 INFO Download complete, target: Cockroach |
1582 | 2024-12-20T23:40:47.371Z | Dec 20 23:40:46.284 INFO Checking that binary works, target: Clickhouse |
1583 | 2024-12-20T23:40:48.153Z | Dec 20 23:40:47.066 INFO Download complete, target: Clickhouse |
1584 | 2024-12-20T23:40:48.276Z | All builder prerequisites installed successfully, and PATH looks valid |
1585 | 2024-12-20T23:40:48.279Z | |
1586 | 2024-12-20T23:40:48.279Z | real 5:20.327706680 |
1587 | 2024-12-20T23:40:48.279Z | user 16:27.889484808 |
1588 | 2024-12-20T23:40:48.279Z | sys 3:11.461454461 |
1589 | 2024-12-20T23:40:48.279Z | trap 0.560595857 |
1590 | 2024-12-20T23:40:48.279Z | tflt 8.662616900 |
1591 | 2024-12-20T23:40:48.279Z | dflt 7.875926118 |
1592 | 2024-12-20T23:40:48.279Z | kflt 0.394290972 |
1593 | 2024-12-20T23:40:48.279Z | lock 30:01.171586236 |
1594 | 2024-12-20T23:40:48.279Z | slp 1:03:37.462835615 |
1595 | 2024-12-20T23:40:48.279Z | lat 52.706780768 |
1596 | 2024-12-20T23:40:48.279Z | stop 2:13.469070081 |
1597 | 2024-12-20T23:40:48.282Z | ++ bmat factory name |
1598 | 2024-12-20T23:40:48.285Z | ++ bmat factory private |
1599 | 2024-12-20T23:40:48.289Z | + jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-04356ca3d7fbf3b75 '{ |
1600 | 2024-12-20T23:40:48.289Z | buildomat: { |
1601 | 2024-12-20T23:40:48.289Z | factory: { |
1602 | 2024-12-20T23:40:48.289Z | name: $bmat_factory_name, |
1603 | 2024-12-20T23:40:48.289Z | private: $bmat_factory_private, |
1604 | 2024-12-20T23:40:48.289Z | }, |
1605 | 2024-12-20T23:40:48.289Z | }, |
1606 | 2024-12-20T23:40:48.289Z | }' |
1607 | 2024-12-20T23:40:49.248Z | + banner ls-apis |
1608 | 2024-12-20T23:40:49.251Z | |
1609 | 2024-12-20T23:40:49.251Z | # #### ## ##### # #### |
1610 | 2024-12-20T23:40:49.251Z | # # # # # # # # |
1611 | 2024-12-20T23:40:49.251Z | # #### ##### # # # # # #### |
1612 | 2024-12-20T23:40:49.251Z | # # ###### ##### # # |
1613 | 2024-12-20T23:40:49.251Z | # # # # # # # # # |
1614 | 2024-12-20T23:40:49.251Z | ###### #### # # # # #### |
1615 | 2024-12-20T23:40:49.251Z | |
1616 | 2024-12-20T23:40:49.254Z | + source ./tools/include/force-git-over-https.sh |
1617 | 2024-12-20T23:40:49.254Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1618 | 2024-12-20T23:40:49.254Z | ++ (( i = 0 )) |
1619 | 2024-12-20T23:40:49.254Z | ++ (( i < 5 )) |
1620 | 2024-12-20T23:40:49.254Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1621 | 2024-12-20T23:40:49.257Z | ++ (( i++ )) |
1622 | 2024-12-20T23:40:49.257Z | ++ (( i < 5 )) |
1623 | 2024-12-20T23:40:49.257Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1624 | 2024-12-20T23:40:49.259Z | ++ (( i++ )) |
1625 | 2024-12-20T23:40:49.259Z | ++ (( i < 5 )) |
1626 | 2024-12-20T23:40:49.259Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1627 | 2024-12-20T23:40:49.262Z | ++ (( i++ )) |
1628 | 2024-12-20T23:40:49.262Z | ++ (( i < 5 )) |
1629 | 2024-12-20T23:40:49.262Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1630 | 2024-12-20T23:40:49.264Z | ++ (( i++ )) |
1631 | 2024-12-20T23:40:49.264Z | ++ (( i < 5 )) |
1632 | 2024-12-20T23:40:49.266Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1633 | 2024-12-20T23:40:49.269Z | ++ (( i++ )) |
1634 | 2024-12-20T23:40:49.269Z | ++ (( i < 5 )) |
1635 | 2024-12-20T23:40:49.269Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1636 | 2024-12-20T23:40:49.269Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1637 | 2024-12-20T23:40:49.269Z | + ptime -m cargo xtask ls-apis apis |
1638 | 2024-12-20T23:40:49.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1639 | 2024-12-20T23:40:49.794Z | Running `target/debug/xtask ls-apis apis` |
1640 | 2024-12-20T23:40:50.604Z | Compiling semver v0.1.20 |
1641 | 2024-12-20T23:40:50.607Z | Compiling structmeta-derive v0.3.0 |
1642 | 2024-12-20T23:40:50.607Z | Compiling cargo-platform v0.1.8 |
1643 | 2024-12-20T23:40:50.924Z | Compiling cargo_metadata v0.18.1 |
1644 | 2024-12-20T23:40:50.933Z | Compiling rustc_version v0.1.7 |
1645 | 2024-12-20T23:40:51.300Z | Compiling newtype_derive v0.1.6 |
1646 | 2024-12-20T23:40:52.258Z | Compiling structmeta v0.3.0 |
1647 | 2024-12-20T23:40:52.547Z | Compiling parse-display-derive v0.10.0 |
1648 | 2024-12-20T23:40:54.764Z | Compiling parse-display v0.10.0 |
1649 | 2024-12-20T23:40:54.936Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1650 | 2024-12-20T23:41:00.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s |
1651 | 2024-12-20T23:41:00.732Z | Running `target/debug/ls-apis apis` |
1652 | 2024-12-20T23:41:00.768Z | loading metadata for workspace omicron from current workspace |
1653 | 2024-12-20T23:41:05.288Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1654 | 2024-12-20T23:41:05.293Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml |
1655 | 2024-12-20T23:41:05.296Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml |
1656 | 2024-12-20T23:41:23.982Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1657 | 2024-12-20T23:41:27.836Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1658 | 2024-12-20T23:41:27.854Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1659 | 2024-12-20T23:41:28.024Z | Bootstrap Agent (client: bootstrap-agent-client) |
1660 | 2024-12-20T23:41:28.024Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1661 | 2024-12-20T23:41:28.024Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1662 | 2024-12-20T23:41:28.024Z | |
1663 | 2024-12-20T23:41:28.025Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1664 | 2024-12-20T23:41:28.030Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1665 | 2024-12-20T23:41:28.031Z | |
1666 | 2024-12-20T23:41:28.031Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1667 | 2024-12-20T23:41:28.031Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1668 | 2024-12-20T23:41:28.031Z | |
1669 | 2024-12-20T23:41:28.031Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1670 | 2024-12-20T23:41:28.031Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1671 | 2024-12-20T23:41:28.031Z | |
1672 | 2024-12-20T23:41:28.032Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1673 | 2024-12-20T23:41:28.032Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1674 | 2024-12-20T23:41:28.032Z | |
1675 | 2024-12-20T23:41:28.032Z | Crucible Agent (client: crucible-agent-client) |
1676 | 2024-12-20T23:41:28.032Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1677 | 2024-12-20T23:41:28.032Z | |
1678 | 2024-12-20T23:41:28.032Z | Crucible Control (for testing only) (client: crucible-control-client) |
1679 | 2024-12-20T23:41:28.032Z | |
1680 | 2024-12-20T23:41:28.032Z | Crucible Pantry (client: crucible-pantry-client) |
1681 | 2024-12-20T23:41:28.032Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1682 | 2024-12-20T23:41:28.032Z | |
1683 | 2024-12-20T23:41:28.032Z | Maghemite DDM Admin (client: ddm-admin-client) |
1684 | 2024-12-20T23:41:28.032Z | consumed by: installinator (omicron/installinator) via 1 path |
1685 | 2024-12-20T23:41:28.032Z | consumed by: mgd (maghemite/mgd) via 1 path |
1686 | 2024-12-20T23:41:28.032Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1687 | 2024-12-20T23:41:28.032Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1688 | 2024-12-20T23:41:28.032Z | |
1689 | 2024-12-20T23:41:28.032Z | DNS Server (client: dns-service-client) |
1690 | 2024-12-20T23:41:28.038Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1691 | 2024-12-20T23:41:28.038Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1692 | 2024-12-20T23:41:28.038Z | |
1693 | 2024-12-20T23:41:28.038Z | Dendrite DPD (client: dpd-client) |
1694 | 2024-12-20T23:41:28.039Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1695 | 2024-12-20T23:41:28.039Z | consumed by: mgd (maghemite/mgd) via 1 path |
1696 | 2024-12-20T23:41:28.039Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1697 | 2024-12-20T23:41:28.039Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1698 | 2024-12-20T23:41:28.039Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1699 | 2024-12-20T23:41:28.039Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1700 | 2024-12-20T23:41:28.039Z | |
1701 | 2024-12-20T23:41:28.039Z | Downstairs Controller (debugging only) (client: dsc-client) |
1702 | 2024-12-20T23:41:28.039Z | |
1703 | 2024-12-20T23:41:28.039Z | Management Gateway Service (client: gateway-client) |
1704 | 2024-12-20T23:41:28.042Z | consumed by: dpd (dendrite/dpd) via 1 path |
1705 | 2024-12-20T23:41:28.042Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1706 | 2024-12-20T23:41:28.042Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1707 | 2024-12-20T23:41:28.042Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1708 | 2024-12-20T23:41:28.043Z | |
1709 | 2024-12-20T23:41:28.043Z | Wicketd Installinator (client: installinator-client) |
1710 | 2024-12-20T23:41:28.043Z | consumed by: installinator (omicron/installinator) via 1 path |
1711 | 2024-12-20T23:41:28.043Z | |
1712 | 2024-12-20T23:41:28.043Z | Maghemite MG Admin (client: mg-admin-client) |
1713 | 2024-12-20T23:41:28.047Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1714 | 2024-12-20T23:41:28.047Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1715 | 2024-12-20T23:41:28.047Z | |
1716 | 2024-12-20T23:41:28.047Z | Nexus Internal API (client: nexus-client) |
1717 | 2024-12-20T23:41:28.054Z | consumed by: dpd (dendrite/dpd) via 1 path |
1718 | 2024-12-20T23:41:28.054Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1719 | 2024-12-20T23:41:28.054Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1720 | 2024-12-20T23:41:28.054Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1721 | 2024-12-20T23:41:28.054Z | |
1722 | 2024-12-20T23:41:28.054Z | External API (client: oxide-client) |
1723 | 2024-12-20T23:41:28.054Z | |
1724 | 2024-12-20T23:41:28.054Z | Oximeter (client: oximeter-client) |
1725 | 2024-12-20T23:41:28.054Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1726 | 2024-12-20T23:41:28.054Z | |
1727 | 2024-12-20T23:41:28.054Z | Propolis (client: propolis-client) |
1728 | 2024-12-20T23:41:28.054Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1729 | 2024-12-20T23:41:28.054Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1730 | 2024-12-20T23:41:28.054Z | |
1731 | 2024-12-20T23:41:28.054Z | Crucible Repair (client: repair-client) |
1732 | 2024-12-20T23:41:28.054Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1733 | 2024-12-20T23:41:28.054Z | |
1734 | 2024-12-20T23:41:28.054Z | Repo Depot API (client: repo-depot-client) |
1735 | 2024-12-20T23:41:28.055Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1736 | 2024-12-20T23:41:28.055Z | |
1737 | 2024-12-20T23:41:28.055Z | Sled Agent (client: sled-agent-client) |
1738 | 2024-12-20T23:41:28.057Z | consumed by: dpd (dendrite/dpd) via 1 path |
1739 | 2024-12-20T23:41:28.057Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1740 | 2024-12-20T23:41:28.057Z | |
1741 | 2024-12-20T23:41:28.057Z | Wicketd (client: wicketd-client) |
1742 | 2024-12-20T23:41:28.060Z | |
1743 | 2024-12-20T23:41:28.181Z | |
1744 | 2024-12-20T23:41:28.185Z | real 38.890800589 |
1745 | 2024-12-20T23:41:28.185Z | user 32.554497997 |
1746 | 2024-12-20T23:41:28.185Z | sys 11.486544347 |
1747 | 2024-12-20T23:41:28.185Z | trap 0.018772107 |
1748 | 2024-12-20T23:41:28.185Z | tflt 0.080226162 |
1749 | 2024-12-20T23:41:28.185Z | dflt 0.362728373 |
1750 | 2024-12-20T23:41:28.185Z | kflt 0.000001539 |
1751 | 2024-12-20T23:41:28.185Z | lock 52.371804248 |
1752 | 2024-12-20T23:41:28.185Z | slp 3:26.041182638 |
1753 | 2024-12-20T23:41:28.185Z | lat 0.798392030 |
1754 | 2024-12-20T23:41:28.185Z | stop 1.505350137 |
1755 | 2024-12-20T23:41:28.186Z | + ptime -m cargo xtask ls-apis deployment-units |
1756 | 2024-12-20T23:41:28.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1757 | 2024-12-20T23:41:28.710Z | Running `target/debug/xtask ls-apis deployment-units` |
1758 | 2024-12-20T23:41:29.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1759 | 2024-12-20T23:41:29.586Z | Running `target/debug/ls-apis deployment-units` |
1760 | 2024-12-20T23:41:29.626Z | loading metadata for workspace omicron from current workspace |
1761 | 2024-12-20T23:41:30.926Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1762 | 2024-12-20T23:41:30.966Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml |
1763 | 2024-12-20T23:41:30.966Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml |
1764 | 2024-12-20T23:41:32.717Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1765 | 2024-12-20T23:41:33.444Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1766 | 2024-12-20T23:41:33.552Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1767 | 2024-12-20T23:41:33.619Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
1768 | 2024-12-20T23:41:33.620Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1769 | 2024-12-20T23:41:33.620Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1770 | 2024-12-20T23:41:33.620Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1771 | 2024-12-20T23:41:33.620Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1772 | 2024-12-20T23:41:33.624Z | |
1773 | 2024-12-20T23:41:33.624Z | |
1774 | 2024-12-20T23:41:33.625Z | Cockroach |
1775 | 2024-12-20T23:41:33.625Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1776 | 2024-12-20T23:41:33.625Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1777 | 2024-12-20T23:41:33.625Z | |
1778 | 2024-12-20T23:41:33.625Z | |
1779 | 2024-12-20T23:41:33.625Z | Crucible |
1780 | 2024-12-20T23:41:33.625Z | crucible-agent (crucible/agent) |
1781 | 2024-12-20T23:41:33.625Z | exposes: Crucible Agent (client = crucible-agent-client) |
1782 | 2024-12-20T23:41:33.625Z | |
1783 | 2024-12-20T23:41:33.625Z | crucible-downstairs (crucible/downstairs) |
1784 | 2024-12-20T23:41:33.630Z | exposes: Crucible Repair (client = repair-client) |
1785 | 2024-12-20T23:41:33.630Z | consumes: repair-client |
1786 | 2024-12-20T23:41:33.630Z | |
1787 | 2024-12-20T23:41:33.630Z | |
1788 | 2024-12-20T23:41:33.630Z | Crucible Pantry |
1789 | 2024-12-20T23:41:33.630Z | crucible-pantry (crucible/pantry) |
1790 | 2024-12-20T23:41:33.630Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1791 | 2024-12-20T23:41:33.637Z | |
1792 | 2024-12-20T23:41:33.637Z | |
1793 | 2024-12-20T23:41:33.637Z | DNS Server |
1794 | 2024-12-20T23:41:33.637Z | dns-server (omicron/dns-server) |
1795 | 2024-12-20T23:41:33.637Z | exposes: DNS Server (client = dns-service-client) |
1796 | 2024-12-20T23:41:33.637Z | |
1797 | 2024-12-20T23:41:33.637Z | |
1798 | 2024-12-20T23:41:33.637Z | Host OS |
1799 | 2024-12-20T23:41:33.637Z | ddmd (maghemite/ddmd) |
1800 | 2024-12-20T23:41:33.637Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1801 | 2024-12-20T23:41:33.637Z | consumes: dpd-client |
1802 | 2024-12-20T23:41:33.637Z | |
1803 | 2024-12-20T23:41:33.637Z | dpd (dendrite/dpd) |
1804 | 2024-12-20T23:41:33.637Z | exposes: Dendrite DPD (client = dpd-client) |
1805 | 2024-12-20T23:41:33.637Z | consumes: gateway-client |
1806 | 2024-12-20T23:41:33.637Z | consumes: nexus-client |
1807 | 2024-12-20T23:41:33.637Z | consumes: sled-agent-client |
1808 | 2024-12-20T23:41:33.637Z | |
1809 | 2024-12-20T23:41:33.637Z | mgd (maghemite/mgd) |
1810 | 2024-12-20T23:41:33.637Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1811 | 2024-12-20T23:41:33.667Z | consumes: ddm-admin-client |
1812 | 2024-12-20T23:41:33.667Z | consumes: dpd-client |
1813 | 2024-12-20T23:41:33.667Z | |
1814 | 2024-12-20T23:41:33.667Z | omicron-gateway (omicron/gateway) |
1815 | 2024-12-20T23:41:33.667Z | exposes: Management Gateway Service (client = gateway-client) |
1816 | 2024-12-20T23:41:33.667Z | |
1817 | 2024-12-20T23:41:33.667Z | omicron-sled-agent (omicron/sled-agent) |
1818 | 2024-12-20T23:41:33.667Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1819 | 2024-12-20T23:41:33.667Z | exposes: Repo Depot API (client = repo-depot-client) |
1820 | 2024-12-20T23:41:33.667Z | exposes: Sled Agent (client = sled-agent-client) |
1821 | 2024-12-20T23:41:33.667Z | consumes: bootstrap-agent-client |
1822 | 2024-12-20T23:41:33.667Z | consumes: ddm-admin-client |
1823 | 2024-12-20T23:41:33.668Z | consumes: dns-service-client |
1824 | 2024-12-20T23:41:33.668Z | consumes: dpd-client |
1825 | 2024-12-20T23:41:33.668Z | consumes: gateway-client |
1826 | 2024-12-20T23:41:33.668Z | consumes: mg-admin-client |
1827 | 2024-12-20T23:41:33.668Z | consumes: nexus-client |
1828 | 2024-12-20T23:41:33.668Z | consumes: propolis-client |
1829 | 2024-12-20T23:41:33.668Z | consumes: repo-depot-client |
1830 | 2024-12-20T23:41:33.668Z | |
1831 | 2024-12-20T23:41:33.668Z | propolis-server (propolis/bin/propolis-server) |
1832 | 2024-12-20T23:41:33.668Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1833 | 2024-12-20T23:41:33.668Z | exposes: Propolis (client = propolis-client) |
1834 | 2024-12-20T23:41:33.668Z | consumes: nexus-client |
1835 | 2024-12-20T23:41:33.668Z | |
1836 | 2024-12-20T23:41:33.668Z | tfportd (dendrite/tfportd) |
1837 | 2024-12-20T23:41:33.668Z | consumes: dpd-client |
1838 | 2024-12-20T23:41:33.668Z | |
1839 | 2024-12-20T23:41:33.668Z | wicketd (omicron/wicketd) |
1840 | 2024-12-20T23:41:33.668Z | exposes: Wicketd Installinator (client = installinator-client) |
1841 | 2024-12-20T23:41:33.668Z | exposes: Wicketd (client = wicketd-client) |
1842 | 2024-12-20T23:41:33.668Z | consumes: bootstrap-agent-client |
1843 | 2024-12-20T23:41:33.668Z | consumes: ddm-admin-client |
1844 | 2024-12-20T23:41:33.668Z | consumes: dpd-client |
1845 | 2024-12-20T23:41:33.668Z | consumes: gateway-client |
1846 | 2024-12-20T23:41:33.668Z | |
1847 | 2024-12-20T23:41:33.669Z | |
1848 | 2024-12-20T23:41:33.669Z | Installinator |
1849 | 2024-12-20T23:41:33.669Z | installinator (omicron/installinator) |
1850 | 2024-12-20T23:41:33.669Z | consumes: ddm-admin-client |
1851 | 2024-12-20T23:41:33.669Z | consumes: installinator-client |
1852 | 2024-12-20T23:41:33.669Z | |
1853 | 2024-12-20T23:41:33.669Z | |
1854 | 2024-12-20T23:41:33.669Z | Nexus |
1855 | 2024-12-20T23:41:33.669Z | omicron-nexus (omicron/nexus) |
1856 | 2024-12-20T23:41:33.669Z | exposes: Nexus Internal API (client = nexus-client) |
1857 | 2024-12-20T23:41:33.669Z | exposes: External API (client = oxide-client) |
1858 | 2024-12-20T23:41:33.669Z | consumes: clickhouse-admin-keeper-client |
1859 | 2024-12-20T23:41:33.669Z | consumes: clickhouse-admin-server-client |
1860 | 2024-12-20T23:41:33.669Z | consumes: clickhouse-admin-single-client |
1861 | 2024-12-20T23:41:33.669Z | consumes: cockroach-admin-client |
1862 | 2024-12-20T23:41:33.669Z | consumes: crucible-agent-client |
1863 | 2024-12-20T23:41:33.669Z | consumes: crucible-pantry-client |
1864 | 2024-12-20T23:41:33.669Z | consumes: dns-service-client |
1865 | 2024-12-20T23:41:33.669Z | consumes: dpd-client |
1866 | 2024-12-20T23:41:33.678Z | consumes: gateway-client |
1867 | 2024-12-20T23:41:33.678Z | consumes: mg-admin-client |
1868 | 2024-12-20T23:41:33.678Z | consumes: oximeter-client |
1869 | 2024-12-20T23:41:33.678Z | consumes: propolis-client |
1870 | 2024-12-20T23:41:33.678Z | consumes: sled-agent-client |
1871 | 2024-12-20T23:41:33.678Z | |
1872 | 2024-12-20T23:41:33.678Z | |
1873 | 2024-12-20T23:41:33.678Z | Oximeter |
1874 | 2024-12-20T23:41:33.678Z | oximeter-collector (omicron/oximeter/collector) |
1875 | 2024-12-20T23:41:33.678Z | exposes: Oximeter (client = oximeter-client) |
1876 | 2024-12-20T23:41:33.679Z | consumes: nexus-client |
1877 | 2024-12-20T23:41:33.679Z | |
1878 | 2024-12-20T23:41:33.679Z | |
1879 | 2024-12-20T23:41:33.769Z | |
1880 | 2024-12-20T23:41:33.777Z | real 5.567480859 |
1881 | 2024-12-20T23:41:33.777Z | user 4.451576890 |
1882 | 2024-12-20T23:41:33.777Z | sys 1.707675632 |
1883 | 2024-12-20T23:41:33.777Z | trap 0.002099835 |
1884 | 2024-12-20T23:41:33.777Z | tflt 0.000002149 |
1885 | 2024-12-20T23:41:33.778Z | dflt 0.000205462 |
1886 | 2024-12-20T23:41:33.778Z | kflt 0.000000000 |
1887 | 2024-12-20T23:41:33.778Z | lock 0.001970926 |
1888 | 2024-12-20T23:41:33.778Z | slp 10.304276173 |
1889 | 2024-12-20T23:41:33.778Z | lat 0.023429431 |
1890 | 2024-12-20T23:41:33.778Z | stop 0.070959551 |
1891 | 2024-12-20T23:41:33.778Z | + ptime -m cargo xtask ls-apis servers |
1892 | 2024-12-20T23:41:34.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1893 | 2024-12-20T23:41:34.314Z | Running `target/debug/xtask ls-apis servers` |
1894 | 2024-12-20T23:41:35.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1895 | 2024-12-20T23:41:35.160Z | Running `target/debug/ls-apis servers` |
1896 | 2024-12-20T23:41:35.189Z | loading metadata for workspace omicron from current workspace |
1897 | 2024-12-20T23:41:36.396Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1898 | 2024-12-20T23:41:36.408Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml |
1899 | 2024-12-20T23:41:36.408Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml |
1900 | 2024-12-20T23:41:38.147Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1901 | 2024-12-20T23:41:40.443Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1902 | 2024-12-20T23:41:40.484Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1903 | 2024-12-20T23:41:40.484Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1904 | 2024-12-20T23:41:40.485Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1905 | 2024-12-20T23:41:40.485Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1906 | 2024-12-20T23:41:40.485Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1907 | 2024-12-20T23:41:40.485Z | |
1908 | 2024-12-20T23:41:40.485Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1909 | 2024-12-20T23:41:40.485Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1910 | 2024-12-20T23:41:40.485Z | |
1911 | 2024-12-20T23:41:40.485Z | crucible-agent (crucible/agent) |
1912 | 2024-12-20T23:41:40.485Z | exposes: Crucible Agent (client = crucible-agent-client) |
1913 | 2024-12-20T23:41:40.485Z | |
1914 | 2024-12-20T23:41:40.485Z | crucible-downstairs (crucible/downstairs) |
1915 | 2024-12-20T23:41:40.485Z | exposes: Crucible Repair (client = repair-client) |
1916 | 2024-12-20T23:41:40.485Z | consumes: repair-client |
1917 | 2024-12-20T23:41:40.485Z | |
1918 | 2024-12-20T23:41:40.485Z | crucible-pantry (crucible/pantry) |
1919 | 2024-12-20T23:41:40.485Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1920 | 2024-12-20T23:41:40.485Z | |
1921 | 2024-12-20T23:41:40.486Z | dns-server (omicron/dns-server) |
1922 | 2024-12-20T23:41:40.488Z | exposes: DNS Server (client = dns-service-client) |
1923 | 2024-12-20T23:41:40.488Z | |
1924 | 2024-12-20T23:41:40.488Z | omicron-sled-agent (omicron/sled-agent) |
1925 | 2024-12-20T23:41:40.488Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1926 | 2024-12-20T23:41:40.488Z | exposes: Repo Depot API (client = repo-depot-client) |
1927 | 2024-12-20T23:41:40.488Z | exposes: Sled Agent (client = sled-agent-client) |
1928 | 2024-12-20T23:41:40.488Z | consumes: bootstrap-agent-client |
1929 | 2024-12-20T23:41:40.488Z | consumes: ddm-admin-client |
1930 | 2024-12-20T23:41:40.488Z | consumes: dns-service-client |
1931 | 2024-12-20T23:41:40.488Z | consumes: dpd-client |
1932 | 2024-12-20T23:41:40.488Z | consumes: gateway-client |
1933 | 2024-12-20T23:41:40.488Z | consumes: mg-admin-client |
1934 | 2024-12-20T23:41:40.488Z | consumes: nexus-client |
1935 | 2024-12-20T23:41:40.488Z | consumes: propolis-client |
1936 | 2024-12-20T23:41:40.488Z | consumes: repo-depot-client |
1937 | 2024-12-20T23:41:40.488Z | |
1938 | 2024-12-20T23:41:40.488Z | propolis-server (propolis/bin/propolis-server) |
1939 | 2024-12-20T23:41:40.488Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1940 | 2024-12-20T23:41:40.489Z | exposes: Propolis (client = propolis-client) |
1941 | 2024-12-20T23:41:40.489Z | consumes: nexus-client |
1942 | 2024-12-20T23:41:40.489Z | |
1943 | 2024-12-20T23:41:40.489Z | ddmd (maghemite/ddmd) |
1944 | 2024-12-20T23:41:40.489Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1945 | 2024-12-20T23:41:40.489Z | consumes: dpd-client |
1946 | 2024-12-20T23:41:40.489Z | |
1947 | 2024-12-20T23:41:40.489Z | dpd (dendrite/dpd) |
1948 | 2024-12-20T23:41:40.489Z | exposes: Dendrite DPD (client = dpd-client) |
1949 | 2024-12-20T23:41:40.489Z | consumes: gateway-client |
1950 | 2024-12-20T23:41:40.489Z | consumes: nexus-client |
1951 | 2024-12-20T23:41:40.489Z | consumes: sled-agent-client |
1952 | 2024-12-20T23:41:40.491Z | |
1953 | 2024-12-20T23:41:40.491Z | mgd (maghemite/mgd) |
1954 | 2024-12-20T23:41:40.491Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1955 | 2024-12-20T23:41:40.491Z | consumes: ddm-admin-client |
1956 | 2024-12-20T23:41:40.491Z | consumes: dpd-client |
1957 | 2024-12-20T23:41:40.491Z | |
1958 | 2024-12-20T23:41:40.491Z | omicron-gateway (omicron/gateway) |
1959 | 2024-12-20T23:41:40.492Z | exposes: Management Gateway Service (client = gateway-client) |
1960 | 2024-12-20T23:41:40.492Z | |
1961 | 2024-12-20T23:41:40.492Z | tfportd (dendrite/tfportd) |
1962 | 2024-12-20T23:41:40.492Z | consumes: dpd-client |
1963 | 2024-12-20T23:41:40.492Z | |
1964 | 2024-12-20T23:41:40.492Z | wicketd (omicron/wicketd) |
1965 | 2024-12-20T23:41:40.492Z | exposes: Wicketd Installinator (client = installinator-client) |
1966 | 2024-12-20T23:41:40.492Z | exposes: Wicketd (client = wicketd-client) |
1967 | 2024-12-20T23:41:40.492Z | consumes: bootstrap-agent-client |
1968 | 2024-12-20T23:41:40.492Z | consumes: ddm-admin-client |
1969 | 2024-12-20T23:41:40.492Z | consumes: dpd-client |
1970 | 2024-12-20T23:41:40.492Z | consumes: gateway-client |
1971 | 2024-12-20T23:41:40.492Z | |
1972 | 2024-12-20T23:41:40.492Z | installinator (omicron/installinator) |
1973 | 2024-12-20T23:41:40.492Z | consumes: ddm-admin-client |
1974 | 2024-12-20T23:41:40.492Z | consumes: installinator-client |
1975 | 2024-12-20T23:41:40.492Z | |
1976 | 2024-12-20T23:41:40.492Z | omicron-nexus (omicron/nexus) |
1977 | 2024-12-20T23:41:40.492Z | exposes: Nexus Internal API (client = nexus-client) |
1978 | 2024-12-20T23:41:40.492Z | exposes: External API (client = oxide-client) |
1979 | 2024-12-20T23:41:40.493Z | consumes: clickhouse-admin-keeper-client |
1980 | 2024-12-20T23:41:40.494Z | consumes: clickhouse-admin-server-client |
1981 | 2024-12-20T23:41:40.494Z | consumes: clickhouse-admin-single-client |
1982 | 2024-12-20T23:41:40.494Z | consumes: cockroach-admin-client |
1983 | 2024-12-20T23:41:40.494Z | consumes: crucible-agent-client |
1984 | 2024-12-20T23:41:40.494Z | consumes: crucible-pantry-client |
1985 | 2024-12-20T23:41:40.494Z | consumes: dns-service-client |
1986 | 2024-12-20T23:41:40.494Z | consumes: dpd-client |
1987 | 2024-12-20T23:41:40.494Z | consumes: gateway-client |
1988 | 2024-12-20T23:41:40.494Z | consumes: mg-admin-client |
1989 | 2024-12-20T23:41:40.494Z | consumes: oximeter-client |
1990 | 2024-12-20T23:41:40.494Z | consumes: propolis-client |
1991 | 2024-12-20T23:41:40.494Z | consumes: sled-agent-client |
1992 | 2024-12-20T23:41:40.494Z | |
1993 | 2024-12-20T23:41:40.494Z | oximeter-collector (omicron/oximeter/collector) |
1994 | 2024-12-20T23:41:40.494Z | exposes: Oximeter (client = oximeter-client) |
1995 | 2024-12-20T23:41:40.495Z | consumes: nexus-client |
1996 | 2024-12-20T23:41:40.495Z | |
1997 | 2024-12-20T23:41:40.495Z | |
1998 | 2024-12-20T23:41:40.495Z | real 5.447137109 |
1999 | 2024-12-20T23:41:40.495Z | user 4.402699349 |
2000 | 2024-12-20T23:41:40.495Z | sys 1.623323176 |
2001 | 2024-12-20T23:41:40.495Z | trap 0.000731633 |
2002 | 2024-12-20T23:41:40.514Z | tflt 0.000000000 |
2003 | 2024-12-20T23:41:40.514Z | dflt 0.000062347 |
2004 | 2024-12-20T23:41:40.514Z | kflt 0.000000000 |
2005 | 2024-12-20T23:41:40.514Z | lock 0.001788067 |
2006 | 2024-12-20T23:41:40.514Z | slp 10.013657929 |
2007 | 2024-12-20T23:41:40.514Z | lat 0.011443233 |
2008 | 2024-12-20T23:41:40.514Z | stop 0.068656586 |
2009 | 2024-12-20T23:41:40.515Z | + ptime -m cargo xtask ls-apis check |
2010 | 2024-12-20T23:41:40.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
2011 | 2024-12-20T23:41:40.515Z | Running `target/debug/xtask ls-apis check` |
2012 | 2024-12-20T23:41:40.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2013 | 2024-12-20T23:41:40.609Z | Running `target/debug/ls-apis check` |
2014 | 2024-12-20T23:41:40.673Z | loading metadata for workspace omicron from current workspace |
2015 | 2024-12-20T23:41:41.855Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
2016 | 2024-12-20T23:41:41.860Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml |
2017 | 2024-12-20T23:41:41.861Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml |
2018 | 2024-12-20T23:41:43.591Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
2019 | 2024-12-20T23:41:44.365Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2020 | 2024-12-20T23:41:44.383Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2021 | 2024-12-20T23:41:44.645Z | |
2022 | 2024-12-20T23:41:44.646Z | |
2023 | 2024-12-20T23:41:44.646Z | Server-managed APIs: |
2024 | 2024-12-20T23:41:44.646Z | |
2025 | 2024-12-20T23:41:44.646Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
2026 | 2024-12-20T23:41:44.646Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
2027 | 2024-12-20T23:41:44.646Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
2028 | 2024-12-20T23:41:44.646Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
2029 | 2024-12-20T23:41:44.646Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
2030 | 2024-12-20T23:41:44.646Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
2031 | 2024-12-20T23:41:44.646Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
2032 | 2024-12-20T23:41:44.646Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
2033 | 2024-12-20T23:41:44.649Z | DNS Server (dns-service-client, exposed by dns-server) |
2034 | 2024-12-20T23:41:44.649Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
2035 | 2024-12-20T23:41:44.649Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
2036 | 2024-12-20T23:41:44.649Z | External API (oxide-client, exposed by omicron-nexus) |
2037 | 2024-12-20T23:41:44.649Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
2038 | 2024-12-20T23:41:44.649Z | Propolis (propolis-client, exposed by propolis-server) |
2039 | 2024-12-20T23:41:44.649Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
2040 | 2024-12-20T23:41:44.649Z | Wicketd (wicketd-client, exposed by wicketd) |
2041 | 2024-12-20T23:41:44.649Z | |
2042 | 2024-12-20T23:41:44.649Z | |
2043 | 2024-12-20T23:41:44.649Z | Client-managed API: |
2044 | 2024-12-20T23:41:44.649Z | |
2045 | 2024-12-20T23:41:44.649Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
2046 | 2024-12-20T23:41:44.649Z | reason: depends on itself (i.e., instances call each other) |
2047 | 2024-12-20T23:41:44.649Z | Dendrite DPD (dpd-client, exposed by dpd) |
2048 | 2024-12-20T23:41:44.649Z | reason: Sled Agent calling DPD creates a circular dependency |
2049 | 2024-12-20T23:41:44.650Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
2050 | 2024-12-20T23:41:44.650Z | reason: client is provided implicitly by the operator |
2051 | 2024-12-20T23:41:44.650Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
2052 | 2024-12-20T23:41:44.650Z | reason: Circular dependencies between Nexus and other services |
2053 | 2024-12-20T23:41:44.650Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
2054 | 2024-12-20T23:41:44.650Z | reason: depends on itself (i.e., instances call each other) |
2055 | 2024-12-20T23:41:44.650Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
2056 | 2024-12-20T23:41:44.650Z | reason: depends on itself (i.e., instances call each other) |
2057 | 2024-12-20T23:41:44.651Z | |
2058 | 2024-12-20T23:41:44.651Z | |
2059 | 2024-12-20T23:41:44.651Z | APIs with unknown version management: none |
2060 | 2024-12-20T23:41:44.766Z | |
2061 | 2024-12-20T23:41:44.767Z | real 5.520747786 |
2062 | 2024-12-20T23:41:44.767Z | user 4.486023049 |
2063 | 2024-12-20T23:41:44.767Z | sys 1.623314223 |
2064 | 2024-12-20T23:41:44.767Z | trap 0.000423745 |
2065 | 2024-12-20T23:41:44.767Z | tflt 0.000002739 |
2066 | 2024-12-20T23:41:44.767Z | dflt 0.000011506 |
2067 | 2024-12-20T23:41:44.767Z | kflt 0.000000000 |
2068 | 2024-12-20T23:41:44.768Z | lock 0.001941431 |
2069 | 2024-12-20T23:41:44.768Z | slp 10.083957128 |
2070 | 2024-12-20T23:41:44.768Z | lat 0.009497622 |
2071 | 2024-12-20T23:41:44.768Z | stop 0.068074160 |
2072 | 2024-12-20T23:41:44.773Z | + banner build |
2073 | 2024-12-20T23:41:44.773Z | |
2074 | 2024-12-20T23:41:44.773Z | ##### # # # # ##### |
2075 | 2024-12-20T23:41:44.774Z | # # # # # # # # |
2076 | 2024-12-20T23:41:44.774Z | ##### # # # # # # |
2077 | 2024-12-20T23:41:44.774Z | # # # # # # # # |
2078 | 2024-12-20T23:41:44.774Z | # # # # # # # # |
2079 | 2024-12-20T23:41:44.774Z | ##### #### # ###### ##### |
2080 | 2024-12-20T23:41:44.776Z | |
2081 | 2024-12-20T23:41:44.776Z | + export 'RUSTFLAGS=-D warnings' |
2082 | 2024-12-20T23:41:44.776Z | + RUSTFLAGS='-D warnings' |
2083 | 2024-12-20T23:41:44.776Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
2084 | 2024-12-20T23:41:44.777Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2085 | 2024-12-20T23:41:44.777Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
2086 | 2024-12-20T23:41:44.777Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
2087 | 2024-12-20T23:41:44.777Z | + export TMPDIR=/var/tmp/omicron_tmp |
2088 | 2024-12-20T23:41:44.777Z | + TMPDIR=/var/tmp/omicron_tmp |
2089 | 2024-12-20T23:41:44.777Z | + export RUST_BACKTRACE=1 |
2090 | 2024-12-20T23:41:44.777Z | + RUST_BACKTRACE=1 |
2091 | 2024-12-20T23:41:44.777Z | + export CARGO_INCREMENTAL=0 |
2092 | 2024-12-20T23:41:44.777Z | + CARGO_INCREMENTAL=0 |
2093 | 2024-12-20T23:41:44.778Z | + export RUSTC_BOOTSTRAP=1 |
2094 | 2024-12-20T23:41:44.778Z | + RUSTC_BOOTSTRAP=1 |
2095 | 2024-12-20T23:41:44.778Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
2096 | 2024-12-20T23:41:46.436Z | Dirty unicode-ident v1.0.13: the rustflags changed |
2097 | 2024-12-20T23:41:46.436Z | Compiling unicode-ident v1.0.13 |
2098 | 2024-12-20T23:41:46.436Z | Dirty proc-macro2 v1.0.89: the rustflags changed |
2099 | 2024-12-20T23:41:46.436Z | Compiling proc-macro2 v1.0.89 |
2100 | 2024-12-20T23:41:46.436Z | Dirty libc v0.2.162: the rustflags changed |
2101 | 2024-12-20T23:41:46.436Z | Compiling libc v0.2.162 |
2102 | 2024-12-20T23:41:46.447Z | Dirty cfg-if v1.0.0: the rustflags changed |
2103 | 2024-12-20T23:41:46.447Z | Compiling cfg-if v1.0.0 |
2104 | 2024-12-20T23:41:46.447Z | Dirty serde v1.0.215: the rustflags changed |
2105 | 2024-12-20T23:41:46.447Z | Compiling serde v1.0.215 |
2106 | 2024-12-20T23:41:46.447Z | Dirty autocfg v1.4.0: the rustflags changed |
2107 | 2024-12-20T23:41:46.447Z | Compiling autocfg v1.4.0 |
2108 | 2024-12-20T23:41:46.447Z | Dirty memchr v2.7.4: the rustflags changed |
2109 | 2024-12-20T23:41:46.447Z | Compiling memchr v2.7.4 |
2110 | 2024-12-20T23:41:46.447Z | Dirty version_check v0.9.5: the rustflags changed |
2111 | 2024-12-20T23:41:46.447Z | Compiling version_check v0.9.5 |
2112 | 2024-12-20T23:41:46.447Z | Running `/home/build/.rustup/toolchains/1.81.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.89/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c02481439796dfa7 -C extra-filename=-c02481439796dfa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2113 | 2024-12-20T23:41:46.447Z | Running `/home/build/.rustup/toolchains/1.81.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.215/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e1f493915488a752 -C extra-filename=-e1f493915488a752 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2114 | 2024-12-20T23:41:46.447Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=83c04ded702a2c6e -C extra-filename=-83c04ded702a2c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2115 | 2024-12-20T23:41:46.449Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=9ed6789ca90d87d7 -C extra-filename=-9ed6789ca90d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2116 | 2024-12-20T23:41:46.449Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0c90b16fe1aa548 -C extra-filename=-a0c90b16fe1aa548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2117 | 2024-12-20T23:41:46.449Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eab694a454abf753 -C extra-filename=-eab694a454abf753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2118 | 2024-12-20T23:41:46.449Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3085d201f1b07e89 -C extra-filename=-3085d201f1b07e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2119 | 2024-12-20T23:41:46.588Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=628c83ce3f8440f3 -C extra-filename=-628c83ce3f8440f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2120 | 2024-12-20T23:41:46.704Z | Dirty value-bag v1.9.0: the rustflags changed |
2121 | 2024-12-20T23:41:46.705Z | Compiling value-bag v1.9.0 |
2122 | 2024-12-20T23:41:46.707Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=294d8632e0500484 -C extra-filename=-294d8632e0500484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2123 | 2024-12-20T23:41:46.827Z | Dirty scopeguard v1.2.0: the rustflags changed |
2124 | 2024-12-20T23:41:46.827Z | Compiling scopeguard v1.2.0 |
2125 | 2024-12-20T23:41:46.831Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /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 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e10ff91bdb1d6034 -C extra-filename=-e10ff91bdb1d6034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2126 | 2024-12-20T23:41:47.001Z | Dirty smallvec v1.13.2: the rustflags changed |
2127 | 2024-12-20T23:41:47.001Z | Compiling smallvec v1.13.2 |
2128 | 2024-12-20T23:41:47.004Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=4dafc5e65351502b -C extra-filename=-4dafc5e65351502b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2129 | 2024-12-20T23:41:47.262Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752/build-script-build` |
2130 | 2024-12-20T23:41:47.319Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7/build-script-build` |
2131 | 2024-12-20T23:41:47.355Z | Dirty log v0.4.22: the rustflags changed |
2132 | 2024-12-20T23:41:47.355Z | Compiling log v0.4.22 |
2133 | 2024-12-20T23:41:47.355Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=a2c99244b373d360 -C extra-filename=-a2c99244b373d360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-294d8632e0500484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2134 | 2024-12-20T23:41:47.427Z | Dirty once_cell v1.20.2: the rustflags changed |
2135 | 2024-12-20T23:41:47.427Z | Compiling once_cell v1.20.2 |
2136 | 2024-12-20T23:41:47.428Z | Running `/home/build/.rustup/toolchains/1.81.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.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=4fac8a596e09fa80 -C extra-filename=-4fac8a596e09fa80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-12-20T23:41:47.498Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7/build-script-build` |
2138 | 2024-12-20T23:41:47.498Z | Dirty itoa v1.0.11: the rustflags changed |
2139 | 2024-12-20T23:41:47.498Z | Compiling itoa v1.0.11 |
2140 | 2024-12-20T23:41:47.498Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ce59ac6fb623678a -C extra-filename=-ce59ac6fb623678a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2141 | 2024-12-20T23:41:47.518Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=29117e4ff36dab03 -C extra-filename=-29117e4ff36dab03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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 --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
2142 | 2024-12-20T23:41:47.527Z | Dirty byteorder v1.5.0: the rustflags changed |
2143 | 2024-12-20T23:41:47.527Z | Compiling byteorder v1.5.0 |
2144 | 2024-12-20T23:41:47.527Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=42c8c764cb4293aa -C extra-filename=-42c8c764cb4293aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2145 | 2024-12-20T23:41:47.641Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
2146 | 2024-12-20T23:41:47.641Z | Compiling pin-project-lite v0.2.14 |
2147 | 2024-12-20T23:41:47.652Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46453f98c25563b1 -C extra-filename=-46453f98c25563b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2148 | 2024-12-20T23:41:47.732Z | Running `/home/build/.rustup/toolchains/1.81.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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bb86a0f4b2092559 -C extra-filename=-bb86a0f4b2092559 --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-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
2149 | 2024-12-20T23:41:47.809Z | Dirty lock_api v0.4.12: the rustflags changed |
2150 | 2024-12-20T23:41:47.809Z | Compiling lock_api v0.4.12 |
2151 | 2024-12-20T23:41:47.835Z | Dirty shlex v1.3.0: the rustflags changed |
2152 | 2024-12-20T23:41:47.835Z | Compiling shlex v1.3.0 |
2153 | 2024-12-20T23:41:47.835Z | Dirty subtle v2.6.1: the rustflags changed |
2154 | 2024-12-20T23:41:47.835Z | Compiling subtle v2.6.1 |
2155 | 2024-12-20T23:41:47.835Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a9a179362601b232 -C extra-filename=-a9a179362601b232 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2156 | 2024-12-20T23:41:47.835Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2501e8bb1c4b8f3 -C extra-filename=-b2501e8bb1c4b8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2157 | 2024-12-20T23:41:47.835Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=31cb50c570ccb59e -C extra-filename=-31cb50c570ccb59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2158 | 2024-12-20T23:41:47.990Z | Dirty thiserror v1.0.69: the rustflags changed |
2159 | 2024-12-20T23:41:47.991Z | Compiling thiserror v1.0.69 |
2160 | 2024-12-20T23:41:48.001Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a10ee8adefdd5f1c -C extra-filename=-a10ee8adefdd5f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2161 | 2024-12-20T23:41:48.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build` |
2162 | 2024-12-20T23:41:48.172Z | Dirty regex-syntax v0.8.5: the rustflags changed |
2163 | 2024-12-20T23:41:48.172Z | Compiling regex-syntax v0.8.5 |
2164 | 2024-12-20T23:41:48.188Z | Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=798e3a4bdf9327b3 -C extra-filename=-798e3a4bdf9327b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2165 | 2024-12-20T23:41:48.192Z | Dirty aho-corasick v1.1.3: the rustflags changed |
2166 | 2024-12-20T23:41:48.192Z | Compiling aho-corasick v1.1.3 |
2167 | 2024-12-20T23:41:48.199Z | Running `/home/build/.rustup/toolchains/1.81.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.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"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=0da0f4417492a9a4 -C extra-filename=-0da0f4417492a9a4 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2168 | 2024-12-20T23:41:48.254Z | Dirty typenum v1.17.0: the rustflags changed |
2169 | 2024-12-20T23:41:48.254Z | Compiling typenum v1.17.0 |
2170 | 2024-12-20T23:41:48.257Z | Running `/home/build/.rustup/toolchains/1.81.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.17.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=3083ee05a03332f4 -C extra-filename=-3083ee05a03332f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2171 | 2024-12-20T23:41:48.285Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=3f6f9678b9924c1b -C extra-filename=-3f6f9678b9924c1b --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-e10ff91bdb1d6034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
2172 | 2024-12-20T23:41:48.334Z | Dirty generic-array v0.14.7: the rustflags changed |
2173 | 2024-12-20T23:41:48.335Z | Compiling generic-array v0.14.7 |
2174 | 2024-12-20T23:41:48.338Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=48977a83d3568803 -C extra-filename=-48977a83d3568803 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2175 | 2024-12-20T23:41:48.661Z | Dirty quote v1.0.37: the rustflags changed |
2176 | 2024-12-20T23:41:48.661Z | Compiling quote v1.0.37 |
2177 | 2024-12-20T23:41:48.664Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=061032add1e59e1c -C extra-filename=-061032add1e59e1c --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-bb86a0f4b2092559.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2178 | 2024-12-20T23:41:48.723Z | Dirty getrandom v0.2.15: the rustflags changed |
2179 | 2024-12-20T23:41:48.723Z | Compiling getrandom v0.2.15 |
2180 | 2024-12-20T23:41:48.726Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=4686656331214bbd -C extra-filename=-4686656331214bbd --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2181 | 2024-12-20T23:41:48.747Z | Dirty jobserver v0.1.32: the rustflags changed |
2182 | 2024-12-20T23:41:48.747Z | Compiling jobserver v0.1.32 |
2183 | 2024-12-20T23:41:48.751Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72b1c0ae15d2154c -C extra-filename=-72b1c0ae15d2154c --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2184 | 2024-12-20T23:41:49.062Z | Dirty syn v2.0.87: the rustflags changed |
2185 | 2024-12-20T23:41:49.062Z | Compiling syn v2.0.87 |
2186 | 2024-12-20T23:41:49.066Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-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="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=0e3802aa2be39be2 -C extra-filename=-0e3802aa2be39be2 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2187 | 2024-12-20T23:41:49.130Z | Dirty rand_core v0.6.4: the rustflags changed |
2188 | 2024-12-20T23:41:49.131Z | Compiling rand_core v0.6.4 |
2189 | 2024-12-20T23:41:49.133Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=873553d298e635a4 -C extra-filename=-873553d298e635a4 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-12-20T23:41:49.384Z | Dirty cc v1.1.30: the rustflags changed |
2191 | 2024-12-20T23:41:49.384Z | Compiling cc v1.1.30 |
2192 | 2024-12-20T23:41:49.387Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2297e04f177a75f2 -C extra-filename=-2297e04f177a75f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-72b1c0ae15d2154c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2193 | 2024-12-20T23:41:49.415Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build` |
2194 | 2024-12-20T23:41:49.471Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main` |
2195 | 2024-12-20T23:41:49.644Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
2196 | 2024-12-20T23:41:49.644Z | Compiling parking_lot_core v0.9.10 |
2197 | 2024-12-20T23:41:49.648Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b958ce598dab1297 -C extra-filename=-b958ce598dab1297 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2198 | 2024-12-20T23:41:49.696Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4b6951e7dbfd8f8f -C extra-filename=-4b6951e7dbfd8f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2199 | 2024-12-20T23:41:49.697Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build` |
2200 | 2024-12-20T23:41:49.787Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
2201 | 2024-12-20T23:41:49.787Z | Compiling allocator-api2 v0.2.18 |
2202 | 2024-12-20T23:41:49.792Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2e7f20aac91d4cde -C extra-filename=-2e7f20aac91d4cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2203 | 2024-12-20T23:41:49.855Z | Dirty libm v0.2.8: the rustflags changed |
2204 | 2024-12-20T23:41:49.855Z | Compiling libm v0.2.8 |
2205 | 2024-12-20T23:41:49.858Z | Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=bb7d76c431516a46 -C extra-filename=-bb7d76c431516a46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2206 | 2024-12-20T23:41:50.167Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build` |
2207 | 2024-12-20T23:41:50.207Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=85f7ecb3f7363b31 -C extra-filename=-85f7ecb3f7363b31 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2208 | 2024-12-20T23:41:50.285Z | Dirty ryu v1.0.18: the rustflags changed |
2209 | 2024-12-20T23:41:50.285Z | Compiling ryu v1.0.18 |
2210 | 2024-12-20T23:41:50.288Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=28783a10abc36982 -C extra-filename=-28783a10abc36982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2211 | 2024-12-20T23:41:50.649Z | Dirty parking_lot v0.12.3: the rustflags changed |
2212 | 2024-12-20T23:41:50.649Z | Compiling parking_lot v0.12.3 |
2213 | 2024-12-20T23:41:50.652Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f79c6fd34a7abec0 -C extra-filename=-f79c6fd34a7abec0 --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-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-85f7ecb3f7363b31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2214 | 2024-12-20T23:41:50.705Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46/build-script-build` |
2215 | 2024-12-20T23:41:50.714Z | Dirty num-traits v0.2.19: the rustflags changed |
2216 | 2024-12-20T23:41:50.714Z | Compiling num-traits v0.2.19 |
2217 | 2024-12-20T23:41:50.717Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=18a8e91f1018e70a -C extra-filename=-18a8e91f1018e70a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2218 | 2024-12-20T23:41:50.847Z | Dirty futures-core v0.3.31: the rustflags changed |
2219 | 2024-12-20T23:41:50.848Z | Compiling futures-core v0.3.31 |
2220 | 2024-12-20T23:41:50.871Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=15b4a62ef3693967 -C extra-filename=-15b4a62ef3693967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2221 | 2024-12-20T23:41:51.077Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build` |
2222 | 2024-12-20T23:41:51.112Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=b91e4d75cc7c3b0b -C extra-filename=-b91e4d75cc7c3b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2223 | 2024-12-20T23:41:51.179Z | Dirty spin v0.9.8: the rustflags changed |
2224 | 2024-12-20T23:41:51.180Z | Compiling spin v0.9.8 |
2225 | 2024-12-20T23:41:51.183Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=0d6a5191eef2dd9a -C extra-filename=-0d6a5191eef2dd9a --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-3f6f9678b9924c1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2226 | 2024-12-20T23:41:51.308Z | Dirty rustix v0.38.37: the rustflags changed |
2227 | 2024-12-20T23:41:51.308Z | Compiling rustix v0.38.37 |
2228 | 2024-12-20T23:41:51.311Z | Running `/home/build/.rustup/toolchains/1.81.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.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=d3e6b90374196050 -C extra-filename=-d3e6b90374196050 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2229 | 2024-12-20T23:41:51.591Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
2230 | 2024-12-20T23:41:51.591Z | Compiling signal-hook-registry v1.4.2 |
2231 | 2024-12-20T23:41:51.595Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e8f38f4beebb57d -C extra-filename=-1e8f38f4beebb57d --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2232 | 2024-12-20T23:41:51.642Z | Dirty errno v0.3.9: the rustflags changed |
2233 | 2024-12-20T23:41:51.642Z | Compiling errno v0.3.9 |
2234 | 2024-12-20T23:41:51.646Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b78bd9fe5b9e371b -C extra-filename=-b78bd9fe5b9e371b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2235 | 2024-12-20T23:41:51.901Z | Dirty regex-automata v0.4.8: the rustflags changed |
2236 | 2024-12-20T23:41:51.901Z | Compiling regex-automata v0.4.8 |
2237 | 2024-12-20T23:41:51.924Z | Running `/home/build/.rustup/toolchains/1.81.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.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="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=1cec3bd77f56db17 -C extra-filename=-1cec3bd77f56db17 --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2024-12-20T23:41:52.191Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050/build-script-build` |
2239 | 2024-12-20T23:41:52.408Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b347099865a56f50 -C extra-filename=-b347099865a56f50 --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-b91e4d75cc7c3b0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` |
2240 | 2024-12-20T23:41:52.490Z | Dirty serde_json v1.0.132: the rustflags changed |
2241 | 2024-12-20T23:41:52.490Z | Compiling serde_json v1.0.132 |
2242 | 2024-12-20T23:41:52.494Z | Running `/home/build/.rustup/toolchains/1.81.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.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=211cd0f89e254297 -C extra-filename=-211cd0f89e254297 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-211cd0f89e254297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2243 | 2024-12-20T23:41:52.517Z | Dirty fnv v1.0.7: the rustflags changed |
2244 | 2024-12-20T23:41:52.517Z | Compiling fnv v1.0.7 |
2245 | 2024-12-20T23:41:52.520Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=086f5ffe4a25dc54 -C extra-filename=-086f5ffe4a25dc54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2246 | 2024-12-20T23:41:52.671Z | Dirty equivalent v1.0.1: the rustflags changed |
2247 | 2024-12-20T23:41:52.671Z | Compiling equivalent v1.0.1 |
2248 | 2024-12-20T23:41:52.675Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f76ef270c32b0d6 -C extra-filename=-2f76ef270c32b0d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2249 | 2024-12-20T23:41:52.809Z | Dirty foldhash v0.1.3: the rustflags changed |
2250 | 2024-12-20T23:41:52.809Z | Compiling foldhash v0.1.3 |
2251 | 2024-12-20T23:41:52.813Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4317155eba697168 -C extra-filename=-4317155eba697168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2252 | 2024-12-20T23:41:52.875Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-211cd0f89e254297/build-script-build` |
2253 | 2024-12-20T23:41:52.917Z | Dirty mio v1.0.2: the rustflags changed |
2254 | 2024-12-20T23:41:52.917Z | Compiling mio v1.0.2 |
2255 | 2024-12-20T23:41:52.921Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=df13f09366e40281 -C extra-filename=-df13f09366e40281 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2256 | 2024-12-20T23:41:53.145Z | Dirty hashbrown v0.15.1: the rustflags changed |
2257 | 2024-12-20T23:41:53.145Z | Compiling hashbrown v0.15.1 |
2258 | 2024-12-20T23:41:53.151Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0880a475818c8bc6 -C extra-filename=-0880a475818c8bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2f76ef270c32b0d6.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-4317155eba697168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2259 | 2024-12-20T23:41:53.713Z | Dirty either v1.13.0: the rustflags changed |
2260 | 2024-12-20T23:41:53.714Z | Compiling either v1.13.0 |
2261 | 2024-12-20T23:41:53.717Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=682f0202de4cb9c8 -C extra-filename=-682f0202de4cb9c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2262 | 2024-12-20T23:41:53.774Z | Dirty socket2 v0.5.7: the rustflags changed |
2263 | 2024-12-20T23:41:53.774Z | Compiling socket2 v0.5.7 |
2264 | 2024-12-20T23:41:53.778Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=024a7c8877c9d5fd -C extra-filename=-024a7c8877c9d5fd --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2265 | 2024-12-20T23:41:54.168Z | Dirty lazy_static v1.5.0: the rustflags changed |
2266 | 2024-12-20T23:41:54.169Z | Compiling lazy_static v1.5.0 |
2267 | 2024-12-20T23:41:54.183Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=cc0c30b4f89d8188 -C extra-filename=-cc0c30b4f89d8188 --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-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2268 | 2024-12-20T23:41:54.183Z | Dirty const-oid v0.9.6: the rustflags changed |
2269 | 2024-12-20T23:41:54.183Z | Compiling const-oid v0.9.6 |
2270 | 2024-12-20T23:41:54.183Z | Running `/home/build/.rustup/toolchains/1.81.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.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="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=7c6d8f6ce55bf7b5 -C extra-filename=-7c6d8f6ce55bf7b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2271 | 2024-12-20T23:41:54.284Z | Dirty slab v0.4.9: the rustflags changed |
2272 | 2024-12-20T23:41:54.284Z | Compiling slab v0.4.9 |
2273 | 2024-12-20T23:41:54.292Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7d8b679e55f5d38f -C extra-filename=-7d8b679e55f5d38f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2274 | 2024-12-20T23:41:54.530Z | Dirty futures-io v0.3.31: the rustflags changed |
2275 | 2024-12-20T23:41:54.530Z | Compiling futures-io v0.3.31 |
2276 | 2024-12-20T23:41:54.534Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0d0c1d18420ed0e7 -C extra-filename=-0d0c1d18420ed0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2277 | 2024-12-20T23:41:54.562Z | Dirty futures-sink v0.3.31: the rustflags changed |
2278 | 2024-12-20T23:41:54.562Z | Compiling futures-sink v0.3.31 |
2279 | 2024-12-20T23:41:54.566Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=21f681dec55ed1d5 -C extra-filename=-21f681dec55ed1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2280 | 2024-12-20T23:41:54.678Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build` |
2281 | 2024-12-20T23:41:54.727Z | Dirty cpufeatures v0.2.14: the rustflags changed |
2282 | 2024-12-20T23:41:54.727Z | Compiling cpufeatures v0.2.14 |
2283 | 2024-12-20T23:41:54.729Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b13b59192a6c1bc -C extra-filename=-1b13b59192a6c1bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2284 | 2024-12-20T23:41:54.763Z | Dirty pkg-config v0.3.31: the rustflags changed |
2285 | 2024-12-20T23:41:54.763Z | Compiling pkg-config v0.3.31 |
2286 | 2024-12-20T23:41:54.767Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e90c200a67fff3 -C extra-filename=-d7e90c200a67fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2287 | 2024-12-20T23:41:54.841Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=593ca64c5dc22e65 -C extra-filename=-593ca64c5dc22e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2288 | 2024-12-20T23:41:54.869Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2289 | 2024-12-20T23:41:54.869Z | Compiling stable_deref_trait v1.2.0 |
2290 | 2024-12-20T23:41:54.872Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f7e95531580c1da -C extra-filename=-6f7e95531580c1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2291 | 2024-12-20T23:41:54.897Z | Dirty pin-utils v0.1.0: the rustflags changed |
2292 | 2024-12-20T23:41:54.897Z | Compiling pin-utils v0.1.0 |
2293 | 2024-12-20T23:41:54.900Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4b18aa76c089b05 -C extra-filename=-c4b18aa76c089b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2024-12-20T23:41:54.992Z | Dirty futures-channel v0.3.31: the rustflags changed |
2295 | 2024-12-20T23:41:54.992Z | Compiling futures-channel v0.3.31 |
2296 | 2024-12-20T23:41:54.995Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f4bf537936a3f942 -C extra-filename=-f4bf537936a3f942 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2297 | 2024-12-20T23:41:55.022Z | Dirty futures-task v0.3.31: the rustflags changed |
2298 | 2024-12-20T23:41:55.022Z | Compiling futures-task v0.3.31 |
2299 | 2024-12-20T23:41:55.024Z | Dirty semver v1.0.23: the rustflags changed |
2300 | 2024-12-20T23:41:55.024Z | Compiling semver v1.0.23 |
2301 | 2024-12-20T23:41:55.024Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ec40fd422059f537 -C extra-filename=-ec40fd422059f537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2302 | 2024-12-20T23:41:55.024Z | Running `/home/build/.rustup/toolchains/1.81.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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dd56d50781dc5e1c -C extra-filename=-dd56d50781dc5e1c --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2303 | 2024-12-20T23:41:55.123Z | Dirty heck v0.5.0: the rustflags changed |
2304 | 2024-12-20T23:41:55.123Z | Compiling heck v0.5.0 |
2305 | 2024-12-20T23:41:55.127Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=702249e0617a2365 -C extra-filename=-702249e0617a2365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2306 | 2024-12-20T23:41:55.352Z | Dirty iana-time-zone v0.1.61: the rustflags changed |
2307 | 2024-12-20T23:41:55.352Z | Compiling iana-time-zone v0.1.61 |
2308 | 2024-12-20T23:41:55.355Z | Running `/home/build/.rustup/toolchains/1.81.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.61/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d5293dfbc80d23ab -C extra-filename=-d5293dfbc80d23ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2309 | 2024-12-20T23:41:55.446Z | Dirty syn v1.0.109: the rustflags changed |
2310 | 2024-12-20T23:41:55.447Z | Compiling syn v1.0.109 |
2311 | 2024-12-20T23:41:55.449Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=edba8be794cbb348 -C extra-filename=-edba8be794cbb348 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2312 | 2024-12-20T23:41:55.637Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c/build-script-build` |
2313 | 2024-12-20T23:41:55.671Z | Dirty itertools v0.10.5: the rustflags changed |
2314 | 2024-12-20T23:41:55.671Z | Compiling itertools v0.10.5 |
2315 | 2024-12-20T23:41:55.674Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db92a402d6d3376a -C extra-filename=-db92a402d6d3376a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-12-20T23:41:55.716Z | Dirty tracing-core v0.1.32: the rustflags changed |
2317 | 2024-12-20T23:41:55.716Z | Compiling tracing-core v0.1.32 |
2318 | 2024-12-20T23:41:55.720Z | Running `/home/build/.rustup/toolchains/1.81.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.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="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=32ae53d24b2aaea1 -C extra-filename=-32ae53d24b2aaea1 --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-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2319 | 2024-12-20T23:41:55.847Z | Dirty glob v0.3.1: the rustflags changed |
2320 | 2024-12-20T23:41:55.847Z | Compiling glob v0.3.1 |
2321 | 2024-12-20T23:41:55.850Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dec4d7736b1aadcb -C extra-filename=-dec4d7736b1aadcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2322 | 2024-12-20T23:41:56.109Z | Dirty home v0.5.9: the rustflags changed |
2323 | 2024-12-20T23:41:56.109Z | Compiling home v0.5.9 |
2324 | 2024-12-20T23:41:56.112Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4181d55d297293f -C extra-filename=-f4181d55d297293f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2325 | 2024-12-20T23:41:56.177Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348/build-script-build` |
2326 | 2024-12-20T23:41:56.221Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e2368bfcbc9d8904 -C extra-filename=-e2368bfcbc9d8904 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
2327 | 2024-12-20T23:41:56.351Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2328 | 2024-12-20T23:41:56.352Z | Compiling minimal-lexical v0.2.1 |
2329 | 2024-12-20T23:41:56.355Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=514822049975a5bd -C extra-filename=-514822049975a5bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2330 | 2024-12-20T23:41:56.397Z | Dirty litemap v0.7.3: the rustflags changed |
2331 | 2024-12-20T23:41:56.397Z | Compiling litemap v0.7.3 |
2332 | 2024-12-20T23:41:56.412Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=12d61032a7232bb3 -C extra-filename=-12d61032a7232bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2333 | 2024-12-20T23:41:56.822Z | Dirty synstructure v0.13.1: the rustflags changed |
2334 | 2024-12-20T23:41:56.823Z | Compiling synstructure v0.13.1 |
2335 | 2024-12-20T23:41:56.826Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-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="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=cd3425be11553615 -C extra-filename=-cd3425be11553615 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2336 | 2024-12-20T23:41:56.898Z | Dirty nom v7.1.3: the rustflags changed |
2337 | 2024-12-20T23:41:56.898Z | Compiling nom v7.1.3 |
2338 | 2024-12-20T23:41:56.902Z | Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=1096e8633209e52a -C extra-filename=-1096e8633209e52a --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-628c83ce3f8440f3.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-514822049975a5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2339 | 2024-12-20T23:41:56.927Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
2340 | 2024-12-20T23:41:56.927Z | Compiling serde_derive_internals v0.29.1 |
2341 | 2024-12-20T23:41:56.930Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec8d7351929ead43 -C extra-filename=-ec8d7351929ead43 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2024-12-20T23:41:57.154Z | Dirty dyn-clone v1.0.17: the rustflags changed |
2343 | 2024-12-20T23:41:57.154Z | Compiling dyn-clone v1.0.17 |
2344 | 2024-12-20T23:41:57.158Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=320946a34e5e6631 -C extra-filename=-320946a34e5e6631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2345 | 2024-12-20T23:41:57.376Z | Dirty schemars v0.8.21: the rustflags changed |
2346 | 2024-12-20T23:41:57.376Z | Compiling schemars v0.8.21 |
2347 | 2024-12-20T23:41:57.385Z | Running `/home/build/.rustup/toolchains/1.81.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.21/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=93a2f88f9acde361 -C extra-filename=-93a2f88f9acde361 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2348 | 2024-12-20T23:41:57.812Z | Dirty regex v1.11.1: the rustflags changed |
2349 | 2024-12-20T23:41:57.813Z | Compiling regex v1.11.1 |
2350 | 2024-12-20T23:41:57.817Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=a2e05c7d531f1f8e -C extra-filename=-a2e05c7d531f1f8e --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2351 | 2024-12-20T23:41:58.590Z | Dirty writeable v0.5.5: the rustflags changed |
2352 | 2024-12-20T23:41:58.590Z | Compiling writeable v0.5.5 |
2353 | 2024-12-20T23:41:58.592Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=2b2c0bc2625b13ad -C extra-filename=-2b2c0bc2625b13ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2354 | 2024-12-20T23:41:58.617Z | Dirty percent-encoding v2.3.1: the rustflags changed |
2355 | 2024-12-20T23:41:58.618Z | Compiling percent-encoding v2.3.1 |
2356 | 2024-12-20T23:41:58.621Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0874bce15360e10d -C extra-filename=-0874bce15360e10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2357 | 2024-12-20T23:41:58.947Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build` |
2358 | 2024-12-20T23:41:58.983Z | Dirty clang-sys v1.8.1: the rustflags changed |
2359 | 2024-12-20T23:41:58.983Z | Compiling clang-sys v1.8.1 |
2360 | 2024-12-20T23:41:58.986Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=9468e29ea888e2c2 -C extra-filename=-9468e29ea888e2c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2361 | 2024-12-20T23:41:59.011Z | Dirty vcpkg v0.2.15: the rustflags changed |
2362 | 2024-12-20T23:41:59.011Z | Compiling vcpkg v0.2.15 |
2363 | 2024-12-20T23:41:59.014Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee8254f094605247 -C extra-filename=-ee8254f094605247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2024-12-20T23:41:59.193Z | Dirty prettyplease v0.2.25: the rustflags changed |
2365 | 2024-12-20T23:41:59.193Z | Compiling prettyplease v0.2.25 |
2366 | 2024-12-20T23:41:59.196Z | Running `/home/build/.rustup/toolchains/1.81.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.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=57ee97ff453a716c -C extra-filename=-57ee97ff453a716c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2367 | 2024-12-20T23:41:59.597Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c/build-script-build` |
2368 | 2024-12-20T23:41:59.637Z | Dirty crossbeam-utils v0.8.20: the rustflags changed |
2369 | 2024-12-20T23:41:59.637Z | Compiling crossbeam-utils v0.8.20 |
2370 | 2024-12-20T23:41:59.646Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=ad244ce700ff3deb -C extra-filename=-ad244ce700ff3deb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2371 | 2024-12-20T23:41:59.808Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2/build-script-build` |
2372 | 2024-12-20T23:41:59.811Z | Dirty icu_locid_transform_data v1.5.0: the rustflags changed |
2373 | 2024-12-20T23:41:59.811Z | Compiling icu_locid_transform_data v1.5.0 |
2374 | 2024-12-20T23:41:59.814Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7957942082d8dad2 -C extra-filename=-7957942082d8dad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2375 | 2024-12-20T23:41:59.847Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
2376 | 2024-12-20T23:41:59.847Z | Compiling form_urlencoded v1.2.1 |
2377 | 2024-12-20T23:41:59.851Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38be6dc4a21eb4ab -C extra-filename=-38be6dc4a21eb4ab --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-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2378 | 2024-12-20T23:41:59.931Z | Dirty libloading v0.8.5: the rustflags changed |
2379 | 2024-12-20T23:41:59.931Z | Compiling libloading v0.8.5 |
2380 | 2024-12-20T23:41:59.935Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-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 embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e9c285acf763a93 -C extra-filename=-5e9c285acf763a93 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2024-12-20T23:42:00.203Z | Dirty icu_properties_data v1.5.0: the rustflags changed |
2382 | 2024-12-20T23:42:00.203Z | Compiling icu_properties_data v1.5.0 |
2383 | 2024-12-20T23:42:00.207Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9bd5f6fdd433a45 -C extra-filename=-a9bd5f6fdd433a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2384 | 2024-12-20T23:42:00.366Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb/build-script-build` |
2385 | 2024-12-20T23:42:00.391Z | Dirty bindgen v0.69.5: the rustflags changed |
2386 | 2024-12-20T23:42:00.391Z | Compiling bindgen v0.69.5 |
2387 | 2024-12-20T23:42:00.395Z | Running `/home/build/.rustup/toolchains/1.81.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.69.5/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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=54f5fc571672e0b5 -C extra-filename=-54f5fc571672e0b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2388 | 2024-12-20T23:42:00.427Z | Dirty adler2 v2.0.0: the rustflags changed |
2389 | 2024-12-20T23:42:00.427Z | Compiling adler2 v2.0.0 |
2390 | 2024-12-20T23:42:00.430Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=36f35f9c7d0f7be0 -C extra-filename=-36f35f9c7d0f7be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2024-12-20T23:42:00.485Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a82849320d8cb1d1 -C extra-filename=-a82849320d8cb1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
2392 | 2024-12-20T23:42:00.653Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
2393 | 2024-12-20T23:42:00.653Z | Compiling miniz_oxide v0.8.0 |
2394 | 2024-12-20T23:42:00.657Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=567203bf7b54cb21 -C extra-filename=-567203bf7b54cb21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-36f35f9c7d0f7be0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2395 | 2024-12-20T23:42:00.705Z | Dirty cexpr v0.6.0: the rustflags changed |
2396 | 2024-12-20T23:42:00.705Z | Compiling cexpr v0.6.0 |
2397 | 2024-12-20T23:42:00.707Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c2fe60045c9bcf -C extra-filename=-47c2fe60045c9bcf --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-1096e8633209e52a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2398 | 2024-12-20T23:42:01.258Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build` |
2399 | 2024-12-20T23:42:01.301Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=d7102ae7ac96b3ce -C extra-filename=-d7102ae7ac96b3ce --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-dec4d7736b1aadcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-5e9c285acf763a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-12-20T23:42:01.335Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0c1895992fb94fa8 -C extra-filename=-0c1895992fb94fa8 --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-bb86a0f4b2092559.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
2401 | 2024-12-20T23:42:01.849Z | Dirty ring v0.17.8: the rustflags changed |
2402 | 2024-12-20T23:42:01.849Z | Compiling ring v0.17.8 |
2403 | 2024-12-20T23:42:01.851Z | Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=efa00a62cdca1d2e -C extra-filename=-efa00a62cdca1d2e --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2404 | 2024-12-20T23:42:02.196Z | Dirty rustc-hash v1.1.0: the rustflags changed |
2405 | 2024-12-20T23:42:02.196Z | Compiling rustc-hash v1.1.0 |
2406 | 2024-12-20T23:42:02.199Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5050d291e6f94822 -C extra-filename=-5050d291e6f94822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2407 | 2024-12-20T23:42:02.367Z | Dirty utf16_iter v1.0.5: the rustflags changed |
2408 | 2024-12-20T23:42:02.367Z | Compiling utf16_iter v1.0.5 |
2409 | 2024-12-20T23:42:02.370Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da3eb426fea5ab87 -C extra-filename=-da3eb426fea5ab87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2024-12-20T23:42:02.500Z | Dirty utf8_iter v1.0.4: the rustflags changed |
2411 | 2024-12-20T23:42:02.500Z | Compiling utf8_iter v1.0.4 |
2412 | 2024-12-20T23:42:02.504Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5641cf8715ef0d52 -C extra-filename=-5641cf8715ef0d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2024-12-20T23:42:02.574Z | Dirty write16 v1.0.0: the rustflags changed |
2414 | 2024-12-20T23:42:02.574Z | Compiling write16 v1.0.0 |
2415 | 2024-12-20T23:42:02.577Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=bcc1c0a7a48c36bb -C extra-filename=-bcc1c0a7a48c36bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2416 | 2024-12-20T23:42:02.717Z | Dirty strsim v0.11.1: the rustflags changed |
2417 | 2024-12-20T23:42:02.717Z | Compiling strsim v0.11.1 |
2418 | 2024-12-20T23:42:02.721Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f51eb3e58dfb259b -C extra-filename=-f51eb3e58dfb259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2419 | 2024-12-20T23:42:02.757Z | Dirty icu_normalizer_data v1.5.0: the rustflags changed |
2420 | 2024-12-20T23:42:02.757Z | Compiling icu_normalizer_data v1.5.0 |
2421 | 2024-12-20T23:42:02.806Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e11a27b340862ad0 -C extra-filename=-e11a27b340862ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2422 | 2024-12-20T23:42:02.879Z | Dirty lazycell v1.3.0: the rustflags changed |
2423 | 2024-12-20T23:42:02.879Z | Compiling lazycell v1.3.0 |
2424 | 2024-12-20T23:42:02.883Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=a2d4d16d95f9d7dc -C extra-filename=-a2d4d16d95f9d7dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2024-12-20T23:42:03.061Z | Dirty httparse v1.9.5: the rustflags changed |
2426 | 2024-12-20T23:42:03.061Z | Compiling httparse v1.9.5 |
2427 | 2024-12-20T23:42:03.065Z | Running `/home/build/.rustup/toolchains/1.81.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.9.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=8295f7160196729b -C extra-filename=-8295f7160196729b --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2024-12-20T23:42:03.120Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e/build-script-build` |
2429 | 2024-12-20T23:42:03.629Z | Dirty paste v1.0.15: the rustflags changed |
2430 | 2024-12-20T23:42:03.629Z | Compiling paste v1.0.15 |
2431 | 2024-12-20T23:42:03.633Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16717b46f66bb5af -C extra-filename=-16717b46f66bb5af --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2432 | 2024-12-20T23:42:03.907Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build` |
2433 | 2024-12-20T23:42:03.988Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
2434 | 2024-12-20T23:42:03.988Z | Compiling tinyvec_macros v0.1.1 |
2435 | 2024-12-20T23:42:03.991Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4982b0c839feebb2 -C extra-filename=-4982b0c839feebb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2436 | 2024-12-20T23:42:04.024Z | Dirty serde_derive v1.0.215: the rustflags changed |
2437 | 2024-12-20T23:42:04.024Z | Compiling serde_derive v1.0.215 |
2438 | 2024-12-20T23:42:04.028Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/src/lib.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5993f2d28b3a8551 -C extra-filename=-5993f2d28b3a8551 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2439 | 2024-12-20T23:42:04.096Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
2440 | 2024-12-20T23:42:04.096Z | Compiling zeroize_derive v1.4.2 |
2441 | 2024-12-20T23:42:04.099Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9ffa8e7f186eb69 -C extra-filename=-f9ffa8e7f186eb69 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2024-12-20T23:42:04.205Z | Dirty thiserror-impl v1.0.69: the rustflags changed |
2443 | 2024-12-20T23:42:04.205Z | Compiling thiserror-impl v1.0.69 |
2444 | 2024-12-20T23:42:04.215Z | Running `/home/build/.rustup/toolchains/1.81.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.69/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=843d65027f8dc2f7 -C extra-filename=-843d65027f8dc2f7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2445 | 2024-12-20T23:42:04.479Z | Dirty zerocopy-derive v0.7.35: the rustflags changed |
2446 | 2024-12-20T23:42:04.479Z | Compiling zerocopy-derive v0.7.35 |
2447 | 2024-12-20T23:42:04.483Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097a6433dcce2fc7 -C extra-filename=-097a6433dcce2fc7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2448 | 2024-12-20T23:42:05.252Z | Dirty tokio-macros v2.4.0: the rustflags changed |
2449 | 2024-12-20T23:42:05.254Z | Compiling tokio-macros v2.4.0 |
2450 | 2024-12-20T23:42:05.257Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a038ba3b6ad1ea8a -C extra-filename=-a038ba3b6ad1ea8a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2451 | 2024-12-20T23:42:05.873Z | Dirty zeroize v1.8.1: the rustflags changed |
2452 | 2024-12-20T23:42:05.873Z | Compiling zeroize v1.8.1 |
2453 | 2024-12-20T23:42:05.876Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=e36277d4aa1c4608 -C extra-filename=-e36277d4aa1c4608 --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-f9ffa8e7f186eb69.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2454 | 2024-12-20T23:42:06.276Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=2b500a8874ca0b37 -C extra-filename=-2b500a8874ca0b37 --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-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
2455 | 2024-12-20T23:42:07.016Z | Dirty zerocopy v0.7.35: the rustflags changed |
2456 | 2024-12-20T23:42:07.016Z | Compiling zerocopy v0.7.35 |
2457 | 2024-12-20T23:42:07.019Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6ad875dd4010cc5b -C extra-filename=-6ad875dd4010cc5b --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-097a6433dcce2fc7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2024-12-20T23:42:07.125Z | Dirty futures-macro v0.3.31: the rustflags changed |
2459 | 2024-12-20T23:42:07.125Z | Compiling futures-macro v0.3.31 |
2460 | 2024-12-20T23:42:07.129Z | Running `/home/build/.rustup/toolchains/1.81.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.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d8a332b909f49938 -C extra-filename=-d8a332b909f49938 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2461 | 2024-12-20T23:42:07.658Z | Dirty crypto-common v0.1.6: the rustflags changed |
2462 | 2024-12-20T23:42:07.658Z | Compiling crypto-common v0.1.6 |
2463 | 2024-12-20T23:42:07.661Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7fdfedb38dd16271 -C extra-filename=-7fdfedb38dd16271 --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-2b500a8874ca0b37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2464 | 2024-12-20T23:42:07.745Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a5e48bea2035fe5 -C extra-filename=-7a5e48bea2035fe5 --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-843d65027f8dc2f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
2465 | 2024-12-20T23:42:07.889Z | Dirty block-buffer v0.10.4: the rustflags changed |
2466 | 2024-12-20T23:42:07.889Z | Compiling block-buffer v0.10.4 |
2467 | 2024-12-20T23:42:07.892Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=985c14dbbceadb88 -C extra-filename=-985c14dbbceadb88 --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-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2024-12-20T23:42:07.916Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
2469 | 2024-12-20T23:42:07.916Z | Compiling tracing-attributes v0.1.27 |
2470 | 2024-12-20T23:42:07.919Z | Running `/home/build/.rustup/toolchains/1.81.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.27/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=67b6838575b7fb9a -C extra-filename=-67b6838575b7fb9a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2471 | 2024-12-20T23:42:08.146Z | Dirty digest v0.10.7: the rustflags changed |
2472 | 2024-12-20T23:42:08.146Z | Compiling digest v0.10.7 |
2473 | 2024-12-20T23:42:08.149Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=427828cb45815475 -C extra-filename=-427828cb45815475 --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-985c14dbbceadb88.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2474 | 2024-12-20T23:42:08.685Z | Dirty ppv-lite86 v0.2.20: the rustflags changed |
2475 | 2024-12-20T23:42:08.685Z | Compiling ppv-lite86 v0.2.20 |
2476 | 2024-12-20T23:42:08.692Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8ea62941bf87be65 -C extra-filename=-8ea62941bf87be65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2477 | 2024-12-20T23:42:08.713Z | Dirty zerofrom-derive v0.1.4: the rustflags changed |
2478 | 2024-12-20T23:42:08.713Z | Compiling zerofrom-derive v0.1.4 |
2479 | 2024-12-20T23:42:08.716Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c8dacccadf111a0 -C extra-filename=-1c8dacccadf111a0 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-cd3425be11553615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2480 | 2024-12-20T23:42:08.739Z | Dirty yoke-derive v0.7.4: the rustflags changed |
2481 | 2024-12-20T23:42:08.739Z | Compiling yoke-derive v0.7.4 |
2482 | 2024-12-20T23:42:08.742Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63339358f079e623 -C extra-filename=-63339358f079e623 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-cd3425be11553615.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2483 | 2024-12-20T23:42:09.233Z | Dirty futures-util v0.3.31: the rustflags changed |
2484 | 2024-12-20T23:42:09.235Z | Compiling futures-util v0.3.31 |
2485 | 2024-12-20T23:42:09.239Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0e75d2014d70b1ca -C extra-filename=-0e75d2014d70b1ca --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-d8a332b909f49938.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2486 | 2024-12-20T23:42:09.589Z | Dirty rand_chacha v0.3.1: the rustflags changed |
2487 | 2024-12-20T23:42:09.589Z | Compiling rand_chacha v0.3.1 |
2488 | 2024-12-20T23:42:09.593Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c35faf152b40ed9d -C extra-filename=-c35faf152b40ed9d --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-8ea62941bf87be65.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2489 | 2024-12-20T23:42:10.700Z | Dirty rand v0.8.5: the rustflags changed |
2490 | 2024-12-20T23:42:10.700Z | Compiling rand v0.8.5 |
2491 | 2024-12-20T23:42:10.700Z | Running `/home/build/.rustup/toolchains/1.81.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="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=41bf9abf24590c70 -C extra-filename=-41bf9abf24590c70 --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-29117e4ff36dab03.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2492 | 2024-12-20T23:42:12.011Z | Dirty zerovec-derive v0.10.3: the rustflags changed |
2493 | 2024-12-20T23:42:12.011Z | Compiling zerovec-derive v0.10.3 |
2494 | 2024-12-20T23:42:12.042Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70d0cc6dcf22faa4 -C extra-filename=-70d0cc6dcf22faa4 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2495 | 2024-12-20T23:42:12.120Z | Dirty tracing v0.1.40: the rustflags changed |
2496 | 2024-12-20T23:42:12.120Z | Compiling tracing v0.1.40 |
2497 | 2024-12-20T23:42:12.123Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.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="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=259315155e448d30 -C extra-filename=-259315155e448d30 --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-a2c99244b373d360.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-67b6838575b7fb9a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-32ae53d24b2aaea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2498 | 2024-12-20T23:42:12.154Z | Dirty displaydoc v0.2.5: the rustflags changed |
2499 | 2024-12-20T23:42:12.154Z | Compiling displaydoc v0.2.5 |
2500 | 2024-12-20T23:42:12.158Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e4f2679682b94175 -C extra-filename=-e4f2679682b94175 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2024-12-20T23:42:12.672Z | Dirty icu_provider_macros v1.5.0: the rustflags changed |
2502 | 2024-12-20T23:42:12.672Z | Compiling icu_provider_macros v1.5.0 |
2503 | 2024-12-20T23:42:12.675Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92aae60481d038bb -C extra-filename=-92aae60481d038bb --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2504 | 2024-12-20T23:42:12.738Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=1ac9fc4a930966d4 -C extra-filename=-1ac9fc4a930966d4 --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-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
2505 | 2024-12-20T23:42:12.902Z | Dirty schemars_derive v0.8.21: the rustflags changed |
2506 | 2024-12-20T23:42:12.902Z | Compiling schemars_derive v0.8.21 |
2507 | 2024-12-20T23:42:12.912Z | Running `/home/build/.rustup/toolchains/1.81.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.21/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=544d8c96a73400c3 -C extra-filename=-544d8c96a73400c3 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ec8d7351929ead43.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2508 | 2024-12-20T23:42:13.180Z | Dirty zerofrom v0.1.4: the rustflags changed |
2509 | 2024-12-20T23:42:13.180Z | Compiling zerofrom v0.1.4 |
2510 | 2024-12-20T23:42:13.184Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=5df5fb59ed73e996 -C extra-filename=-5df5fb59ed73e996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-1c8dacccadf111a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2511 | 2024-12-20T23:42:13.418Z | Dirty yoke v0.7.4: the rustflags changed |
2512 | 2024-12-20T23:42:13.418Z | Compiling yoke v0.7.4 |
2513 | 2024-12-20T23:42:13.421Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b831cd7dcc0c16fe -C extra-filename=-b831cd7dcc0c16fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-63339358f079e623.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2024-12-20T23:42:13.447Z | Dirty block-padding v0.3.3: the rustflags changed |
2515 | 2024-12-20T23:42:13.447Z | Compiling block-padding v0.3.3 |
2516 | 2024-12-20T23:42:13.450Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7ae99d2f75a76b1d -C extra-filename=-7ae99d2f75a76b1d --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-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2517 | 2024-12-20T23:42:13.698Z | Dirty inout v0.1.3: the rustflags changed |
2518 | 2024-12-20T23:42:13.698Z | Compiling inout v0.1.3 |
2519 | 2024-12-20T23:42:13.700Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=eb68e2ab9c24eeea -C extra-filename=-eb68e2ab9c24eeea --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-7ae99d2f75a76b1d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2520 | 2024-12-20T23:42:13.818Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build` |
2521 | 2024-12-20T23:42:13.897Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65509bc7a12a7936 -C extra-filename=-65509bc7a12a7936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
2522 | 2024-12-20T23:42:14.001Z | Dirty cipher v0.4.4: the rustflags changed |
2523 | 2024-12-20T23:42:14.001Z | Compiling cipher v0.4.4 |
2524 | 2024-12-20T23:42:14.001Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=359f414b48a0b383 -C extra-filename=-359f414b48a0b383 --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-7fdfedb38dd16271.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2525 | 2024-12-20T23:42:14.028Z | Dirty tinyvec v1.8.0: the rustflags changed |
2526 | 2024-12-20T23:42:14.028Z | Compiling tinyvec v1.8.0 |
2527 | 2024-12-20T23:42:14.032Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=e7413fa0c8eb6f0b -C extra-filename=-e7413fa0c8eb6f0b --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-4982b0c839feebb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2528 | 2024-12-20T23:42:14.105Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=7559930a4f3fd1fe -C extra-filename=-7559930a4f3fd1fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
2529 | 2024-12-20T23:42:14.561Z | Dirty time-core v0.1.2: the rustflags changed |
2530 | 2024-12-20T23:42:14.562Z | Compiling time-core v0.1.2 |
2531 | 2024-12-20T23:42:14.565Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa003117469a7882 -C extra-filename=-fa003117469a7882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2024-12-20T23:42:14.761Z | Dirty num-conv v0.1.0: the rustflags changed |
2533 | 2024-12-20T23:42:14.761Z | Compiling num-conv v0.1.0 |
2534 | 2024-12-20T23:42:14.764Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c109b9a9c8f233d7 -C extra-filename=-c109b9a9c8f233d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2535 | 2024-12-20T23:42:14.903Z | Dirty atomic-waker v1.1.2: the rustflags changed |
2536 | 2024-12-20T23:42:14.903Z | Compiling atomic-waker v1.1.2 |
2537 | 2024-12-20T23:42:14.920Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=10b6fa6e98e5e04e -C extra-filename=-10b6fa6e98e5e04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2538 | 2024-12-20T23:42:14.998Z | Dirty zerovec v0.10.4: the rustflags changed |
2539 | 2024-12-20T23:42:14.998Z | Compiling zerovec v0.10.4 |
2540 | 2024-12-20T23:42:15.020Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9001411a1c150067 -C extra-filename=-9001411a1c150067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-70d0cc6dcf22faa4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2541 | 2024-12-20T23:42:15.108Z | Dirty powerfmt v0.2.0: the rustflags changed |
2542 | 2024-12-20T23:42:15.108Z | Compiling powerfmt v0.2.0 |
2543 | 2024-12-20T23:42:15.111Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=94e40ca91964149b -C extra-filename=-94e40ca91964149b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2024-12-20T23:42:15.134Z | Dirty time-macros v0.2.18: the rustflags changed |
2545 | 2024-12-20T23:42:15.134Z | Compiling time-macros v0.2.18 |
2546 | 2024-12-20T23:42:15.137Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=362a2e7b94bbb09f -C extra-filename=-362a2e7b94bbb09f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c109b9a9c8f233d7.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2547 | 2024-12-20T23:42:15.296Z | Dirty cmake v0.1.51: the rustflags changed |
2548 | 2024-12-20T23:42:15.296Z | Compiling cmake v0.1.51 |
2549 | 2024-12-20T23:42:15.319Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4abb57eea5816ada -C extra-filename=-4abb57eea5816ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2550 | 2024-12-20T23:42:15.524Z | Dirty unicode-normalization v0.1.24: the rustflags changed |
2551 | 2024-12-20T23:42:15.524Z | Compiling unicode-normalization v0.1.24 |
2552 | 2024-12-20T23:42:15.527Z | Dirty deranged v0.3.11: the rustflags changed |
2553 | 2024-12-20T23:42:15.527Z | Compiling deranged v0.3.11 |
2554 | 2024-12-20T23:42:15.527Z | Running `/home/build/.rustup/toolchains/1.81.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca1e9b17af3e7cbc -C extra-filename=-ca1e9b17af3e7cbc --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-e7413fa0c8eb6f0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2555 | 2024-12-20T23:42:15.527Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=dbdb4213ab242975 -C extra-filename=-dbdb4213ab242975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-94e40ca91964149b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2556 | 2024-12-20T23:42:15.573Z | Dirty num_threads v0.1.7: the rustflags changed |
2557 | 2024-12-20T23:42:15.573Z | Compiling num_threads v0.1.7 |
2558 | 2024-12-20T23:42:15.576Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb868be3d96725b1 -C extra-filename=-bb868be3d96725b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2559 | 2024-12-20T23:42:15.716Z | Dirty dunce v1.0.5: the rustflags changed |
2560 | 2024-12-20T23:42:15.716Z | Compiling dunce v1.0.5 |
2561 | 2024-12-20T23:42:15.720Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e5c62976113e5f4 -C extra-filename=-3e5c62976113e5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-12-20T23:42:15.861Z | Dirty fs_extra v1.3.0: the rustflags changed |
2563 | 2024-12-20T23:42:15.861Z | Compiling fs_extra v1.3.0 |
2564 | 2024-12-20T23:42:15.864Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=242258cbf285726b -C extra-filename=-242258cbf285726b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2565 | 2024-12-20T23:42:16.333Z | Dirty untrusted v0.9.0: the rustflags changed |
2566 | 2024-12-20T23:42:16.333Z | Compiling untrusted v0.9.0 |
2567 | 2024-12-20T23:42:16.336Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e0d280491b15715 -C extra-filename=-1e0d280491b15715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2568 | 2024-12-20T23:42:16.482Z | Dirty unicode-bidi v0.3.17: the rustflags changed |
2569 | 2024-12-20T23:42:16.482Z | Compiling unicode-bidi v0.3.17 |
2570 | 2024-12-20T23:42:16.486Z | Running `/home/build/.rustup/toolchains/1.81.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.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=89934fbd737039c3 -C extra-filename=-89934fbd737039c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2571 | 2024-12-20T23:42:16.509Z | Dirty base64ct v1.6.0: the rustflags changed |
2572 | 2024-12-20T23:42:16.509Z | Compiling base64ct v1.6.0 |
2573 | 2024-12-20T23:42:16.512Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d4bf7869d4ee9385 -C extra-filename=-d4bf7869d4ee9385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2574 | 2024-12-20T23:42:16.567Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=2d831c09c951a940 -C extra-filename=-2d831c09c951a940 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
2575 | 2024-12-20T23:42:16.688Z | Dirty hmac v0.12.1: the rustflags changed |
2576 | 2024-12-20T23:42:16.688Z | Compiling hmac v0.12.1 |
2577 | 2024-12-20T23:42:16.690Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=39c1f5afe63003ce -C extra-filename=-39c1f5afe63003ce --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-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2578 | 2024-12-20T23:42:16.965Z | Dirty tinystr v0.7.6: the rustflags changed |
2579 | 2024-12-20T23:42:16.965Z | Compiling tinystr v0.7.6 |
2580 | 2024-12-20T23:42:16.968Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=ac8cf0bebe308e78 -C extra-filename=-ac8cf0bebe308e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2024-12-20T23:42:17.142Z | Dirty icu_collections v1.5.0: the rustflags changed |
2582 | 2024-12-20T23:42:17.142Z | Compiling icu_collections v1.5.0 |
2583 | 2024-12-20T23:42:17.145Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=bf43da5e90f84448 -C extra-filename=-bf43da5e90f84448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2584 | 2024-12-20T23:42:17.248Z | Dirty gimli v0.31.1: the rustflags changed |
2585 | 2024-12-20T23:42:17.249Z | Compiling gimli v0.31.1 |
2586 | 2024-12-20T23:42:17.251Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a3faa3c0c7fa0821 -C extra-filename=-a3faa3c0c7fa0821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2587 | 2024-12-20T23:42:17.427Z | Dirty icu_locid v1.5.0: the rustflags changed |
2588 | 2024-12-20T23:42:17.427Z | Compiling icu_locid v1.5.0 |
2589 | 2024-12-20T23:42:17.430Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=47d5509865a070ca -C extra-filename=-47d5509865a070ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-12d61032a7232bb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2024-12-20T23:42:17.525Z | Dirty sha2 v0.10.8: the rustflags changed |
2591 | 2024-12-20T23:42:17.525Z | Compiling sha2 v0.10.8 |
2592 | 2024-12-20T23:42:17.527Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=74d5ef4f7c47e951 -C extra-filename=-74d5ef4f7c47e951 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2593 | 2024-12-20T23:42:17.926Z | Dirty object v0.36.5: the rustflags changed |
2594 | 2024-12-20T23:42:17.926Z | Compiling object v0.36.5 |
2595 | 2024-12-20T23:42:17.928Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=3423eab4a3ee376f -C extra-filename=-3423eab4a3ee376f --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2596 | 2024-12-20T23:42:18.625Z | Dirty icu_provider v1.5.0: the rustflags changed |
2597 | 2024-12-20T23:42:18.625Z | Compiling icu_provider v1.5.0 |
2598 | 2024-12-20T23:42:18.628Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=4e309ef13f3437fd -C extra-filename=-4e309ef13f3437fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-47d5509865a070ca.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-92aae60481d038bb.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b831cd7dcc0c16fe.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-5df5fb59ed73e996.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2024-12-20T23:42:18.662Z | Dirty bitflags v2.6.0: the rustflags changed |
2600 | 2024-12-20T23:42:18.662Z | Compiling bitflags v2.6.0 |
2601 | 2024-12-20T23:42:18.665Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0f2df29a0f34846c -C extra-filename=-0f2df29a0f34846c --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2024-12-20T23:42:19.064Z | Dirty bytes v1.8.0: the rustflags changed |
2603 | 2024-12-20T23:42:19.065Z | Compiling bytes v1.8.0 |
2604 | 2024-12-20T23:42:19.105Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0b025ae11b25f088 -C extra-filename=-0b025ae11b25f088 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2605 | 2024-12-20T23:42:19.144Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C metadata=a9fa2cc94e1a2df0 -C extra-filename=-a9fa2cc94e1a2df0 --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-0f2df29a0f34846c.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b78bd9fe5b9e371b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2606 | 2024-12-20T23:42:19.792Z | Running `/home/build/.rustup/toolchains/1.81.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.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=eb5a8386ca9927b8 -C extra-filename=-eb5a8386ca9927b8 --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-ce59ac6fb623678a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
2607 | 2024-12-20T23:42:19.897Z | Dirty indexmap v2.6.0: the rustflags changed |
2608 | 2024-12-20T23:42:19.897Z | Compiling indexmap v2.6.0 |
2609 | 2024-12-20T23:42:19.900Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=4f9f613dfa74e5f5 -C extra-filename=-4f9f613dfa74e5f5 --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-2f76ef270c32b0d6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2610 | 2024-12-20T23:42:20.447Z | Dirty tokio v1.40.0: the rustflags changed |
2611 | 2024-12-20T23:42:20.448Z | Compiling tokio v1.40.0 |
2612 | 2024-12-20T23:42:20.451Z | Dirty chrono v0.4.38: the rustflags changed |
2613 | 2024-12-20T23:42:20.451Z | Compiling chrono v0.4.38 |
2614 | 2024-12-20T23:42:20.451Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-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="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=07ebaf0eb0f1113e -C extra-filename=-07ebaf0eb0f1113e --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-d5293dfbc80d23ab.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2615 | 2024-12-20T23:42:20.451Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/lib.rs --error-format=json --json=diagnostic-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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=56eb796b87231de0 -C extra-filename=-56eb796b87231de0 --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-0b025ae11b25f088.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a038ba3b6ad1ea8a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2616 | 2024-12-20T23:42:21.170Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=080cabe85a0bfc93 -C extra-filename=-080cabe85a0bfc93 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
2617 | 2024-12-20T23:42:21.448Z | Dirty uuid v1.11.0: the rustflags changed |
2618 | 2024-12-20T23:42:21.448Z | Compiling uuid v1.11.0 |
2619 | 2024-12-20T23:42:21.451Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=dbe622088552c55b -C extra-filename=-dbe622088552c55b --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-4686656331214bbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2620 | 2024-12-20T23:42:21.946Z | Dirty http v1.1.0: the rustflags changed |
2621 | 2024-12-20T23:42:21.946Z | Compiling http v1.1.0 |
2622 | 2024-12-20T23:42:21.948Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c81b8ef6ec5b321d -C extra-filename=-c81b8ef6ec5b321d --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-0b025ae11b25f088.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2623 | 2024-12-20T23:42:22.510Z | Dirty icu_locid_transform v1.5.0: the rustflags changed |
2624 | 2024-12-20T23:42:22.510Z | Compiling icu_locid_transform v1.5.0 |
2625 | 2024-12-20T23:42:22.512Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=db11512e1a3ee737 -C extra-filename=-db11512e1a3ee737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-47d5509865a070ca.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-7957942082d8dad2.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2626 | 2024-12-20T23:42:22.925Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=2e93dfc1add0126d -C extra-filename=-2e93dfc1add0126d --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-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-544d8c96a73400c3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2627 | 2024-12-20T23:42:23.214Z | Dirty which v4.4.2: the rustflags changed |
2628 | 2024-12-20T23:42:23.214Z | Compiling which v4.4.2 |
2629 | 2024-12-20T23:42:23.217Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=0a130d1e6ce1c928 -C extra-filename=-0a130d1e6ce1c928 --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-682f0202de4cb9c8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2630 | 2024-12-20T23:42:23.849Z | Dirty icu_properties v1.5.1: the rustflags changed |
2631 | 2024-12-20T23:42:23.849Z | Compiling icu_properties v1.5.1 |
2632 | 2024-12-20T23:42:23.852Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7bfa441acc74bf19 -C extra-filename=-7bfa441acc74bf19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-bf43da5e90f84448.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-db11512e1a3ee737.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a9bd5f6fdd433a45.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-ac8cf0bebe308e78.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2633 | 2024-12-20T23:42:24.429Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=dd60dc13bb5b4bca -C extra-filename=-dd60dc13bb5b4bca --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-0f2df29a0f34846c.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-47c2fe60045c9bcf.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-d7102ae7ac96b3ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a2d4d16d95f9d7dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-5050d291e6f94822.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0a130d1e6ce1c928.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2634 | 2024-12-20T23:42:24.586Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2635 | 2024-12-20T23:42:24.586Z | Compiling toml_datetime v0.6.8 |
2636 | 2024-12-20T23:42:24.588Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0aa4feb74b385baa -C extra-filename=-0aa4feb74b385baa --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2637 | 2024-12-20T23:42:24.626Z | Dirty serde_spanned v0.6.8: the rustflags changed |
2638 | 2024-12-20T23:42:24.626Z | Compiling serde_spanned v0.6.8 |
2639 | 2024-12-20T23:42:24.629Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d7770edb9996d87b -C extra-filename=-d7770edb9996d87b --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2640 | 2024-12-20T23:42:24.900Z | Dirty time v0.3.36: the rustflags changed |
2641 | 2024-12-20T23:42:24.900Z | Compiling time v0.3.36 |
2642 | 2024-12-20T23:42:24.903Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=e66601789c1c58db -C extra-filename=-e66601789c1c58db --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-dbdb4213ab242975.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c109b9a9c8f233d7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-bb868be3d96725b1.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-94e40ca91964149b.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2643 | 2024-12-20T23:42:25.162Z | Dirty addr2line v0.24.2: the rustflags changed |
2644 | 2024-12-20T23:42:25.162Z | Compiling addr2line v0.24.2 |
2645 | 2024-12-20T23:42:25.165Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=709a971c98b8890b -C extra-filename=-709a971c98b8890b --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-a3faa3c0c7fa0821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2646 | 2024-12-20T23:42:25.287Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
2647 | 2024-12-20T23:42:25.287Z | Compiling rustc-demangle v0.1.24 |
2648 | 2024-12-20T23:42:25.290Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=8106a9e9660fa6bc -C extra-filename=-8106a9e9660fa6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2649 | 2024-12-20T23:42:25.887Z | Dirty aws-lc-rs v1.10.0: the rustflags changed |
2650 | 2024-12-20T23:42:25.887Z | Compiling aws-lc-rs v1.10.0 |
2651 | 2024-12-20T23:42:25.890Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=19dac61b5d485f18 -C extra-filename=-19dac61b5d485f18 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2024-12-20T23:42:26.210Z | Dirty rustls-pki-types v1.10.0: the rustflags changed |
2653 | 2024-12-20T23:42:26.210Z | Compiling rustls-pki-types v1.10.0 |
2654 | 2024-12-20T23:42:26.213Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=105280310913a105 -C extra-filename=-105280310913a105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2655 | 2024-12-20T23:42:26.305Z | Dirty anyhow v1.0.93: the rustflags changed |
2656 | 2024-12-20T23:42:26.305Z | Compiling anyhow v1.0.93 |
2657 | 2024-12-20T23:42:26.308Z | Running `/home/build/.rustup/toolchains/1.81.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.93/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=36b59f506f157716 -C extra-filename=-36b59f506f157716 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2658 | 2024-12-20T23:42:26.455Z | Dirty backtrace v0.3.74: the rustflags changed |
2659 | 2024-12-20T23:42:26.455Z | Compiling backtrace v0.3.74 |
2660 | 2024-12-20T23:42:26.457Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=2ca694c8f8f1277b -C extra-filename=-2ca694c8f8f1277b --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-709a971c98b8890b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-3423eab4a3ee376f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-8106a9e9660fa6bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2661 | 2024-12-20T23:42:27.025Z | Dirty ahash v0.8.11: the rustflags changed |
2662 | 2024-12-20T23:42:27.025Z | Compiling ahash v0.8.11 |
2663 | 2024-12-20T23:42:27.027Z | Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=ca4dd35bd6d55561 -C extra-filename=-ca4dd35bd6d55561 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2664 | 2024-12-20T23:42:27.050Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716/build-script-build` |
2665 | 2024-12-20T23:42:27.418Z | Dirty untrusted v0.7.1: the rustflags changed |
2666 | 2024-12-20T23:42:27.418Z | Compiling untrusted v0.7.1 |
2667 | 2024-12-20T23:42:27.422Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85f9154abafa93cc -C extra-filename=-85f9154abafa93cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2668 | 2024-12-20T23:42:27.443Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build` |
2669 | 2024-12-20T23:42:27.521Z | Dirty icu_normalizer v1.5.0: the rustflags changed |
2670 | 2024-12-20T23:42:27.521Z | Compiling icu_normalizer v1.5.0 |
2671 | 2024-12-20T23:42:27.524Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=e5162d4ae6a979cd -C extra-filename=-e5162d4ae6a979cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-bf43da5e90f84448.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-e11a27b340862ad0.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7bfa441acc74bf19.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-4e309ef13f3437fd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-da3eb426fea5ab87.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-bcc1c0a7a48c36bb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9001411a1c150067.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2672 | 2024-12-20T23:42:27.549Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b3a11a022b1c6aa4 -C extra-filename=-b3a11a022b1c6aa4 --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-2ca694c8f8f1277b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
2673 | 2024-12-20T23:42:27.618Z | Dirty http-body v1.0.1: the rustflags changed |
2674 | 2024-12-20T23:42:27.618Z | Compiling http-body v1.0.1 |
2675 | 2024-12-20T23:42:27.625Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9779fa063ceb813e -C extra-filename=-9779fa063ceb813e --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-0b025ae11b25f088.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2024-12-20T23:42:27.880Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2677 | 2024-12-20T23:42:27.880Z | Compiling serde_tokenstream v0.2.2 |
2678 | 2024-12-20T23:42:27.882Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c14b4def3b7b710 -C extra-filename=-2c14b4def3b7b710 --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2024-12-20T23:42:28.456Z | Dirty idna_adapter v1.2.0: the rustflags changed |
2680 | 2024-12-20T23:42:28.456Z | Compiling idna_adapter v1.2.0 |
2681 | 2024-12-20T23:42:28.486Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=41bf7d86d48d8d78 -C extra-filename=-41bf7d86d48d8d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-e5162d4ae6a979cd.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7bfa441acc74bf19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2682 | 2024-12-20T23:42:28.553Z | Dirty httpdate v1.0.3: the rustflags changed |
2683 | 2024-12-20T23:42:28.554Z | Compiling httpdate v1.0.3 |
2684 | 2024-12-20T23:42:28.556Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b628303ab060738e -C extra-filename=-b628303ab060738e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2024-12-20T23:42:28.708Z | Dirty idna v1.0.3: the rustflags changed |
2686 | 2024-12-20T23:42:28.708Z | Compiling idna v1.0.3 |
2687 | 2024-12-20T23:42:28.710Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=8bb4c30a15313fbb -C extra-filename=-8bb4c30a15313fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-41bf7d86d48d8d78.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2688 | 2024-12-20T23:42:28.790Z | Dirty tokio-util v0.7.12: the rustflags changed |
2689 | 2024-12-20T23:42:28.790Z | Compiling tokio-util v0.7.12 |
2690 | 2024-12-20T23:42:28.793Z | Running `/home/build/.rustup/toolchains/1.81.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=98f3643c389b5e9a -C extra-filename=-98f3643c389b5e9a --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-0b025ae11b25f088.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2691 | 2024-12-20T23:42:29.060Z | Dirty base64 v0.22.1: the rustflags changed |
2692 | 2024-12-20T23:42:29.060Z | Compiling base64 v0.22.1 |
2693 | 2024-12-20T23:42:29.062Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e342ec737c4cbcc0 -C extra-filename=-e342ec737c4cbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2024-12-20T23:42:29.922Z | Dirty url v2.5.3: the rustflags changed |
2695 | 2024-12-20T23:42:29.922Z | Compiling url v2.5.3 |
2696 | 2024-12-20T23:42:29.936Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=4ee61df05021305d -C extra-filename=-4ee61df05021305d --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-38be6dc4a21eb4ab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-8bb4c30a15313fbb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2024-12-20T23:42:29.936Z | Dirty try-lock v0.2.5: the rustflags changed |
2698 | 2024-12-20T23:42:29.936Z | Compiling try-lock v0.2.5 |
2699 | 2024-12-20T23:42:29.936Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=747153f929bb83ec -C extra-filename=-747153f929bb83ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2700 | 2024-12-20T23:42:30.051Z | Dirty mirai-annotations v1.12.0: the rustflags changed |
2701 | 2024-12-20T23:42:30.051Z | Compiling mirai-annotations v1.12.0 |
2702 | 2024-12-20T23:42:30.053Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aee8da451d01836 -C extra-filename=-8aee8da451d01836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2703 | 2024-12-20T23:42:30.187Z | Dirty want v0.3.1: the rustflags changed |
2704 | 2024-12-20T23:42:30.187Z | Compiling want v0.3.1 |
2705 | 2024-12-20T23:42:30.190Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ead3ca97a60afa1 -C extra-filename=-3ead3ca97a60afa1 --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-747153f929bb83ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2706 | 2024-12-20T23:42:30.261Z | Dirty h2 v0.4.6: the rustflags changed |
2707 | 2024-12-20T23:42:30.261Z | Compiling h2 v0.4.6 |
2708 | 2024-12-20T23:42:30.267Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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 embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=47e45e7493c59280 -C extra-filename=-47e45e7493c59280 --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-10b6fa6e98e5e04e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2709 | 2024-12-20T23:42:30.292Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
2710 | 2024-12-20T23:42:30.292Z | Compiling pem-rfc7468 v0.7.0 |
2711 | 2024-12-20T23:42:30.315Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=8be98ef023620e24 -C extra-filename=-8be98ef023620e24 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
2712 | 2024-12-20T23:42:30.317Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b898a37d897096ef -C extra-filename=-b898a37d897096ef --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-d4bf7869d4ee9385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2713 | 2024-12-20T23:42:30.519Z | Dirty slog v2.7.0: the rustflags changed |
2714 | 2024-12-20T23:42:30.519Z | Compiling slog v2.7.0 |
2715 | 2024-12-20T23:42:30.522Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=1b561724bc2e6888 -C extra-filename=-1b561724bc2e6888 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2024-12-20T23:42:30.636Z | Dirty async-trait v0.1.83: the rustflags changed |
2717 | 2024-12-20T23:42:30.636Z | Compiling async-trait v0.1.83 |
2718 | 2024-12-20T23:42:30.639Z | Running `/home/build/.rustup/toolchains/1.81.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.83/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49589da9b84e9811 -C extra-filename=-49589da9b84e9811 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2719 | 2024-12-20T23:42:30.954Z | Dirty der_derive v0.7.3: the rustflags changed |
2720 | 2024-12-20T23:42:30.954Z | Compiling der_derive v0.7.3 |
2721 | 2024-12-20T23:42:30.957Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31577b0b060ff4ae -C extra-filename=-31577b0b060ff4ae --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2024-12-20T23:42:31.083Z | Dirty openssl-sys v0.9.103: the rustflags changed |
2723 | 2024-12-20T23:42:31.083Z | Compiling openssl-sys v0.9.103 |
2724 | 2024-12-20T23:42:31.086Z | Running `/home/build/.rustup/toolchains/1.81.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.103/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=43107d9350456788 -C extra-filename=-43107d9350456788 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2725 | 2024-12-20T23:42:31.151Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build` |
2726 | 2024-12-20T23:42:31.208Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=25d89424d82fb873 -C extra-filename=-25d89424d82fb873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2727 | 2024-12-20T23:42:31.690Z | Dirty flagset v0.4.6: the rustflags changed |
2728 | 2024-12-20T23:42:31.690Z | Compiling flagset v0.4.6 |
2729 | 2024-12-20T23:42:31.693Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=491b37971a78a06c -C extra-filename=-491b37971a78a06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2024-12-20T23:42:31.929Z | Dirty tower-service v0.3.3: the rustflags changed |
2731 | 2024-12-20T23:42:31.929Z | Compiling tower-service v0.3.3 |
2732 | 2024-12-20T23:42:31.931Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e201aa8f8e39e31 -C extra-filename=-7e201aa8f8e39e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2733 | 2024-12-20T23:42:32.079Z | Dirty rustc_version v0.4.1: the rustflags changed |
2734 | 2024-12-20T23:42:32.079Z | Compiling rustc_version v0.4.1 |
2735 | 2024-12-20T23:42:32.082Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2736 | 2024-12-20T23:42:32.082Z | Compiling pbkdf2 v0.12.2 |
2737 | 2024-12-20T23:42:32.082Z | Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c782d8caf7484299 -C extra-filename=-c782d8caf7484299 --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-080cabe85a0bfc93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2738 | 2024-12-20T23:42:32.082Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=28c3c8cd8ae2b7c0 -C extra-filename=-28c3c8cd8ae2b7c0 --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-427828cb45815475.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2024-12-20T23:42:32.296Z | Dirty aes v0.8.4: the rustflags changed |
2740 | 2024-12-20T23:42:32.296Z | Compiling aes v0.8.4 |
2741 | 2024-12-20T23:42:32.296Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=49508c3e1240323b -C extra-filename=-49508c3e1240323b --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2742 | 2024-12-20T23:42:32.342Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788/build-script-main` |
2743 | 2024-12-20T23:42:32.440Z | Dirty mime v0.3.17: the rustflags changed |
2744 | 2024-12-20T23:42:32.440Z | Compiling mime v0.3.17 |
2745 | 2024-12-20T23:42:32.443Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71803c34803b0cd3 -C extra-filename=-71803c34803b0cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2746 | 2024-12-20T23:42:32.889Z | Dirty cbc v0.1.2: the rustflags changed |
2747 | 2024-12-20T23:42:32.889Z | Compiling cbc v0.1.2 |
2748 | 2024-12-20T23:42:32.916Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=76d987e85f125aed -C extra-filename=-76d987e85f125aed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2749 | 2024-12-20T23:42:33.082Z | Dirty salsa20 v0.10.2: the rustflags changed |
2750 | 2024-12-20T23:42:33.082Z | Compiling salsa20 v0.10.2 |
2751 | 2024-12-20T23:42:33.084Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1422ece10b257101 -C extra-filename=-1422ece10b257101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2752 | 2024-12-20T23:42:33.151Z | Dirty rustversion v1.0.17: the rustflags changed |
2753 | 2024-12-20T23:42:33.151Z | Compiling rustversion v1.0.17 |
2754 | 2024-12-20T23:42:33.151Z | Running `/home/build/.rustup/toolchains/1.81.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.17/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d7e3802da7f45fc -C extra-filename=-0d7e3802da7f45fc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2024-12-20T23:42:33.334Z | Dirty scrypt v0.11.0: the rustflags changed |
2756 | 2024-12-20T23:42:33.334Z | Compiling scrypt v0.11.0 |
2757 | 2024-12-20T23:42:33.355Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=a6e691b40eb966d6 -C extra-filename=-a6e691b40eb966d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-1422ece10b257101.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2758 | 2024-12-20T23:42:33.510Z | Dirty http-body-util v0.1.2: the rustflags changed |
2759 | 2024-12-20T23:42:33.510Z | Compiling http-body-util v0.1.2 |
2760 | 2024-12-20T23:42:33.513Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3332d195b67e647 -C extra-filename=-a3332d195b67e647 --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-0b025ae11b25f088.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-12-20T23:42:33.725Z | Dirty der v0.7.9: the rustflags changed |
2762 | 2024-12-20T23:42:33.725Z | Compiling der v0.7.9 |
2763 | 2024-12-20T23:42:33.728Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.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="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=f183f0e5c5907bba -C extra-filename=-f183f0e5c5907bba --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-7c6d8f6ce55bf7b5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-31577b0b060ff4ae.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-491b37971a78a06c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2764 | 2024-12-20T23:42:33.922Z | Dirty futures-executor v0.3.31: the rustflags changed |
2765 | 2024-12-20T23:42:33.922Z | Compiling futures-executor v0.3.31 |
2766 | 2024-12-20T23:42:33.925Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=fc30b88e9e6e4df3 -C extra-filename=-fc30b88e9e6e4df3 --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-15b4a62ef3693967.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2767 | 2024-12-20T23:42:33.971Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc/build-script-build` |
2768 | 2024-12-20T23:42:34.042Z | Dirty camino v1.1.9: the rustflags changed |
2769 | 2024-12-20T23:42:34.042Z | Compiling camino v1.1.9 |
2770 | 2024-12-20T23:42:34.044Z | Running `/home/build/.rustup/toolchains/1.81.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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=21823301989abe72 -C extra-filename=-21823301989abe72 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2024-12-20T23:42:34.069Z | Dirty ipnet v2.10.1: the rustflags changed |
2772 | 2024-12-20T23:42:34.069Z | Compiling ipnet v2.10.1 |
2773 | 2024-12-20T23:42:34.069Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8a897554a5f2cfdc -C extra-filename=-8a897554a5f2cfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2774 | 2024-12-20T23:42:34.537Z | Dirty futures v0.3.31: the rustflags changed |
2775 | 2024-12-20T23:42:34.537Z | Compiling futures v0.3.31 |
2776 | 2024-12-20T23:42:34.540Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=6961bb14eaa0b2c9 -C extra-filename=-6961bb14eaa0b2c9 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-fc30b88e9e6e4df3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2024-12-20T23:42:34.883Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=544be2dde67464e7 -C extra-filename=-544be2dde67464e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
2778 | 2024-12-20T23:42:34.890Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build` |
2779 | 2024-12-20T23:42:34.899Z | Dirty rustls-pemfile v2.2.0: the rustflags changed |
2780 | 2024-12-20T23:42:34.899Z | Compiling rustls-pemfile v2.2.0 |
2781 | 2024-12-20T23:42:34.902Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=efe098e55b540637 -C extra-filename=-efe098e55b540637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2782 | 2024-12-20T23:42:35.270Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2783 | 2024-12-20T23:42:35.270Z | Compiling foreign-types-shared v0.1.1 |
2784 | 2024-12-20T23:42:35.275Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ae9624d4928c1ce -C extra-filename=-4ae9624d4928c1ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2785 | 2024-12-20T23:42:35.298Z | Dirty winnow v0.6.20: the rustflags changed |
2786 | 2024-12-20T23:42:35.298Z | Compiling winnow v0.6.20 |
2787 | 2024-12-20T23:42:35.341Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=6e9433d0d0d5932c -C extra-filename=-6e9433d0d0d5932c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2788 | 2024-12-20T23:42:35.400Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2789 | 2024-12-20T23:42:35.400Z | Compiling openssl-probe v0.1.5 |
2790 | 2024-12-20T23:42:35.402Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd81080d435c4bbe -C extra-filename=-dd81080d435c4bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2791 | 2024-12-20T23:42:35.422Z | Dirty openssl v0.10.66: the rustflags changed |
2792 | 2024-12-20T23:42:35.422Z | Compiling openssl v0.10.66 |
2793 | 2024-12-20T23:42:35.425Z | Running `/home/build/.rustup/toolchains/1.81.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.66/build.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=740dc9174ece2744 -C extra-filename=-740dc9174ece2744 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2794 | 2024-12-20T23:42:35.723Z | Dirty foreign-types v0.3.2: the rustflags changed |
2795 | 2024-12-20T23:42:35.723Z | Compiling foreign-types v0.3.2 |
2796 | 2024-12-20T23:42:35.726Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65aad7686e050c4b -C extra-filename=-65aad7686e050c4b --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-4ae9624d4928c1ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2797 | 2024-12-20T23:42:35.756Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=9798e8e7609cdab8 -C extra-filename=-9798e8e7609cdab8 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
2798 | 2024-12-20T23:42:35.829Z | Running `/home/build/.rustup/toolchains/1.81.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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1d5e087182987c9f -C extra-filename=-1d5e087182987c9f --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
2799 | 2024-12-20T23:42:35.896Z | Dirty spki v0.7.3: the rustflags changed |
2800 | 2024-12-20T23:42:35.896Z | Compiling spki v0.7.3 |
2801 | 2024-12-20T23:42:35.898Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-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="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=50538df004389ff1 -C extra-filename=-50538df004389ff1 --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-f183f0e5c5907bba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-12-20T23:42:36.248Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2803 | 2024-12-20T23:42:36.248Z | Compiling pkcs5 v0.7.1 |
2804 | 2024-12-20T23:42:36.250Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-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="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=f892454cf30be5aa -C extra-filename=-f892454cf30be5aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a6e691b40eb966d6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2805 | 2024-12-20T23:42:36.309Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744/build-script-build` |
2806 | 2024-12-20T23:42:36.351Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2807 | 2024-12-20T23:42:36.351Z | Compiling serde_urlencoded v0.7.1 |
2808 | 2024-12-20T23:42:36.354Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a7e2ac205968f40 -C extra-filename=-7a7e2ac205968f40 --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-38be6dc4a21eb4ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2809 | 2024-12-20T23:42:36.749Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2810 | 2024-12-20T23:42:36.749Z | Compiling openssl-macros v0.1.1 |
2811 | 2024-12-20T23:42:36.752Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e45ea6fe60a8af5 -C extra-filename=-2e45ea6fe60a8af5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2812 | 2024-12-20T23:42:36.916Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2813 | 2024-12-20T23:42:36.917Z | Compiling pkcs8 v0.10.2 |
2814 | 2024-12-20T23:42:36.919Z | Running `/home/build/.rustup/toolchains/1.81.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="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=519023090d6b1cbc -C extra-filename=-519023090d6b1cbc --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-f183f0e5c5907bba.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f892454cf30be5aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2815 | 2024-12-20T23:42:37.204Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2816 | 2024-12-20T23:42:37.204Z | Compiling encoding_rs v0.8.34 |
2817 | 2024-12-20T23:42:37.213Z | Running `/home/build/.rustup/toolchains/1.81.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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=70175fab1ccacbea -C extra-filename=-70175fab1ccacbea --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2024-12-20T23:42:37.279Z | Dirty hyper v1.5.0: the rustflags changed |
2819 | 2024-12-20T23:42:37.279Z | Compiling hyper v1.5.0 |
2820 | 2024-12-20T23:42:37.281Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=129a6fa9759f73a4 -C extra-filename=-129a6fa9759f73a4 --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-0b025ae11b25f088.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-47e45e7493c59280.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3ead3ca97a60afa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2821 | 2024-12-20T23:42:37.486Z | Dirty data-encoding v2.6.0: the rustflags changed |
2822 | 2024-12-20T23:42:37.486Z | Compiling data-encoding v2.6.0 |
2823 | 2024-12-20T23:42:37.489Z | Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b3a3d8d3edcc003a -C extra-filename=-b3a3d8d3edcc003a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2824 | 2024-12-20T23:42:37.697Z | Dirty utf8parse v0.2.2: the rustflags changed |
2825 | 2024-12-20T23:42:37.697Z | Compiling utf8parse v0.2.2 |
2826 | 2024-12-20T23:42:37.700Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=6f3e25e7cc201eae -C extra-filename=-6f3e25e7cc201eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2024-12-20T23:42:37.726Z | Dirty rustls v0.23.19: the rustflags changed |
2828 | 2024-12-20T23:42:37.729Z | Compiling rustls v0.23.19 |
2829 | 2024-12-20T23:42:37.729Z | Running `/home/build/.rustup/toolchains/1.81.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.23.19/build.rs --error-format=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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ecf2e39c447d1e80 -C extra-filename=-ecf2e39c447d1e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2830 | 2024-12-20T23:42:37.883Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=22a2c323f8cffcb0 -C extra-filename=-22a2c323f8cffcb0 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-2e45ea6fe60a8af5.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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 ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
2831 | 2024-12-20T23:42:38.086Z | Dirty is-terminal v0.4.13: the rustflags changed |
2832 | 2024-12-20T23:42:38.086Z | Compiling is-terminal v0.4.13 |
2833 | 2024-12-20T23:42:38.089Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df36d71ac9df22f7 -C extra-filename=-df36d71ac9df22f7 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2834 | 2024-12-20T23:42:38.237Z | Dirty native-tls v0.2.12: the rustflags changed |
2835 | 2024-12-20T23:42:38.237Z | Compiling native-tls v0.2.12 |
2836 | 2024-12-20T23:42:38.241Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=527a3d84177c8990 -C extra-filename=-527a3d84177c8990 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2837 | 2024-12-20T23:42:38.658Z | Dirty winnow v0.5.40: the rustflags changed |
2838 | 2024-12-20T23:42:38.658Z | Compiling winnow v0.5.40 |
2839 | 2024-12-20T23:42:38.661Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c00e47ede8d84e42 -C extra-filename=-c00e47ede8d84e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2024-12-20T23:42:39.238Z | Dirty unicode-width v0.1.14: the rustflags changed |
2841 | 2024-12-20T23:42:39.238Z | Compiling unicode-width v0.1.14 |
2842 | 2024-12-20T23:42:39.241Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=6f7bee780039a0b9 -C extra-filename=-6f7bee780039a0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2843 | 2024-12-20T23:42:39.780Z | Dirty hyper-util v0.1.10: the rustflags changed |
2844 | 2024-12-20T23:42:39.780Z | Compiling hyper-util v0.1.10 |
2845 | 2024-12-20T23:42:39.818Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=d4690a35e789d9eb -C extra-filename=-d4690a35e789d9eb --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-0b025ae11b25f088.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2024-12-20T23:42:39.951Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build` |
2847 | 2024-12-20T23:42:39.991Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2848 | 2024-12-20T23:42:39.991Z | Compiling openapiv3 v2.0.0 |
2849 | 2024-12-20T23:42:39.993Z | Running `/home/build/.rustup/toolchains/1.81.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/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=a61020b46961d214 -C extra-filename=-a61020b46961d214 --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-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2024-12-20T23:42:41.133Z | Dirty sha1 v0.10.6: the rustflags changed |
2851 | 2024-12-20T23:42:41.133Z | Compiling sha1 v0.10.6 |
2852 | 2024-12-20T23:42:41.136Z | Running `/home/build/.rustup/toolchains/1.81.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="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=dc368f25c9d668a2 -C extra-filename=-dc368f25c9d668a2 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2853 | 2024-12-20T23:42:41.582Z | Dirty cookie v0.18.1: the rustflags changed |
2854 | 2024-12-20T23:42:41.583Z | Compiling cookie v0.18.1 |
2855 | 2024-12-20T23:42:41.585Z | Running `/home/build/.rustup/toolchains/1.81.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.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="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=09f8dc1bc7b07af5 -C extra-filename=-09f8dc1bc7b07af5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2856 | 2024-12-20T23:42:41.614Z | Dirty ucd-trie v0.1.7: the rustflags changed |
2857 | 2024-12-20T23:42:41.614Z | Compiling ucd-trie v0.1.7 |
2858 | 2024-12-20T23:42:41.616Z | Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4c18e325ffeaca11 -C extra-filename=-4c18e325ffeaca11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2859 | 2024-12-20T23:42:41.712Z | Dirty heck v0.4.1: the rustflags changed |
2860 | 2024-12-20T23:42:41.712Z | Compiling heck v0.4.1 |
2861 | 2024-12-20T23:42:41.715Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=dd99b89daf0c34d1 -C extra-filename=-dd99b89daf0c34d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2862 | 2024-12-20T23:42:41.946Z | Dirty anstyle v1.0.10: the rustflags changed |
2863 | 2024-12-20T23:42:41.946Z | Compiling anstyle v1.0.10 |
2864 | 2024-12-20T23:42:41.948Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2570a634c4322755 -C extra-filename=-2570a634c4322755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-12-20T23:42:42.222Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build` |
2866 | 2024-12-20T23:42:42.255Z | Dirty pest v2.7.14: the rustflags changed |
2867 | 2024-12-20T23:42:42.255Z | Compiling pest v2.7.14 |
2868 | 2024-12-20T23:42:42.258Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=5af8e4fd799fe7f7 -C extra-filename=-5af8e4fd799fe7f7 --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-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4c18e325ffeaca11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2869 | 2024-12-20T23:42:42.301Z | Dirty idna v0.3.0: the rustflags changed |
2870 | 2024-12-20T23:42:42.301Z | Compiling idna v0.3.0 |
2871 | 2024-12-20T23:42:42.303Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fdebc8d3d00eecf -C extra-filename=-1fdebc8d3d00eecf --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2872 | 2024-12-20T23:42:42.427Z | Dirty toml_edit v0.19.15: the rustflags changed |
2873 | 2024-12-20T23:42:42.427Z | Compiling toml_edit v0.19.15 |
2874 | 2024-12-20T23:42:42.430Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=7512151902202e57 -C extra-filename=-7512151902202e57 --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-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-c00e47ede8d84e42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2024-12-20T23:42:42.723Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2876 | 2024-12-20T23:42:42.723Z | Compiling dirs-sys-next v0.1.2 |
2877 | 2024-12-20T23:42:42.727Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f04d49ba7c0903e -C extra-filename=-9f04d49ba7c0903e --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2878 | 2024-12-20T23:42:42.997Z | Dirty psl-types v2.0.11: the rustflags changed |
2879 | 2024-12-20T23:42:42.997Z | Compiling psl-types v2.0.11 |
2880 | 2024-12-20T23:42:42.999Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ba679d9131670da -C extra-filename=-9ba679d9131670da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-12-20T23:42:43.224Z | Dirty siphasher v0.3.11: the rustflags changed |
2882 | 2024-12-20T23:42:43.224Z | Compiling siphasher v0.3.11 |
2883 | 2024-12-20T23:42:43.226Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=752bae3711125b75 -C extra-filename=-752bae3711125b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2884 | 2024-12-20T23:42:43.417Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2885 | 2024-12-20T23:42:43.417Z | Compiling publicsuffix v2.2.3 |
2886 | 2024-12-20T23:42:43.420Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.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="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=db356629c40dd0cd -C extra-filename=-db356629c40dd0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1fdebc8d3d00eecf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9ba679d9131670da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2887 | 2024-12-20T23:42:43.615Z | Dirty dirs-next v2.0.0: the rustflags changed |
2888 | 2024-12-20T23:42:43.615Z | Compiling dirs-next v2.0.0 |
2889 | 2024-12-20T23:42:43.619Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f538736e7c271869 -C extra-filename=-f538736e7c271869 --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-83c04ded702a2c6e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-9f04d49ba7c0903e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2890 | 2024-12-20T23:42:43.680Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=10113f7b36e29269 -C extra-filename=-10113f7b36e29269 --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-0874bce15360e10d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2891 | 2024-12-20T23:42:43.826Z | Dirty toml_edit v0.22.22: the rustflags changed |
2892 | 2024-12-20T23:42:43.826Z | Compiling toml_edit v0.22.22 |
2893 | 2024-12-20T23:42:43.829Z | Running `/home/build/.rustup/toolchains/1.81.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.22.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=c247e93f31a67a45 -C extra-filename=-c247e93f31a67a45 --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-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2894 | 2024-12-20T23:42:44.006Z | Dirty webpki-roots v0.26.6: the rustflags changed |
2895 | 2024-12-20T23:42:44.006Z | Compiling webpki-roots v0.26.6 |
2896 | 2024-12-20T23:42:44.009Z | Running `/home/build/.rustup/toolchains/1.81.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.26.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a678b63728af3191 -C extra-filename=-a678b63728af3191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2897 | 2024-12-20T23:42:44.244Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=23257b893c7d21d5 -C extra-filename=-23257b893c7d21d5 --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-a2c99244b373d360.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
2898 | 2024-12-20T23:42:44.356Z | Dirty idna v0.5.0: the rustflags changed |
2899 | 2024-12-20T23:42:44.356Z | Compiling idna v0.5.0 |
2900 | 2024-12-20T23:42:44.359Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=251e599054c51ec1 -C extra-filename=-251e599054c51ec1 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2901 | 2024-12-20T23:42:44.842Z | Dirty pest_meta v2.7.14: the rustflags changed |
2902 | 2024-12-20T23:42:44.842Z | Compiling pest_meta v2.7.14 |
2903 | 2024-12-20T23:42:44.845Z | Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5b12a97a310d97a1 -C extra-filename=-5b12a97a310d97a1 --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-4fac8a596e09fa80.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5af8e4fd799fe7f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2024-12-20T23:42:44.896Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2905 | 2024-12-20T23:42:44.896Z | Compiling tokio-native-tls v0.3.1 |
2906 | 2024-12-20T23:42:44.909Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6b0db8faf1ff4710 -C extra-filename=-6b0db8faf1ff4710 --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-23257b893c7d21d5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2907 | 2024-12-20T23:42:45.205Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2908 | 2024-12-20T23:42:45.205Z | Compiling scroll_derive v0.12.0 |
2909 | 2024-12-20T23:42:45.208Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02e859541e6d17aa -C extra-filename=-02e859541e6d17aa --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2910 | 2024-12-20T23:42:45.325Z | Dirty cookie_store v0.21.0: the rustflags changed |
2911 | 2024-12-20T23:42:45.325Z | Compiling cookie_store v0.21.0 |
2912 | 2024-12-20T23:42:45.329Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=75ce3687a7cd6ec5 -C extra-filename=-75ce3687a7cd6ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-251e599054c51ec1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-db356629c40dd0cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2913 | 2024-12-20T23:42:46.176Z | Dirty pest_generator v2.7.14: the rustflags changed |
2914 | 2024-12-20T23:42:46.176Z | Compiling pest_generator v2.7.14 |
2915 | 2024-12-20T23:42:46.197Z | Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ce80bec492694da6 -C extra-filename=-ce80bec492694da6 --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-5af8e4fd799fe7f7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-5b12a97a310d97a1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2916 | 2024-12-20T23:42:46.897Z | Dirty scroll v0.12.0: the rustflags changed |
2917 | 2024-12-20T23:42:46.897Z | Compiling scroll v0.12.0 |
2918 | 2024-12-20T23:42:46.900Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-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="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=239613716a71628a -C extra-filename=-239613716a71628a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-02e859541e6d17aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2024-12-20T23:42:46.940Z | Dirty hyper-tls v0.6.0: the rustflags changed |
2920 | 2024-12-20T23:42:46.940Z | Compiling hyper-tls v0.6.0 |
2921 | 2024-12-20T23:42:46.943Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f66c08fe45c70e11 -C extra-filename=-f66c08fe45c70e11 --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-0b025ae11b25f088.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-23257b893c7d21d5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6b0db8faf1ff4710.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2922 | 2024-12-20T23:42:46.967Z | Dirty term v0.7.0: the rustflags changed |
2923 | 2024-12-20T23:42:46.967Z | Compiling term v0.7.0 |
2924 | 2024-12-20T23:42:46.988Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce7f22be8feb1ed4 -C extra-filename=-ce7f22be8feb1ed4 --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-f538736e7c271869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2925 | 2024-12-20T23:42:47.370Z | Dirty anstyle-parse v0.2.5: the rustflags changed |
2926 | 2024-12-20T23:42:47.370Z | Compiling anstyle-parse v0.2.5 |
2927 | 2024-12-20T23:42:47.374Z | Running `/home/build/.rustup/toolchains/1.81.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=80718bdc04606c4c -C extra-filename=-80718bdc04606c4c --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-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2928 | 2024-12-20T23:42:47.511Z | Dirty signature v2.2.0: the rustflags changed |
2929 | 2024-12-20T23:42:47.511Z | Compiling signature v2.2.0 |
2930 | 2024-12-20T23:42:47.519Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=300bdda8e5029b0a -C extra-filename=-300bdda8e5029b0a --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-427828cb45815475.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2931 | 2024-12-20T23:42:47.730Z | Dirty sync_wrapper v1.0.1: the rustflags changed |
2932 | 2024-12-20T23:42:47.730Z | Compiling sync_wrapper v1.0.1 |
2933 | 2024-12-20T23:42:47.732Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a463a25eb929f3db -C extra-filename=-a463a25eb929f3db --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-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2934 | 2024-12-20T23:42:47.836Z | Dirty is_terminal_polyfill v1.70.1: the rustflags changed |
2935 | 2024-12-20T23:42:47.836Z | Compiling is_terminal_polyfill v1.70.1 |
2936 | 2024-12-20T23:42:47.839Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1e0b3e5a5cad323d -C extra-filename=-1e0b3e5a5cad323d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2937 | 2024-12-20T23:42:47.898Z | Dirty plain v0.2.3: the rustflags changed |
2938 | 2024-12-20T23:42:47.898Z | Compiling plain v0.2.3 |
2939 | 2024-12-20T23:42:47.902Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3026b0ae92178ee -C extra-filename=-b3026b0ae92178ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2940 | 2024-12-20T23:42:47.973Z | Dirty anstyle-query v1.1.1: the rustflags changed |
2941 | 2024-12-20T23:42:47.973Z | Compiling anstyle-query v1.1.1 |
2942 | 2024-12-20T23:42:47.976Z | Running `/home/build/.rustup/toolchains/1.81.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a319d2d9e2760af3 -C extra-filename=-a319d2d9e2760af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2943 | 2024-12-20T23:42:48.077Z | Dirty colorchoice v1.0.2: the rustflags changed |
2944 | 2024-12-20T23:42:48.077Z | Compiling colorchoice v1.0.2 |
2945 | 2024-12-20T23:42:48.080Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cd35efaf6fa98f3 -C extra-filename=-1cd35efaf6fa98f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2946 | 2024-12-20T23:42:48.141Z | Dirty goblin v0.8.2: the rustflags changed |
2947 | 2024-12-20T23:42:48.142Z | Compiling goblin v0.8.2 |
2948 | 2024-12-20T23:42:48.144Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-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="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=0479a9db106531e0 -C extra-filename=-0479a9db106531e0 --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-a2c99244b373d360.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-b3026b0ae92178ee.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-239613716a71628a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2949 | 2024-12-20T23:42:48.258Z | Dirty anstream v0.6.15: the rustflags changed |
2950 | 2024-12-20T23:42:48.258Z | Compiling anstream v0.6.15 |
2951 | 2024-12-20T23:42:48.261Z | Dirty terminal_size v0.4.0: the rustflags changed |
2952 | 2024-12-20T23:42:48.261Z | Compiling terminal_size v0.4.0 |
2953 | 2024-12-20T23:42:48.261Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=eb985488c64e24bc -C extra-filename=-eb985488c64e24bc --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-2570a634c4322755.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-80718bdc04606c4c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-a319d2d9e2760af3.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1cd35efaf6fa98f3.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-1e0b3e5a5cad323d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2954 | 2024-12-20T23:42:48.262Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6da436461faaa8 -C extra-filename=-0c6da436461faaa8 --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2955 | 2024-12-20T23:42:48.514Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2956 | 2024-12-20T23:42:48.514Z | Compiling usdt-impl v0.5.0 |
2957 | 2024-12-20T23:42:48.517Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9d1175e175a05cf8 -C extra-filename=-9d1175e175a05cf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2958 | 2024-12-20T23:42:48.541Z | Dirty unicode-segmentation v1.12.0: the rustflags changed |
2959 | 2024-12-20T23:42:48.541Z | Compiling unicode-segmentation v1.12.0 |
2960 | 2024-12-20T23:42:48.571Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fa2869c7751ea7ea -C extra-filename=-fa2869c7751ea7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-12-20T23:42:48.930Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2962 | 2024-12-20T23:42:48.930Z | Compiling pretty-hex v0.4.1 |
2963 | 2024-12-20T23:42:48.933Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b110af5685252111 -C extra-filename=-b110af5685252111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2964 | 2024-12-20T23:42:49.066Z | Dirty clap_lex v0.7.2: the rustflags changed |
2965 | 2024-12-20T23:42:49.066Z | Compiling clap_lex v0.7.2 |
2966 | 2024-12-20T23:42:49.088Z | Running `/home/build/.rustup/toolchains/1.81.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.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8773480578da46bb -C extra-filename=-8773480578da46bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2967 | 2024-12-20T23:42:49.172Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build` |
2968 | 2024-12-20T23:42:49.336Z | Dirty clap_builder v4.5.21: the rustflags changed |
2969 | 2024-12-20T23:42:49.336Z | Compiling clap_builder v4.5.21 |
2970 | 2024-12-20T23:42:49.339Z | Running `/home/build/.rustup/toolchains/1.81.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.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=70644c50de227b03 -C extra-filename=-70644c50de227b03 --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-eb985488c64e24bc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8773480578da46bb.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-0c6da436461faaa8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2024-12-20T23:42:49.394Z | Dirty clap_derive v4.5.18: the rustflags changed |
2972 | 2024-12-20T23:42:49.394Z | Compiling clap_derive v4.5.18 |
2973 | 2024-12-20T23:42:49.397Z | Running `/home/build/.rustup/toolchains/1.81.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.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=a594b8fca0115853 -C extra-filename=-a594b8fca0115853 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2974 | 2024-12-20T23:42:49.609Z | Dirty thread-id v4.2.2: the rustflags changed |
2975 | 2024-12-20T23:42:49.609Z | Compiling thread-id v4.2.2 |
2976 | 2024-12-20T23:42:49.611Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8ef8cd3b9c399ec -C extra-filename=-d8ef8cd3b9c399ec --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2977 | 2024-12-20T23:42:49.743Z | Dirty crc32fast v1.4.2: the rustflags changed |
2978 | 2024-12-20T23:42:49.743Z | Compiling crc32fast v1.4.2 |
2979 | 2024-12-20T23:42:49.746Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=149352a4a9602637 -C extra-filename=-149352a4a9602637 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2980 | 2024-12-20T23:42:50.057Z | Dirty pest_derive v2.7.14: the rustflags changed |
2981 | 2024-12-20T23:42:50.058Z | Compiling pest_derive v2.7.14 |
2982 | 2024-12-20T23:42:50.066Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1b33a0eb07545efe -C extra-filename=-1b33a0eb07545efe --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-5af8e4fd799fe7f7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ce80bec492694da6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2983 | 2024-12-20T23:42:50.108Z | Dirty base16ct v0.2.0: the rustflags changed |
2984 | 2024-12-20T23:42:50.108Z | Compiling base16ct v0.2.0 |
2985 | 2024-12-20T23:42:50.111Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2a65e2ab151e09a4 -C extra-filename=-2a65e2ab151e09a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2986 | 2024-12-20T23:42:50.475Z | Dirty sec1 v0.7.3: the rustflags changed |
2987 | 2024-12-20T23:42:50.475Z | Compiling sec1 v0.7.3 |
2988 | 2024-12-20T23:42:50.482Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ca62d5decaa8ac96 -C extra-filename=-ca62d5decaa8ac96 --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-2a65e2ab151e09a4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2989 | 2024-12-20T23:42:50.592Z | Dirty toml v0.8.19: the rustflags changed |
2990 | 2024-12-20T23:42:50.592Z | Compiling toml v0.8.19 |
2991 | 2024-12-20T23:42:50.596Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=0891151f131ebad6 -C extra-filename=-0891151f131ebad6 --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-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2992 | 2024-12-20T23:42:51.083Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2993 | 2024-12-20T23:42:51.083Z | Compiling dtrace-parser v0.2.0 |
2994 | 2024-12-20T23:42:51.086Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd7e36ed13999387 -C extra-filename=-bd7e36ed13999387 --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-5af8e4fd799fe7f7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-1b33a0eb07545efe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2995 | 2024-12-20T23:42:51.109Z | Dirty num-integer v0.1.46: the rustflags changed |
2996 | 2024-12-20T23:42:51.109Z | Compiling num-integer v0.1.46 |
2997 | 2024-12-20T23:42:51.149Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=57ea22489f9eb50c -C extra-filename=-57ea22489f9eb50c --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2998 | 2024-12-20T23:42:51.934Z | Dirty ff v0.13.0: the rustflags changed |
2999 | 2024-12-20T23:42:51.934Z | Compiling ff v0.13.0 |
3000 | 2024-12-20T23:42:51.938Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=f4b6060c124612c9 -C extra-filename=-f4b6060c124612c9 --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-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3001 | 2024-12-20T23:42:52.177Z | Dirty group v0.13.0: the rustflags changed |
3002 | 2024-12-20T23:42:52.177Z | Compiling group v0.13.0 |
3003 | 2024-12-20T23:42:52.180Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=4fbad1c3541d47a4 -C extra-filename=-4fbad1c3541d47a4 --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-f4b6060c124612c9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3004 | 2024-12-20T23:42:52.282Z | Dirty hkdf v0.12.4: the rustflags changed |
3005 | 2024-12-20T23:42:52.282Z | Compiling hkdf v0.12.4 |
3006 | 2024-12-20T23:42:52.285Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=7e28e9f181ae0250 -C extra-filename=-7e28e9f181ae0250 --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-39c1f5afe63003ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3007 | 2024-12-20T23:42:52.377Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
3008 | 2024-12-20T23:42:52.377Z | Compiling crypto-bigint v0.5.5 |
3009 | 2024-12-20T23:42:52.380Z | Running `/home/build/.rustup/toolchains/1.81.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.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="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=ad36346676d1f82c -C extra-filename=-ad36346676d1f82c --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-2b500a8874ca0b37.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3010 | 2024-12-20T23:42:52.505Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
3011 | 2024-12-20T23:42:52.505Z | Compiling crossbeam-epoch v0.9.18 |
3012 | 2024-12-20T23:42:52.509Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=4004ba72e88035e1 -C extra-filename=-4004ba72e88035e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3013 | 2024-12-20T23:42:52.568Z | Dirty utf-8 v0.7.6: the rustflags changed |
3014 | 2024-12-20T23:42:52.568Z | Compiling utf-8 v0.7.6 |
3015 | 2024-12-20T23:42:52.571Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04c785dde2a4d077 -C extra-filename=-04c785dde2a4d077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2024-12-20T23:42:52.922Z | Dirty bitflags v1.3.2: the rustflags changed |
3017 | 2024-12-20T23:42:52.922Z | Compiling bitflags v1.3.2 |
3018 | 2024-12-20T23:42:52.925Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=6ed2929a91f42350 -C extra-filename=-6ed2929a91f42350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3019 | 2024-12-20T23:42:53.048Z | Dirty rayon-core v1.12.1: the rustflags changed |
3020 | 2024-12-20T23:42:53.049Z | Compiling rayon-core v1.12.1 |
3021 | 2024-12-20T23:42:53.051Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=735992bd41e2f418 -C extra-filename=-735992bd41e2f418 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2024-12-20T23:42:53.279Z | Dirty static_assertions v1.1.0: the rustflags changed |
3023 | 2024-12-20T23:42:53.279Z | Compiling static_assertions v1.1.0 |
3024 | 2024-12-20T23:42:53.283Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4838cc47d8ef8586 -C extra-filename=-4838cc47d8ef8586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3025 | 2024-12-20T23:42:53.307Z | Dirty hex v0.4.3: the rustflags changed |
3026 | 2024-12-20T23:42:53.307Z | Compiling hex v0.4.3 |
3027 | 2024-12-20T23:42:53.307Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3f5934bdadfdef5e -C extra-filename=-3f5934bdadfdef5e --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2024-12-20T23:42:53.392Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build` |
3029 | 2024-12-20T23:42:53.418Z | Dirty crossbeam-channel v0.5.13: the rustflags changed |
3030 | 2024-12-20T23:42:53.418Z | Compiling crossbeam-channel v0.5.13 |
3031 | 2024-12-20T23:42:53.418Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a55828e5a47f28b -C extra-filename=-9a55828e5a47f28b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3032 | 2024-12-20T23:42:53.451Z | Dirty memmap v0.7.0: the rustflags changed |
3033 | 2024-12-20T23:42:53.451Z | Compiling memmap v0.7.0 |
3034 | 2024-12-20T23:42:53.454Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11383b656df02ff6 -C extra-filename=-11383b656df02ff6 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3035 | 2024-12-20T23:42:53.850Z | Dirty thread_local v1.1.8: the rustflags changed |
3036 | 2024-12-20T23:42:53.850Z | Compiling thread_local v1.1.8 |
3037 | 2024-12-20T23:42:53.852Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=feb16cbec536af1b -C extra-filename=-feb16cbec536af1b --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-83c04ded702a2c6e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3038 | 2024-12-20T23:42:53.962Z | Dirty bit-vec v0.6.3: the rustflags changed |
3039 | 2024-12-20T23:42:53.963Z | Compiling bit-vec v0.6.3 |
3040 | 2024-12-20T23:42:53.965Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=cb08cab83165003f -C extra-filename=-cb08cab83165003f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3041 | 2024-12-20T23:42:54.447Z | Dirty dof v0.3.0: the rustflags changed |
3042 | 2024-12-20T23:42:54.447Z | Compiling dof v0.3.0 |
3043 | 2024-12-20T23:42:54.447Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=bbb777d1320f23a3 -C extra-filename=-bbb777d1320f23a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0479a9db106531e0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3044 | 2024-12-20T23:42:54.473Z | Dirty slog-async v2.8.0: the rustflags changed |
3045 | 2024-12-20T23:42:54.473Z | Compiling slog-async v2.8.0 |
3046 | 2024-12-20T23:42:54.476Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=b2c8ed0240dd9ea1 -C extra-filename=-b2c8ed0240dd9ea1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3047 | 2024-12-20T23:42:54.543Z | Dirty bit-set v0.5.3: the rustflags changed |
3048 | 2024-12-20T23:42:54.543Z | Compiling bit-set v0.5.3 |
3049 | 2024-12-20T23:42:54.546Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1499c911902a6a96 -C extra-filename=-1499c911902a6a96 --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-cb08cab83165003f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3050 | 2024-12-20T23:42:54.705Z | Dirty clap v4.5.21: the rustflags changed |
3051 | 2024-12-20T23:42:54.705Z | Compiling clap v4.5.21 |
3052 | 2024-12-20T23:42:54.709Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=0fe382f5b66ca1e5 -C extra-filename=-0fe382f5b66ca1e5 --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-70644c50de227b03.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a594b8fca0115853.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3053 | 2024-12-20T23:42:54.855Z | Dirty crossbeam-deque v0.8.5: the rustflags changed |
3054 | 2024-12-20T23:42:54.855Z | Compiling crossbeam-deque v0.8.5 |
3055 | 2024-12-20T23:42:54.894Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=53a12c4e61a5bfee -C extra-filename=-53a12c4e61a5bfee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3056 | 2024-12-20T23:42:54.897Z | Dirty num-iter v0.1.45: the rustflags changed |
3057 | 2024-12-20T23:42:54.897Z | Compiling num-iter v0.1.45 |
3058 | 2024-12-20T23:42:54.899Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-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="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2d51c30d8a79f52c -C extra-filename=-2d51c30d8a79f52c --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3059 | 2024-12-20T23:42:55.079Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build` |
3060 | 2024-12-20T23:42:55.113Z | Dirty flate2 v1.0.34: the rustflags changed |
3061 | 2024-12-20T23:42:55.113Z | Compiling flate2 v1.0.34 |
3062 | 2024-12-20T23:42:55.116Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=26a811491049a3a2 -C extra-filename=-26a811491049a3a2 --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-149352a4a9602637.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3063 | 2024-12-20T23:42:55.160Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
3064 | 2024-12-20T23:42:55.160Z | Compiling curve25519-dalek v4.1.3 |
3065 | 2024-12-20T23:42:55.162Z | Running `/home/build/.rustup/toolchains/1.81.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.3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=4f5a97e8fedc0ad8 -C extra-filename=-4f5a97e8fedc0ad8 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3066 | 2024-12-20T23:42:55.232Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=79f9f59d2b6414cf -C extra-filename=-79f9f59d2b6414cf --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-42c8c764cb4293aa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bd7e36ed13999387.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d8ef8cd3b9c399ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
3067 | 2024-12-20T23:42:55.872Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
3068 | 2024-12-20T23:42:55.872Z | Compiling elliptic-curve v0.13.8 |
3069 | 2024-12-20T23:42:55.874Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=5ba1eb541a4215fa -C extra-filename=-5ba1eb541a4215fa --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-2a65e2ab151e09a4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ad36346676d1f82c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2024-12-20T23:42:56.147Z | Dirty take_mut v0.2.2: the rustflags changed |
3071 | 2024-12-20T23:42:56.147Z | Compiling take_mut v0.2.2 |
3072 | 2024-12-20T23:42:56.150Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aaf7e3320c05f60 -C extra-filename=-8aaf7e3320c05f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3073 | 2024-12-20T23:42:56.326Z | Dirty match_cfg v0.1.0: the rustflags changed |
3074 | 2024-12-20T23:42:56.326Z | Compiling match_cfg v0.1.0 |
3075 | 2024-12-20T23:42:56.329Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bb2dcccd970205f1 -C extra-filename=-bb2dcccd970205f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3076 | 2024-12-20T23:42:56.438Z | Dirty rustls v0.22.4: the rustflags changed |
3077 | 2024-12-20T23:42:56.438Z | Compiling rustls v0.22.4 |
3078 | 2024-12-20T23:42:56.441Z | Running `/home/build/.rustup/toolchains/1.81.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.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=105a1bc17f8a3481 -C extra-filename=-105a1bc17f8a3481 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2024-12-20T23:42:56.727Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
3080 | 2024-12-20T23:42:56.727Z | Compiling num-bigint-dig v0.8.4 |
3081 | 2024-12-20T23:42:56.730Z | Running `/home/build/.rustup/toolchains/1.81.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="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=601bed912dc37f75 -C extra-filename=-601bed912dc37f75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3082 | 2024-12-20T23:42:56.770Z | Dirty hostname v0.3.1: the rustflags changed |
3083 | 2024-12-20T23:42:56.770Z | Compiling hostname v0.3.1 |
3084 | 2024-12-20T23:42:56.773Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a2f119589b8c1fe0 -C extra-filename=-a2f119589b8c1fe0 --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-29117e4ff36dab03.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bb2dcccd970205f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2024-12-20T23:42:56.817Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build` |
3086 | 2024-12-20T23:42:56.831Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8/build-script-build` |
3087 | 2024-12-20T23:42:56.834Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d3cfaa7747ffa7e5 -C extra-filename=-d3cfaa7747ffa7e5 --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-9a55828e5a47f28b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-8aaf7e3320c05f60.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
3088 | 2024-12-20T23:42:56.971Z | Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0db1bb5fe7723ef4 -C extra-filename=-0db1bb5fe7723ef4 --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-53a12c4e61a5bfee.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3089 | 2024-12-20T23:42:57.017Z | Dirty slog-term v2.9.1: the rustflags changed |
3090 | 2024-12-20T23:42:57.017Z | Compiling slog-term v2.9.1 |
3091 | 2024-12-20T23:42:57.019Z | Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=ff2df2b76a1cf1a1 -C extra-filename=-ff2df2b76a1cf1a1 --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-df36d71ac9df22f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3092 | 2024-12-20T23:42:57.095Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build` |
3093 | 2024-12-20T23:42:57.135Z | Dirty toml v0.7.8: the rustflags changed |
3094 | 2024-12-20T23:42:57.135Z | Compiling toml v0.7.8 |
3095 | 2024-12-20T23:42:57.138Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=700ef3056e8d7d71 -C extra-filename=-700ef3056e8d7d71 --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-1ac9fc4a930966d4.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d7770edb9996d87b.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3096 | 2024-12-20T23:42:58.055Z | Dirty phf_shared v0.11.2: the rustflags changed |
3097 | 2024-12-20T23:42:58.055Z | Compiling phf_shared v0.11.2 |
3098 | 2024-12-20T23:42:58.057Z | Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a7eca61a1c7ae2ae -C extra-filename=-a7eca61a1c7ae2ae --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3099 | 2024-12-20T23:42:58.320Z | Dirty rfc6979 v0.4.0: the rustflags changed |
3100 | 2024-12-20T23:42:58.320Z | Compiling rfc6979 v0.4.0 |
3101 | 2024-12-20T23:42:58.323Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d23642c7f6cf467 -C extra-filename=-3d23642c7f6cf467 --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-39c1f5afe63003ce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2024-12-20T23:42:58.480Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
3103 | 2024-12-20T23:42:58.480Z | Compiling zerocopy-derive v0.6.6 |
3104 | 2024-12-20T23:42:58.483Z | Running `/home/build/.rustup/toolchains/1.81.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f331fe696185c31 -C extra-filename=-3f331fe696185c31 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3105 | 2024-12-20T23:42:58.533Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
3106 | 2024-12-20T23:42:58.534Z | Compiling curve25519-dalek-derive v0.1.1 |
3107 | 2024-12-20T23:42:58.536Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5a8b6e9583760b0 -C extra-filename=-b5a8b6e9583760b0 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2024-12-20T23:42:58.656Z | Dirty bstr v1.10.0: the rustflags changed |
3109 | 2024-12-20T23:42:58.657Z | Compiling bstr v1.10.0 |
3110 | 2024-12-20T23:42:58.659Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=a50dd529fc113091 -C extra-filename=-a50dd529fc113091 --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-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3111 | 2024-12-20T23:42:58.841Z | Dirty fixedbitset v0.4.2: the rustflags changed |
3112 | 2024-12-20T23:42:58.842Z | Compiling fixedbitset v0.4.2 |
3113 | 2024-12-20T23:42:58.844Z | Dirty signal-hook v0.3.17: the rustflags changed |
3114 | 2024-12-20T23:42:58.844Z | Compiling signal-hook v0.3.17 |
3115 | 2024-12-20T23:42:58.844Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3993d879d3735a13 -C extra-filename=-3993d879d3735a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3116 | 2024-12-20T23:42:58.844Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=fc5ab04dae0ea983 -C extra-filename=-fc5ab04dae0ea983 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3117 | 2024-12-20T23:42:58.887Z | Dirty managed v0.8.0: the rustflags changed |
3118 | 2024-12-20T23:42:58.887Z | Compiling managed v0.8.0 |
3119 | 2024-12-20T23:42:58.890Z | Dirty usdt-macro v0.5.0: the rustflags changed |
3120 | 2024-12-20T23:42:58.890Z | Compiling usdt-macro v0.5.0 |
3121 | 2024-12-20T23:42:58.890Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=0a48528787edc64f -C extra-filename=-0a48528787edc64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3122 | 2024-12-20T23:42:58.908Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.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="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=90b822eb5aa6478f -C extra-filename=-90b822eb5aa6478f --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-bd7e36ed13999387.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3123 | 2024-12-20T23:42:59.202Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
3124 | 2024-12-20T23:42:59.202Z | Compiling usdt-attr-macro v0.5.0 |
3125 | 2024-12-20T23:42:59.206Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.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="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=83ca5a6edc0037dd -C extra-filename=-83ca5a6edc0037dd --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-bd7e36ed13999387.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3126 | 2024-12-20T23:42:59.280Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build` |
3127 | 2024-12-20T23:42:59.319Z | Dirty petgraph v0.6.5: the rustflags changed |
3128 | 2024-12-20T23:42:59.319Z | Compiling petgraph v0.6.5 |
3129 | 2024-12-20T23:42:59.321Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-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="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=933a634b1f74deb0 -C extra-filename=-933a634b1f74deb0 --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-3993d879d3735a13.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2024-12-20T23:42:59.370Z | Dirty ecdsa v0.16.9: the rustflags changed |
3131 | 2024-12-20T23:42:59.370Z | Compiling ecdsa v0.16.9 |
3132 | 2024-12-20T23:42:59.373Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.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="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=ed453d00d35c9183 -C extra-filename=-ed453d00d35c9183 --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-f183f0e5c5907bba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-3d23642c7f6cf467.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3133 | 2024-12-20T23:43:00.260Z | Running `/home/build/.rustup/toolchains/1.81.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="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=48f8d61c884ba5b2 -C extra-filename=-48f8d61c884ba5b2 --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-42c8c764cb4293aa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b91e4d75cc7c3b0b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
3134 | 2024-12-20T23:43:00.296Z | Running `/home/build/.rustup/toolchains/1.81.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=40b96768f529d1af -C extra-filename=-40b96768f529d1af --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-b5a8b6e9583760b0.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
3135 | 2024-12-20T23:43:00.441Z | Dirty phf_shared v0.10.0: the rustflags changed |
3136 | 2024-12-20T23:43:00.441Z | Compiling phf_shared v0.10.0 |
3137 | 2024-12-20T23:43:00.444Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=298bfd7f9859128c -C extra-filename=-298bfd7f9859128c --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3138 | 2024-12-20T23:43:00.738Z | Dirty pkcs1 v0.7.5: the rustflags changed |
3139 | 2024-12-20T23:43:00.738Z | Compiling pkcs1 v0.7.5 |
3140 | 2024-12-20T23:43:00.740Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=49eb0380f33bfa38 -C extra-filename=-49eb0380f33bfa38 --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-f183f0e5c5907bba.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3141 | 2024-12-20T23:43:00.844Z | Dirty zerocopy v0.6.6: the rustflags changed |
3142 | 2024-12-20T23:43:00.844Z | Compiling zerocopy v0.6.6 |
3143 | 2024-12-20T23:43:00.852Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=ce4108be8020a8d8 -C extra-filename=-ce4108be8020a8d8 --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-3f331fe696185c31.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3144 | 2024-12-20T23:43:00.884Z | Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed |
3145 | 2024-12-20T23:43:00.884Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3146 | 2024-12-20T23:43:00.887Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=9e910239512007f0 -C extra-filename=-9e910239512007f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3147 | 2024-12-20T23:43:01.166Z | Dirty usdt v0.5.0: the rustflags changed |
3148 | 2024-12-20T23:43:01.166Z | Compiling usdt v0.5.0 |
3149 | 2024-12-20T23:43:01.169Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-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="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=957c988197ca8e40 -C extra-filename=-957c988197ca8e40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-bd7e36ed13999387.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0479a9db106531e0.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-11383b656df02ff6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-83ca5a6edc0037dd.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-90b822eb5aa6478f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3150 | 2024-12-20T23:43:01.501Z | Dirty multer v3.1.0: the rustflags changed |
3151 | 2024-12-20T23:43:01.501Z | Compiling multer v3.1.0 |
3152 | 2024-12-20T23:43:01.505Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a7ceeb8288b20219 -C extra-filename=-a7ceeb8288b20219 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3153 | 2024-12-20T23:43:01.716Z | Dirty unicode-xid v0.2.6: the rustflags changed |
3154 | 2024-12-20T23:43:01.716Z | Compiling unicode-xid v0.2.6 |
3155 | 2024-12-20T23:43:01.718Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=32fa34c4898bea28 -C extra-filename=-32fa34c4898bea28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3156 | 2024-12-20T23:43:01.745Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
3157 | 2024-12-20T23:43:01.745Z | Compiling new_debug_unreachable v1.0.6 |
3158 | 2024-12-20T23:43:01.748Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
3159 | 2024-12-20T23:43:01.748Z | Compiling precomputed-hash v0.1.1 |
3160 | 2024-12-20T23:43:01.748Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fe1dee17d377a9d -C extra-filename=-5fe1dee17d377a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3161 | 2024-12-20T23:43:01.749Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f83a3e4b96fb09c -C extra-filename=-8f83a3e4b96fb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3162 | 2024-12-20T23:43:01.853Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0/build-script-build` |
3163 | 2024-12-20T23:43:01.855Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build` |
3164 | 2024-12-20T23:43:01.902Z | Dirty string_cache v0.8.7: the rustflags changed |
3165 | 2024-12-20T23:43:01.902Z | Compiling string_cache v0.8.7 |
3166 | 2024-12-20T23:43:01.905Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=a945f3d5498b658a -C extra-filename=-a945f3d5498b658a --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-5fe1dee17d377a9d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-298bfd7f9859128c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-8f83a3e4b96fb09c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3167 | 2024-12-20T23:43:01.905Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=957acfcff7c72c94 -C extra-filename=-957acfcff7c72c94 --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-29117e4ff36dab03.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3168 | 2024-12-20T23:43:01.953Z | Dirty ed25519 v2.2.3: the rustflags changed |
3169 | 2024-12-20T23:43:01.953Z | Compiling ed25519 v2.2.3 |
3170 | 2024-12-20T23:43:01.955Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.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="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=15e855c45c4cfa0c -C extra-filename=-15e855c45c4cfa0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3171 | 2024-12-20T23:43:02.298Z | Dirty slog-json v2.6.1: the rustflags changed |
3172 | 2024-12-20T23:43:02.298Z | Compiling slog-json v2.6.1 |
3173 | 2024-12-20T23:43:02.300Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=ecf7fbcc92a35758 -C extra-filename=-ecf7fbcc92a35758 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3174 | 2024-12-20T23:43:02.680Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
3175 | 2024-12-20T23:43:02.680Z | Compiling hubpack_derive v0.1.1 |
3176 | 2024-12-20T23:43:02.682Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6bd127a7259a81 -C extra-filename=-0c6bd127a7259a81 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3177 | 2024-12-20T23:43:02.934Z | Dirty rsa v0.9.6: the rustflags changed |
3178 | 2024-12-20T23:43:02.934Z | Compiling rsa v0.9.6 |
3179 | 2024-12-20T23:43:02.938Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.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="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=fdcd5d1cbb88a689 -C extra-filename=-fdcd5d1cbb88a689 --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-7c6d8f6ce55bf7b5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-49eb0380f33bfa38.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3180 | 2024-12-20T23:43:03.323Z | Dirty async-stream-impl v0.3.6: the rustflags changed |
3181 | 2024-12-20T23:43:03.323Z | Compiling async-stream-impl v0.3.6 |
3182 | 2024-12-20T23:43:03.326Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf24da1bc5178a91 -C extra-filename=-cf24da1bc5178a91 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3183 | 2024-12-20T23:43:03.395Z | Dirty quick-error v1.2.3: the rustflags changed |
3184 | 2024-12-20T23:43:03.395Z | Compiling quick-error v1.2.3 |
3185 | 2024-12-20T23:43:03.398Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b78d3889dfe2c56 -C extra-filename=-9b78d3889dfe2c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3186 | 2024-12-20T23:43:03.570Z | Dirty debug-ignore v1.0.5: the rustflags changed |
3187 | 2024-12-20T23:43:03.570Z | Compiling debug-ignore v1.0.5 |
3188 | 2024-12-20T23:43:03.573Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8617a6d6bd6b63dc -C extra-filename=-8617a6d6bd6b63dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3189 | 2024-12-20T23:43:03.713Z | Dirty hubpack v0.1.2: the rustflags changed |
3190 | 2024-12-20T23:43:03.713Z | Compiling hubpack v0.1.2 |
3191 | 2024-12-20T23:43:03.715Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=028068c4a2a517fa -C extra-filename=-028068c4a2a517fa --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-0c6bd127a7259a81.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3192 | 2024-12-20T23:43:03.742Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=f0f893e3a8030517 -C extra-filename=-f0f893e3a8030517 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -l static=bz2` |
3193 | 2024-12-20T23:43:03.819Z | Dirty slog-bunyan v2.5.0: the rustflags changed |
3194 | 2024-12-20T23:43:03.819Z | Compiling slog-bunyan v2.5.0 |
3195 | 2024-12-20T23:43:03.822Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=3a466a91dbf752e7 -C extra-filename=-3a466a91dbf752e7 --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-a2f119589b8c1fe0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ecf7fbcc92a35758.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3196 | 2024-12-20T23:43:03.902Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
3197 | 2024-12-20T23:43:03.903Z | Compiling ed25519-dalek v2.1.1 |
3198 | 2024-12-20T23:43:03.905Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=211f99b09ada353d -C extra-filename=-211f99b09ada353d --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-40b96768f529d1af.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-15e855c45c4cfa0c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3199 | 2024-12-20T23:43:04.049Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=f39b2840880e668a -C extra-filename=-f39b2840880e668a --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-0b025ae11b25f088.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3200 | 2024-12-20T23:43:04.176Z | Dirty x509-cert v0.2.5: the rustflags changed |
3201 | 2024-12-20T23:43:04.176Z | Compiling x509-cert v0.2.5 |
3202 | 2024-12-20T23:43:04.179Z | Running `/home/build/.rustup/toolchains/1.81.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.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="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=6bf31068eafc87a0 -C extra-filename=-6bf31068eafc87a0 --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-7c6d8f6ce55bf7b5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3203 | 2024-12-20T23:43:04.835Z | Dirty async-stream v0.3.6: the rustflags changed |
3204 | 2024-12-20T23:43:04.835Z | Compiling async-stream v0.3.6 |
3205 | 2024-12-20T23:43:04.876Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc19433b71c4fbb -C extra-filename=-ffc19433b71c4fbb --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-cf24da1bc5178a91.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2024-12-20T23:43:05.200Z | Dirty heapless v0.7.17: the rustflags changed |
3207 | 2024-12-20T23:43:05.200Z | Compiling heapless v0.7.17 |
3208 | 2024-12-20T23:43:05.202Z | Running `/home/build/.rustup/toolchains/1.81.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.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=7c93de38b847f328 -C extra-filename=-7c93de38b847f328 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3209 | 2024-12-20T23:43:05.252Z | Dirty serde_path_to_error v0.1.16: the rustflags changed |
3210 | 2024-12-20T23:43:05.252Z | Compiling serde_path_to_error v0.1.16 |
3211 | 2024-12-20T23:43:05.256Z | Dirty idna v0.4.0: the rustflags changed |
3212 | 2024-12-20T23:43:05.256Z | Compiling idna v0.4.0 |
3213 | 2024-12-20T23:43:05.256Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb5efd3d36097f53 -C extra-filename=-fb5efd3d36097f53 --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-ce59ac6fb623678a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2024-12-20T23:43:05.256Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=55bd67f3d2a78017 -C extra-filename=-55bd67f3d2a78017 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3215 | 2024-12-20T23:43:05.769Z | Dirty waitgroup v0.1.2: the rustflags changed |
3216 | 2024-12-20T23:43:05.769Z | Compiling waitgroup v0.1.2 |
3217 | 2024-12-20T23:43:05.772Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e2e95346c1a6057 -C extra-filename=-8e2e95346c1a6057 --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-10b6fa6e98e5e04e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2024-12-20T23:43:06.022Z | Dirty enum-as-inner v0.6.1: the rustflags changed |
3219 | 2024-12-20T23:43:06.022Z | Compiling enum-as-inner v0.6.1 |
3220 | 2024-12-20T23:43:06.025Z | Running `/home/build/.rustup/toolchains/1.81.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.6.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5e203bd0dbe6a3d -C extra-filename=-a5e203bd0dbe6a3d --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3221 | 2024-12-20T23:43:06.136Z | Dirty hostname v0.4.0: the rustflags changed |
3222 | 2024-12-20T23:43:06.136Z | Compiling hostname v0.4.0 |
3223 | 2024-12-20T23:43:06.139Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f507ca3c838c2022 -C extra-filename=-f507ca3c838c2022 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2024-12-20T23:43:06.428Z | Dirty dropshot v0.12.0: the rustflags changed |
3225 | 2024-12-20T23:43:06.428Z | Compiling dropshot v0.12.0 |
3226 | 2024-12-20T23:43:06.450Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bfb3e9851b33fd34 -C extra-filename=-bfb3e9851b33fd34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3227 | 2024-12-20T23:43:06.782Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
3228 | 2024-12-20T23:43:06.782Z | Compiling lalrpop-util v0.19.12 |
3229 | 2024-12-20T23:43:06.785Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=45ab90acb7045a6c -C extra-filename=-45ab90acb7045a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3230 | 2024-12-20T23:43:06.981Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build` |
3231 | 2024-12-20T23:43:07.062Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328/build-script-build` |
3232 | 2024-12-20T23:43:07.145Z | Dirty bzip2 v0.4.4: the rustflags changed |
3233 | 2024-12-20T23:43:07.145Z | Compiling bzip2 v0.4.4 |
3234 | 2024-12-20T23:43:07.148Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=196dc5499806c930 -C extra-filename=-196dc5499806c930 --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-f0f893e3a8030517.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
3235 | 2024-12-20T23:43:07.191Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
3236 | 2024-12-20T23:43:07.191Z | Compiling signal-hook-mio v0.2.4 |
3237 | 2024-12-20T23:43:07.193Z | Running `/home/build/.rustup/toolchains/1.81.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.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="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=3164eb40efefb860 -C extra-filename=-3164eb40efefb860 --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-29117e4ff36dab03.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3238 | 2024-12-20T23:43:07.284Z | Dirty hickory-proto v0.24.1: the rustflags changed |
3239 | 2024-12-20T23:43:07.284Z | Compiling hickory-proto v0.24.1 |
3240 | 2024-12-20T23:43:07.287Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=29223a7418b7d9d4 -C extra-filename=-29223a7418b7d9d4 --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-49589da9b84e9811.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a5e203bd0dbe6a3d.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-55bd67f3d2a78017.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3241 | 2024-12-20T23:43:07.371Z | Dirty console v0.15.8: the rustflags changed |
3242 | 2024-12-20T23:43:07.371Z | Compiling console v0.15.8 |
3243 | 2024-12-20T23:43:07.373Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=8134fd228889b755 -C extra-filename=-8134fd228889b755 --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-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3244 | 2024-12-20T23:43:07.572Z | Dirty dropshot_endpoint v0.12.0: the rustflags changed |
3245 | 2024-12-20T23:43:07.572Z | Compiling dropshot_endpoint v0.12.0 |
3246 | 2024-12-20T23:43:07.575Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=115f007eac6ea1bd -C extra-filename=-115f007eac6ea1bd --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3247 | 2024-12-20T23:43:08.256Z | Dirty hash32 v0.2.1: the rustflags changed |
3248 | 2024-12-20T23:43:08.256Z | Compiling hash32 v0.2.1 |
3249 | 2024-12-20T23:43:08.259Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2c2ee0baa69c758 -C extra-filename=-b2c2ee0baa69c758 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3250 | 2024-12-20T23:43:08.658Z | Dirty unicode-properties v0.1.3: the rustflags changed |
3251 | 2024-12-20T23:43:08.658Z | Compiling unicode-properties v0.1.3 |
3252 | 2024-12-20T23:43:08.660Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-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"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=01bbe37fab499ffc -C extra-filename=-01bbe37fab499ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3253 | 2024-12-20T23:43:08.969Z | Dirty linked-hash-map v0.5.6: the rustflags changed |
3254 | 2024-12-20T23:43:08.969Z | Compiling linked-hash-map v0.5.6 |
3255 | 2024-12-20T23:43:08.971Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2ec92d436f325154 -C extra-filename=-2ec92d436f325154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3256 | 2024-12-20T23:43:09.090Z | Dirty predicates-core v1.0.8: the rustflags changed |
3257 | 2024-12-20T23:43:09.090Z | Compiling predicates-core v1.0.8 |
3258 | 2024-12-20T23:43:09.108Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3792c8ca0d3316fb -C extra-filename=-3792c8ca0d3316fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3259 | 2024-12-20T23:43:09.178Z | Dirty portable-atomic v1.9.0: the rustflags changed |
3260 | 2024-12-20T23:43:09.178Z | Compiling portable-atomic v1.9.0 |
3261 | 2024-12-20T23:43:09.182Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=341e2d88661b2df5 -C extra-filename=-341e2d88661b2df5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3262 | 2024-12-20T23:43:09.349Z | Dirty smoltcp v0.9.1: the rustflags changed |
3263 | 2024-12-20T23:43:09.349Z | Compiling smoltcp v0.9.1 |
3264 | 2024-12-20T23:43:09.352Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=eaf06ec35fb0f3f6 -C extra-filename=-eaf06ec35fb0f3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3265 | 2024-12-20T23:43:09.479Z | Dirty lru-cache v0.1.2: the rustflags changed |
3266 | 2024-12-20T23:43:09.479Z | Compiling lru-cache v0.1.2 |
3267 | 2024-12-20T23:43:09.481Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=595a021380915588 -C extra-filename=-595a021380915588 --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-2ec92d436f325154.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3268 | 2024-12-20T23:43:09.699Z | Dirty stringprep v0.1.5: the rustflags changed |
3269 | 2024-12-20T23:43:09.699Z | Compiling stringprep v0.1.5 |
3270 | 2024-12-20T23:43:09.702Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3e9a79b46122381 -C extra-filename=-e3e9a79b46122381 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-01bbe37fab499ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3271 | 2024-12-20T23:43:10.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build` |
3272 | 2024-12-20T23:43:10.247Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=a4218b861e7c533a -C extra-filename=-a4218b861e7c533a --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-b2c2ee0baa69c758.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
3273 | 2024-12-20T23:43:10.353Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5/build-script-build` |
3274 | 2024-12-20T23:43:10.434Z | Dirty crossterm v0.28.1: the rustflags changed |
3275 | 2024-12-20T23:43:10.434Z | Compiling crossterm v0.28.1 |
3276 | 2024-12-20T23:43:10.437Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=71814ddc354bf12b -C extra-filename=-71814ddc354bf12b --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-0f2df29a0f34846c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3164eb40efefb860.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3277 | 2024-12-20T23:43:11.014Z | Dirty similar v2.6.0: the rustflags changed |
3278 | 2024-12-20T23:43:11.014Z | Compiling similar v2.6.0 |
3279 | 2024-12-20T23:43:11.017Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=4cc1d74c80ff992c -C extra-filename=-4cc1d74c80ff992c --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-a50dd529fc113091.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3280 | 2024-12-20T23:43:11.161Z | Dirty rayon v1.10.0: the rustflags changed |
3281 | 2024-12-20T23:43:11.161Z | Compiling rayon v1.10.0 |
3282 | 2024-12-20T23:43:11.163Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=3f23d9fc9686fb30 -C extra-filename=-3f23d9fc9686fb30 --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-682f0202de4cb9c8.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3283 | 2024-12-20T23:43:11.513Z | Dirty tokio-stream v0.1.16: the rustflags changed |
3284 | 2024-12-20T23:43:11.513Z | Compiling tokio-stream v0.1.16 |
3285 | 2024-12-20T23:43:11.529Z | Running `/home/build/.rustup/toolchains/1.81.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.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="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=0d937a437b6d3fce -C extra-filename=-0d937a437b6d3fce --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-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3286 | 2024-12-20T23:43:12.516Z | Dirty md-5 v0.10.6: the rustflags changed |
3287 | 2024-12-20T23:43:12.516Z | Compiling md-5 v0.10.6 |
3288 | 2024-12-20T23:43:12.519Z | Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=39fb063f1cc48d0d -C extra-filename=-39fb063f1cc48d0d --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-83c04ded702a2c6e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2024-12-20T23:43:12.564Z | Dirty float-cmp v0.9.0: the rustflags changed |
3290 | 2024-12-20T23:43:12.564Z | Compiling float-cmp v0.9.0 |
3291 | 2024-12-20T23:43:12.566Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=92b550af93228901 -C extra-filename=-92b550af93228901 --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3292 | 2024-12-20T23:43:12.806Z | Dirty fs-err v2.11.0: the rustflags changed |
3293 | 2024-12-20T23:43:12.806Z | Compiling fs-err v2.11.0 |
3294 | 2024-12-20T23:43:12.810Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
3295 | 2024-12-20T23:43:12.810Z | Compiling fallible-iterator v0.2.0 |
3296 | 2024-12-20T23:43:12.810Z | Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7383362fb50e7943 -C extra-filename=-7383362fb50e7943 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3297 | 2024-12-20T23:43:12.810Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3d7a20ee911c56e0 -C extra-filename=-3d7a20ee911c56e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3298 | 2024-12-20T23:43:13.197Z | Dirty difflib v0.4.0: the rustflags changed |
3299 | 2024-12-20T23:43:13.197Z | Compiling difflib v0.4.0 |
3300 | 2024-12-20T23:43:13.199Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8af0412057ffdac6 -C extra-filename=-8af0412057ffdac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3301 | 2024-12-20T23:43:13.544Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
3302 | 2024-12-20T23:43:13.544Z | Compiling normalize-line-endings v0.3.0 |
3303 | 2024-12-20T23:43:13.565Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67ae7e642ca9a97d -C extra-filename=-67ae7e642ca9a97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3304 | 2024-12-20T23:43:13.570Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
3305 | 2024-12-20T23:43:13.570Z | Compiling postgres-protocol v0.6.7 |
3306 | 2024-12-20T23:43:13.570Z | Running `/home/build/.rustup/toolchains/1.81.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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=1818a688b1b8af5f -C extra-filename=-1818a688b1b8af5f --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-e342ec737c4cbcc0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-39fb063f1cc48d0d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e3e9a79b46122381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3307 | 2024-12-20T23:43:13.694Z | Dirty predicates v3.1.2: the rustflags changed |
3308 | 2024-12-20T23:43:13.694Z | Compiling predicates v3.1.2 |
3309 | 2024-12-20T23:43:13.696Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=176eac0973f64c24 -C extra-filename=-176eac0973f64c24 --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-2570a634c4322755.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8af0412057ffdac6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-92b550af93228901.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-67ae7e642ca9a97d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3310 | 2024-12-20T23:43:14.237Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build` |
3311 | 2024-12-20T23:43:14.399Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=f4d79bdde3486858 -C extra-filename=-f4d79bdde3486858 --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a4218b861e7c533a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3312 | 2024-12-20T23:43:14.682Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=c180f8693c3af431 -C extra-filename=-c180f8693c3af431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_pre_llvm_19 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` |
3313 | 2024-12-20T23:43:14.935Z | Dirty zip v0.6.6: the rustflags changed |
3314 | 2024-12-20T23:43:14.935Z | Compiling zip v0.6.6 |
3315 | 2024-12-20T23:43:14.937Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=faafd5e37a001aad -C extra-filename=-faafd5e37a001aad --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-42c8c764cb4293aa.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
3316 | 2024-12-20T23:43:15.012Z | Dirty resolv-conf v0.7.0: the rustflags changed |
3317 | 2024-12-20T23:43:15.012Z | Compiling resolv-conf v0.7.0 |
3318 | 2024-12-20T23:43:15.015Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=63ea28681f3d0e2a -C extra-filename=-63ea28681f3d0e2a --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-a2f119589b8c1fe0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2024-12-20T23:43:15.513Z | Dirty phf v0.11.2: the rustflags changed |
3320 | 2024-12-20T23:43:15.513Z | Compiling phf v0.11.2 |
3321 | 2024-12-20T23:43:15.515Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=65e2155ffe51f9ae -C extra-filename=-65e2155ffe51f9ae --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-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3322 | 2024-12-20T23:43:15.842Z | Dirty tungstenite v0.24.0: the rustflags changed |
3323 | 2024-12-20T23:43:15.842Z | Compiling tungstenite v0.24.0 |
3324 | 2024-12-20T23:43:15.845Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=68a9196a9f016ba9 -C extra-filename=-68a9196a9f016ba9 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2024-12-20T23:43:15.870Z | Dirty strum_macros v0.25.3: the rustflags changed |
3326 | 2024-12-20T23:43:15.870Z | Compiling strum_macros v0.25.3 |
3327 | 2024-12-20T23:43:15.872Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56c94e90d88f218d -C extra-filename=-56c94e90d88f218d --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3328 | 2024-12-20T23:43:16.045Z | Dirty serde-big-array v0.5.1: the rustflags changed |
3329 | 2024-12-20T23:43:16.045Z | Compiling serde-big-array v0.5.1 |
3330 | 2024-12-20T23:43:16.047Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d45a4ac7cdaa3df1 -C extra-filename=-d45a4ac7cdaa3df1 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3331 | 2024-12-20T23:43:16.280Z | Dirty serde_repr v0.1.19: the rustflags changed |
3332 | 2024-12-20T23:43:16.280Z | Compiling serde_repr v0.1.19 |
3333 | 2024-12-20T23:43:16.283Z | Running `/home/build/.rustup/toolchains/1.81.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.19/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=555195ab773b97ed -C extra-filename=-555195ab773b97ed --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3334 | 2024-12-20T23:43:16.307Z | Dirty peg-runtime v0.8.3: the rustflags changed |
3335 | 2024-12-20T23:43:16.307Z | Compiling peg-runtime v0.8.3 |
3336 | 2024-12-20T23:43:16.310Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=fb8d126bde10d148 -C extra-filename=-fb8d126bde10d148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3337 | 2024-12-20T23:43:16.425Z | Dirty unicode-width v0.2.0: the rustflags changed |
3338 | 2024-12-20T23:43:16.425Z | Compiling unicode-width v0.2.0 |
3339 | 2024-12-20T23:43:16.428Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5772c0a5d46e4d7f -C extra-filename=-5772c0a5d46e4d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3340 | 2024-12-20T23:43:16.609Z | Dirty number_prefix v0.4.0: the rustflags changed |
3341 | 2024-12-20T23:43:16.609Z | Compiling number_prefix v0.4.0 |
3342 | 2024-12-20T23:43:16.612Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=271237945e22f618 -C extra-filename=-271237945e22f618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2024-12-20T23:43:16.861Z | Dirty hickory-resolver v0.24.1: the rustflags changed |
3344 | 2024-12-20T23:43:16.861Z | Compiling hickory-resolver v0.24.1 |
3345 | 2024-12-20T23:43:16.863Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=5afa0ed0ed61c517 -C extra-filename=-5afa0ed0ed61c517 --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-83c04ded702a2c6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-63ea28681f3d0e2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3346 | 2024-12-20T23:43:16.969Z | Dirty tokio-tungstenite v0.24.0: the rustflags changed |
3347 | 2024-12-20T23:43:16.969Z | Compiling tokio-tungstenite v0.24.0 |
3348 | 2024-12-20T23:43:16.972Z | Running `/home/build/.rustup/toolchains/1.81.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.24.0/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=417809e2b0bc687a -C extra-filename=-417809e2b0bc687a --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-68a9196a9f016ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3349 | 2024-12-20T23:43:17.030Z | Dirty indicatif v0.17.9: the rustflags changed |
3350 | 2024-12-20T23:43:17.030Z | Compiling indicatif v0.17.9 |
3351 | 2024-12-20T23:43:17.033Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=a6230886ca5ec2bd -C extra-filename=-a6230886ca5ec2bd --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-8134fd228889b755.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-271237945e22f618.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-c180f8693c3af431.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5772c0a5d46e4d7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3352 | 2024-12-20T23:43:17.481Z | Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=74cd333fbf7f3417 -C extra-filename=-74cd333fbf7f3417 --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-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
3353 | 2024-12-20T23:43:17.597Z | Dirty postgres-types v0.2.8: the rustflags changed |
3354 | 2024-12-20T23:43:17.597Z | Compiling postgres-types v0.2.8 |
3355 | 2024-12-20T23:43:17.599Z | Running `/home/build/.rustup/toolchains/1.81.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.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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=65a680815b56e40d -C extra-filename=-65a680815b56e40d --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-0b025ae11b25f088.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1818a688b1b8af5f.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3356 | 2024-12-20T23:43:17.746Z | Dirty derive-where v1.2.7: the rustflags changed |
3357 | 2024-12-20T23:43:17.746Z | Compiling derive-where v1.2.7 |
3358 | 2024-12-20T23:43:17.748Z | Running `/home/build/.rustup/toolchains/1.81.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.7/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=5498ca00308c27b5 -C extra-filename=-5498ca00308c27b5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3359 | 2024-12-20T23:43:18.279Z | Dirty whoami v1.5.2: the rustflags changed |
3360 | 2024-12-20T23:43:18.279Z | Compiling whoami v1.5.2 |
3361 | 2024-12-20T23:43:18.282Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.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 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=f844697b7d647f35 -C extra-filename=-f844697b7d647f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3362 | 2024-12-20T23:43:18.368Z | Compiling hashbrown v0.14.5 |
3363 | 2024-12-20T23:43:18.370Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=20deabe0d9115276 -C extra-filename=-20deabe0d9115276 --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-8be98ef023620e24.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3364 | 2024-12-20T23:43:18.951Z | Dirty tokio-postgres v0.7.12: the rustflags changed |
3365 | 2024-12-20T23:43:18.951Z | Compiling tokio-postgres v0.7.12 |
3366 | 2024-12-20T23:43:18.954Z | Running `/home/build/.rustup/toolchains/1.81.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.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=f6ba05ed1ca567c6 -C extra-filename=-f6ba05ed1ca567c6 --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-49589da9b84e9811.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1818a688b1b8af5f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-65a680815b56e40d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2024-12-20T23:43:19.168Z | Compiling ident_case v1.0.1 |
3368 | 2024-12-20T23:43:19.172Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=877e2eb812911402 -C extra-filename=-877e2eb812911402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2024-12-20T23:43:19.365Z | Compiling darling_core v0.20.10 |
3370 | 2024-12-20T23:43:19.368Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=06f5b0904888d13f -C extra-filename=-06f5b0904888d13f --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-086f5ffe4a25dc54.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-877e2eb812911402.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2024-12-20T23:43:19.415Z | Compiling unsafe-libyaml v0.2.11 |
3372 | 2024-12-20T23:43:19.418Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2d02c0de15bd26d -C extra-filename=-d2d02c0de15bd26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2024-12-20T23:43:19.755Z | Compiling regress v0.10.1 |
3374 | 2024-12-20T23:43:19.758Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=e1e50879a96e9682 -C extra-filename=-e1e50879a96e9682 --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-20deabe0d9115276.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2024-12-20T23:43:20.314Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
3376 | 2024-12-20T23:43:20.314Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3377 | 2024-12-20T23:43:20.317Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=c24497a2ac819b82 -C extra-filename=-c24497a2ac819b82 --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-0f2df29a0f34846c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d45a4ac7cdaa3df1.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-555195ab773b97ed.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f4d79bdde3486858.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-56c94e90d88f218d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3378 | 2024-12-20T23:43:21.467Z | Compiling serde_yaml v0.9.34+deprecated |
3379 | 2024-12-20T23:43:21.470Z | Running `/home/build/.rustup/toolchains/1.81.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.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca08b0b437bb8504 -C extra-filename=-ca08b0b437bb8504 --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-4f9f613dfa74e5f5.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-d2d02c0de15bd26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3380 | 2024-12-20T23:43:21.668Z | Dirty fastrand v2.1.1: the rustflags changed |
3381 | 2024-12-20T23:43:21.668Z | Compiling fastrand v2.1.1 |
3382 | 2024-12-20T23:43:21.670Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9b4100b7d6800cd3 -C extra-filename=-9b4100b7d6800cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-12-20T23:43:22.270Z | Compiling ipnetwork v0.20.0 |
3384 | 2024-12-20T23:43:22.272Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=a2b763397ebc2cb1 -C extra-filename=-a2b763397ebc2cb1 --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-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3385 | 2024-12-20T23:43:23.278Z | Compiling tempfile v3.13.0 |
3386 | 2024-12-20T23:43:23.280Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1c22c94e862a09e7 -C extra-filename=-1c22c94e862a09e7 --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-83c04ded702a2c6e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2024-12-20T23:43:23.854Z | Compiling typify-impl v0.2.0 |
3388 | 2024-12-20T23:43:23.857Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1977036fb397e397 -C extra-filename=-1977036fb397e397 --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-702249e0617a2365.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e1e50879a96e9682.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3389 | 2024-12-20T23:43:24.187Z | Dirty strum_macros v0.26.4: the rustflags changed |
3390 | 2024-12-20T23:43:24.187Z | Compiling strum_macros v0.26.4 |
3391 | 2024-12-20T23:43:24.190Z | Running `/home/build/.rustup/toolchains/1.81.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.26.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3751fa837c25ddbf -C extra-filename=-3751fa837c25ddbf --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3392 | 2024-12-20T23:43:24.875Z | Compiling newtype-uuid v1.1.3 |
3393 | 2024-12-20T23:43:24.898Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=eac18df79dd190f7 -C extra-filename=-eac18df79dd190f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-eac18df79dd190f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3394 | 2024-12-20T23:43:24.945Z | Compiling macaddr v1.0.1 |
3395 | 2024-12-20T23:43:24.948Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c70a935ecfdda494 -C extra-filename=-c70a935ecfdda494 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3396 | 2024-12-20T23:43:25.246Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-eac18df79dd190f7/build-script-build` |
3397 | 2024-12-20T23:43:25.288Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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 --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=503dd8230c38256b -C extra-filename=-503dd8230c38256b --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-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3398 | 2024-12-20T23:43:25.429Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
3399 | 2024-12-20T23:43:25.432Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=dff45ad925ba821c -C extra-filename=-dff45ad925ba821c --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-a2b763397ebc2cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3400 | 2024-12-20T23:43:25.636Z | Dirty structmeta-derive v0.3.0: the rustflags changed |
3401 | 2024-12-20T23:43:25.636Z | Compiling structmeta-derive v0.3.0 |
3402 | 2024-12-20T23:43:25.638Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c410f4bbdcfa6e75 -C extra-filename=-c410f4bbdcfa6e75 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3403 | 2024-12-20T23:43:25.721Z | Compiling instant v0.1.13 |
3404 | 2024-12-20T23:43:25.743Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=39bb737618c263a4 -C extra-filename=-39bb737618c263a4 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2024-12-20T23:43:25.896Z | Compiling regress v0.9.1 |
3406 | 2024-12-20T23:43:25.898Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=dba42f888508f696 -C extra-filename=-dba42f888508f696 --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-20deabe0d9115276.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2024-12-20T23:43:26.242Z | Compiling dropshot v0.13.0 |
3408 | 2024-12-20T23:43:26.245Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.13.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=dacf21a459db352d -C extra-filename=-dacf21a459db352d --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3409 | 2024-12-20T23:43:26.597Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d/build-script-build` |
3410 | 2024-12-20T23:43:26.662Z | Compiling darling_macro v0.20.10 |
3411 | 2024-12-20T23:43:26.665Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ce6bb761d8e11e6 -C extra-filename=-0ce6bb761d8e11e6 --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-06f5b0904888d13f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3412 | 2024-12-20T23:43:26.691Z | Compiling dropshot_endpoint v0.13.0 |
3413 | 2024-12-20T23:43:26.691Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.13.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4c25b93286d55026 -C extra-filename=-4c25b93286d55026 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3414 | 2024-12-20T23:43:27.347Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3415 | 2024-12-20T23:43:27.350Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=098145cbe4edd956 -C extra-filename=-098145cbe4edd956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3416 | 2024-12-20T23:43:27.745Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3417 | 2024-12-20T23:43:27.748Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=5f3e70e9123ad2e6 -C extra-filename=-5f3e70e9123ad2e6 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3418 | 2024-12-20T23:43:27.836Z | Compiling darling v0.20.10 |
3419 | 2024-12-20T23:43:27.839Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=60b09a0d33435f29 -C extra-filename=-60b09a0d33435f29 --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-06f5b0904888d13f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0ce6bb761d8e11e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3420 | 2024-12-20T23:43:27.972Z | Compiling serde_with_macros v3.11.0 |
3421 | 2024-12-20T23:43:27.975Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.11.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=2b24152a0a9a509d -C extra-filename=-2b24152a0a9a509d --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-60b09a0d33435f29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3422 | 2024-12-20T23:43:28.658Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3423 | 2024-12-20T23:43:28.661Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=9d00d284d0b08369 -C extra-filename=-9d00d284d0b08369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5f3e70e9123ad2e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3424 | 2024-12-20T23:43:28.845Z | Dirty structmeta v0.3.0: the rustflags changed |
3425 | 2024-12-20T23:43:28.845Z | Compiling structmeta v0.3.0 |
3426 | 2024-12-20T23:43:28.847Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cf9a316466d513a -C extra-filename=-3cf9a316466d513a --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c410f4bbdcfa6e75.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3427 | 2024-12-20T23:43:28.868Z | Compiling backoff v0.4.0 |
3428 | 2024-12-20T23:43:28.871Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=9a1298225923dd86 -C extra-filename=-9a1298225923dd86 --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-15b4a62ef3693967.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3429 | 2024-12-20T23:43:29.246Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
3430 | 2024-12-20T23:43:29.246Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2aa46893791ada1 -C extra-filename=-a2aa46893791ada1 --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-3f5934bdadfdef5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3431 | 2024-12-20T23:43:29.288Z | Dirty parse-display-derive v0.10.0: the rustflags changed |
3432 | 2024-12-20T23:43:29.288Z | Compiling parse-display-derive v0.10.0 |
3433 | 2024-12-20T23:43:29.291Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c855591a9f549106 -C extra-filename=-c855591a9f549106 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-3cf9a316466d513a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3434 | 2024-12-20T23:43:29.417Z | Compiling wait-timeout v0.2.0 |
3435 | 2024-12-20T23:43:29.417Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=180b6aa23cc2f4ed -C extra-filename=-180b6aa23cc2f4ed --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3436 | 2024-12-20T23:43:29.526Z | Dirty strum v0.26.3: the rustflags changed |
3437 | 2024-12-20T23:43:29.526Z | Compiling strum v0.26.3 |
3438 | 2024-12-20T23:43:29.529Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=d3365051e79f13bf -C extra-filename=-d3365051e79f13bf --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-3751fa837c25ddbf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3439 | 2024-12-20T23:43:29.729Z | Compiling rusty-fork v0.3.0 |
3440 | 2024-12-20T23:43:29.732Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=1bee3d59aab02568 -C extra-filename=-1bee3d59aab02568 --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-086f5ffe4a25dc54.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3441 | 2024-12-20T23:43:30.081Z | Compiling rand_xorshift v0.3.0 |
3442 | 2024-12-20T23:43:30.083Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=03808419429da432 -C extra-filename=-03808419429da432 --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3443 | 2024-12-20T23:43:30.427Z | Compiling unarray v0.1.4 |
3444 | 2024-12-20T23:43:30.430Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ffab99a9473dff8 -C extra-filename=-2ffab99a9473dff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3445 | 2024-12-20T23:43:30.572Z | Compiling structmeta-derive v0.2.0 |
3446 | 2024-12-20T23:43:30.575Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c55ccb3c80d03c7f -C extra-filename=-c55ccb3c80d03c7f --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3447 | 2024-12-20T23:43:30.609Z | Compiling proptest v1.5.0 |
3448 | 2024-12-20T23:43:30.611Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=d670407408d91317 -C extra-filename=-d670407408d91317 --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-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-03808419429da432.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-1bee3d59aab02568.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2ffab99a9473dff8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3449 | 2024-12-20T23:43:31.048Z | Compiling serde_with v3.11.0 |
3450 | 2024-12-20T23:43:31.051Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=5a287ec055c5cf9e -C extra-filename=-5a287ec055c5cf9e --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-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2b24152a0a9a509d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3451 | 2024-12-20T23:43:31.136Z | Compiling camino-tempfile v1.1.1 |
3452 | 2024-12-20T23:43:31.139Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=efdb0e70c4c12326 -C extra-filename=-efdb0e70c4c12326 --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-9798e8e7609cdab8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3453 | 2024-12-20T23:43:31.613Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
3454 | 2024-12-20T23:43:31.613Z | Compiling proc-macro-error-attr v1.0.4 |
3455 | 2024-12-20T23:43:31.646Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2958a45fc60f928 -C extra-filename=-c2958a45fc60f928 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3456 | 2024-12-20T23:43:31.714Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
3457 | 2024-12-20T23:43:31.714Z | Compiling proc-macro-error v1.0.4 |
3458 | 2024-12-20T23:43:31.716Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a7a08893956d4115 -C extra-filename=-a7a08893956d4115 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3459 | 2024-12-20T23:43:31.977Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build` |
3460 | 2024-12-20T23:43:32.061Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f567f896bb0e00 -C extra-filename=-f0f567f896bb0e00 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3461 | 2024-12-20T23:43:32.099Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build` |
3462 | 2024-12-20T23:43:32.261Z | Compiling proc-macro-crate v1.3.1 |
3463 | 2024-12-20T23:43:32.264Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e030b9d92f557b7 -C extra-filename=-5e030b9d92f557b7 --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-4fac8a596e09fa80.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3464 | 2024-12-20T23:43:33.008Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=d2113ef437fb5d5e -C extra-filename=-d2113ef437fb5d5e --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-f0f567f896bb0e00.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
3465 | 2024-12-20T23:43:33.388Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3466 | 2024-12-20T23:43:33.391Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cb7343497e9d8e3 -C extra-filename=-7cb7343497e9d8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3467 | 2024-12-20T23:43:33.737Z | Compiling structmeta v0.2.0 |
3468 | 2024-12-20T23:43:33.740Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61ba18900f0ca36f -C extra-filename=-61ba18900f0ca36f --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-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c55ccb3c80d03c7f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3469 | 2024-12-20T23:43:33.767Z | Compiling num_enum_derive v0.5.11 |
3470 | 2024-12-20T23:43:33.770Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=b9f0f8120a6ff022 -C extra-filename=-b9f0f8120a6ff022 --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-5e030b9d92f557b7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3471 | 2024-12-20T23:43:33.813Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build` |
3472 | 2024-12-20T23:43:33.850Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3473 | 2024-12-20T23:43:33.853Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a674c41d8849d6c4 -C extra-filename=-a674c41d8849d6c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3474 | 2024-12-20T23:43:34.239Z | Compiling test-strategy v0.3.1 |
3475 | 2024-12-20T23:43:34.245Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=198ebdf28c1b51c7 -C extra-filename=-198ebdf28c1b51c7 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-61ba18900f0ca36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3476 | 2024-12-20T23:43:34.290Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build` |
3477 | 2024-12-20T23:43:34.330Z | Compiling foreign-types-macros v0.2.3 |
3478 | 2024-12-20T23:43:34.333Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=5e02bb8a31d399d9 -C extra-filename=-5e02bb8a31d399d9 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2024-12-20T23:43:34.410Z | Dirty parse-display v0.10.0: the rustflags changed |
3480 | 2024-12-20T23:43:34.410Z | Compiling parse-display v0.10.0 |
3481 | 2024-12-20T23:43:34.413Z | Running `/home/build/.rustup/toolchains/1.81.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.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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=f81a4f758dfcb860 -C extra-filename=-f81a4f758dfcb860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-c855591a9f549106.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3482 | 2024-12-20T23:43:34.942Z | Compiling foreign-types-shared v0.3.1 |
3483 | 2024-12-20T23:43:34.944Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0f329054068f8e6 -C extra-filename=-b0f329054068f8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3484 | 2024-12-20T23:43:35.110Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dffa7c7a626b1b1e -C extra-filename=-dffa7c7a626b1b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
3485 | 2024-12-20T23:43:35.185Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a3f21f86f7a39c -C extra-filename=-35a3f21f86f7a39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
3486 | 2024-12-20T23:43:35.268Z | Compiling tabwriter v1.4.0 |
3487 | 2024-12-20T23:43:35.270Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-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="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=0b571bee1a90778e -C extra-filename=-0b571bee1a90778e --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-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3488 | 2024-12-20T23:43:35.382Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3489 | 2024-12-20T23:43:35.384Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9fffdaab5d1d3bf8 -C extra-filename=-9fffdaab5d1d3bf8 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3490 | 2024-12-20T23:43:35.794Z | Compiling foreign-types v0.5.0 |
3491 | 2024-12-20T23:43:35.797Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9fc2e7bc4b0305d8 -C extra-filename=-9fc2e7bc4b0305d8 --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-5e02bb8a31d399d9.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b0f329054068f8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2024-12-20T23:43:35.831Z | Compiling itertools v0.13.0 |
3493 | 2024-12-20T23:43:35.850Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6b8c06aaa5867a2a -C extra-filename=-6b8c06aaa5867a2a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3494 | 2024-12-20T23:43:35.918Z | Compiling cstr-argument v0.1.2 |
3495 | 2024-12-20T23:43:35.921Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3e99e5d3bcd20984 -C extra-filename=-3e99e5d3bcd20984 --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-83c04ded702a2c6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3496 | 2024-12-20T23:43:36.193Z | Compiling pretty-hex v0.2.1 |
3497 | 2024-12-20T23:43:36.195Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3e27a2eafea59d63 -C extra-filename=-3e27a2eafea59d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3498 | 2024-12-20T23:43:36.395Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3499 | 2024-12-20T23:43:36.397Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3500 | 2024-12-20T23:43:36.397Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1c16d8a38e646f -C extra-filename=-fe1c16d8a38e646f --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-3e99e5d3bcd20984.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-9fc2e7bc4b0305d8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3501 | 2024-12-20T23:43:36.397Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfd352f2e43f3ba6 -C extra-filename=-bfd352f2e43f3ba6 --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-29117e4ff36dab03.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-9fffdaab5d1d3bf8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3502 | 2024-12-20T23:43:36.596Z | Compiling colored v2.1.0 |
3503 | 2024-12-20T23:43:36.596Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=cca24c851c6c4979 -C extra-filename=-cca24c851c6c4979 --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-cc0c30b4f89d8188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3504 | 2024-12-20T23:43:36.649Z | Compiling num_enum v0.5.11 |
3505 | 2024-12-20T23:43:36.652Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=9d86dc3829b2cc64 -C extra-filename=-9d86dc3829b2cc64 --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-b9f0f8120a6ff022.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3506 | 2024-12-20T23:43:36.821Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3507 | 2024-12-20T23:43:36.824Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=737469884fdede36 -C extra-filename=-737469884fdede36 --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-29117e4ff36dab03.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-dffa7c7a626b1b1e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3e27a2eafea59d63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2024-12-20T23:43:37.041Z | Compiling smf v0.2.3 |
3509 | 2024-12-20T23:43:37.043Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af60c245a9847e60 -C extra-filename=-af60c245a9847e60 --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-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2024-12-20T23:43:37.207Z | Compiling crucible-workspace-hack v0.1.0 |
3511 | 2024-12-20T23:43:37.209Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01a73b7276f90baf -C extra-filename=-01a73b7276f90baf --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3512 | 2024-12-20T23:43:37.406Z | Compiling zerocopy v0.8.10 |
3513 | 2024-12-20T23:43:37.408Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d2ad622971ab3df8 -C extra-filename=-d2ad622971ab3df8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2024-12-20T23:43:37.538Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build` |
3515 | 2024-12-20T23:43:37.577Z | Compiling zerocopy-derive v0.8.10 |
3516 | 2024-12-20T23:43:37.579Z | Running `/home/build/.rustup/toolchains/1.81.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.8.10/src/lib.rs --error-format=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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C metadata=57413edcab4f99d8 -C extra-filename=-57413edcab4f99d8 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3517 | 2024-12-20T23:43:38.398Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8/build-script-build` |
3518 | 2024-12-20T23:43:38.457Z | Compiling termtree v0.4.1 |
3519 | 2024-12-20T23:43:38.461Z | Compiling heapless v0.8.0 |
3520 | 2024-12-20T23:43:38.461Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e94d9b86c33333f -C extra-filename=-6e94d9b86c33333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3521 | 2024-12-20T23:43:38.481Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=93bdea806c17815b -C extra-filename=-93bdea806c17815b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2024-12-20T23:43:38.506Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ee54a9ce846ec72 -C extra-filename=-2ee54a9ce846ec72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3523 | 2024-12-20T23:43:38.621Z | Compiling hash32 v0.3.1 |
3524 | 2024-12-20T23:43:38.624Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c47edbd568567d5 -C extra-filename=-9c47edbd568567d5 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3525 | 2024-12-20T23:43:38.695Z | Compiling predicates-tree v1.0.11 |
3526 | 2024-12-20T23:43:38.697Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64601b9b0e8a95bb -C extra-filename=-64601b9b0e8a95bb --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-3792c8ca0d3316fb.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-6e94d9b86c33333f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3527 | 2024-12-20T23:43:38.886Z | Compiling smoltcp v0.11.0 |
3528 | 2024-12-20T23:43:38.888Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=975cb92889495cba -C extra-filename=-975cb92889495cba --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3529 | 2024-12-20T23:43:39.144Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3530 | 2024-12-20T23:43:39.146Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4914a20b31322982 -C extra-filename=-4914a20b31322982 --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-60b09a0d33435f29.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2024-12-20T23:43:39.168Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build` |
3532 | 2024-12-20T23:43:39.203Z | Compiling cobs v0.2.3 |
3533 | 2024-12-20T23:43:39.206Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=982f5c397fd841f9 -C extra-filename=-982f5c397fd841f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3534 | 2024-12-20T23:43:39.477Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=6439221049f43f25 -C extra-filename=-6439221049f43f25 --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-9c47edbd568567d5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3535 | 2024-12-20T23:43:39.524Z | Compiling postcard v1.0.10 |
3536 | 2024-12-20T23:43:39.526Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=7b2a33fc3467bea8 -C extra-filename=-7b2a33fc3467bea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-982f5c397fd841f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3537 | 2024-12-20T23:43:39.706Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build` |
3538 | 2024-12-20T23:43:39.744Z | Compiling atomicwrites v0.4.4 |
3539 | 2024-12-20T23:43:39.747Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a49e1e336b7595b5 -C extra-filename=-a49e1e336b7595b5 --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-a9fa2cc94e1a2df0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2024-12-20T23:43:40.196Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3541 | 2024-12-20T23:43:40.199Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3ba96cb482d03529 -C extra-filename=-3ba96cb482d03529 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2024-12-20T23:43:40.279Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3543 | 2024-12-20T23:43:40.282Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=8ef4e07882c68725 -C extra-filename=-8ef4e07882c68725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2024-12-20T23:43:40.472Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3545 | 2024-12-20T23:43:40.475Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c810936ecc10952 -C extra-filename=-6c810936ecc10952 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3546 | 2024-12-20T23:43:40.573Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=491d3e5dfa7ad00d -C extra-filename=-491d3e5dfa7ad00d --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6439221049f43f25.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3547 | 2024-12-20T23:43:40.599Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529/build-script-build` |
3548 | 2024-12-20T23:43:40.677Z | Compiling sigpipe v0.1.3 |
3549 | 2024-12-20T23:43:40.700Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5380c02213065272 -C extra-filename=-5380c02213065272 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3550 | 2024-12-20T23:43:40.728Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=d469a2255c3cf5a1 -C extra-filename=-d469a2255c3cf5a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-57413edcab4f99d8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
3551 | 2024-12-20T23:43:40.821Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
3552 | 2024-12-20T23:43:40.823Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22dab61baf95caf3 -C extra-filename=-22dab61baf95caf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3553 | 2024-12-20T23:43:41.175Z | Compiling mockall_derive v0.13.0 |
3554 | 2024-12-20T23:43:41.178Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=49e28254e2e73208 -C extra-filename=-49e28254e2e73208 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2024-12-20T23:43:41.519Z | Compiling thiserror v2.0.3 |
3556 | 2024-12-20T23:43:41.523Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=921b5d3f41485bf2 -C extra-filename=-921b5d3f41485bf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2024-12-20T23:43:41.545Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208/build-script-build` |
3558 | 2024-12-20T23:43:41.581Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build` |
3559 | 2024-12-20T23:43:41.621Z | Compiling thiserror-impl v2.0.3 |
3560 | 2024-12-20T23:43:41.624Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9afe0bd83b86a9d -C extra-filename=-e9afe0bd83b86a9d --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3561 | 2024-12-20T23:43:42.251Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2/build-script-build` |
3562 | 2024-12-20T23:43:42.549Z | Compiling typify-macro v0.2.0 |
3563 | 2024-12-20T23:43:42.552Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1f993fa09cc70e1 -C extra-filename=-b1f993fa09cc70e1 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-1977036fb397e397.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3564 | 2024-12-20T23:43:42.712Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
3565 | 2024-12-20T23:43:42.715Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cda07f3d901ae990 -C extra-filename=-cda07f3d901ae990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3566 | 2024-12-20T23:43:43.090Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e46278c52e52e234 -C extra-filename=-e46278c52e52e234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-737469884fdede36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-fe1c16d8a38e646f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-bfd352f2e43f3ba6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3567 | 2024-12-20T23:43:44.302Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=5b5784335aeeb521 -C extra-filename=-5b5784335aeeb521 --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-83c04ded702a2c6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
3568 | 2024-12-20T23:43:45.638Z | Compiling zone_cfg_derive v0.3.0 |
3569 | 2024-12-20T23:43:45.641Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecb15475b0d6cb21 -C extra-filename=-ecb15475b0d6cb21 --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3570 | 2024-12-20T23:43:45.663Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ae409350be9ac5e -C extra-filename=-2ae409350be9ac5e --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-e9afe0bd83b86a9d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
3571 | 2024-12-20T23:43:45.831Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3572 | 2024-12-20T23:43:45.833Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed602152db1c8af3 -C extra-filename=-ed602152db1c8af3 --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-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3573 | 2024-12-20T23:43:46.319Z | Compiling num-derive v0.4.2 |
3574 | 2024-12-20T23:43:46.322Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3a126ad865e68b2 -C extra-filename=-a3a126ad865e68b2 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3575 | 2024-12-20T23:43:46.906Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3576 | 2024-12-20T23:43:46.909Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=05c1562cbdefb52b -C extra-filename=-05c1562cbdefb52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-4914a20b31322982.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d469a2255c3cf5a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3577 | 2024-12-20T23:43:47.295Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3578 | 2024-12-20T23:43:47.298Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=8479575f4cd72e42 -C extra-filename=-8479575f4cd72e42 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3579 | 2024-12-20T23:43:47.362Z | Compiling typify v0.2.0 |
3580 | 2024-12-20T23:43:47.365Z | Compiling fragile v2.0.0 |
3581 | 2024-12-20T23:43:47.365Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=fb94aeea3b4f1a43 -C extra-filename=-fb94aeea3b4f1a43 --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-1977036fb397e397.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-b1f993fa09cc70e1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3582 | 2024-12-20T23:43:47.365Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=44dacb9658c55276 -C extra-filename=-44dacb9658c55276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3583 | 2024-12-20T23:43:47.526Z | Compiling progenitor-impl v0.8.0 |
3584 | 2024-12-20T23:43:47.529Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f41fa8451a2a769 -C extra-filename=-1f41fa8451a2a769 --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-702249e0617a2365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fb94aeea3b4f1a43.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3585 | 2024-12-20T23:43:47.633Z | Compiling downcast v0.11.0 |
3586 | 2024-12-20T23:43:47.636Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=bb5d5b4255f984fc -C extra-filename=-bb5d5b4255f984fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3587 | 2024-12-20T23:43:47.749Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3588 | 2024-12-20T23:43:47.752Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=c9f50b60c048ab6e -C extra-filename=-c9f50b60c048ab6e --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-0f2df29a0f34846c.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-4914a20b31322982.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-05c1562cbdefb52b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d469a2255c3cf5a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3589 | 2024-12-20T23:43:47.878Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build` |
3590 | 2024-12-20T23:43:47.917Z | Compiling zone v0.3.0 |
3591 | 2024-12-20T23:43:47.919Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=0fdc5e2868515543 -C extra-filename=-0fdc5e2868515543 --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ecb15475b0d6cb21.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3592 | 2024-12-20T23:43:48.047Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3593 | 2024-12-20T23:43:48.050Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62dd1c01c9ba54a5 -C extra-filename=-62dd1c01c9ba54a5 --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-ed602152db1c8af3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3594 | 2024-12-20T23:43:48.539Z | Compiling base64 v0.21.7 |
3595 | 2024-12-20T23:43:48.541Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d27ec8383fdb856 -C extra-filename=-6d27ec8383fdb856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3596 | 2024-12-20T23:43:48.848Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3597 | 2024-12-20T23:43:48.851Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb899a33b2ffd2d9 -C extra-filename=-fb899a33b2ffd2d9 --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-2ee54a9ce846ec72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a3a126ad865e68b2.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3598 | 2024-12-20T23:43:49.317Z | Compiling same-file v1.0.6 |
3599 | 2024-12-20T23:43:49.338Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17d6301a0da6eb44 -C extra-filename=-17d6301a0da6eb44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3600 | 2024-12-20T23:43:49.542Z | Compiling walkdir v2.5.0 |
3601 | 2024-12-20T23:43:49.545Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=276d808b1ead684e -C extra-filename=-276d808b1ead684e --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-17d6301a0da6eb44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3602 | 2024-12-20T23:43:49.627Z | Compiling convert_case v0.4.0 |
3603 | 2024-12-20T23:43:49.629Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=4e18993d560ee6e0 -C extra-filename=-4e18993d560ee6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3604 | 2024-12-20T23:43:49.834Z | Compiling newline-converter v0.3.0 |
3605 | 2024-12-20T23:43:49.836Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6bf16b5d3520644 -C extra-filename=-a6bf16b5d3520644 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3606 | 2024-12-20T23:43:50.028Z | Compiling expectorate v1.1.0 |
3607 | 2024-12-20T23:43:50.030Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4abd36fb465a093f -C extra-filename=-4abd36fb465a093f --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-8134fd228889b755.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a6bf16b5d3520644.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3608 | 2024-12-20T23:43:50.224Z | Dirty xattr v1.3.1: the rustflags changed |
3609 | 2024-12-20T23:43:50.224Z | Compiling xattr v1.3.1 |
3610 | 2024-12-20T23:43:50.226Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=bce1707f2386d5d2 -C extra-filename=-bce1707f2386d5d2 --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3611 | 2024-12-20T23:43:50.372Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3612 | 2024-12-20T23:43:50.394Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=bb3e1d8b30b5c594 -C extra-filename=-bb3e1d8b30b5c594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c9f50b60c048ab6e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3613 | 2024-12-20T23:43:50.520Z | Dirty filetime v0.2.25: the rustflags changed |
3614 | 2024-12-20T23:43:50.520Z | Compiling filetime v0.2.25 |
3615 | 2024-12-20T23:43:50.520Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=169928e563e20f79 -C extra-filename=-169928e563e20f79 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3616 | 2024-12-20T23:43:50.612Z | Compiling tungstenite v0.21.0 |
3617 | 2024-12-20T23:43:50.615Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=64ae09deb79cbc48 -C extra-filename=-64ae09deb79cbc48 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3618 | 2024-12-20T23:43:50.729Z | Compiling derive_more v0.99.18 |
3619 | 2024-12-20T23:43:50.741Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=ec69ba1f899f2ea9 -C extra-filename=-ec69ba1f899f2ea9 --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-4e18993d560ee6e0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3620 | 2024-12-20T23:43:50.852Z | Dirty tar v0.4.42: the rustflags changed |
3621 | 2024-12-20T23:43:50.853Z | Compiling tar v0.4.42 |
3622 | 2024-12-20T23:43:50.855Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=ab6cc5ea2f785343 -C extra-filename=-ab6cc5ea2f785343 --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-169928e563e20f79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-bce1707f2386d5d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3623 | 2024-12-20T23:43:52.417Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=56e7b313b8fe70c1 -C extra-filename=-56e7b313b8fe70c1 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c9f50b60c048ab6e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-6c810936ecc10952.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-bb3e1d8b30b5c594.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
3624 | 2024-12-20T23:43:52.675Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3625 | 2024-12-20T23:43:52.675Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=d4ad5ac13f95b9ce -C extra-filename=-d4ad5ac13f95b9ce --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-83c04ded702a2c6e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-56e7b313b8fe70c1.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-cda07f3d901ae990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d469a2255c3cf5a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3626 | 2024-12-20T23:43:52.817Z | Compiling mockall v0.13.0 |
3627 | 2024-12-20T23:43:52.820Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1fb2ef3138515a7e -C extra-filename=-1fb2ef3138515a7e --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-83c04ded702a2c6e.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bb5d5b4255f984fc.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-44dacb9658c55276.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5b5784335aeeb521.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2024-12-20T23:43:52.882Z | Compiling tokio-tungstenite v0.21.0 |
3629 | 2024-12-20T23:43:52.885Z | Running `/home/build/.rustup/toolchains/1.81.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.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=114ed599e28f93e0 -C extra-filename=-114ed599e28f93e0 --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-64ae09deb79cbc48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2024-12-20T23:43:53.171Z | Compiling arc-swap v1.7.1 |
3631 | 2024-12-20T23:43:53.171Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=98701f5f07c777db -C extra-filename=-98701f5f07c777db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3632 | 2024-12-20T23:43:53.248Z | Compiling num-rational v0.4.2 |
3633 | 2024-12-20T23:43:53.251Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=642302e061a7927e -C extra-filename=-642302e061a7927e --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3634 | 2024-12-20T23:43:53.502Z | Compiling num-complex v0.4.6 |
3635 | 2024-12-20T23:43:53.505Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=00dc10230bd38cfa -C extra-filename=-00dc10230bd38cfa --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3636 | 2024-12-20T23:43:53.848Z | Compiling slog-scope v4.4.0 |
3637 | 2024-12-20T23:43:53.850Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=815f579f17bc029e -C extra-filename=-815f579f17bc029e --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-98701f5f07c777db.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3638 | 2024-12-20T23:43:54.426Z | Compiling slog-stdlog v4.1.1 |
3639 | 2024-12-20T23:43:54.430Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=da5dc4498adba737 -C extra-filename=-da5dc4498adba737 --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-a2c99244b373d360.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3640 | 2024-12-20T23:43:54.624Z | Compiling slog-envlogger v2.2.0 |
3641 | 2024-12-20T23:43:54.627Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=6f6c828458804848 -C extra-filename=-6f6c828458804848 --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-a2c99244b373d360.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-da5dc4498adba737.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3642 | 2024-12-20T23:43:54.829Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3643 | 2024-12-20T23:43:54.832Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b57f26c5cd0c7cf8 -C extra-filename=-b57f26c5cd0c7cf8 --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-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e46278c52e52e234.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-56e7b313b8fe70c1.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d4ad5ac13f95b9ce.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7b2a33fc3467bea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2ae409350be9ac5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3644 | 2024-12-20T23:43:54.993Z | Compiling num v0.4.3 |
3645 | 2024-12-20T23:43:54.995Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=37e6e52c977aa548 -C extra-filename=-37e6e52c977aa548 --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-00dc10230bd38cfa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-642302e061a7927e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3646 | 2024-12-20T23:43:55.127Z | Compiling float-ord v0.3.2 |
3647 | 2024-12-20T23:43:55.129Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64ad33de53dcc530 -C extra-filename=-64ad33de53dcc530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3648 | 2024-12-20T23:43:55.149Z | Compiling owo-colors v4.1.0 |
3649 | 2024-12-20T23:43:55.151Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=ab9c385e5901ea3b -C extra-filename=-ab9c385e5901ea3b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3650 | 2024-12-20T23:43:55.301Z | Compiling cancel-safe-futures v0.1.5 |
3651 | 2024-12-20T23:43:55.303Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=519fdc64effdffd2 -C extra-filename=-519fdc64effdffd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3652 | 2024-12-20T23:43:55.463Z | Dirty swrite v0.1.0: the rustflags changed |
3653 | 2024-12-20T23:43:55.463Z | Compiling swrite v0.1.0 |
3654 | 2024-12-20T23:43:55.491Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=74c3ec0fd5fa922d -C extra-filename=-74c3ec0fd5fa922d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3655 | 2024-12-20T23:43:55.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build` |
3656 | 2024-12-20T23:43:55.529Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=d27cd3c9a5bd1634 -C extra-filename=-d27cd3c9a5bd1634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3657 | 2024-12-20T23:43:55.599Z | Compiling libsw v3.3.1 |
3658 | 2024-12-20T23:43:55.601Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=419a65fdbae0ba80 -C extra-filename=-419a65fdbae0ba80 --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-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3659 | 2024-12-20T23:43:55.691Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build` |
3660 | 2024-12-20T23:43:55.733Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=d064d23112fb4620 -C extra-filename=-d064d23112fb4620 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3661 | 2024-12-20T23:43:55.927Z | Compiling password-hash v0.5.0 |
3662 | 2024-12-20T23:43:55.929Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=95f90713e07388c9 -C extra-filename=-95f90713e07388c9 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3663 | 2024-12-20T23:43:56.002Z | Compiling progenitor-macro v0.8.0 |
3664 | 2024-12-20T23:43:56.004Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5799d5f63ff532af -C extra-filename=-5799d5f63ff532af --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-a61020b46961d214.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1f41fa8451a2a769.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ca08b0b437bb8504.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3665 | 2024-12-20T23:43:56.321Z | Compiling blake2 v0.10.6 |
3666 | 2024-12-20T23:43:56.324Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=50f7de26e0314ac6 -C extra-filename=-50f7de26e0314ac6 --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-427828cb45815475.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3667 | 2024-12-20T23:43:56.346Z | Compiling linear-map v1.2.0 |
3668 | 2024-12-20T23:43:56.349Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=004b24f70abe6b23 -C extra-filename=-004b24f70abe6b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3669 | 2024-12-20T23:43:56.744Z | Compiling indent_write v2.2.0 |
3670 | 2024-12-20T23:43:56.746Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d115df43764c8065 -C extra-filename=-d115df43764c8065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3671 | 2024-12-20T23:43:56.974Z | Compiling argon2 v0.5.3 |
3672 | 2024-12-20T23:43:56.977Z | Compiling pem v3.0.4 |
3673 | 2024-12-20T23:43:56.977Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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 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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=d8f7b1b51375db4b -C extra-filename=-d8f7b1b51375db4b --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-d4bf7869d4ee9385.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-50f7de26e0314ac6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-95f90713e07388c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3674 | 2024-12-20T23:43:56.977Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=de7ed3725d1ecbe1 -C extra-filename=-de7ed3725d1ecbe1 --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-e342ec737c4cbcc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3675 | 2024-12-20T23:43:57.413Z | Compiling highway v1.2.0 |
3676 | 2024-12-20T23:43:57.415Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5591bedad390d062 -C extra-filename=-5591bedad390d062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3677 | 2024-12-20T23:43:57.715Z | Compiling lzma-sys v0.1.20 |
3678 | 2024-12-20T23:43:57.717Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=6295040ea28e98ef -C extra-filename=-6295040ea28e98ef --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3679 | 2024-12-20T23:43:57.836Z | Compiling heck v0.3.3 |
3680 | 2024-12-20T23:43:57.838Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b38adb89d41c5e3 -C extra-filename=-1b38adb89d41c5e3 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3681 | 2024-12-20T23:43:57.860Z | Compiling headers-core v0.3.0 |
3682 | 2024-12-20T23:43:57.862Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9dd25c146f955685 -C extra-filename=-9dd25c146f955685 --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-c81b8ef6ec5b321d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2024-12-20T23:43:58.017Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
3684 | 2024-12-20T23:43:58.017Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=d5f9439d1a9d6cc8 -C extra-filename=-d5f9439d1a9d6cc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3685 | 2024-12-20T23:43:58.218Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3686 | 2024-12-20T23:43:58.259Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0740cba08b844d02 -C extra-filename=-0740cba08b844d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2024-12-20T23:43:58.292Z | Compiling zone_cfg_derive v0.1.2 |
3688 | 2024-12-20T23:43:58.294Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=000ceaff6a1321eb -C extra-filename=-000ceaff6a1321eb --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-1b38adb89d41c5e3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3689 | 2024-12-20T23:43:58.565Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build` |
3690 | 2024-12-20T23:43:58.605Z | Compiling headers v0.4.0 |
3691 | 2024-12-20T23:43:58.629Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f89dcc5e9387908a -C extra-filename=-f89dcc5e9387908a --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-6d27ec8383fdb856.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-9dd25c146f955685.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3692 | 2024-12-20T23:43:58.632Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef/build-script-build` |
3693 | 2024-12-20T23:43:58.680Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=530de364c32c344b -C extra-filename=-530de364c32c344b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3694 | 2024-12-20T23:43:58.794Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3695 | 2024-12-20T23:43:58.796Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64f1deac1542dd84 -C extra-filename=-64f1deac1542dd84 --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-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3696 | 2024-12-20T23:43:58.854Z | Compiling yasna v0.5.2 |
3697 | 2024-12-20T23:43:58.856Z | Running `/home/build/.rustup/toolchains/1.81.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="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2a5e1a4610284056 -C extra-filename=-2a5e1a4610284056 --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-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3698 | 2024-12-20T23:43:58.951Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build` |
3699 | 2024-12-20T23:43:59.185Z | Compiling base64 v0.13.1 |
3700 | 2024-12-20T23:43:59.188Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a43efa0b709579bd -C extra-filename=-a43efa0b709579bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3701 | 2024-12-20T23:43:59.427Z | Compiling humantime v2.1.0 |
3702 | 2024-12-20T23:43:59.429Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31c3ffab5224127a -C extra-filename=-31c3ffab5224127a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3703 | 2024-12-20T23:43:59.779Z | Compiling rcgen v0.12.1 |
3704 | 2024-12-20T23:43:59.781Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=4509fe8783ecf5e7 -C extra-filename=-4509fe8783ecf5e7 --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-de7ed3725d1ecbe1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2a5e1a4610284056.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
3705 | 2024-12-20T23:43:59.806Z | Compiling ron v0.7.1 |
3706 | 2024-12-20T23:43:59.826Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=b044b2d0837649ab -C extra-filename=-b044b2d0837649ab --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-a43efa0b709579bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3707 | 2024-12-20T23:43:59.970Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3708 | 2024-12-20T23:43:59.970Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1795c10f9a570f2 -C extra-filename=-d1795c10f9a570f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-64f1deac1542dd84.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3709 | 2024-12-20T23:44:00.014Z | Compiling zone v0.1.8 |
3710 | 2024-12-20T23:44:00.016Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e33d8ab1a3fcf2f -C extra-filename=-3e33d8ab1a3fcf2f --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-000ceaff6a1321eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3711 | 2024-12-20T23:44:00.219Z | Dirty aws-lc-sys v0.22.0: the rustflags changed |
3712 | 2024-12-20T23:44:00.219Z | Compiling aws-lc-sys v0.22.0 |
3713 | 2024-12-20T23:44:00.222Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.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="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=350f15fdb432efc1 -C extra-filename=-350f15fdb432efc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-350f15fdb432efc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-dd60dc13bb5b4bca.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-4abb57eea5816ada.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-3e5c62976113e5f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-242258cbf285726b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3714 | 2024-12-20T23:44:00.532Z | Compiling xz2 v0.1.7 |
3715 | 2024-12-20T23:44:00.535Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=829fc4595960ee29 -C extra-filename=-829fc4595960ee29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-530de364c32c344b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3716 | 2024-12-20T23:44:00.670Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0c9034aa53da038 -C extra-filename=-e0c9034aa53da038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-737469884fdede36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-fe1c16d8a38e646f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-bfd352f2e43f3ba6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3717 | 2024-12-20T23:44:00.732Z | Compiling subprocess v0.2.9 |
3718 | 2024-12-20T23:44:00.754Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7b60d3e91176a92 -C extra-filename=-e7b60d3e91176a92 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3719 | 2024-12-20T23:44:01.020Z | Dirty semver v0.1.20: the rustflags changed |
3720 | 2024-12-20T23:44:01.020Z | Compiling semver v0.1.20 |
3721 | 2024-12-20T23:44:01.023Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad501e15d7f1fa5f -C extra-filename=-ad501e15d7f1fa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3722 | 2024-12-20T23:44:01.686Z | Dirty rustc_version v0.1.7: the rustflags changed |
3723 | 2024-12-20T23:44:01.686Z | Compiling rustc_version v0.1.7 |
3724 | 2024-12-20T23:44:01.688Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e1f2611955e262c -C extra-filename=-5e1f2611955e262c --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-ad501e15d7f1fa5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3725 | 2024-12-20T23:44:01.745Z | Compiling half v2.4.1 |
3726 | 2024-12-20T23:44:01.747Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=b903e0a71c8a9e30 -C extra-filename=-b903e0a71c8a9e30 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3727 | 2024-12-20T23:44:02.248Z | Dirty newtype_derive v0.1.6: the rustflags changed |
3728 | 2024-12-20T23:44:02.248Z | Compiling newtype_derive v0.1.6 |
3729 | 2024-12-20T23:44:02.252Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=091dddfb3b11af99 -C extra-filename=-091dddfb3b11af99 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5e1f2611955e262c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3730 | 2024-12-20T23:44:02.274Z | Compiling ciborium-io v0.2.2 |
3731 | 2024-12-20T23:44:02.276Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=47dbf1aa7d6f1ddf -C extra-filename=-47dbf1aa7d6f1ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3732 | 2024-12-20T23:44:02.333Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=ebc379566efd2a27 -C extra-filename=-ebc379566efd2a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
3733 | 2024-12-20T23:44:02.362Z | Compiling display-error-chain v0.2.2 |
3734 | 2024-12-20T23:44:02.365Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c934ff84d13620ad -C extra-filename=-c934ff84d13620ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3735 | 2024-12-20T23:44:02.412Z | Compiling ciborium-ll v0.2.2 |
3736 | 2024-12-20T23:44:02.415Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f57a3b1c0d1225df -C extra-filename=-f57a3b1c0d1225df --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-47dbf1aa7d6f1ddf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b903e0a71c8a9e30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3737 | 2024-12-20T23:44:02.563Z | Compiling slog-dtrace v0.3.0 |
3738 | 2024-12-20T23:44:02.580Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db2a9b39b66bdf96 -C extra-filename=-db2a9b39b66bdf96 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3739 | 2024-12-20T23:44:02.609Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build` |
3740 | 2024-12-20T23:44:02.643Z | Compiling gethostname v0.5.0 |
3741 | 2024-12-20T23:44:02.643Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=609f1d2cdfe5bf4b -C extra-filename=-609f1d2cdfe5bf4b --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-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3742 | 2024-12-20T23:44:02.682Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=46f75afc187be87d -C extra-filename=-46f75afc187be87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
3743 | 2024-12-20T23:44:02.740Z | Compiling ciborium v0.2.2 |
3744 | 2024-12-20T23:44:02.742Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e005f0e9c526801 -C extra-filename=-0e005f0e9c526801 --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-47dbf1aa7d6f1ddf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f57a3b1c0d1225df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3745 | 2024-12-20T23:44:02.810Z | Compiling steno v0.4.1 |
3746 | 2024-12-20T23:44:02.813Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5571f4f3fea8a9c9 -C extra-filename=-5571f4f3fea8a9c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3747 | 2024-12-20T23:44:02.836Z | Compiling nibble_vec v0.1.0 |
3748 | 2024-12-20T23:44:02.838Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5edce832b955d918 -C extra-filename=-5edce832b955d918 --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3749 | 2024-12-20T23:44:02.870Z | Compiling endian-type v0.1.2 |
3750 | 2024-12-20T23:44:02.872Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=374679e1acf60c7f -C extra-filename=-374679e1acf60c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3751 | 2024-12-20T23:44:02.941Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build` |
3752 | 2024-12-20T23:44:03.019Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c63079740f499bb -C extra-filename=-1c63079740f499bb --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-07ebaf0eb0f1113e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3753 | 2024-12-20T23:44:03.058Z | Compiling keccak v0.1.5 |
3754 | 2024-12-20T23:44:03.061Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=c2f5654441477d17 -C extra-filename=-c2f5654441477d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3755 | 2024-12-20T23:44:03.121Z | Compiling radix_trie v0.2.1 |
3756 | 2024-12-20T23:44:03.128Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9a0d1285c339c6d5 -C extra-filename=-9a0d1285c339c6d5 --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-374679e1acf60c7f.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5edce832b955d918.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3757 | 2024-12-20T23:44:03.648Z | Compiling sha3 v0.10.8 |
3758 | 2024-12-20T23:44:03.652Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=9a484ef53cddbb44 -C extra-filename=-9a484ef53cddbb44 --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-427828cb45815475.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c2f5654441477d17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3759 | 2024-12-20T23:44:03.840Z | Compiling arrayvec v0.7.6 |
3760 | 2024-12-20T23:44:03.842Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=3ded41aaa9d9802f -C extra-filename=-3ded41aaa9d9802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3761 | 2024-12-20T23:44:04.116Z | Compiling arrayref v0.3.9 |
3762 | 2024-12-20T23:44:04.118Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b91986aeb4aaec13 -C extra-filename=-b91986aeb4aaec13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3763 | 2024-12-20T23:44:04.237Z | Compiling constant_time_eq v0.3.1 |
3764 | 2024-12-20T23:44:04.239Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4d02674e81423f01 -C extra-filename=-4d02674e81423f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3765 | 2024-12-20T23:44:04.293Z | Compiling universal-hash v0.5.1 |
3766 | 2024-12-20T23:44:04.295Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f038c6a9f9d9b2ec -C extra-filename=-f038c6a9f9d9b2ec --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-7fdfedb38dd16271.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3767 | 2024-12-20T23:44:04.318Z | Compiling opaque-debug v0.3.1 |
3768 | 2024-12-20T23:44:04.321Z | Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=336551ef1347f8fe -C extra-filename=-336551ef1347f8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3769 | 2024-12-20T23:44:04.427Z | Compiling secrecy v0.8.0 |
3770 | 2024-12-20T23:44:04.430Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=2e31e26ea63eb7ef -C extra-filename=-2e31e26ea63eb7ef --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-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3771 | 2024-12-20T23:44:04.450Z | Compiling blake3 v1.5.4 |
3772 | 2024-12-20T23:44:04.452Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=e4e5b4fdbc78c63f -C extra-filename=-e4e5b4fdbc78c63f --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3773 | 2024-12-20T23:44:04.501Z | Compiling ring v0.16.20 |
3774 | 2024-12-20T23:44:04.503Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=058ec4e11be265f4 -C extra-filename=-058ec4e11be265f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3775 | 2024-12-20T23:44:04.713Z | Compiling memmap2 v0.9.5 |
3776 | 2024-12-20T23:44:04.716Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=30296a06e6ae4d07 -C extra-filename=-30296a06e6ae4d07 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3777 | 2024-12-20T23:44:04.738Z | Compiling spin v0.5.2 |
3778 | 2024-12-20T23:44:04.741Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc11d4ba9e5659d -C extra-filename=-ffc11d4ba9e5659d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3779 | 2024-12-20T23:44:05.001Z | Compiling aead v0.5.2 |
3780 | 2024-12-20T23:44:05.003Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=ca8bfea2ccdd2eda -C extra-filename=-ca8bfea2ccdd2eda --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-7fdfedb38dd16271.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3781 | 2024-12-20T23:44:05.025Z | Compiling topological-sort v0.2.2 |
3782 | 2024-12-20T23:44:05.046Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080f99335bb4565d -C extra-filename=-080f99335bb4565d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3783 | 2024-12-20T23:44:05.195Z | Compiling poly1305 v0.8.0 |
3784 | 2024-12-20T23:44:05.224Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=5b169acf02c0449f -C extra-filename=-5b169acf02c0449f --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-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f038c6a9f9d9b2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3785 | 2024-12-20T23:44:05.236Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f/build-script-build` |
3786 | 2024-12-20T23:44:05.260Z | Compiling chacha20 v0.9.1 |
3787 | 2024-12-20T23:44:05.262Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=c15d85ddff06e4a5 -C extra-filename=-c15d85ddff06e4a5 --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3788 | 2024-12-20T23:44:05.379Z | Compiling toolchain_find v0.4.0 |
3789 | 2024-12-20T23:44:05.382Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57ce78ce2a17ec67 -C extra-filename=-57ce78ce2a17ec67 --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-f4181d55d297293f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3790 | 2024-12-20T23:44:05.753Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4/build-script-build` |
3791 | 2024-12-20T23:44:05.778Z | Compiling thiserror-impl-no-std v2.0.2 |
3792 | 2024-12-20T23:44:05.781Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=30c63a71d8c9bf02 -C extra-filename=-30c63a71d8c9bf02 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3793 | 2024-12-20T23:44:05.900Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=39a768ac77827752 -C extra-filename=-39a768ac77827752 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-30296a06e6ae4d07.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` |
3794 | 2024-12-20T23:44:06.047Z | Compiling rustfmt-wrapper v0.2.1 |
3795 | 2024-12-20T23:44:06.050Z | Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=429be2f0dbd86842 -C extra-filename=-429be2f0dbd86842 --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-1ac9fc4a930966d4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-57ce78ce2a17ec67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3796 | 2024-12-20T23:44:06.610Z | Compiling async-recursion v1.1.1 |
3797 | 2024-12-20T23:44:06.613Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2980bee54355cce2 -C extra-filename=-2980bee54355cce2 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3798 | 2024-12-20T23:44:06.983Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3799 | 2024-12-20T23:44:06.987Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca2995da6a70227e -C extra-filename=-ca2995da6a70227e --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3800 | 2024-12-20T23:44:07.171Z | Compiling chacha20poly1305 v0.10.1 |
3801 | 2024-12-20T23:44:07.173Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=4ce480f5dad11f9e -C extra-filename=-4ce480f5dad11f9e --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-ca8bfea2ccdd2eda.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3802 | 2024-12-20T23:44:07.339Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build` |
3803 | 2024-12-20T23:44:07.377Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87de8c2baddad56e -C extra-filename=-87de8c2baddad56e --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
3804 | 2024-12-20T23:44:07.423Z | Compiling fxhash v0.2.1 |
3805 | 2024-12-20T23:44:07.426Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=048ebba6ba3012bd -C extra-filename=-048ebba6ba3012bd --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3806 | 2024-12-20T23:44:07.648Z | Compiling lockfree-object-pool v0.1.6 |
3807 | 2024-12-20T23:44:07.650Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8959df1db63b88d5 -C extra-filename=-8959df1db63b88d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3808 | 2024-12-20T23:44:07.825Z | Compiling simd-adler32 v0.3.7 |
3809 | 2024-12-20T23:44:07.828Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=56420b8cf164d3b8 -C extra-filename=-56420b8cf164d3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3810 | 2024-12-20T23:44:07.943Z | Compiling bumpalo v3.16.0 |
3811 | 2024-12-20T23:44:07.946Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=597f73e87f72748d -C extra-filename=-597f73e87f72748d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3812 | 2024-12-20T23:44:08.364Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=cfa5ee9e4350061e -C extra-filename=-cfa5ee9e4350061e --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-4fac8a596e09fa80.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ffc11d4ba9e5659d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -l static=ring-core -l static=ring-test` |
3813 | 2024-12-20T23:44:08.426Z | Compiling zip v2.1.3 |
3814 | 2024-12-20T23:44:08.426Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=f45a45f4d5bf7a94 -C extra-filename=-f45a45f4d5bf7a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3815 | 2024-12-20T23:44:08.448Z | Compiling zopfli v0.8.1 |
3816 | 2024-12-20T23:44:08.450Z | Compiling termcolor v1.4.1 |
3817 | 2024-12-20T23:44:08.450Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-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="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=8a273e04d4248100 -C extra-filename=-8a273e04d4248100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-597f73e87f72748d.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-8959df1db63b88d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-56420b8cf164d3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3818 | 2024-12-20T23:44:08.450Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4797ccd8a8baddc1 -C extra-filename=-4797ccd8a8baddc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3819 | 2024-12-20T23:44:08.786Z | Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build` |
3820 | 2024-12-20T23:44:08.826Z | Compiling radium v0.7.0 |
3821 | 2024-12-20T23:44:08.835Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa7c7e0fa637645c -C extra-filename=-fa7c7e0fa637645c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3822 | 2024-12-20T23:44:09.520Z | Compiling thiserror-no-std v2.0.2 |
3823 | 2024-12-20T23:44:09.533Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4fda64549c812a09 -C extra-filename=-4fda64549c812a09 --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-30c63a71d8c9bf02.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3824 | 2024-12-20T23:44:09.533Z | Compiling vsss-rs v3.3.4 |
3825 | 2024-12-20T23:44:09.533Z | Running `/home/build/.rustup/toolchains/1.81.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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=4d656c8b9c22cbf3 -C extra-filename=-4d656c8b9c22cbf3 --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-40b96768f529d1af.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c35faf152b40ed9d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-4fda64549c812a09.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3826 | 2024-12-20T23:44:09.533Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=fd71938a1248c6f7 -C extra-filename=-fd71938a1248c6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-e4f2679682b94175.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-8a273e04d4248100.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
3827 | 2024-12-20T23:44:09.534Z | Compiling maplit v1.0.2 |
3828 | 2024-12-20T23:44:09.534Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecfd5b0ec037d853 -C extra-filename=-ecfd5b0ec037d853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3829 | 2024-12-20T23:44:09.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build` |
3830 | 2024-12-20T23:44:09.597Z | Compiling maybe-uninit v2.0.0 |
3831 | 2024-12-20T23:44:09.600Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c5063d6021ef8d5 -C extra-filename=-5c5063d6021ef8d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3832 | 2024-12-20T23:44:10.243Z | Compiling tap v1.0.1 |
3833 | 2024-12-20T23:44:10.265Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c927e9e71c73919 -C extra-filename=-4c927e9e71c73919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3834 | 2024-12-20T23:44:10.308Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build` |
3835 | 2024-12-20T23:44:10.389Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbeb60fed82686ae -C extra-filename=-dbeb60fed82686ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
3836 | 2024-12-20T23:44:10.448Z | Compiling wyz v0.5.1 |
3837 | 2024-12-20T23:44:10.450Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9586e86629ff2435 -C extra-filename=-9586e86629ff2435 --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-4c927e9e71c73919.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3838 | 2024-12-20T23:44:10.650Z | Compiling const_format_proc_macros v0.2.33 |
3839 | 2024-12-20T23:44:10.653Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=ed04de40b7be1d52 -C extra-filename=-ed04de40b7be1d52 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3840 | 2024-12-20T23:44:10.855Z | Compiling crc-catalog v2.4.0 |
3841 | 2024-12-20T23:44:10.857Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab025c5202a84d5c -C extra-filename=-ab025c5202a84d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3842 | 2024-12-20T23:44:10.915Z | Compiling funty v2.0.0 |
3843 | 2024-12-20T23:44:10.918Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce667f001666d86f -C extra-filename=-ce667f001666d86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3844 | 2024-12-20T23:44:11.012Z | Compiling packed_struct v0.10.1 |
3845 | 2024-12-20T23:44:11.015Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=227703b346cb490f -C extra-filename=-227703b346cb490f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3846 | 2024-12-20T23:44:11.457Z | Compiling crc v3.2.1 |
3847 | 2024-12-20T23:44:11.459Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fbcb9c8736247af6 -C extra-filename=-fbcb9c8736247af6 --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-ab025c5202a84d5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3848 | 2024-12-20T23:44:11.554Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build` |
3849 | 2024-12-20T23:44:11.595Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e32ac06e498fa999 -C extra-filename=-e32ac06e498fa999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
3850 | 2024-12-20T23:44:11.712Z | Compiling packed_struct_codegen v0.10.1 |
3851 | 2024-12-20T23:44:11.715Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1ac5259068253334 -C extra-filename=-1ac5259068253334 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3852 | 2024-12-20T23:44:12.012Z | Compiling bitvec v1.0.1 |
3853 | 2024-12-20T23:44:12.015Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=9361801a98241083 -C extra-filename=-9361801a98241083 --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-ce667f001666d86f.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-dbeb60fed82686ae.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4c927e9e71c73919.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9586e86629ff2435.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3854 | 2024-12-20T23:44:12.185Z | Compiling indexmap v1.9.3 |
3855 | 2024-12-20T23:44:12.188Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=0076c5f389578092 -C extra-filename=-0076c5f389578092 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3856 | 2024-12-20T23:44:12.212Z | Compiling nodrop v0.1.14 |
3857 | 2024-12-20T23:44:12.215Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=071933959effb27c -C extra-filename=-071933959effb27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3858 | 2024-12-20T23:44:12.347Z | Compiling array-init v0.0.4 |
3859 | 2024-12-20T23:44:12.350Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a275773c7f7a2120 -C extra-filename=-a275773c7f7a2120 --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-071933959effb27c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3860 | 2024-12-20T23:44:12.557Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build` |
3861 | 2024-12-20T23:44:12.592Z | Compiling smallvec v0.6.14 |
3862 | 2024-12-20T23:44:12.592Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=95962537221bffe4 -C extra-filename=-95962537221bffe4 --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-e32ac06e498fa999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3863 | 2024-12-20T23:44:12.692Z | Compiling vte_generate_state_changes v0.1.2 |
3864 | 2024-12-20T23:44:12.695Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf908aa38f976290 -C extra-filename=-bf908aa38f976290 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3865 | 2024-12-20T23:44:12.967Z | Compiling const_format v0.2.33 |
3866 | 2024-12-20T23:44:12.970Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=73f4a98753eb625a -C extra-filename=-73f4a98753eb625a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-ed04de40b7be1d52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3867 | 2024-12-20T23:44:13.028Z | Compiling hashbrown v0.12.3 |
3868 | 2024-12-20T23:44:13.035Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=dd90245a70577fbf -C extra-filename=-dd90245a70577fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3869 | 2024-12-20T23:44:13.470Z | Compiling bitfield v0.14.0 |
3870 | 2024-12-20T23:44:13.473Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0f86572c8bfcbd0 -C extra-filename=-e0f86572c8bfcbd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3871 | 2024-12-20T23:44:13.573Z | Compiling serde-hex v0.1.0 |
3872 | 2024-12-20T23:44:13.576Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d08f2ee553cc2840 -C extra-filename=-d08f2ee553cc2840 --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-a275773c7f7a2120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-95962537221bffe4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3873 | 2024-12-20T23:44:13.640Z | Compiling vte v0.11.1 |
3874 | 2024-12-20T23:44:13.643Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=577069a88ffd6d8e -C extra-filename=-577069a88ffd6d8e --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-6f3e25e7cc201eae.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-bf908aa38f976290.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3875 | 2024-12-20T23:44:13.775Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3876 | 2024-12-20T23:44:13.777Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3bcfaf1429f5b431 -C extra-filename=-3bcfaf1429f5b431 --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3877 | 2024-12-20T23:44:13.806Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-350f15fdb432efc1/build-script-main` |
3878 | 2024-12-20T23:44:13.986Z | Compiling env_logger v0.10.2 |
3879 | 2024-12-20T23:44:13.989Z | Running `/home/build/.rustup/toolchains/1.81.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.2/src/lib.rs --error-format=json --json=diagnostic-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=44fd74ce17390a5c -C extra-filename=-44fd74ce17390a5c --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-df36d71ac9df22f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3880 | 2024-12-20T23:44:14.100Z | Compiling ron v0.8.1 |
3881 | 2024-12-20T23:44:14.102Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=83d933d148126cbb -C extra-filename=-83d933d148126cbb --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-6d27ec8383fdb856.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3882 | 2024-12-20T23:44:14.182Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=2ce4db2c526c9701 -C extra-filename=-2ce4db2c526c9701 --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-dd90245a70577fbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3883 | 2024-12-20T23:44:14.732Z | Compiling hashbrown v0.13.2 |
3884 | 2024-12-20T23:44:14.734Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=78fd7b7851eaac03 -C extra-filename=-78fd7b7851eaac03 --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-8be98ef023620e24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3885 | 2024-12-20T23:44:15.116Z | Compiling fd-lock v4.0.2 |
3886 | 2024-12-20T23:44:15.120Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b50e4e9514f60862 -C extra-filename=-b50e4e9514f60862 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3887 | 2024-12-20T23:44:15.140Z | Compiling kstat-rs v0.2.4 |
3888 | 2024-12-20T23:44:15.143Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=feeba4eda123e0da -C extra-filename=-feeba4eda123e0da --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-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3889 | 2024-12-20T23:44:15.279Z | Compiling crc-any v2.5.0 |
3890 | 2024-12-20T23:44:15.281Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=962b55160f0ef6f5 -C extra-filename=-962b55160f0ef6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3891 | 2024-12-20T23:44:15.331Z | Compiling strip-ansi-escapes v0.2.0 |
3892 | 2024-12-20T23:44:15.333Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2a8027596587adb -C extra-filename=-d2a8027596587adb --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-577069a88ffd6d8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3893 | 2024-12-20T23:44:15.745Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=1dfdcc2b89093aa2 -C extra-filename=-1dfdcc2b89093aa2 --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-9361801a98241083.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-1ac5259068253334.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3894 | 2024-12-20T23:44:15.785Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3895 | 2024-12-20T23:44:15.789Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92b057c800962002 -C extra-filename=-92b057c800962002 --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-83d933d148126cbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3bcfaf1429f5b431.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3896 | 2024-12-20T23:44:15.826Z | Compiling itertools v0.12.1 |
3897 | 2024-12-20T23:44:15.829Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ae1ce0c123c35ba1 -C extra-filename=-ae1ce0c123c35ba1 --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3898 | 2024-12-20T23:44:15.851Z | Compiling libefi-sys v0.1.0 |
3899 | 2024-12-20T23:44:15.853Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4fe92f8ec81414b -C extra-filename=-d4fe92f8ec81414b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3900 | 2024-12-20T23:44:16.034Z | Compiling object v0.30.4 |
3901 | 2024-12-20T23:44:16.036Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=27f648ab388456f9 -C extra-filename=-27f648ab388456f9 --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-149352a4a9602637.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-78fd7b7851eaac03.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2ce4db2c526c9701.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3902 | 2024-12-20T23:44:16.209Z | Compiling path-slash v0.1.5 |
3903 | 2024-12-20T23:44:16.212Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05d31220557fc09a -C extra-filename=-05d31220557fc09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3904 | 2024-12-20T23:44:16.457Z | Compiling nu-ansi-term v0.50.1 |
3905 | 2024-12-20T23:44:16.459Z | Running `/home/build/.rustup/toolchains/1.81.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.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=6849588ccad9c8e6 -C extra-filename=-6849588ccad9c8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3906 | 2024-12-20T23:44:16.527Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build` |
3907 | 2024-12-20T23:44:16.561Z | Compiling phf_generator v0.11.2 |
3908 | 2024-12-20T23:44:16.563Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=6ba9bf2ccf62123c -C extra-filename=-6ba9bf2ccf62123c --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-a7eca61a1c7ae2ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3909 | 2024-12-20T23:44:16.751Z | Compiling bitfield-struct v0.6.2 |
3910 | 2024-12-20T23:44:16.754Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42b8bb0774936705 -C extra-filename=-42b8bb0774936705 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3911 | 2024-12-20T23:44:16.774Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3912 | 2024-12-20T23:44:16.777Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9595ee4ddf327f14 -C extra-filename=-9595ee4ddf327f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3913 | 2024-12-20T23:44:17.256Z | Compiling parking_lot_core v0.8.6 |
3914 | 2024-12-20T23:44:17.258Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ef92fdba32481ddb -C extra-filename=-ef92fdba32481ddb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3915 | 2024-12-20T23:44:17.281Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14/build-script-build` |
3916 | 2024-12-20T23:44:17.393Z | Compiling phf_codegen v0.11.2 |
3917 | 2024-12-20T23:44:17.395Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a8e6181d7f3210d -C extra-filename=-7a8e6181d7f3210d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-6ba9bf2ccf62123c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3918 | 2024-12-20T23:44:17.627Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=058db1c7bc49c03f -C extra-filename=-058db1c7bc49c03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
3919 | 2024-12-20T23:44:17.767Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build` |
3920 | 2024-12-20T23:44:17.804Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3921 | 2024-12-20T23:44:17.807Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0362761841df1824 -C extra-filename=-0362761841df1824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-9d86dc3829b2cc64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3922 | 2024-12-20T23:44:18.100Z | Compiling parse-zoneinfo v0.3.1 |
3923 | 2024-12-20T23:44:18.102Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a07e9f4fb4226542 -C extra-filename=-a07e9f4fb4226542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3924 | 2024-12-20T23:44:18.437Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3925 | 2024-12-20T23:44:18.439Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34fed2d1a9e85dd7 -C extra-filename=-34fed2d1a9e85dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-42b8bb0774936705.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3926 | 2024-12-20T23:44:18.474Z | Compiling cfg_aliases v0.1.1 |
3927 | 2024-12-20T23:44:18.476Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbe8164c9e97305a -C extra-filename=-cbe8164c9e97305a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3928 | 2024-12-20T23:44:18.505Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3929 | 2024-12-20T23:44:18.508Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b027d8ff7ea97694 -C extra-filename=-b027d8ff7ea97694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3930 | 2024-12-20T23:44:18.585Z | Dirty bytecount v0.6.8: the rustflags changed |
3931 | 2024-12-20T23:44:18.585Z | Compiling bytecount v0.6.8 |
3932 | 2024-12-20T23:44:18.587Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=b354c3cdf7fcee8b -C extra-filename=-b354c3cdf7fcee8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3933 | 2024-12-20T23:44:18.633Z | Compiling nix v0.28.0 |
3934 | 2024-12-20T23:44:18.636Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=56ba871f93d00d84 -C extra-filename=-56ba871f93d00d84 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-cbe8164c9e97305a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3935 | 2024-12-20T23:44:18.818Z | Compiling reedline v0.35.0 |
3936 | 2024-12-20T23:44:18.820Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=edb5cf1a41b00efb -C extra-filename=-edb5cf1a41b00efb --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-07ebaf0eb0f1113e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50e4e9514f60862.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-6849588ccad9c8e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d2a8027596587adb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3751fa837c25ddbf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3937 | 2024-12-20T23:44:18.961Z | Dirty papergrid v0.11.0: the rustflags changed |
3938 | 2024-12-20T23:44:18.961Z | Compiling papergrid v0.11.0 |
3939 | 2024-12-20T23:44:18.964Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=4664678ab6d4281d -C extra-filename=-4664678ab6d4281d --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-b354c3cdf7fcee8b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3940 | 2024-12-20T23:44:19.180Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3941 | 2024-12-20T23:44:19.184Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ded86b8899a0069a -C extra-filename=-ded86b8899a0069a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-34fed2d1a9e85dd7.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-b027d8ff7ea97694.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3942 | 2024-12-20T23:44:19.525Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3943 | 2024-12-20T23:44:19.528Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff0f0a5e20255fc0 -C extra-filename=-ff0f0a5e20255fc0 --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-e0f86572c8bfcbd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1dfdcc2b89093aa2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3944 | 2024-12-20T23:44:19.796Z | Compiling chrono-tz-build v0.4.0 |
3945 | 2024-12-20T23:44:19.799Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=f80f353be3b6d0c2 -C extra-filename=-f80f353be3b6d0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-a07e9f4fb4226542.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-7a8e6181d7f3210d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3946 | 2024-12-20T23:44:20.160Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0044532645628f7 -C extra-filename=-c0044532645628f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -l static=pci` |
3947 | 2024-12-20T23:44:20.262Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18/build-script-build` |
3948 | 2024-12-20T23:44:20.288Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=96217f494fd2e56e -C extra-filename=-96217f494fd2e56e --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-29117e4ff36dab03.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated` |
3949 | 2024-12-20T23:44:20.322Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80/build-script-build` |
3950 | 2024-12-20T23:44:20.362Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3951 | 2024-12-20T23:44:20.364Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a815423ad073e0bc -C extra-filename=-a815423ad073e0bc --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-29117e4ff36dab03.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-058db1c7bc49c03f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3952 | 2024-12-20T23:44:20.706Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2bc2f9aba3e87a66 -C extra-filename=-2bc2f9aba3e87a66 --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-83c04ded702a2c6e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3953 | 2024-12-20T23:44:20.768Z | Compiling tabled_derive v0.7.0 |
3954 | 2024-12-20T23:44:20.771Z | Running `/home/build/.rustup/toolchains/1.81.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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=788666761ee30e1b -C extra-filename=-788666761ee30e1b --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d2113ef437fb5d5e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3955 | 2024-12-20T23:44:21.330Z | Compiling parking_lot v0.11.2 |
3956 | 2024-12-20T23:44:21.333Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=433037128dfcb871 -C extra-filename=-433037128dfcb871 --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-39bb737618c263a4.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2bc2f9aba3e87a66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3957 | 2024-12-20T23:44:21.362Z | Compiling chrono-tz v0.10.0 |
3958 | 2024-12-20T23:44:21.365Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=73a2dfd92c43246f -C extra-filename=-73a2dfd92c43246f --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-f80f353be3b6d0c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3959 | 2024-12-20T23:44:22.269Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build` |
3960 | 2024-12-20T23:44:22.305Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3961 | 2024-12-20T23:44:22.307Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d16afc57e3a47183 -C extra-filename=-d16afc57e3a47183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3962 | 2024-12-20T23:44:22.330Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=1432d847aa79fe72 -C extra-filename=-1432d847aa79fe72 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3963 | 2024-12-20T23:44:23.289Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=0040b4da3d49a1e6 -C extra-filename=-0040b4da3d49a1e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-96217f494fd2e56e.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-8aee8da451d01836.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
3964 | 2024-12-20T23:44:23.427Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f/build-script-build` |
3965 | 2024-12-20T23:44:23.474Z | Compiling tabled v0.15.0 |
3966 | 2024-12-20T23:44:23.477Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-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="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=6219b1d809618323 -C extra-filename=-6219b1d809618323 --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-4664678ab6d4281d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-788666761ee30e1b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3967 | 2024-12-20T23:44:24.595Z | Compiling sled v0.34.7 |
3968 | 2024-12-20T23:44:24.598Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=f7af14b37d81d494 -C extra-filename=-f7af14b37d81d494 --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-149352a4a9602637.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-433037128dfcb871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3969 | 2024-12-20T23:44:25.270Z | Compiling hickory-client v0.24.1 |
3970 | 2024-12-20T23:44:25.272Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=a7320aaa228a0140 -C extra-filename=-a7320aaa228a0140 --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-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3971 | 2024-12-20T23:44:25.854Z | Dirty rustls-webpki v0.102.8: the rustflags changed |
3972 | 2024-12-20T23:44:25.855Z | Compiling rustls-webpki v0.102.8 |
3973 | 2024-12-20T23:44:25.858Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=2565939a439644b8 -C extra-filename=-2565939a439644b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
3974 | 2024-12-20T23:44:26.285Z | Compiling peg-macros v0.8.4 |
3975 | 2024-12-20T23:44:26.288Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=7650fe4433e6c467 -C extra-filename=-7650fe4433e6c467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3976 | 2024-12-20T23:44:26.452Z | Compiling hickory-server v0.24.1 |
3977 | 2024-12-20T23:44:26.455Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=d7adee538d9ceea2 -C extra-filename=-d7adee538d9ceea2 --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-49589da9b84e9811.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a5e203bd0dbe6a3d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3978 | 2024-12-20T23:44:26.807Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=975552df53935aa7 -C extra-filename=-975552df53935aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2565939a439644b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
3979 | 2024-12-20T23:44:26.921Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=55a64d16249e7e5c -C extra-filename=-55a64d16249e7e5c --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2565939a439644b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
3980 | 2024-12-20T23:44:28.129Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3981 | 2024-12-20T23:44:28.132Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fa75c73d4ee5609f -C extra-filename=-fa75c73d4ee5609f --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3982 | 2024-12-20T23:44:29.433Z | Compiling sqlparser_derive v0.2.2 |
3983 | 2024-12-20T23:44:29.435Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e66e95a542a7ec5 -C extra-filename=-1e66e95a542a7ec5 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3984 | 2024-12-20T23:44:30.224Z | Compiling unicode_categories v0.1.1 |
3985 | 2024-12-20T23:44:30.227Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=553efbb5dd4155a7 -C extra-filename=-553efbb5dd4155a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3986 | 2024-12-20T23:44:30.577Z | Compiling sqlformat v0.2.6 |
3987 | 2024-12-20T23:44:30.580Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12ed97d8f2ec15f5 -C extra-filename=-12ed97d8f2ec15f5 --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-1096e8633209e52a.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-553efbb5dd4155a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3988 | 2024-12-20T23:44:30.752Z | Compiling sqlparser v0.45.0 |
3989 | 2024-12-20T23:44:30.756Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=4f1c7ceb7c7fc136 -C extra-filename=-4f1c7ceb7c7fc136 --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-a2c99244b373d360.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1e66e95a542a7ec5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3990 | 2024-12-20T23:44:30.831Z | Compiling peg v0.8.4 |
3991 | 2024-12-20T23:44:30.852Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=6aa2b9c4abd361da -C extra-filename=-6aa2b9c4abd361da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-7650fe4433e6c467.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3992 | 2024-12-20T23:44:30.956Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f/build-script-build` |
3993 | 2024-12-20T23:44:30.996Z | Compiling rustyline v14.0.0 |
3994 | 2024-12-20T23:44:31.004Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=b153e20ad78017e8 -C extra-filename=-b153e20ad78017e8 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50e4e9514f60862.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-1432d847aa79fe72.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3995 | 2024-12-20T23:44:31.280Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3996 | 2024-12-20T23:44:31.283Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=4c334e1ea7f02960 -C extra-filename=-4c334e1ea7f02960 --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-42c8c764cb4293aa.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-962b55160f0ef6f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-44fd74ce17390a5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ff0f0a5e20255fc0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-1dfdcc2b89093aa2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d08f2ee553cc2840.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3997 | 2024-12-20T23:44:35.482Z | Dirty tokio-rustls v0.26.0: the rustflags changed |
3998 | 2024-12-20T23:44:35.482Z | Compiling tokio-rustls v0.26.0 |
3999 | 2024-12-20T23:44:35.485Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=0e4173883b6e842a -C extra-filename=-0e4173883b6e842a --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-975552df53935aa7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4000 | 2024-12-20T23:44:35.787Z | Dirty tokio-rustls v0.25.0: the rustflags changed |
4001 | 2024-12-20T23:44:35.787Z | Compiling tokio-rustls v0.25.0 |
4002 | 2024-12-20T23:44:35.790Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-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="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=8b1a17c27c00b629 -C extra-filename=-8b1a17c27c00b629 --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-55a64d16249e7e5c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
4003 | 2024-12-20T23:44:35.950Z | Dirty hyper-rustls v0.27.3: the rustflags changed |
4004 | 2024-12-20T23:44:35.950Z | Compiling hyper-rustls v0.27.3 |
4005 | 2024-12-20T23:44:35.953Z | Running `/home/build/.rustup/toolchains/1.81.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.27.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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=83256b4a4f891e5b -C extra-filename=-83256b4a4f891e5b --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0e4173883b6e842a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-a678b63728af3191.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4006 | 2024-12-20T23:44:36.237Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=821cda654b0585ca -C extra-filename=-821cda654b0585ca --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-ffc19433b71c4fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-115f007eac6ea1bd.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f39b2840880e668a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ecf7fbcc92a35758.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8b1a17c27c00b629.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
4007 | 2024-12-20T23:44:36.439Z | Dirty reqwest v0.12.9: the rustflags changed |
4008 | 2024-12-20T23:44:36.439Z | Compiling reqwest v0.12.9 |
4009 | 2024-12-20T23:44:36.441Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --warn=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=9ae10f31229ad1b6 -C extra-filename=-9ae10f31229ad1b6 --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-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-75ce3687a7cd6ec5.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-47e45e7493c59280.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-83256b4a4f891e5b.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-f66c08fe45c70e11.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-23257b893c7d21d5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a463a25eb929f3db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6b0db8faf1ff4710.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0e4173883b6e842a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-a678b63728af3191.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4010 | 2024-12-20T23:44:36.581Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=19655bcbf448f502 -C extra-filename=-19655bcbf448f502 --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-ffc19433b71c4fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-4c25b93286d55026.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f39b2840880e668a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ecf7fbcc92a35758.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8b1a17c27c00b629.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
4011 | 2024-12-20T23:44:36.708Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
4012 | 2024-12-20T23:44:36.711Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64e88ed7c372727e -C extra-filename=-64e88ed7c372727e --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-3f5934bdadfdef5e.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ff0f0a5e20255fc0.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4c334e1ea7f02960.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-27f648ab388456f9.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-05d31220557fc09a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3bcfaf1429f5b431.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-92b057c800962002.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4013 | 2024-12-20T23:44:37.534Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=8aac0bf43b5ce6a4 -C extra-filename=-8aac0bf43b5ce6a4 --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-07ebaf0eb0f1113e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4014 | 2024-12-20T23:44:41.255Z | Dirty qorb v0.2.1: the rustflags changed |
4015 | 2024-12-20T23:44:41.255Z | Compiling qorb v0.2.1 |
4016 | 2024-12-20T23:44:41.258Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=2b780861de05b529 -C extra-filename=-2b780861de05b529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-821cda654b0585ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-417809e2b0bc687a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
4017 | 2024-12-20T23:44:43.081Z | Compiling progenitor-client v0.8.0 |
4018 | 2024-12-20T23:44:43.084Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b24b2684c2dcdf9 -C extra-filename=-2b24b2684c2dcdf9 --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-0b025ae11b25f088.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4019 | 2024-12-20T23:44:43.628Z | Compiling progenitor v0.8.0 |
4020 | 2024-12-20T23:44:43.631Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96cde7472c46a897 -C extra-filename=-96cde7472c46a897 --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-2b24b2684c2dcdf9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1f41fa8451a2a769.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5799d5f63ff532af.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4021 | 2024-12-20T23:44:43.907Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4022 | 2024-12-20T23:44:43.910Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47cb8641ac872e22 -C extra-filename=-47cb8641ac872e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4023 | 2024-12-20T23:44:45.965Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4024 | 2024-12-20T23:44:45.968Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=b33f56ab5f6d8b39 -C extra-filename=-b33f56ab5f6d8b39 --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-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4025 | 2024-12-20T23:44:46.513Z | Compiling omicron-zone-package v0.11.1 |
4026 | 2024-12-20T23:44:46.516Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4510bcd859bbc802 -C extra-filename=-4510bcd859bbc802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-39a768ac77827752.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cfa5ee9e4350061e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-080f99335bb4565d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out` |
4027 | 2024-12-20T23:44:48.123Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
4028 | 2024-12-20T23:44:48.126Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7b6235112126d4b -C extra-filename=-b7b6235112126d4b --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-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4029 | 2024-12-20T23:44:49.514Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4030 | 2024-12-20T23:44:49.518Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f857770b0bedacff -C extra-filename=-f857770b0bedacff --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f857770b0bedacff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-821cda654b0585ca.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-83256b4a4f891e5b.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-65a680815b56e40d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2565939a439644b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0e4173883b6e842a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4031 | 2024-12-20T23:44:49.686Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4032 | 2024-12-20T23:44:49.689Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cd7a137c7799565 -C extra-filename=-6cd7a137c7799565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4033 | 2024-12-20T23:44:49.870Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f857770b0bedacff/build-script-build` |
4034 | 2024-12-20T23:44:49.910Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44938f86388ecca8 -C extra-filename=-44938f86388ecca8 --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-8be98ef023620e24.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-821cda654b0585ca.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-83256b4a4f891e5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-65a680815b56e40d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2565939a439644b8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0e4173883b6e842a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4035 | 2024-12-20T23:44:50.042Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4036 | 2024-12-20T23:44:50.045Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5aaf82d164b9a377 -C extra-filename=-5aaf82d164b9a377 --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-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4037 | 2024-12-20T23:44:50.261Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4038 | 2024-12-20T23:44:50.265Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47cef6cb2efde389 -C extra-filename=-47cef6cb2efde389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4039 | 2024-12-20T23:44:50.929Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4040 | 2024-12-20T23:44:50.931Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=fff466ad5083d634 -C extra-filename=-fff466ad5083d634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5aaf82d164b9a377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4041 | 2024-12-20T23:44:51.227Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4042 | 2024-12-20T23:44:51.235Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48e33f3459c2189b -C extra-filename=-48e33f3459c2189b --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-44938f86388ecca8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4043 | 2024-12-20T23:44:51.417Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4044 | 2024-12-20T23:44:51.421Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b24adbe710c05402 -C extra-filename=-b24adbe710c05402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-419a65fdbae0ba80.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4045 | 2024-12-20T23:44:51.574Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4046 | 2024-12-20T23:44:51.577Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e531aa4e79ca43ab -C extra-filename=-e531aa4e79ca43ab --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-d8f7b1b51375db4b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4047 | 2024-12-20T23:44:52.033Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4048 | 2024-12-20T23:44:52.035Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a7ae0dd0af2d3d1 -C extra-filename=-1a7ae0dd0af2d3d1 --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-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4049 | 2024-12-20T23:44:52.116Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
4050 | 2024-12-20T23:44:52.119Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=558cad7dbc4eac68 -C extra-filename=-558cad7dbc4eac68 --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e0c9034aa53da038.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b33f56ab5f6d8b39.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d1795c10f9a570f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b044b2d0837649ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-829fc4595960ee29.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3e33d8ab1a3fcf2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4051 | 2024-12-20T23:44:53.103Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=bc078e2bd8a404f0 -C extra-filename=-bc078e2bd8a404f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5aaf82d164b9a377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4052 | 2024-12-20T23:44:53.412Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4053 | 2024-12-20T23:44:53.414Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a077efcffe21ab68 -C extra-filename=-a077efcffe21ab68 --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-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4054 | 2024-12-20T23:44:54.794Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4055 | 2024-12-20T23:44:54.796Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de24cb6f045ae525 -C extra-filename=-de24cb6f045ae525 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-de24cb6f045ae525 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4056 | 2024-12-20T23:44:55.080Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4057 | 2024-12-20T23:44:55.083Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ae8e8df7078aa60 -C extra-filename=-0ae8e8df7078aa60 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-0ae8e8df7078aa60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4510bcd859bbc802.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-429be2f0dbd86842.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out` |
4058 | 2024-12-20T23:44:55.176Z | Compiling bcs v0.1.6 |
4059 | 2024-12-20T23:44:55.178Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d12763e78b11342 -C extra-filename=-5d12763e78b11342 --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-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4060 | 2024-12-20T23:44:55.198Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-de24cb6f045ae525/build-script-build` |
4061 | 2024-12-20T23:44:55.236Z | Compiling unicase v2.7.0 |
4062 | 2024-12-20T23:44:55.239Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6997f29a04d7b9f4 -C extra-filename=-6997f29a04d7b9f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4063 | 2024-12-20T23:44:55.459Z | Compiling buf-list v1.0.3 |
4064 | 2024-12-20T23:44:55.462Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=8ae8b59bc6d5a009 -C extra-filename=-8ae8b59bc6d5a009 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4065 | 2024-12-20T23:44:55.604Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4/build-script-build` |
4066 | 2024-12-20T23:44:55.813Z | Compiling diff v0.1.13 |
4067 | 2024-12-20T23:44:55.816Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2853c6e837e3376 -C extra-filename=-b2853c6e837e3376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4068 | 2024-12-20T23:44:55.891Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=06997af0858a3dab -C extra-filename=-06997af0858a3dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
4069 | 2024-12-20T23:44:56.197Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build` |
4070 | 2024-12-20T23:44:56.272Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=bc0cd28a2be32916 -C extra-filename=-bc0cd28a2be32916 --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-0b025ae11b25f088.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
4071 | 2024-12-20T23:44:56.306Z | Compiling primeorder v0.13.6 |
4072 | 2024-12-20T23:44:56.309Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=fa14cadbd56c7449 -C extra-filename=-fa14cadbd56c7449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4073 | 2024-12-20T23:44:56.848Z | Compiling mime_guess v2.0.5 |
4074 | 2024-12-20T23:44:56.880Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.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="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=d3e5b235be8844c8 -C extra-filename=-d3e5b235be8844c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4075 | 2024-12-20T23:44:56.892Z | Compiling nanorand v0.7.0 |
4076 | 2024-12-20T23:44:56.892Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1aa4ec19552d5ee1 -C extra-filename=-1aa4ec19552d5ee1 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4077 | 2024-12-20T23:44:56.902Z | Compiling http-range v0.1.5 |
4078 | 2024-12-20T23:44:56.905Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9577e09fcb7988fd -C extra-filename=-9577e09fcb7988fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4079 | 2024-12-20T23:44:57.297Z | Compiling flume v0.11.1 |
4080 | 2024-12-20T23:44:57.300Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=04244dd35b0a8098 -C extra-filename=-04244dd35b0a8098 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-1aa4ec19552d5ee1.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4081 | 2024-12-20T23:44:57.465Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4082 | 2024-12-20T23:44:57.469Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3365c433142bcfab -C extra-filename=-3365c433142bcfab --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-44938f86388ecca8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4083 | 2024-12-20T23:44:57.712Z | Compiling dsl_auto_type v0.1.2 |
4084 | 2024-12-20T23:44:57.714Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed5cf86ee03dd864 -C extra-filename=-ed5cf86ee03dd864 --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-60b09a0d33435f29.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4085 | 2024-12-20T23:44:57.935Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8/build-script-build` |
4086 | 2024-12-20T23:44:57.987Z | Compiling diesel_table_macro_syntax v0.2.0 |
4087 | 2024-12-20T23:44:58.035Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd1297dd245e2e9d -C extra-filename=-bd1297dd245e2e9d --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-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4088 | 2024-12-20T23:44:58.046Z | Compiling scheduled-thread-pool v0.2.7 |
4089 | 2024-12-20T23:44:58.046Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=915f98914af04630 -C extra-filename=-915f98914af04630 --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-f79c6fd34a7abec0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4090 | 2024-12-20T23:44:58.471Z | Compiling atty v0.2.14 |
4091 | 2024-12-20T23:44:58.474Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08f0a4890d2d32c1 -C extra-filename=-08f0a4890d2d32c1 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4092 | 2024-12-20T23:44:58.634Z | Compiling salty v0.3.0 |
4093 | 2024-12-20T23:44:58.636Z | Running `/home/build/.rustup/toolchains/1.81.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.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=92157ce87e1bde05 -C extra-filename=-92157ce87e1bde05 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4094 | 2024-12-20T23:44:58.684Z | Compiling crunchy v0.2.2 |
4095 | 2024-12-20T23:44:58.686Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=8f6c9389ffe349d9 -C extra-filename=-8f6c9389ffe349d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4096 | 2024-12-20T23:44:58.741Z | Compiling r2d2 v0.8.10 |
4097 | 2024-12-20T23:44:58.744Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7edda6ab9f860d36 -C extra-filename=-7edda6ab9f860d36 --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-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-915f98914af04630.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4098 | 2024-12-20T23:44:58.861Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0f214a9a02578c71 -C extra-filename=-0f214a9a02578c71 --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-71803c34803b0cd3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4099 | 2024-12-20T23:44:59.134Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build` |
4100 | 2024-12-20T23:44:59.161Z | Compiling p384 v0.13.0 |
4101 | 2024-12-20T23:44:59.164Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-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"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=5ab22f18207535cc -C extra-filename=-5ab22f18207535cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4102 | 2024-12-20T23:44:59.197Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
4103 | 2024-12-20T23:44:59.197Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57e51ed22094b0ea -C extra-filename=-57e51ed22094b0ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4104 | 2024-12-20T23:44:59.251Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build` |
4105 | 2024-12-20T23:44:59.290Z | Compiling tiny-keccak v2.0.2 |
4106 | 2024-12-20T23:44:59.293Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=8239f31239efd9bb -C extra-filename=-8239f31239efd9bb --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4107 | 2024-12-20T23:44:59.412Z | Compiling diesel_derives v2.2.3 |
4108 | 2024-12-20T23:44:59.416Z | Running `/home/build/.rustup/toolchains/1.81.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.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="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=eb885f0db5bf4ad8 -C extra-filename=-eb885f0db5bf4ad8 --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-bd1297dd245e2e9d.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-ed5cf86ee03dd864.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4109 | 2024-12-20T23:44:59.644Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build` |
4110 | 2024-12-20T23:44:59.681Z | Compiling hyper-staticfile v0.10.1 |
4111 | 2024-12-20T23:44:59.685Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55b1722e8a46d182 -C extra-filename=-55b1722e8a46d182 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-0f214a9a02578c71.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4112 | 2024-12-20T23:44:59.941Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=08377dea7592bdae -C extra-filename=-08377dea7592bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4113 | 2024-12-20T23:45:00.069Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=7e8db0337d9cd7b9 -C extra-filename=-7e8db0337d9cd7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
4114 | 2024-12-20T23:45:00.774Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4115 | 2024-12-20T23:45:00.779Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25ed6b5f3150553d -C extra-filename=-25ed6b5f3150553d --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-0b025ae11b25f088.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4116 | 2024-12-20T23:45:00.928Z | Compiling env_filter v0.1.2 |
4117 | 2024-12-20T23:45:00.930Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=2c6c9de30d5104c9 -C extra-filename=-2c6c9de30d5104c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4118 | 2024-12-20T23:45:01.009Z | Compiling ref-cast v1.0.23 |
4119 | 2024-12-20T23:45:01.011Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76c15b278343ec3e -C extra-filename=-76c15b278343ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4120 | 2024-12-20T23:45:01.083Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4121 | 2024-12-20T23:45:01.087Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=aaaaeaf3fecac8c5 -C extra-filename=-aaaaeaf3fecac8c5 --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-4686656331214bbd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-7e8db0337d9cd7b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4122 | 2024-12-20T23:45:01.381Z | Compiling env_logger v0.11.5 |
4123 | 2024-12-20T23:45:01.381Z | Running `/home/build/.rustup/toolchains/1.81.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.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=8618d11d466d6b7d -C extra-filename=-8618d11d466d6b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-2c6c9de30d5104c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4124 | 2024-12-20T23:45:01.635Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build` |
4125 | 2024-12-20T23:45:01.657Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=277dae58bb180094 -C extra-filename=-277dae58bb180094 --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-08377dea7592bdae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4126 | 2024-12-20T23:45:01.713Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4127 | 2024-12-20T23:45:01.716Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=802df201b5dc6564 -C extra-filename=-802df201b5dc6564 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-802df201b5dc6564 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4128 | 2024-12-20T23:45:02.054Z | Compiling ascii-canvas v3.0.0 |
4129 | 2024-12-20T23:45:02.056Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e63688383914019e -C extra-filename=-e63688383914019e --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-ce7f22be8feb1ed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4130 | 2024-12-20T23:45:02.078Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
4131 | 2024-12-20T23:45:02.081Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cd7b7b0dad0fc8b -C extra-filename=-4cd7b7b0dad0fc8b --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-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4132 | 2024-12-20T23:45:02.141Z | Compiling ref-cast-impl v1.0.23 |
4133 | 2024-12-20T23:45:02.144Z | Running `/home/build/.rustup/toolchains/1.81.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.23/src/lib.rs --error-format=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a36c67f837cd446a -C extra-filename=-a36c67f837cd446a --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4134 | 2024-12-20T23:45:02.335Z | Compiling ena v0.14.3 |
4135 | 2024-12-20T23:45:02.337Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=22b834fff0de8b09 -C extra-filename=-22b834fff0de8b09 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4136 | 2024-12-20T23:45:02.665Z | Compiling regex-syntax v0.6.29 |
4137 | 2024-12-20T23:45:02.665Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=9ceae0fe6ab92d55 -C extra-filename=-9ceae0fe6ab92d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4138 | 2024-12-20T23:45:02.701Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4139 | 2024-12-20T23:45:02.704Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=919d751a444398bf -C extra-filename=-919d751a444398bf --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4140 | 2024-12-20T23:45:02.759Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-802df201b5dc6564/build-script-build` |
4141 | 2024-12-20T23:45:02.797Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4142 | 2024-12-20T23:45:02.800Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=230f4260278b0e35 -C extra-filename=-230f4260278b0e35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-aaaaeaf3fecac8c5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8618d11d466d6b7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4143 | 2024-12-20T23:45:03.054Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=b9c691ec331ef4ae -C extra-filename=-b9c691ec331ef4ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-62dd1c01c9ba54a5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fb899a33b2ffd2d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d4ad5ac13f95b9ce.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-47cef6cb2efde389.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'` |
4144 | 2024-12-20T23:45:03.535Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4145 | 2024-12-20T23:45:03.538Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0b3d637bc2150aa -C extra-filename=-e0b3d637bc2150aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4146 | 2024-12-20T23:45:03.933Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4147 | 2024-12-20T23:45:03.935Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cacf456ba91f8bdb -C extra-filename=-cacf456ba91f8bdb --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-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4148 | 2024-12-20T23:45:06.990Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4149 | 2024-12-20T23:45:06.993Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c8d2d36c7739c93 -C extra-filename=-1c8d2d36c7739c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4150 | 2024-12-20T23:45:08.735Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4151 | 2024-12-20T23:45:08.738Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccc7f757543ca4e1 -C extra-filename=-ccc7f757543ca4e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4152 | 2024-12-20T23:45:10.325Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4153 | 2024-12-20T23:45:10.328Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e666c6dbf024ae0 -C extra-filename=-7e666c6dbf024ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4154 | 2024-12-20T23:45:12.022Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4155 | 2024-12-20T23:45:12.025Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f4687f06d438f89f -C extra-filename=-f4687f06d438f89f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-558cad7dbc4eac68.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4156 | 2024-12-20T23:45:12.293Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45162a90e623920e -C extra-filename=-45162a90e623920e --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-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bc078e2bd8a404f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4157 | 2024-12-20T23:45:12.353Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4158 | 2024-12-20T23:45:12.355Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=708fd0c20eb36876 -C extra-filename=-708fd0c20eb36876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4159 | 2024-12-20T23:45:12.377Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4160 | 2024-12-20T23:45:12.381Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e42ccd3bacee190 -C extra-filename=-1e42ccd3bacee190 --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-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4161 | 2024-12-20T23:45:14.013Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-0ae8e8df7078aa60/build-script-build` |
4162 | 2024-12-20T23:45:14.300Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4163 | 2024-12-20T23:45:14.304Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e81aa5ce2d40e9e8 -C extra-filename=-e81aa5ce2d40e9e8 --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-07ebaf0eb0f1113e.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4164 | 2024-12-20T23:45:14.873Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4165 | 2024-12-20T23:45:14.893Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed6f5bce986b5b11 -C extra-filename=-ed6f5bce986b5b11 --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4166 | 2024-12-20T23:45:14.965Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=187c39ef5ec658f0 -C extra-filename=-187c39ef5ec658f0 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4167 | 2024-12-20T23:45:15.346Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4168 | 2024-12-20T23:45:15.349Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60f10e784ca272dd -C extra-filename=-60f10e784ca272dd --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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4169 | 2024-12-20T23:45:15.372Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4170 | 2024-12-20T23:45:15.406Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1bfc03cc0d4950f -C extra-filename=-c1bfc03cc0d4950f --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-0e005f0e9c526801.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4171 | 2024-12-20T23:45:15.853Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4172 | 2024-12-20T23:45:15.856Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=299344843976264f -C extra-filename=-299344843976264f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4173 | 2024-12-20T23:45:16.173Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4174 | 2024-12-20T23:45:16.183Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=debdd830f4ed889e -C extra-filename=-debdd830f4ed889e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4175 | 2024-12-20T23:45:16.464Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4176 | 2024-12-20T23:45:16.464Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fed0c49731d4bf4b -C extra-filename=-fed0c49731d4bf4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45162a90e623920e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4177 | 2024-12-20T23:45:16.488Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51a4188695cc380a -C extra-filename=-51a4188695cc380a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4178 | 2024-12-20T23:45:16.696Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4179 | 2024-12-20T23:45:16.698Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ee0755773841c30 -C extra-filename=-4ee0755773841c30 --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-c934ff84d13620ad.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4180 | 2024-12-20T23:45:17.219Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4181 | 2024-12-20T23:45:17.222Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76a46518e8b5dd47 -C extra-filename=-76a46518e8b5dd47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4182 | 2024-12-20T23:45:17.536Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1966d605a97204e5 -C extra-filename=-1966d605a97204e5 --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-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4183 | 2024-12-20T23:45:18.572Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4184 | 2024-12-20T23:45:18.575Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6b8c18c85d8c2b5 -C extra-filename=-d6b8c18c85d8c2b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4185 | 2024-12-20T23:45:19.800Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4186 | 2024-12-20T23:45:19.804Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00bcf446123a4264 -C extra-filename=-00bcf446123a4264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5aaf82d164b9a377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4187 | 2024-12-20T23:45:20.300Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4188 | 2024-12-20T23:45:20.303Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69acaf862fac07a4 -C extra-filename=-69acaf862fac07a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4189 | 2024-12-20T23:45:20.691Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4190 | 2024-12-20T23:45:20.694Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa5cc350a5df8df6 -C extra-filename=-aa5cc350a5df8df6 --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-44938f86388ecca8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fed0c49731d4bf4b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45162a90e623920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4191 | 2024-12-20T23:45:21.676Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4192 | 2024-12-20T23:45:21.679Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdb5783351c822be -C extra-filename=-cdb5783351c822be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4193 | 2024-12-20T23:45:22.638Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4194 | 2024-12-20T23:45:22.641Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4d815601e5ec938 -C extra-filename=-b4d815601e5ec938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4195 | 2024-12-20T23:45:28.233Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4196 | 2024-12-20T23:45:28.236Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3d8b9dd27ba3fbf -C extra-filename=-d3d8b9dd27ba3fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-6cd7a137c7799565.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4197 | 2024-12-20T23:45:28.588Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4198 | 2024-12-20T23:45:28.592Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4feb64a5dd1d5a25 -C extra-filename=-4feb64a5dd1d5a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a077efcffe21ab68.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-708fd0c20eb36876.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-aa5cc350a5df8df6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4199 | 2024-12-20T23:45:29.081Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4200 | 2024-12-20T23:45:29.083Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=9c6c7360e58b73d4 -C extra-filename=-9c6c7360e58b73d4 --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-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4201 | 2024-12-20T23:45:31.112Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d3eb0c8bae529a1e -C extra-filename=-d3eb0c8bae529a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4202 | 2024-12-20T23:45:31.873Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4203 | 2024-12-20T23:45:31.876Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=2e9cc9cd2938a298 -C extra-filename=-2e9cc9cd2938a298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4204 | 2024-12-20T23:45:34.542Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4205 | 2024-12-20T23:45:34.544Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b988e4cc8c4a437 -C extra-filename=-4b988e4cc8c4a437 --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-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4206 | 2024-12-20T23:45:35.045Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4207 | 2024-12-20T23:45:35.049Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7a16c5c7363963a -C extra-filename=-b7a16c5c7363963a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4208 | 2024-12-20T23:45:36.144Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4209 | 2024-12-20T23:45:36.147Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77fdaf185a2bd45d -C extra-filename=-77fdaf185a2bd45d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4210 | 2024-12-20T23:45:36.352Z | Compiling diesel v2.2.6 |
4211 | 2024-12-20T23:45:36.354Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=3f4aeb6952700a95 -C extra-filename=-3f4aeb6952700a95 --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-0f2df29a0f34846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-eb885f0db5bf4ad8.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7edda6ab9f860d36.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4212 | 2024-12-20T23:45:37.126Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4213 | 2024-12-20T23:45:37.149Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e349bac7043302e0 -C extra-filename=-e349bac7043302e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4214 | 2024-12-20T23:45:38.693Z | Compiling lalrpop v0.19.12 |
4215 | 2024-12-20T23:45:38.695Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=a02df84275ccf2b4 -C extra-filename=-a02df84275ccf2b4 --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-e63688383914019e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b2853c6e837e3376.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-22b834fff0de8b09.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9ceae0fe6ab92d55.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-277dae58bb180094.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4216 | 2024-12-20T23:45:38.956Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4217 | 2024-12-20T23:45:38.959Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e951a3270665503 -C extra-filename=-0e951a3270665503 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4218 | 2024-12-20T23:45:39.468Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08c2a6b83aecd798 -C extra-filename=-08c2a6b83aecd798 --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-a36c67f837cd446a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'` |
4219 | 2024-12-20T23:45:39.619Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build` |
4220 | 2024-12-20T23:45:39.657Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4221 | 2024-12-20T23:45:39.660Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bda8b289bf50e330 -C extra-filename=-bda8b289bf50e330 --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-a2b763397ebc2cb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4222 | 2024-12-20T23:45:39.680Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4223 | 2024-12-20T23:45:39.683Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=431a0acf63523cae -C extra-filename=-431a0acf63523cae --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3365c433142bcfab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4224 | 2024-12-20T23:45:40.864Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
4225 | 2024-12-20T23:45:40.867Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=856bc641cb49fb9e -C extra-filename=-856bc641cb49fb9e --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-e342ec737c4cbcc0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4226 | 2024-12-20T23:45:41.433Z | Compiling pin-project-internal v1.1.6 |
4227 | 2024-12-20T23:45:41.436Z | Running `/home/build/.rustup/toolchains/1.81.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e944a6d03fd0643 -C extra-filename=-8e944a6d03fd0643 --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4228 | 2024-12-20T23:45:42.036Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
4229 | 2024-12-20T23:45:42.038Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/crates/propolis-api-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4568b4639ffd713a -C extra-filename=-4568b4639ffd713a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-856bc641cb49fb9e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-4cd7b7b0dad0fc8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4230 | 2024-12-20T23:45:43.374Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1adf5364de128189 -C extra-filename=-1adf5364de128189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-aaaaeaf3fecac8c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-230f4260278b0e35.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0e4173883b6e842a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4231 | 2024-12-20T23:45:44.856Z | Compiling pin-project v1.1.6 |
4232 | 2024-12-20T23:45:44.859Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11c741aeb8997841 -C extra-filename=-11c741aeb8997841 --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-8e944a6d03fd0643.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4233 | 2024-12-20T23:45:45.009Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
4234 | 2024-12-20T23:45:45.013Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c672845ef35cd30 -C extra-filename=-3c672845ef35cd30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-821cda654b0585ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-4cd7b7b0dad0fc8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-114ed599e28f93e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64` |
4235 | 2024-12-20T23:45:45.974Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4236 | 2024-12-20T23:45:45.977Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=307e4c9c0f77bb78 -C extra-filename=-307e4c9c0f77bb78 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-307e4c9c0f77bb78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4237 | 2024-12-20T23:45:46.336Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4238 | 2024-12-20T23:45:46.339Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69bf145771b4ff02 -C extra-filename=-69bf145771b4ff02 --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-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4239 | 2024-12-20T23:45:47.193Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4240 | 2024-12-20T23:45:47.196Z | Compiling derive_builder_core v0.20.2 |
4241 | 2024-12-20T23:45:47.196Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8f3f676ccb8b8db -C extra-filename=-b8f3f676ccb8b8db --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-6961bb14eaa0b2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4242 | 2024-12-20T23:45:47.196Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=b03ac85db50798af -C extra-filename=-b03ac85db50798af --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-60b09a0d33435f29.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4243 | 2024-12-20T23:45:47.730Z | Compiling libxml v0.3.3 |
4244 | 2024-12-20T23:45:47.733Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5afb740012e3c2a4 -C extra-filename=-5afb740012e3c2a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4245 | 2024-12-20T23:45:48.207Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build` |
4246 | 2024-12-20T23:45:48.235Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-307e4c9c0f77bb78/build-script-build` |
4247 | 2024-12-20T23:45:48.273Z | Compiling samael v0.0.17 |
4248 | 2024-12-20T23:45:48.276Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=bcc7cb5abf9a1e4c -C extra-filename=-bcc7cb5abf9a1e4c --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-bcc7cb5abf9a1e4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-dd60dc13bb5b4bca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4249 | 2024-12-20T23:45:49.693Z | Compiling derive_builder_macro v0.20.2 |
4250 | 2024-12-20T23:45:49.695Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=d80c7b0780f3d53d -C extra-filename=-d80c7b0780f3d53d --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-b03ac85db50798af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4251 | 2024-12-20T23:45:50.840Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4252 | 2024-12-20T23:45:50.843Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6f003eb73d7853d -C extra-filename=-b6f003eb73d7853d --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4253 | 2024-12-20T23:45:50.865Z | Compiling signal-hook-tokio v0.3.1 |
4254 | 2024-12-20T23:45:50.865Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=fcc1a25f30790d45 -C extra-filename=-fcc1a25f30790d45 --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-15b4a62ef3693967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4255 | 2024-12-20T23:45:51.085Z | Compiling snafu-derive v0.8.5 |
4256 | 2024-12-20T23:45:51.087Z | Running `/home/build/.rustup/toolchains/1.81.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.8.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_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=f9b06e337db5215e -C extra-filename=-f9b06e337db5215e --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4257 | 2024-12-20T23:45:52.429Z | Compiling strum_macros v0.24.3 |
4258 | 2024-12-20T23:45:52.454Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bb70439e6f8b4bd -C extra-filename=-7bb70439e6f8b4bd --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4259 | 2024-12-20T23:45:54.846Z | Dirty cargo-platform v0.1.8: the rustflags changed |
4260 | 2024-12-20T23:45:54.847Z | Compiling cargo-platform v0.1.8 |
4261 | 2024-12-20T23:45:54.849Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74ef5db5cb1bb2ee -C extra-filename=-74ef5db5cb1bb2ee --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4262 | 2024-12-20T23:45:55.514Z | Compiling memoffset v0.9.1 |
4263 | 2024-12-20T23:45:55.518Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=d3c0d469548ccd0b -C extra-filename=-d3c0d469548ccd0b --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4264 | 2024-12-20T23:45:55.916Z | Compiling indoc v1.0.9 |
4265 | 2024-12-20T23:45:55.920Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af4dd81929a552eb -C extra-filename=-af4dd81929a552eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4266 | 2024-12-20T23:45:56.437Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build` |
4267 | 2024-12-20T23:45:56.606Z | Dirty cargo_metadata v0.18.1: the rustflags changed |
4268 | 2024-12-20T23:45:56.606Z | Compiling cargo_metadata v0.18.1 |
4269 | 2024-12-20T23:45:56.629Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=756fd034536b3fc5 -C extra-filename=-756fd034536b3fc5 --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-9798e8e7609cdab8.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-74ef5db5cb1bb2ee.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4270 | 2024-12-20T23:45:56.812Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4271 | 2024-12-20T23:45:56.815Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ec555c515f32f4d1 -C extra-filename=-ec555c515f32f4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4272 | 2024-12-20T23:45:57.023Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-bcc7cb5abf9a1e4c/build-script-bindings` |
4273 | 2024-12-20T23:45:57.172Z | Compiling snafu v0.8.5 |
4274 | 2024-12-20T23:45:57.175Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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 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_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=0ee6de50110dac03 -C extra-filename=-0ee6de50110dac03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-11c741aeb8997841.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-f9b06e337db5215e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4275 | 2024-12-20T23:45:58.180Z | Compiling derive_builder v0.20.2 |
4276 | 2024-12-20T23:45:58.201Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=24902f7c1eb7387f -C extra-filename=-24902f7c1eb7387f --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-d80c7b0780f3d53d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4277 | 2024-12-20T23:45:58.375Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d85619581ea31100 -C extra-filename=-d85619581ea31100 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
4278 | 2024-12-20T23:45:59.406Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4279 | 2024-12-20T23:45:59.408Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28452fa6b61d9f02 -C extra-filename=-28452fa6b61d9f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4280 | 2024-12-20T23:46:00.446Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4281 | 2024-12-20T23:46:00.449Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33ef481ef0decb83 -C extra-filename=-33ef481ef0decb83 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-33ef481ef0decb83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4282 | 2024-12-20T23:46:00.817Z | Compiling globset v0.4.15 |
4283 | 2024-12-20T23:46:00.820Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=d6086e6109d61904 -C extra-filename=-d6086e6109d61904 --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-0da0f4417492a9a4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4284 | 2024-12-20T23:46:01.100Z | Compiling olpc-cjson v0.1.4 |
4285 | 2024-12-20T23:46:01.103Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3ed39a02da8ee86 -C extra-filename=-a3ed39a02da8ee86 --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4286 | 2024-12-20T23:46:01.321Z | Compiling serde_plain v1.0.2 |
4287 | 2024-12-20T23:46:01.324Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5dbd58928f448f1 -C extra-filename=-b5dbd58928f448f1 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4288 | 2024-12-20T23:46:01.375Z | Compiling quick-xml v0.33.0 |
4289 | 2024-12-20T23:46:01.378Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c93dd0d4c5a96a94 -C extra-filename=-c93dd0d4c5a96a94 --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-628c83ce3f8440f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4290 | 2024-12-20T23:46:01.770Z | Compiling impl-trait-for-tuples v0.2.2 |
4291 | 2024-12-20T23:46:01.772Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=294525d2661f977f -C extra-filename=-294525d2661f977f --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-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4292 | 2024-12-20T23:46:02.661Z | Compiling oso-derive v0.27.3 |
4293 | 2024-12-20T23:46:02.666Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d20719db909fefed -C extra-filename=-d20719db909fefed --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4294 | 2024-12-20T23:46:02.737Z | Compiling typed-path v0.9.3 |
4295 | 2024-12-20T23:46:02.740Z | Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=277fd8c02a8f8547 -C extra-filename=-277fd8c02a8f8547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4296 | 2024-12-20T23:46:03.919Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-33ef481ef0decb83/build-script-build` |
4297 | 2024-12-20T23:46:03.957Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=90a6ef10e7aadda0 -C extra-filename=-90a6ef10e7aadda0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
4298 | 2024-12-20T23:46:04.093Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4299 | 2024-12-20T23:46:04.096Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e6ca96d7d4abc40 -C extra-filename=-6e6ca96d7d4abc40 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3365c433142bcfab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4300 | 2024-12-20T23:46:04.675Z | Compiling tungstenite v0.23.0 |
4301 | 2024-12-20T23:46:04.678Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=f03a3bb846950e61 -C extra-filename=-f03a3bb846950e61 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4302 | 2024-12-20T23:46:05.102Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=611a8fb5a7623cfd -C extra-filename=-611a8fb5a7623cfd --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-24902f7c1eb7387f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d85619581ea31100.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c93dd0d4c5a96a94.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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` |
4303 | 2024-12-20T23:46:05.999Z | Compiling tough v0.19.0 |
4304 | 2024-12-20T23:46:06.002Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=80c0863158976700 -C extra-filename=-80c0863158976700 --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-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d6086e6109d61904.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a3ed39a02da8ee86.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b5dbd58928f448f1.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0ee6de50110dac03.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-277fd8c02a8f8547.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4305 | 2024-12-20T23:46:06.429Z | Compiling diesel-dtrace v0.4.2 |
4306 | 2024-12-20T23:46:06.432Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=227b89d0c90a416c -C extra-filename=-227b89d0c90a416c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4307 | 2024-12-20T23:46:06.819Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
4308 | 2024-12-20T23:46:06.822Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f61592c70dc7dad1 -C extra-filename=-f61592c70dc7dad1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4309 | 2024-12-20T23:46:07.175Z | Compiling parse-size v1.1.0 |
4310 | 2024-12-20T23:46:07.178Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8d778f7f778e5e60 -C extra-filename=-8d778f7f778e5e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4311 | 2024-12-20T23:46:07.199Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build` |
4312 | 2024-12-20T23:46:07.283Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c/build-script-build` |
4313 | 2024-12-20T23:46:07.366Z | Compiling tokio-tungstenite v0.23.1 |
4314 | 2024-12-20T23:46:07.368Z | Running `/home/build/.rustup/toolchains/1.81.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.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=b34f27bbc1479a04 -C extra-filename=-b34f27bbc1479a04 --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-0e75d2014d70b1ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f03a3bb846950e61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4315 | 2024-12-20T23:46:07.433Z | Compiling nix v0.27.1 |
4316 | 2024-12-20T23:46:07.436Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=42594601702dec8d -C extra-filename=-42594601702dec8d --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-90a6ef10e7aadda0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4317 | 2024-12-20T23:46:07.948Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4318 | 2024-12-20T23:46:07.952Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=1bd7289bf52b2bfe -C extra-filename=-1bd7289bf52b2bfe --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1bd7289bf52b2bfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4319 | 2024-12-20T23:46:08.311Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
4320 | 2024-12-20T23:46:08.316Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=41c755036452991a -C extra-filename=-41c755036452991a --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ce4108be8020a8d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4321 | 2024-12-20T23:46:08.663Z | Compiling bb8 v0.8.5 |
4322 | 2024-12-20T23:46:08.666Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=6816c9b3462aee41 -C extra-filename=-6816c9b3462aee41 --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-49589da9b84e9811.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4323 | 2024-12-20T23:46:09.249Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c6a7a012aeddafb -C extra-filename=-0c6a7a012aeddafb --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-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-028068c4a2a517fa.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-42594601702dec8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d45a4ac7cdaa3df1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-41c755036452991a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4324 | 2024-12-20T23:46:09.558Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1bd7289bf52b2bfe/build-script-build` |
4325 | 2024-12-20T23:46:09.598Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4326 | 2024-12-20T23:46:09.600Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4f30aa902bc20b1 -C extra-filename=-c4f30aa902bc20b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4327 | 2024-12-20T23:46:10.269Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4328 | 2024-12-20T23:46:10.272Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71e0930ecaf36493 -C extra-filename=-71e0930ecaf36493 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4329 | 2024-12-20T23:46:12.619Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4330 | 2024-12-20T23:46:12.621Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f262a4769f6b4152 -C extra-filename=-f262a4769f6b4152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4331 | 2024-12-20T23:46:14.312Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4332 | 2024-12-20T23:46:14.315Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=838890ac1b67131f -C extra-filename=-838890ac1b67131f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0c6a7a012aeddafb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4333 | 2024-12-20T23:46:16.444Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4334 | 2024-12-20T23:46:16.447Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44e78963db51fc38 -C extra-filename=-44e78963db51fc38 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4335 | 2024-12-20T23:46:17.599Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04a81dee182f1315 -C extra-filename=-04a81dee182f1315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-431a0acf63523cae.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4336 | 2024-12-20T23:46:19.059Z | Compiling async-bb8-diesel v0.2.1 |
4337 | 2024-12-20T23:46:19.063Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-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="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=f3b107c5141fe520 -C extra-filename=-f3b107c5141fe520 --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-49589da9b84e9811.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6816c9b3462aee41.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4338 | 2024-12-20T23:46:19.969Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f671476cce3f8009 -C extra-filename=-f671476cce3f8009 --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-3f4aeb6952700a95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4339 | 2024-12-20T23:46:20.148Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4340 | 2024-12-20T23:46:20.151Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64d52dd31a96d2f3 -C extra-filename=-64d52dd31a96d2f3 --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-07ebaf0eb0f1113e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4341 | 2024-12-20T23:46:20.405Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4342 | 2024-12-20T23:46:20.408Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd8e78685ddc4f70 -C extra-filename=-bd8e78685ddc4f70 --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-9798e8e7609cdab8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-838890ac1b67131f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4343 | 2024-12-20T23:46:21.372Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4344 | 2024-12-20T23:46:21.377Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac97d9af018b9987 -C extra-filename=-ac97d9af018b9987 --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-dd99b89daf0c34d1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4345 | 2024-12-20T23:46:22.385Z | Compiling rand_seeder v0.3.0 |
4346 | 2024-12-20T23:46:22.388Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1a9e9c214c64a0a -C extra-filename=-d1a9e9c214c64a0a --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4347 | 2024-12-20T23:46:22.648Z | Compiling assert_matches v1.5.0 |
4348 | 2024-12-20T23:46:22.651Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19e5985bb94b6ed1 -C extra-filename=-19e5985bb94b6ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4349 | 2024-12-20T23:46:22.724Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4350 | 2024-12-20T23:46:22.745Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c550f2cf253a25f3 -C extra-filename=-c550f2cf253a25f3 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4351 | 2024-12-20T23:46:22.771Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4352 | 2024-12-20T23:46:22.775Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ff274ddd32aad26 -C extra-filename=-6ff274ddd32aad26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4353 | 2024-12-20T23:46:23.011Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4354 | 2024-12-20T23:46:23.014Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d846747c421e6d67 -C extra-filename=-d846747c421e6d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4355 | 2024-12-20T23:46:23.297Z | Compiling libz-sys v1.1.20 |
4356 | 2024-12-20T23:46:23.300Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=ef942a46f7be7d7c -C extra-filename=-ef942a46f7be7d7c --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4357 | 2024-12-20T23:46:23.475Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4358 | 2024-12-20T23:46:23.478Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1583b3d0c5050dfc -C extra-filename=-1583b3d0c5050dfc --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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4359 | 2024-12-20T23:46:24.137Z | Compiling libgit2-sys v0.17.0+1.8.1 |
4360 | 2024-12-20T23:46:24.161Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7896931ec2a383b1 -C extra-filename=-7896931ec2a383b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4361 | 2024-12-20T23:46:24.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c/build-script-build` |
4362 | 2024-12-20T23:46:24.300Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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 --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=316efe58a0f270d9 -C extra-filename=-316efe58a0f270d9 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
4363 | 2024-12-20T23:46:24.490Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4364 | 2024-12-20T23:46:24.493Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a382649f3822aca6 -C extra-filename=-a382649f3822aca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4365 | 2024-12-20T23:46:25.149Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4366 | 2024-12-20T23:46:25.151Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=220a09f71471595d -C extra-filename=-220a09f71471595d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6ff274ddd32aad26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4367 | 2024-12-20T23:46:25.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1/build-script-build` |
4368 | 2024-12-20T23:46:30.152Z | Compiling castaway v0.2.3 |
4369 | 2024-12-20T23:46:30.154Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6c6475902cea3458 -C extra-filename=-6c6475902cea3458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4370 | 2024-12-20T23:46:30.355Z | Compiling compact_str v0.8.0 |
4371 | 2024-12-20T23:46:30.358Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=a181580452b4e37a -C extra-filename=-a181580452b4e37a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-6c6475902cea3458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4372 | 2024-12-20T23:46:31.540Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4373 | 2024-12-20T23:46:31.550Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6759dfa9e5a38e9e -C extra-filename=-6759dfa9e5a38e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6ff274ddd32aad26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4374 | 2024-12-20T23:46:31.890Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4375 | 2024-12-20T23:46:31.893Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adee9be137a0fba2 -C extra-filename=-adee9be137a0fba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64` |
4376 | 2024-12-20T23:46:34.413Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4377 | 2024-12-20T23:46:34.416Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d7550c794b3f0ef -C extra-filename=-7d7550c794b3f0ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4378 | 2024-12-20T23:46:34.556Z | Compiling unicode-truncate v1.1.0 |
4379 | 2024-12-20T23:46:34.558Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=477d15e396308302 -C extra-filename=-477d15e396308302 --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-6b8c06aaa5867a2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4380 | 2024-12-20T23:46:34.794Z | Compiling vergen v8.3.2 |
4381 | 2024-12-20T23:46:34.797Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=efbd9973aa397725 -C extra-filename=-efbd9973aa397725 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4382 | 2024-12-20T23:46:35.174Z | Compiling instability v0.3.2 |
4383 | 2024-12-20T23:46:35.176Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e9e6f53e7790ad4 -C extra-filename=-0e9e6f53e7790ad4 --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4384 | 2024-12-20T23:46:36.387Z | Compiling lru v0.12.5 |
4385 | 2024-12-20T23:46:36.392Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=f88e34b5cec1fe14 -C extra-filename=-f88e34b5cec1fe14 --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-0880a475818c8bc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4386 | 2024-12-20T23:46:36.711Z | Compiling is_ci v1.2.0 |
4387 | 2024-12-20T23:46:36.718Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31d58a0284a40d0f -C extra-filename=-31d58a0284a40d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4388 | 2024-12-20T23:46:36.974Z | Compiling cassowary v0.3.0 |
4389 | 2024-12-20T23:46:36.986Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a487e3ec8b6f241c -C extra-filename=-a487e3ec8b6f241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4390 | 2024-12-20T23:46:38.212Z | Compiling ratatui v0.28.1 |
4391 | 2024-12-20T23:46:38.215Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=3f3fb948d36a2dab -C extra-filename=-3f3fb948d36a2dab --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-0f2df29a0f34846c.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a487e3ec8b6f241c.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-a181580452b4e37a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-0e9e6f53e7790ad4.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-f88e34b5cec1fe14.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3751fa837c25ddbf.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-477d15e396308302.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4392 | 2024-12-20T23:46:39.760Z | Compiling supports-color v3.0.1 |
4393 | 2024-12-20T23:46:39.763Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8590f9db0815147b -C extra-filename=-8590f9db0815147b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-31d58a0284a40d0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4394 | 2024-12-20T23:46:40.095Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725/build-script-build` |
4395 | 2024-12-20T23:46:40.133Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4396 | 2024-12-20T23:46:40.137Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af3b661a7cd29280 -C extra-filename=-af3b661a7cd29280 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-af3b661a7cd29280 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4397 | 2024-12-20T23:46:40.508Z | Compiling libsqlite3-sys v0.30.1 |
4398 | 2024-12-20T23:46:40.517Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.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"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=26645f4a29827453 -C extra-filename=-26645f4a29827453 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4399 | 2024-12-20T23:46:41.099Z | Compiling rustls v0.21.12 |
4400 | 2024-12-20T23:46:41.102Z | Running `/home/build/.rustup/toolchains/1.81.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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9ceec600f3d683cf -C extra-filename=-9ceec600f3d683cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4401 | 2024-12-20T23:46:41.437Z | Compiling cfg_aliases v0.2.1 |
4402 | 2024-12-20T23:46:41.439Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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 '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b01719c518f1f528 -C extra-filename=-b01719c518f1f528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4403 | 2024-12-20T23:46:41.555Z | Compiling nix v0.29.0 |
4404 | 2024-12-20T23:46:41.557Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.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="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=934d9bd1b58f0f5c -C extra-filename=-934d9bd1b58f0f5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b01719c518f1f528.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4405 | 2024-12-20T23:46:42.129Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build` |
4406 | 2024-12-20T23:46:42.167Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build` |
4407 | 2024-12-20T23:46:42.221Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-af3b661a7cd29280/build-script-build` |
4408 | 2024-12-20T23:46:42.260Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4409 | 2024-12-20T23:46:42.260Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=939bcf303eec8b73 -C extra-filename=-939bcf303eec8b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7d7550c794b3f0ef.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4410 | 2024-12-20T23:46:42.574Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4411 | 2024-12-20T23:46:42.577Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be81a456b2d9488b -C extra-filename=-be81a456b2d9488b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4412 | 2024-12-20T23:46:45.495Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4413 | 2024-12-20T23:46:45.498Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=167b414804040f43 -C extra-filename=-167b414804040f43 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-167b414804040f43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4414 | 2024-12-20T23:46:45.859Z | Compiling sct v0.7.1 |
4415 | 2024-12-20T23:46:45.861Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccc94e76bfb8ea19 -C extra-filename=-ccc94e76bfb8ea19 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4416 | 2024-12-20T23:46:45.883Z | Compiling rustls-webpki v0.101.7 |
4417 | 2024-12-20T23:46:45.885Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=785616247fdc8028 -C extra-filename=-785616247fdc8028 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4418 | 2024-12-20T23:46:46.209Z | Compiling concurrent-queue v2.5.0 |
4419 | 2024-12-20T23:46:46.211Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9d76f34f37d34689 -C extra-filename=-9d76f34f37d34689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4420 | 2024-12-20T23:46:46.628Z | Dirty smawk v0.3.2: the rustflags changed |
4421 | 2024-12-20T23:46:46.628Z | Compiling smawk v0.3.2 |
4422 | 2024-12-20T23:46:46.634Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=20a099bf394fc5a0 -C extra-filename=-20a099bf394fc5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4423 | 2024-12-20T23:46:46.890Z | Dirty unicode-linebreak v0.1.5: the rustflags changed |
4424 | 2024-12-20T23:46:46.890Z | Compiling unicode-linebreak v0.1.5 |
4425 | 2024-12-20T23:46:46.968Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e797346684b3237a -C extra-filename=-e797346684b3237a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4426 | 2024-12-20T23:46:47.327Z | Compiling parking v2.2.1 |
4427 | 2024-12-20T23:46:47.404Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8541b297255a5ffc -C extra-filename=-8541b297255a5ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4428 | 2024-12-20T23:46:47.444Z | Dirty textwrap v0.16.1: the rustflags changed |
4429 | 2024-12-20T23:46:47.444Z | Compiling textwrap v0.16.1 |
4430 | 2024-12-20T23:46:47.444Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=f43b67a92975d52e -C extra-filename=-f43b67a92975d52e --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-20a099bf394fc5a0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e797346684b3237a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4431 | 2024-12-20T23:46:47.710Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6556d3efc920f3af -C extra-filename=-6556d3efc920f3af --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-785616247fdc8028.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ccc94e76bfb8ea19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4432 | 2024-12-20T23:46:47.885Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-167b414804040f43/build-script-build` |
4433 | 2024-12-20T23:46:47.928Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build` |
4434 | 2024-12-20T23:46:47.966Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=b3eabb60dec25e28 -C extra-filename=-b3eabb60dec25e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3` |
4435 | 2024-12-20T23:46:48.440Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4436 | 2024-12-20T23:46:48.447Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1146cb6fbd70a5b7 -C extra-filename=-1146cb6fbd70a5b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-1146cb6fbd70a5b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4437 | 2024-12-20T23:46:48.735Z | Compiling hashlink v0.9.1 |
4438 | 2024-12-20T23:46:48.737Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=db9d186f33c366c5 -C extra-filename=-db9d186f33c366c5 --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-20deabe0d9115276.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4439 | 2024-12-20T23:46:48.761Z | Compiling fallible-iterator v0.3.0 |
4440 | 2024-12-20T23:46:48.764Z | Running `/home/build/.rustup/toolchains/1.81.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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=524455461266f430 -C extra-filename=-524455461266f430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4441 | 2024-12-20T23:46:49.463Z | Compiling fallible-streaming-iterator v0.1.9 |
4442 | 2024-12-20T23:46:49.466Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a91ec1d7082ed9f7 -C extra-filename=-a91ec1d7082ed9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4443 | 2024-12-20T23:46:49.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-1146cb6fbd70a5b7/build-script-build` |
4444 | 2024-12-20T23:46:49.641Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=f4a7d3ffc1b99ca4 -C extra-filename=-f4a7d3ffc1b99ca4 --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-0f2df29a0f34846c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
4445 | 2024-12-20T23:46:49.726Z | Compiling rusqlite v0.32.1 |
4446 | 2024-12-20T23:46:49.730Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=f26dddd08958e568 -C extra-filename=-f26dddd08958e568 --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-0f2df29a0f34846c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-524455461266f430.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-a91ec1d7082ed9f7.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-db9d186f33c366c5.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-b3eabb60dec25e28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
4447 | 2024-12-20T23:46:50.360Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4448 | 2024-12-20T23:46:50.363Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6be9f736cd67f5d4 -C extra-filename=-6be9f736cd67f5d4 --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-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4449 | 2024-12-20T23:46:51.442Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4450 | 2024-12-20T23:46:51.445Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eb0be4eb7e9b3ed -C extra-filename=-1eb0be4eb7e9b3ed --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-1eb0be4eb7e9b3ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4451 | 2024-12-20T23:46:51.799Z | Compiling tokio-rustls v0.24.1 |
4452 | 2024-12-20T23:46:51.803Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=b864401e798d4562 -C extra-filename=-b864401e798d4562 --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-6556d3efc920f3af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out` |
4453 | 2024-12-20T23:46:52.215Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4454 | 2024-12-20T23:46:52.217Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b45850c01b0edc2a -C extra-filename=-b45850c01b0edc2a --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-07ebaf0eb0f1113e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4455 | 2024-12-20T23:46:52.760Z | Compiling rustls-pemfile v1.0.4 |
4456 | 2024-12-20T23:46:52.764Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6de77c19e02896b -C extra-filename=-b6de77c19e02896b --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-6d27ec8383fdb856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4457 | 2024-12-20T23:46:53.210Z | Compiling twox-hash v1.6.3 |
4458 | 2024-12-20T23:46:53.215Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=97d3df6b74eca146 -C extra-filename=-97d3df6b74eca146 --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-83c04ded702a2c6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4459 | 2024-12-20T23:46:53.850Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-1eb0be4eb7e9b3ed/build-script-build` |
4460 | 2024-12-20T23:46:53.887Z | Compiling event-listener v5.3.1 |
4461 | 2024-12-20T23:46:53.889Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b3d0e290ba00242c -C extra-filename=-b3d0e290ba00242c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4462 | 2024-12-20T23:46:53.917Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
4463 | 2024-12-20T23:46:53.929Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17b2cee13bf7be17 -C extra-filename=-17b2cee13bf7be17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64` |
4464 | 2024-12-20T23:46:54.482Z | Compiling fatfs v0.3.6 |
4465 | 2024-12-20T23:46:54.486Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=58c25c3614feb1ef -C extra-filename=-58c25c3614feb1ef --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4466 | 2024-12-20T23:46:55.840Z | Compiling event-listener-strategy v0.5.2 |
4467 | 2024-12-20T23:46:55.842Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6609f29e0fce4354 -C extra-filename=-6609f29e0fce4354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4468 | 2024-12-20T23:46:56.084Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4469 | 2024-12-20T23:46:56.087Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ebe0d39b15b7237 -C extra-filename=-2ebe0d39b15b7237 --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-07ebaf0eb0f1113e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4470 | 2024-12-20T23:46:56.278Z | Compiling csv-core v0.1.11 |
4471 | 2024-12-20T23:46:56.281Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=89022c9b487082f9 -C extra-filename=-89022c9b487082f9 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4472 | 2024-12-20T23:46:56.556Z | Compiling futures-lite v2.3.0 |
4473 | 2024-12-20T23:46:56.559Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=d6c258a9e4040e53 -C extra-filename=-d6c258a9e4040e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4474 | 2024-12-20T23:46:56.600Z | Compiling rtoolbox v0.0.2 |
4475 | 2024-12-20T23:46:56.602Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=db37d407e5a954e5 -C extra-filename=-db37d407e5a954e5 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4476 | 2024-12-20T23:46:56.839Z | Compiling csv v1.3.0 |
4477 | 2024-12-20T23:46:56.842Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48927a5eea74ccb0 -C extra-filename=-48927a5eea74ccb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-89022c9b487082f9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4478 | 2024-12-20T23:46:57.063Z | Compiling shell-words v1.1.0 |
4479 | 2024-12-20T23:46:57.066Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=75b510c2fbb2f7bd -C extra-filename=-75b510c2fbb2f7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4480 | 2024-12-20T23:46:57.330Z | Compiling plotters-backend v0.3.7 |
4481 | 2024-12-20T23:46:57.333Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45d6f5f723d4d683 -C extra-filename=-45d6f5f723d4d683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4482 | 2024-12-20T23:46:57.835Z | Compiling hex-literal v0.4.1 |
4483 | 2024-12-20T23:46:57.837Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822e122ffc091e79 -C extra-filename=-822e122ffc091e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4484 | 2024-12-20T23:46:58.002Z | Compiling plotters-svg v0.3.7 |
4485 | 2024-12-20T23:46:58.004Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=fe6c9d53a974c7d0 -C extra-filename=-fe6c9d53a974c7d0 --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-45d6f5f723d4d683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4486 | 2024-12-20T23:46:58.238Z | Compiling rpassword v7.3.1 |
4487 | 2024-12-20T23:46:58.241Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e84e9e63d126afcc -C extra-filename=-e84e9e63d126afcc --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-29117e4ff36dab03.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-db37d407e5a954e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4488 | 2024-12-20T23:46:58.421Z | Compiling tui-tree-widget v0.22.0 |
4489 | 2024-12-20T23:46:58.423Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c542180f0840942 -C extra-filename=-6c542180f0840942 --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-3f3fb948d36a2dab.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4490 | 2024-12-20T23:46:58.452Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
4491 | 2024-12-20T23:46:58.455Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a691ffb1d62f3250 -C extra-filename=-a691ffb1d62f3250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4492 | 2024-12-20T23:46:58.605Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4493 | 2024-12-20T23:46:58.609Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c49fbfa21cd0547a -C extra-filename=-c49fbfa21cd0547a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4494 | 2024-12-20T23:46:58.800Z | Compiling yansi v1.0.1 |
4495 | 2024-12-20T23:46:58.803Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=c3baa62106e047e6 -C extra-filename=-c3baa62106e047e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4496 | 2024-12-20T23:46:59.530Z | Compiling cast v0.3.0 |
4497 | 2024-12-20T23:46:59.532Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b1971ff2088540bc -C extra-filename=-b1971ff2088540bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4498 | 2024-12-20T23:46:59.916Z | Compiling criterion-plot v0.5.0 |
4499 | 2024-12-20T23:46:59.919Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f389c81373b9d230 -C extra-filename=-f389c81373b9d230 --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-b1971ff2088540bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4500 | 2024-12-20T23:47:00.611Z | Compiling pretty_assertions v1.4.1 |
4501 | 2024-12-20T23:47:00.614Z | Running `/home/build/.rustup/toolchains/1.81.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=9a15c963fedc7a99 -C extra-filename=-9a15c963fedc7a99 --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-b2853c6e837e3376.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c3baa62106e047e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4502 | 2024-12-20T23:47:00.748Z | Compiling plotters v0.3.7 |
4503 | 2024-12-20T23:47:00.750Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-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 --warn=unexpected_cfgs --allow=deprecated --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' --check-cfg 'cfg(doc_cfg)' -C metadata=b528d7e32e15f8ee -C extra-filename=-b528d7e32e15f8ee --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-b347099865a56f50.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-45d6f5f723d4d683.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-fe6c9d53a974c7d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4504 | 2024-12-20T23:47:01.002Z | Compiling async-lock v3.4.0 |
4505 | 2024-12-20T23:47:01.012Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=878591e285ce9ac1 -C extra-filename=-878591e285ce9ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4506 | 2024-12-20T23:47:01.120Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4507 | 2024-12-20T23:47:01.122Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d998d51371d30040 -C extra-filename=-d998d51371d30040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4508 | 2024-12-20T23:47:02.353Z | Compiling polyval v0.6.2 |
4509 | 2024-12-20T23:47:02.356Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f13eb1ce4e0a1c56 -C extra-filename=-f13eb1ce4e0a1c56 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-f038c6a9f9d9b2ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4510 | 2024-12-20T23:47:02.837Z | Compiling polling v3.7.3 |
4511 | 2024-12-20T23:47:02.840Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=1f4ca5dc576a5766 -C extra-filename=-1f4ca5dc576a5766 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4512 | 2024-12-20T23:47:03.300Z | Compiling tinytemplate v1.2.1 |
4513 | 2024-12-20T23:47:03.303Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dcc35c859cb6e7b -C extra-filename=-4dcc35c859cb6e7b --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4514 | 2024-12-20T23:47:03.645Z | Compiling anes v0.1.6 |
4515 | 2024-12-20T23:47:03.648Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=ef5424d5f642498c -C extra-filename=-ef5424d5f642498c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4516 | 2024-12-20T23:47:04.185Z | Compiling oorandom v11.1.4 |
4517 | 2024-12-20T23:47:04.189Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02c3fbf1b52bf2c0 -C extra-filename=-02c3fbf1b52bf2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4518 | 2024-12-20T23:47:04.408Z | Compiling criterion v0.5.1 |
4519 | 2024-12-20T23:47:04.413Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=0dbc71bbb9c79cac -C extra-filename=-0dbc71bbb9c79cac --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-ef5424d5f642498c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b1971ff2088540bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f389c81373b9d230.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-02c3fbf1b52bf2c0.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-b528d7e32e15f8ee.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4dcc35c859cb6e7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4520 | 2024-12-20T23:47:04.433Z | Compiling async-io v2.3.4 |
4521 | 2024-12-20T23:47:04.436Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=ffb7a1a71fc50d1f -C extra-filename=-ffb7a1a71fc50d1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-1f4ca5dc576a5766.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4522 | 2024-12-20T23:47:06.746Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4523 | 2024-12-20T23:47:06.749Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f902ea4c3004f5b -C extra-filename=-2f902ea4c3004f5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4524 | 2024-12-20T23:47:06.946Z | Compiling ghash v0.5.1 |
4525 | 2024-12-20T23:47:06.949Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=cd64cbebd99fc224 -C extra-filename=-cd64cbebd99fc224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-f13eb1ce4e0a1c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4526 | 2024-12-20T23:47:07.152Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
4527 | 2024-12-20T23:47:07.155Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=523b5ecfb24a0c0f -C extra-filename=-523b5ecfb24a0c0f --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-44938f86388ecca8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4528 | 2024-12-20T23:47:08.720Z | Compiling ctr v0.9.2 |
4529 | 2024-12-20T23:47:08.723Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=d05c99926742f3c9 -C extra-filename=-d05c99926742f3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4530 | 2024-12-20T23:47:09.109Z | Compiling target-lexicon v0.12.16 |
4531 | 2024-12-20T23:47:09.111Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=6c2abb79a4bce29f -C extra-filename=-6c2abb79a4bce29f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4532 | 2024-12-20T23:47:10.223Z | Compiling doc-comment v0.3.3 |
4533 | 2024-12-20T23:47:10.226Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=22cedc88ad30c5c9 -C extra-filename=-22cedc88ad30c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4534 | 2024-12-20T23:47:10.885Z | Compiling async-task v4.7.1 |
4535 | 2024-12-20T23:47:10.887Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1870c002cec5451d -C extra-filename=-1870c002cec5451d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4536 | 2024-12-20T23:47:11.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build` |
4537 | 2024-12-20T23:47:11.607Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build` |
4538 | 2024-12-20T23:47:11.689Z | Compiling aes-gcm v0.10.3 |
4539 | 2024-12-20T23:47:11.692Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.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="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=72eed48f13befa44 -C extra-filename=-72eed48f13befa44 --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-ca8bfea2ccdd2eda.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-cd64cbebd99fc224.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4540 | 2024-12-20T23:47:12.022Z | Compiling async-channel v2.3.1 |
4541 | 2024-12-20T23:47:12.024Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1ff82d8a7169d59 -C extra-filename=-a1ff82d8a7169d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4542 | 2024-12-20T23:47:12.441Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
4543 | 2024-12-20T23:47:12.444Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b33df81de550fad -C extra-filename=-7b33df81de550fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a077efcffe21ab68.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4544 | 2024-12-20T23:47:14.609Z | Compiling piper v0.2.4 |
4545 | 2024-12-20T23:47:14.611Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-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"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=d59e7a64d2a6216f -C extra-filename=-d59e7a64d2a6216f --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-10b6fa6e98e5e04e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4546 | 2024-12-20T23:47:15.066Z | Compiling ssh-encoding v0.2.0 |
4547 | 2024-12-20T23:47:15.070Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-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"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=97850cf2d4691f3f -C extra-filename=-97850cf2d4691f3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4548 | 2024-12-20T23:47:15.661Z | Compiling blowfish v0.9.1 |
4549 | 2024-12-20T23:47:15.684Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-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="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=b8e0267abfa445a0 -C extra-filename=-b8e0267abfa445a0 --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-42c8c764cb4293aa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4550 | 2024-12-20T23:47:16.094Z | Compiling assert_cmd v2.0.16 |
4551 | 2024-12-20T23:47:16.097Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=1f5f59728613a6ce -C extra-filename=-1f5f59728613a6ce --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4552 | 2024-12-20T23:47:16.590Z | Compiling guppy-workspace-hack v0.1.0 |
4553 | 2024-12-20T23:47:16.592Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e26002185cac8ef5 -C extra-filename=-e26002185cac8ef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4554 | 2024-12-20T23:47:16.941Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build` |
4555 | 2024-12-20T23:47:16.979Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build` |
4556 | 2024-12-20T23:47:17.018Z | Compiling bcrypt-pbkdf v0.10.0 |
4557 | 2024-12-20T23:47:17.022Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=4540efc43f9bc033 -C extra-filename=-4540efc43f9bc033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-b8e0267abfa445a0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-28c3c8cd8ae2b7c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4558 | 2024-12-20T23:47:17.597Z | Compiling ssh-cipher v0.2.0 |
4559 | 2024-12-20T23:47:17.600Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-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="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=9618192e9bac92b5 -C extra-filename=-9618192e9bac92b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-72eed48f13befa44.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4560 | 2024-12-20T23:47:17.770Z | Compiling blocking v1.6.1 |
4561 | 2024-12-20T23:47:17.791Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=45437561779373b8 -C extra-filename=-45437561779373b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-a1ff82d8a7169d59.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-d59e7a64d2a6216f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4562 | 2024-12-20T23:47:18.393Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9169530e626c6002 -C extra-filename=-9169530e626c6002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
4563 | 2024-12-20T23:47:18.920Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=48fbd73129a2c4ae -C extra-filename=-48fbd73129a2c4ae --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-29117e4ff36dab03.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-316efe58a0f270d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
4564 | 2024-12-20T23:47:19.266Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d635affb61cddc7a -C extra-filename=-d635affb61cddc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4565 | 2024-12-20T23:47:19.330Z | Compiling async-executor v1.13.1 |
4566 | 2024-12-20T23:47:19.352Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=a884622f779f5e2e -C extra-filename=-a884622f779f5e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4567 | 2024-12-20T23:47:19.387Z | Compiling async-signal v0.2.10 |
4568 | 2024-12-20T23:47:19.389Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa3ff20da8a01aac -C extra-filename=-aa3ff20da8a01aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4569 | 2024-12-20T23:47:19.556Z | Compiling git2 v0.19.0 |
4570 | 2024-12-20T23:47:19.558Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=af2a94d712875572 -C extra-filename=-af2a94d712875572 --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-0f2df29a0f34846c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-48fbd73129a2c4ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64` |
4571 | 2024-12-20T23:47:19.876Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4572 | 2024-12-20T23:47:19.884Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73591d531316d597 -C extra-filename=-73591d531316d597 --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-07ebaf0eb0f1113e.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4573 | 2024-12-20T23:47:20.285Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4574 | 2024-12-20T23:47:20.288Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2408361d0eecb964 -C extra-filename=-2408361d0eecb964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4575 | 2024-12-20T23:47:21.318Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4576 | 2024-12-20T23:47:21.321Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5194cca3bbc2b503 -C extra-filename=-5194cca3bbc2b503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4577 | 2024-12-20T23:47:24.541Z | Compiling password-hash v0.4.2 |
4578 | 2024-12-20T23:47:24.546Z | Running `/home/build/.rustup/toolchains/1.81.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.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="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bb8ad28a0bda70e6 -C extra-filename=-bb8ad28a0bda70e6 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4579 | 2024-12-20T23:47:25.492Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=5bf53492313d1548 -C extra-filename=-5bf53492313d1548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-af2a94d712875572.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
4580 | 2024-12-20T23:47:25.783Z | Compiling matches v0.1.10 |
4581 | 2024-12-20T23:47:25.786Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f756f479b35788f -C extra-filename=-7f756f479b35788f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4582 | 2024-12-20T23:47:25.904Z | Compiling event-listener v2.5.3 |
4583 | 2024-12-20T23:47:25.907Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fb6bacc5e9e941e -C extra-filename=-8fb6bacc5e9e941e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4584 | 2024-12-20T23:47:26.355Z | Compiling target-spec v3.2.2 |
4585 | 2024-12-20T23:47:26.358Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=f5b111fd59ab663f -C extra-filename=-f5b111fd59ab663f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4586 | 2024-12-20T23:47:27.008Z | Compiling futures-timer v3.0.3 |
4587 | 2024-12-20T23:47:27.014Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=59cf1b18c098fd7e -C extra-filename=-59cf1b18c098fd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4588 | 2024-12-20T23:47:27.532Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f/build-script-build` |
4589 | 2024-12-20T23:47:27.571Z | Compiling async-channel v1.9.0 |
4590 | 2024-12-20T23:47:27.574Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf7c885cefb58b44 -C extra-filename=-bf7c885cefb58b44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-8fb6bacc5e9e941e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4591 | 2024-12-20T23:47:27.918Z | Compiling idna v0.2.3 |
4592 | 2024-12-20T23:47:27.922Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6054e3b7cc9b917e -C extra-filename=-6054e3b7cc9b917e --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-7f756f479b35788f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4593 | 2024-12-20T23:47:27.949Z | Compiling pbkdf2 v0.11.0 |
4594 | 2024-12-20T23:47:27.952Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-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="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=f6bd386b0826c3bc -C extra-filename=-f6bd386b0826c3bc --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-427828cb45815475.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bb8ad28a0bda70e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4595 | 2024-12-20T23:47:28.336Z | Compiling async-global-executor v2.4.1 |
4596 | 2024-12-20T23:47:28.338Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=447600a6003c50fc -C extra-filename=-447600a6003c50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-a1ff82d8a7169d59.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-a884622f779f5e2e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-45437561779373b8.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4597 | 2024-12-20T23:47:29.636Z | Compiling async-process v2.3.0 |
4598 | 2024-12-20T23:47:29.640Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=7330e236bbce1463 -C extra-filename=-7330e236bbce1463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-aa3ff20da8a01aac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4599 | 2024-12-20T23:47:29.974Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
4600 | 2024-12-20T23:47:29.984Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c781c53d32b41bde -C extra-filename=-c781c53d32b41bde --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-c781c53d32b41bde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-5bf53492313d1548.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64` |
4601 | 2024-12-20T23:47:30.158Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=ec6033f800f8da03 -C extra-filename=-ec6033f800f8da03 --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-2570a634c4322755.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d635affb61cddc7a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4602 | 2024-12-20T23:47:31.211Z | Compiling cfg-expr v0.17.0 |
4603 | 2024-12-20T23:47:31.215Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=f32dfc9624de7ee9 -C extra-filename=-f32dfc9624de7ee9 --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-4dafc5e65351502b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4604 | 2024-12-20T23:47:31.548Z | Compiling ssh-key v0.6.6 |
4605 | 2024-12-20T23:47:31.554Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-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="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=dc63e79e95ddd3b1 -C extra-filename=-dc63e79e95ddd3b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4540efc43f9bc033.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-300bdda8e5029b0a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-9618192e9bac92b5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4606 | 2024-12-20T23:47:32.002Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-c781c53d32b41bde/build-script-build` |
4607 | 2024-12-20T23:47:32.708Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcf613efd911aee8 -C extra-filename=-dcf613efd911aee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4608 | 2024-12-20T23:47:32.831Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4609 | 2024-12-20T23:47:32.834Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5864d4c3e5a0d655 -C extra-filename=-5864d4c3e5a0d655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4610 | 2024-12-20T23:47:33.726Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35fd422b14481d48 -C extra-filename=-35fd422b14481d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-821cda654b0585ca.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f4a7d3ffc1b99ca4.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-f26dddd08958e568.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b6de77c19e02896b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b864401e798d4562.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-97d3df6b74eca146.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/lib/amd64` |
4611 | 2024-12-20T23:47:36.390Z | Compiling p521 v0.13.3 |
4612 | 2024-12-20T23:47:36.423Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.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="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=7a524a0f16c07ec9 -C extra-filename=-7a524a0f16c07ec9 --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-2a65e2ab151e09a4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4613 | 2024-12-20T23:47:36.428Z | Compiling p256 v0.13.2 |
4614 | 2024-12-20T23:47:36.428Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-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="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=ad4aff7a56eebf8c -C extra-filename=-ad4aff7a56eebf8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-fa14cadbd56c7449.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4615 | 2024-12-20T23:47:37.262Z | Compiling enum-as-inner v0.5.1 |
4616 | 2024-12-20T23:47:37.269Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca7893d42489f5d7 -C extra-filename=-ca7893d42489f5d7 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4617 | 2024-12-20T23:47:38.456Z | Compiling petname v2.0.2 |
4618 | 2024-12-20T23:47:38.459Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-2.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-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=5171d83a21944ae3 -C extra-filename=-5171d83a21944ae3 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-5171d83a21944ae3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4619 | 2024-12-20T23:47:38.865Z | Compiling async-attributes v1.1.2 |
4620 | 2024-12-20T23:47:38.867Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=262a3c5bc03e623e -C extra-filename=-262a3c5bc03e623e --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-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e2368bfcbc9d8904.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4621 | 2024-12-20T23:47:39.675Z | Compiling russh-cryptovec v0.7.3 |
4622 | 2024-12-20T23:47:39.678Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c83939e00e0c0029 -C extra-filename=-c83939e00e0c0029 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4623 | 2024-12-20T23:47:39.945Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ac2fc3ba3d06c43 -C extra-filename=-2ac2fc3ba3d06c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4624 | 2024-12-20T23:47:40.050Z | Compiling num_cpus v1.16.0 |
4625 | 2024-12-20T23:47:40.054Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ab012f26251dbb0 -C extra-filename=-1ab012f26251dbb0 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4626 | 2024-12-20T23:47:40.216Z | Compiling kv-log-macro v1.0.7 |
4627 | 2024-12-20T23:47:40.222Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5c63cddda8596c9 -C extra-filename=-a5c63cddda8596c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4628 | 2024-12-20T23:47:40.459Z | Compiling md5 v0.7.0 |
4629 | 2024-12-20T23:47:40.462Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=778d21cacd260cac -C extra-filename=-778d21cacd260cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4630 | 2024-12-20T23:47:40.989Z | Compiling russh-keys v0.45.0 |
4631 | 2024-12-20T23:47:41.011Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=b4d7bea54ca37a06 -C extra-filename=-b4d7bea54ca37a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4540efc43f9bc033.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-7ae99d2f75a76b1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f183f0e5c5907bba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-778d21cacd260cac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ad4aff7a56eebf8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7a524a0f16c07ec9.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f6bd386b0826c3bc.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-49eb0380f33bfa38.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f892454cf30be5aa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ca62d5decaa8ac96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-50538df004389ff1.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dc63e79e95ddd3b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4632 | 2024-12-20T23:47:41.110Z | Compiling async-std v1.13.0 |
4633 | 2024-12-20T23:47:41.112Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.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"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=6e3748cdf53e115f -C extra-filename=-6e3748cdf53e115f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-262a3c5bc03e623e.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-bf7c885cefb58b44.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-447600a6003c50fc.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ffb7a1a71fc50d1f.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-7330e236bbce1463.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a5c63cddda8596c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4634 | 2024-12-20T23:47:41.584Z | Compiling threadpool v1.8.1 |
4635 | 2024-12-20T23:47:41.588Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2cc9c1dac7e59e -C extra-filename=-ac2cc9c1dac7e59e --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-1ab012f26251dbb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4636 | 2024-12-20T23:47:42.508Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-5171d83a21944ae3/build-script-build` |
4637 | 2024-12-20T23:47:42.898Z | Compiling trust-dns-proto v0.22.0 |
4638 | 2024-12-20T23:47:42.901Z | Running `/home/build/.rustup/toolchains/1.81.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=604e42f6ec39a6d9 -C extra-filename=-604e42f6ec39a6d9 --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-49589da9b84e9811.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ca7893d42489f5d7.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6054e3b7cc9b917e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4639 | 2024-12-20T23:47:45.593Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4e18e025a34f8d79 -C extra-filename=-4e18e025a34f8d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-f32dfc9624de7ee9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4640 | 2024-12-20T23:47:46.694Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4641 | 2024-12-20T23:47:46.697Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c42267291ecaae2 -C extra-filename=-1c42267291ecaae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-73591d531316d597.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4642 | 2024-12-20T23:47:47.129Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4643 | 2024-12-20T23:47:47.137Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a653f1a5701cb97 -C extra-filename=-8a653f1a5701cb97 --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-51a4188695cc380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4644 | 2024-12-20T23:47:48.500Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
4645 | 2024-12-20T23:47:48.503Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6039f7f71f2a26d7 -C extra-filename=-6039f7f71f2a26d7 --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-9798e8e7609cdab8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4646 | 2024-12-20T23:47:49.159Z | Compiling httptest v0.16.1 |
4647 | 2024-12-20T23:47:49.200Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b5ebad34787bc6a -C extra-filename=-8b5ebad34787bc6a --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-a50dd529fc113091.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9a55828e5a47f28b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4648 | 2024-12-20T23:47:49.368Z | Compiling num-bigint v0.4.6 |
4649 | 2024-12-20T23:47:49.372Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=3930cfeb3c3e65fd -C extra-filename=-3930cfeb3c3e65fd --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4650 | 2024-12-20T23:47:51.241Z | Compiling pathdiff v0.2.2 |
4651 | 2024-12-20T23:47:51.247Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=359981128e5bbc84 -C extra-filename=-359981128e5bbc84 --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-9798e8e7609cdab8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4652 | 2024-12-20T23:47:51.438Z | Compiling rustls-native-certs v0.7.3 |
4653 | 2024-12-20T23:47:51.442Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d59b4584548294c -C extra-filename=-3d59b4584548294c --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-dd81080d435c4bbe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4654 | 2024-12-20T23:47:52.136Z | Compiling des v0.8.1 |
4655 | 2024-12-20T23:47:52.140Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=edec9f2571c55d8f -C extra-filename=-edec9f2571c55d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4656 | 2024-12-20T23:47:52.503Z | Compiling nested v0.1.1 |
4657 | 2024-12-20T23:47:52.507Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8b5fe80e93811ac -C extra-filename=-d8b5fe80e93811ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4658 | 2024-12-20T23:47:52.653Z | Compiling escape8259 v0.5.3 |
4659 | 2024-12-20T23:47:52.659Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca9f6f1ef9fdf75b -C extra-filename=-ca9f6f1ef9fdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4660 | 2024-12-20T23:47:52.864Z | Compiling dhcproto-macros v0.1.0 |
4661 | 2024-12-20T23:47:52.868Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c278ee2171aef707 -C extra-filename=-c278ee2171aef707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4662 | 2024-12-20T23:47:53.073Z | Compiling libtest-mimic v0.7.3 |
4663 | 2024-12-20T23:47:53.077Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=745ca0f72c0e1970 -C extra-filename=-745ca0f72c0e1970 --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-0fe382f5b66ca1e5.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ca9f6f1ef9fdf75b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ac2cc9c1dac7e59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4664 | 2024-12-20T23:47:53.980Z | Compiling dhcproto v0.12.0 |
4665 | 2024-12-20T23:47:53.985Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9aa5a8591ea416dd -C extra-filename=-9aa5a8591ea416dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-c278ee2171aef707.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-604e42f6ec39a6d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4666 | 2024-12-20T23:47:55.353Z | Compiling guppy v0.17.8 |
4667 | 2024-12-20T23:47:55.372Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4073270ac660a90b -C extra-filename=-4073270ac660a90b --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-8be98ef023620e24.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3993d879d3735a13.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-d8b5fe80e93811ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-359981128e5bbc84.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4e18e025a34f8d79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4668 | 2024-12-20T23:47:55.564Z | Compiling russh v0.45.0 |
4669 | 2024-12-20T23:47:55.601Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=bdf2aee82aae11f5 -C extra-filename=-bdf2aee82aae11f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-49508c3e1240323b.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-72eed48f13befa44.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-76d987e85f125aed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c15d85ddff06e4a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d05c99926742f3c9.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-edec9f2571c55d8f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-3930cfeb3c3e65fd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ad4aff7a56eebf8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-5ab22f18207535cc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-7a524a0f16c07ec9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5b169acf02c0449f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-97850cf2d4691f3f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-dc63e79e95ddd3b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4670 | 2024-12-20T23:47:57.645Z | Compiling hyper-rustls v0.26.0 |
4671 | 2024-12-20T23:47:57.670Z | Running `/home/build/.rustup/toolchains/1.81.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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=f63e87ddcbbe7097 -C extra-filename=-f63e87ddcbbe7097 --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-0e75d2014d70b1ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3d59b4584548294c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8b1a17c27c00b629.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/` |
4672 | 2024-12-20T23:47:58.269Z | Compiling async-object-pool v0.1.5 |
4673 | 2024-12-20T23:47:58.280Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=748ae1022d05e49f -C extra-filename=-748ae1022d05e49f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-6e3748cdf53e115f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4674 | 2024-12-20T23:47:58.486Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petname-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 --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=f4cfaaaadd3e6100 -C extra-filename=-f4cfaaaadd3e6100 --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-6b8c06aaa5867a2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4675 | 2024-12-20T23:47:59.973Z | Compiling fancy-regex v0.13.0 |
4676 | 2024-12-20T23:47:59.980Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e2a162cb211c7f2a -C extra-filename=-e2a162cb211c7f2a --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-1499c911902a6a96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4677 | 2024-12-20T23:48:03.836Z | Compiling rstest_macros v0.23.0 |
4678 | 2024-12-20T23:48:03.902Z | Running `/home/build/.rustup/toolchains/1.81.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.23.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="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=9df46b36269f3495 -C extra-filename=-9df46b36269f3495 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c782d8caf7484299.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4679 | 2024-12-20T23:48:03.902Z | Compiling assert-json-diff v2.0.2 |
4680 | 2024-12-20T23:48:03.902Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35a9296fe394a43d -C extra-filename=-35a9296fe394a43d --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-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4681 | 2024-12-20T23:48:03.902Z | Compiling serde_regex v1.1.0 |
4682 | 2024-12-20T23:48:03.902Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55e44f0bbb3bea15 -C extra-filename=-55e44f0bbb3bea15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4683 | 2024-12-20T23:48:03.902Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4684 | 2024-12-20T23:48:03.902Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=514e6a7ff6bc0fc6 -C extra-filename=-514e6a7ff6bc0fc6 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4685 | 2024-12-20T23:48:03.903Z | Compiling path-tree v0.8.1 |
4686 | 2024-12-20T23:48:03.903Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d102334ba62b34cb -C extra-filename=-d102334ba62b34cb --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4687 | 2024-12-20T23:48:03.903Z | Compiling target-triple v0.1.3 |
4688 | 2024-12-20T23:48:03.903Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c180273141f07097 -C extra-filename=-c180273141f07097 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4689 | 2024-12-20T23:48:03.903Z | Compiling sync-ptr v0.1.1 |
4690 | 2024-12-20T23:48:03.903Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync-ptr-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4769adbca513052 -C extra-filename=-c4769adbca513052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4691 | 2024-12-20T23:48:03.903Z | Compiling internet-checksum v0.2.1 |
4692 | 2024-12-20T23:48:03.904Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=fc090d67868fcae5 -C extra-filename=-fc090d67868fcae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4693 | 2024-12-20T23:48:03.961Z | Compiling stringmetrics v2.2.2 |
4694 | 2024-12-20T23:48:03.961Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=5acb2435e30a3768 -C extra-filename=-5acb2435e30a3768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4695 | 2024-12-20T23:48:03.961Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build` |
4696 | 2024-12-20T23:48:03.962Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495/build-script-build` |
4697 | 2024-12-20T23:48:03.974Z | Compiling datatest-stable v0.2.9 |
4698 | 2024-12-20T23:48:03.998Z | Running `/home/build/.rustup/toolchains/1.81.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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=837c15c62288bb7f -C extra-filename=-837c15c62288bb7f --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-9798e8e7609cdab8.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e2a162cb211c7f2a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-745ca0f72c0e1970.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4699 | 2024-12-20T23:48:04.036Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4700 | 2024-12-20T23:48:04.041Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=0ada51cffc416f4e -C extra-filename=-0ada51cffc416f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8a653f1a5701cb97.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4701 | 2024-12-20T23:48:04.142Z | Compiling httpmock v0.8.0-alpha.1 |
4702 | 2024-12-20T23:48:04.147Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=8fdc7004371aade8 -C extra-filename=-8fdc7004371aade8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-35a9296fe394a43d.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-748ae1022d05e49f.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-6e3748cdf53e115f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d102334ba62b34cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-55e44f0bbb3bea15.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-5acb2435e30a3768.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4703 | 2024-12-20T23:48:04.444Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4704 | 2024-12-20T23:48:04.448Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=579aba9bb7f3eb1d -C extra-filename=-579aba9bb7f3eb1d --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-29117e4ff36dab03.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4705 | 2024-12-20T23:48:04.687Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4706 | 2024-12-20T23:48:04.692Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4b6475c1d540ee7 -C extra-filename=-f4b6475c1d540ee7 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-f4b6475c1d540ee7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4707 | 2024-12-20T23:48:05.107Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4708 | 2024-12-20T23:48:05.110Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdb4be4f64dae713 -C extra-filename=-cdb4be4f64dae713 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-cdb4be4f64dae713 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4709 | 2024-12-20T23:48:05.219Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4710 | 2024-12-20T23:48:05.221Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3c37446d38ed39d -C extra-filename=-c3c37446d38ed39d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-c3c37446d38ed39d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4711 | 2024-12-20T23:48:05.273Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4712 | 2024-12-20T23:48:05.276Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebb089e109e85cbc -C extra-filename=-ebb089e109e85cbc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ebb089e109e85cbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4713 | 2024-12-20T23:48:05.457Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4714 | 2024-12-20T23:48:05.461Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4dd4c40cdddb0aa -C extra-filename=-c4dd4c40cdddb0aa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-c4dd4c40cdddb0aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4715 | 2024-12-20T23:48:05.569Z | Compiling similar-asserts v1.6.0 |
4716 | 2024-12-20T23:48:05.572Z | Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=0bda880a12e82784 -C extra-filename=-0bda880a12e82784 --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-8134fd228889b755.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4717 | 2024-12-20T23:48:05.626Z | Compiling proc-macro-crate v3.2.0 |
4718 | 2024-12-20T23:48:05.627Z | Running `/home/build/.rustup/toolchains/1.81.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-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36554d6edcbf0112 -C extra-filename=-36554d6edcbf0112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4719 | 2024-12-20T23:48:05.828Z | Compiling relative-path v1.9.3 |
4720 | 2024-12-20T23:48:05.831Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=eb2005d781c181a6 -C extra-filename=-eb2005d781c181a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4721 | 2024-12-20T23:48:06.620Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c4dd4c40cdddb0aa/build-script-build` |
4722 | 2024-12-20T23:48:06.658Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ebb089e109e85cbc/build-script-build` |
4723 | 2024-12-20T23:48:06.698Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-c3c37446d38ed39d/build-script-build` |
4724 | 2024-12-20T23:48:06.719Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-cdb4be4f64dae713/build-script-build` |
4725 | 2024-12-20T23:48:06.753Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-f4b6475c1d540ee7/build-script-build` |
4726 | 2024-12-20T23:48:06.777Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5984a9b105052d9 -C extra-filename=-b5984a9b105052d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'` |
4727 | 2024-12-20T23:48:06.809Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4728 | 2024-12-20T23:48:06.811Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc8fe1c260f0d9e1 -C extra-filename=-cc8fe1c260f0d9e1 --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4729 | 2024-12-20T23:48:06.916Z | Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4730 | 2024-12-20T23:48:06.920Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e9ee3dc46790a1d -C extra-filename=-2e9ee3dc46790a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f4cfaaaadd3e6100.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6ff274ddd32aad26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4731 | 2024-12-20T23:48:07.126Z | Running `/home/build/.rustup/toolchains/1.81.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.23.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-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=fed5b5e3d388b043 -C extra-filename=-fed5b5e3d388b043 --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-83c04ded702a2c6e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-36554d6edcbf0112.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-eb2005d781c181a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4732 | 2024-12-20T23:48:09.401Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4733 | 2024-12-20T23:48:09.425Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6d27f0f4f72c22c -C extra-filename=-c6d27f0f4f72c22c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4734 | 2024-12-20T23:48:09.635Z | Compiling polar-core v0.27.3 |
4735 | 2024-12-20T23:48:09.638Z | Running `/home/build/.rustup/toolchains/1.81.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.3/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c70a5f2683588dac -C extra-filename=-c70a5f2683588dac --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-c70a5f2683588dac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-a02df84275ccf2b4.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4736 | 2024-12-20T23:48:10.948Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4737 | 2024-12-20T23:48:10.951Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f70c3f4349be4180 -C extra-filename=-f70c3f4349be4180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4738 | 2024-12-20T23:48:11.385Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-c70a5f2683588dac/build-script-build` |
4739 | 2024-12-20T23:48:11.767Z | Compiling multimap v0.10.0 |
4740 | 2024-12-20T23:48:11.770Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=2ec29070d6a15893 -C extra-filename=-2ec29070d6a15893 --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-1ac9fc4a930966d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4741 | 2024-12-20T23:48:12.156Z | Compiling uzers v0.12.1 |
4742 | 2024-12-20T23:48:12.159Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-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="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=701a4a1f6a4aa386 -C extra-filename=-701a4a1f6a4aa386 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4743 | 2024-12-20T23:48:13.113Z | Running `/home/build/.rustup/toolchains/1.81.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.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=73502d6774ee4ab9 -C extra-filename=-73502d6774ee4ab9 --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-af4dd81929a552eb.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7bb70439e6f8b4bd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4744 | 2024-12-20T23:48:13.575Z | Compiling trybuild v1.0.101 |
4745 | 2024-12-20T23:48:13.578Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=bd21137faccac666 -C extra-filename=-bd21137faccac666 --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-dec4d7736b1aadcb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5993f2d28b3a8551.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b5984a9b105052d9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4746 | 2024-12-20T23:48:13.641Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4747 | 2024-12-20T23:48:13.644Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87e98774edc267f6 -C extra-filename=-87e98774edc267f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4748 | 2024-12-20T23:48:15.120Z | Compiling partial-io v0.5.4 |
4749 | 2024-12-20T23:48:15.129Z | Running `/home/build/.rustup/toolchains/1.81.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=2133af8225f5196c -C extra-filename=-2133af8225f5196c --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-6961bb14eaa0b2c9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-11c741aeb8997841.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4750 | 2024-12-20T23:48:15.662Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4751 | 2024-12-20T23:48:15.670Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=402aa91811ce0fe8 -C extra-filename=-402aa91811ce0fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-402aa91811ce0fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4752 | 2024-12-20T23:48:16.025Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4753 | 2024-12-20T23:48:16.030Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fa7fb34321f330d -C extra-filename=-1fa7fb34321f330d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa7fb34321f330d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-48e33f3459c2189b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4754 | 2024-12-20T23:48:16.380Z | Compiling blake2b_simd v1.0.2 |
4755 | 2024-12-20T23:48:16.403Z | Running `/home/build/.rustup/toolchains/1.81.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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=eda17c6efe244ce2 -C extra-filename=-eda17c6efe244ce2 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4756 | 2024-12-20T23:48:18.955Z | Compiling rstest v0.23.0 |
4757 | 2024-12-20T23:48:18.964Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=e2c326254ab0b83d -C extra-filename=-e2c326254ab0b83d --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-6961bb14eaa0b2c9.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-fed5b5e3d388b043.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4758 | 2024-12-20T23:48:19.219Z | Compiling rand_distr v0.4.3 |
4759 | 2024-12-20T23:48:19.226Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=d9ba92eedc0ce4c3 -C extra-filename=-d9ba92eedc0ce4c3 --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-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4760 | 2024-12-20T23:48:23.687Z | Compiling approx v0.5.1 |
4761 | 2024-12-20T23:48:23.722Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=8148c88ee720cd5b -C extra-filename=-8148c88ee720cd5b --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4762 | 2024-12-20T23:48:23.722Z | Compiling rust-argon2 v2.1.0 |
4763 | 2024-12-20T23:48:23.722Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b71e8232227ebb47 -C extra-filename=-b71e8232227ebb47 --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-6d27ec8383fdb856.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eda17c6efe244ce2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4764 | 2024-12-20T23:48:23.722Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa7fb34321f330d/build-script-build` |
4765 | 2024-12-20T23:48:23.722Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-402aa91811ce0fe8/build-script-build` |
4766 | 2024-12-20T23:48:23.722Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4767 | 2024-12-20T23:48:23.722Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92e64eaf0e88e085 -C extra-filename=-92e64eaf0e88e085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4768 | 2024-12-20T23:48:23.723Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69fedcbf7458f332 -C extra-filename=-69fedcbf7458f332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-1c42267291ecaae2.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-73591d531316d597.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4769 | 2024-12-20T23:48:23.723Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4770 | 2024-12-20T23:48:23.723Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=811c7eb2f354d0f6 -C extra-filename=-811c7eb2f354d0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-1c42267291ecaae2.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7d7550c794b3f0ef.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4771 | 2024-12-20T23:48:23.725Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
4772 | 2024-12-20T23:48:23.725Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b84639138fb4afd -C extra-filename=-5b84639138fb4afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4773 | 2024-12-20T23:48:23.725Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4774 | 2024-12-20T23:48:23.725Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bef50f94e7348c4 -C extra-filename=-6bef50f94e7348c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4510bcd859bbc802.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4775 | 2024-12-20T23:48:23.771Z | Compiling oso v0.27.3 |
4776 | 2024-12-20T23:48:23.771Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.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="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=0a762e5873565250 -C extra-filename=-0a762e5873565250 --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-294525d2661f977f.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d20719db909fefed.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-73502d6774ee4ab9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4777 | 2024-12-20T23:48:24.695Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4778 | 2024-12-20T23:48:24.701Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ff9ff13bb64daad -C extra-filename=-3ff9ff13bb64daad --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-44938f86388ecca8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4779 | 2024-12-20T23:48:25.036Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4780 | 2024-12-20T23:48:25.040Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b4e17fd04cbe0af -C extra-filename=-1b4e17fd04cbe0af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4781 | 2024-12-20T23:48:25.675Z | Compiling cargo_toml v0.20.5 |
4782 | 2024-12-20T23:48:25.678Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=31b99b7c84716e32 -C extra-filename=-31b99b7c84716e32 --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-1ac9fc4a930966d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4783 | 2024-12-20T23:48:26.764Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81a2992f43099eca -C extra-filename=-81a2992f43099eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6e6ca96d7d4abc40.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2ac2fc3ba3d06c43.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4784 | 2024-12-20T23:48:26.804Z | Compiling termios v0.3.3 |
4785 | 2024-12-20T23:48:26.807Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=550fd14e52bda4fa -C extra-filename=-550fd14e52bda4fa --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4786 | 2024-12-20T23:48:27.082Z | Compiling indoc v2.0.5 |
4787 | 2024-12-20T23:48:27.086Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d65c32a1e8d7443 -C extra-filename=-7d65c32a1e8d7443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4788 | 2024-12-20T23:48:28.228Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4789 | 2024-12-20T23:48:28.231Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5266ba19ee1ee27b -C extra-filename=-5266ba19ee1ee27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-550fd14e52bda4fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4790 | 2024-12-20T23:48:28.261Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6e3c40dae89a4d6 -C extra-filename=-b6e3c40dae89a4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-419a65fdbae0ba80.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4791 | 2024-12-20T23:48:30.171Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d652a57d65987cc8 -C extra-filename=-d652a57d65987cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-1b4e17fd04cbe0af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4792 | 2024-12-20T23:48:30.931Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ec93f181da35219 -C extra-filename=-5ec93f181da35219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-87e98774edc267f6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4793 | 2024-12-20T23:48:33.314Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=94837397dd6463f5 -C extra-filename=-94837397dd6463f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-431a0acf63523cae.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f671476cce3f8009.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2ac2fc3ba3d06c43.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4794 | 2024-12-20T23:48:33.518Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f2423589bc8b1ba -C extra-filename=-6f2423589bc8b1ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-1c42267291ecaae2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-811c7eb2f354d0f6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7d7550c794b3f0ef.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4795 | 2024-12-20T23:48:34.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4796 | 2024-12-20T23:48:34.721Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee8fdee9eec29f6d -C extra-filename=-ee8fdee9eec29f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-31b99b7c84716e32.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4797 | 2024-12-20T23:48:35.780Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e55a806efa9f8a5 -C extra-filename=-5e55a806efa9f8a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-87e98774edc267f6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4798 | 2024-12-20T23:48:37.040Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=246a0c386e7c243e -C extra-filename=-246a0c386e7c243e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6bef50f94e7348c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4510bcd859bbc802.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4799 | 2024-12-20T23:48:37.477Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2678bcbb83f31e58 -C extra-filename=-2678bcbb83f31e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8fdc7004371aade8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4800 | 2024-12-20T23:48:37.592Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81039a0942649b5d -C extra-filename=-81039a0942649b5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8fdc7004371aade8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4801 | 2024-12-20T23:48:38.190Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f736d9559d893ccd -C extra-filename=-f736d9559d893ccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8fdc7004371aade8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4802 | 2024-12-20T23:48:40.214Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=994f96465332a050 -C extra-filename=-994f96465332a050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8fdc7004371aade8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4803 | 2024-12-20T23:48:42.700Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5236a151e6012f35 -C extra-filename=-5236a151e6012f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-5b84639138fb4afd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4804 | 2024-12-20T23:48:42.770Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6300d0f4ffd37bd6 -C extra-filename=-6300d0f4ffd37bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-d8f7b1b51375db4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4805 | 2024-12-20T23:48:44.062Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43cefe51bafdf930 -C extra-filename=-43cefe51bafdf930 --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a077efcffe21ab68.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e2c326254ab0b83d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-bd21137faccac666.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4806 | 2024-12-20T23:48:44.903Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=189af651c8302af7 -C extra-filename=-189af651c8302af7 --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a077efcffe21ab68.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d9ba92eedc0ce4c3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e2c326254ab0b83d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-bd21137faccac666.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4807 | 2024-12-20T23:48:46.017Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b72f622f0740603 -C extra-filename=-9b72f622f0740603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-92e64eaf0e88e085.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4808 | 2024-12-20T23:48:46.887Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=827ab9f24d9acb7a -C extra-filename=-827ab9f24d9acb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4809 | 2024-12-20T23:48:49.262Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef9433bc660371ca -C extra-filename=-ef9433bc660371ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-f70c3f4349be4180.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4810 | 2024-12-20T23:48:49.517Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43e77ec74724ff23 -C extra-filename=-43e77ec74724ff23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-f70c3f4349be4180.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4811 | 2024-12-20T23:48:50.202Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1ad7399edeb52df -C extra-filename=-e1ad7399edeb52df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-f70c3f4349be4180.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4812 | 2024-12-20T23:48:50.288Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c8be5e95bf48cdb3 -C extra-filename=-c8be5e95bf48cdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0ada51cffc416f4e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8a653f1a5701cb97.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2133af8225f5196c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/usr/lib/amd64` |
4813 | 2024-12-20T23:48:52.702Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=bc859cbac1378c79 -C extra-filename=-bc859cbac1378c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8a653f1a5701cb97.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-2133af8225f5196c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4814 | 2024-12-20T23:48:52.758Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08cd04ff12b3fe1a -C extra-filename=-08cd04ff12b3fe1a --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-cc8fe1c260f0d9e1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4815 | 2024-12-20T23:48:55.162Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5232abec060e812c -C extra-filename=-5232abec060e812c --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-cc8fe1c260f0d9e1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4816 | 2024-12-20T23:48:57.941Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94bd5473e9804227 -C extra-filename=-94bd5473e9804227 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-cc8fe1c260f0d9e1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4817 | 2024-12-20T23:48:59.002Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de9e2e55562dee48 -C extra-filename=-de9e2e55562dee48 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9aa5a8591ea416dd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-514e6a7ff6bc0fc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-bdf2aee82aae11f5.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-b4d7bea54ca37a06.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4818 | 2024-12-20T23:48:59.198Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f60318fe9ac50123 -C extra-filename=-f60318fe9ac50123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4073270ac660a90b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4819 | 2024-12-20T23:49:00.645Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6f80eb785dec1b69 -C extra-filename=-6f80eb785dec1b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4073270ac660a90b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4820 | 2024-12-20T23:49:00.944Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=964e6969cef6ee69 -C extra-filename=-964e6969cef6ee69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c6d27f0f4f72c22c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4821 | 2024-12-20T23:49:02.379Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21d0bd346526d906 -C extra-filename=-21d0bd346526d906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0ada51cffc416f4e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8a653f1a5701cb97.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c6d27f0f4f72c22c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4822 | 2024-12-20T23:49:03.630Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbf6f3b0cbc59923 -C extra-filename=-dbf6f3b0cbc59923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0ada51cffc416f4e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8a653f1a5701cb97.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c6d27f0f4f72c22c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4823 | 2024-12-20T23:49:05.182Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=24d10dd4910c0768 -C extra-filename=-24d10dd4910c0768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4824 | 2024-12-20T23:49:14.947Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0f452ee932e2df38 -C extra-filename=-0f452ee932e2df38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4825 | 2024-12-20T23:49:19.684Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fdd24d3ab25bf3c -C extra-filename=-6fdd24d3ab25bf3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6ff274ddd32aad26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4826 | 2024-12-20T23:49:24.089Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4827 | 2024-12-20T23:49:24.092Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=f7365a605f2b6d6f -C extra-filename=-f7365a605f2b6d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4828 | 2024-12-20T23:49:29.980Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4829 | 2024-12-20T23:49:30.003Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1cdaa654a9e0518 -C extra-filename=-a1cdaa654a9e0518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4830 | 2024-12-20T23:49:32.908Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b592bf1a55ed6d1 -C extra-filename=-9b592bf1a55ed6d1 --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4831 | 2024-12-20T23:49:33.908Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4832 | 2024-12-20T23:49:33.911Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29137646ec1bcb51 -C extra-filename=-29137646ec1bcb51 --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-6961bb14eaa0b2c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4833 | 2024-12-20T23:49:35.677Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0f795f3a725348d -C extra-filename=-d0f795f3a725348d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4834 | 2024-12-20T23:49:35.802Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cf978a2943cfeeb -C extra-filename=-8cf978a2943cfeeb --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-07ebaf0eb0f1113e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4835 | 2024-12-20T23:49:36.161Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0f50048ca1c00ac -C extra-filename=-d0f50048ca1c00ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4836 | 2024-12-20T23:49:36.721Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6f9de1aeab9d143e -C extra-filename=-6f9de1aeab9d143e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4073270ac660a90b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4837 | 2024-12-20T23:49:37.301Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=49c8d15e81ae0cdf -C extra-filename=-49c8d15e81ae0cdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4838 | 2024-12-20T23:49:37.985Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b903da3ba3e64fbc -C extra-filename=-b903da3ba3e64fbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4073270ac660a90b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4839 | 2024-12-20T23:49:38.127Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42c179d17bb771b0 -C extra-filename=-42c179d17bb771b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0ada51cffc416f4e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8a653f1a5701cb97.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4840 | 2024-12-20T23:49:41.091Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=185ba03c93aadcc1 -C extra-filename=-185ba03c93aadcc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2e9ee3dc46790a1d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4841 | 2024-12-20T23:49:47.991Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a79ac18e7f3385ba -C extra-filename=-a79ac18e7f3385ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4842 | 2024-12-20T23:50:00.184Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08369251a964152e -C extra-filename=-08369251a964152e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-579aba9bb7f3eb1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4843 | 2024-12-20T23:50:02.204Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=043e3bd47ccb2fcc -C extra-filename=-043e3bd47ccb2fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-579aba9bb7f3eb1d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4844 | 2024-12-20T23:50:03.093Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dc04b07e6befc07 -C extra-filename=-7dc04b07e6befc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-3ff9ff13bb64daad.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4845 | 2024-12-20T23:50:04.694Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af8bdd0b40d0ea9c -C extra-filename=-af8bdd0b40d0ea9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4846 | 2024-12-20T23:50:05.443Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe3281f2d0b556a0 -C extra-filename=-fe3281f2d0b556a0 --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-6961bb14eaa0b2c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4847 | 2024-12-20T23:50:08.740Z | Running `/home/build/.rustup/toolchains/1.81.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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=0940fb82abc175cd -C extra-filename=-0940fb82abc175cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4848 | 2024-12-20T23:50:08.761Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=040d9efa41ae069c -C extra-filename=-040d9efa41ae069c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-1c42267291ecaae2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-73591d531316d597.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-69fedcbf7458f332.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4849 | 2024-12-20T23:50:11.346Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5300f01e4d32e61 -C extra-filename=-c5300f01e4d32e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-1c42267291ecaae2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-73591d531316d597.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4850 | 2024-12-20T23:50:11.694Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa0a9965e79a1ea6 -C extra-filename=-aa0a9965e79a1ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8b5ebad34787bc6a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4851 | 2024-12-20T23:50:14.367Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f92f3e148db1af9d -C extra-filename=-f92f3e148db1af9d --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4852 | 2024-12-20T23:50:15.009Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28b6fa230409678a -C extra-filename=-28b6fa230409678a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8b5ebad34787bc6a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f63e87ddcbbe7097.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4853 | 2024-12-20T23:50:27.233Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2af2db9d72aee5d -C extra-filename=-b2af2db9d72aee5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-6e6ca96d7d4abc40.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2ac2fc3ba3d06c43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4854 | 2024-12-20T23:50:32.281Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9773ed15a73c9fa4 -C extra-filename=-9773ed15a73c9fa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4855 | 2024-12-20T23:50:35.477Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=22ab3204e15ab78d -C extra-filename=-22ab3204e15ab78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-431a0acf63523cae.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-f671476cce3f8009.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f63e87ddcbbe7097.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2ac2fc3ba3d06c43.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0a762e5873565250.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
4856 | 2024-12-20T23:50:52.462Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=140322fdd6c953fd -C extra-filename=-140322fdd6c953fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4857 | 2024-12-20T23:50:54.756Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49535f72d6b84d4d -C extra-filename=-49535f72d6b84d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4858 | 2024-12-20T23:51:03.213Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63453b67aa3e9e4f -C extra-filename=-63453b67aa3e9e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4859 | 2024-12-20T23:51:05.200Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46fabdcc482e0487 -C extra-filename=-46fabdcc482e0487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4860 | 2024-12-20T23:51:05.416Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f7a54789b107a24 -C extra-filename=-8f7a54789b107a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4861 | 2024-12-20T23:51:07.748Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95457512b9e26bf4 -C extra-filename=-95457512b9e26bf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-837c15c62288bb7f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4862 | 2024-12-20T23:51:09.722Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=66d9c35d38194722 -C extra-filename=-66d9c35d38194722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4073270ac660a90b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d3d8b9dd27ba3fbf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3c672845ef35cd30.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4568b4639ffd713a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-69bf145771b4ff02.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-b8f3f676ccb8b8db.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-2e9cc9cd2938a298.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-1adf5364de128189.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4863 | 2024-12-20T23:51:16.368Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afbca53b3c8e1509 -C extra-filename=-afbca53b3c8e1509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f4cfaaaadd3e6100.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6ff274ddd32aad26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4864 | 2024-12-20T23:51:19.029Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65d85610b7381d8a -C extra-filename=-65d85610b7381d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6039f7f71f2a26d7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4865 | 2024-12-20T23:51:19.808Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d5aba35c9acff0c -C extra-filename=-4d5aba35c9acff0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6039f7f71f2a26d7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4866 | 2024-12-20T23:51:21.641Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bcefb7a80ca2aaf -C extra-filename=-3bcefb7a80ca2aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6039f7f71f2a26d7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4867 | 2024-12-20T23:51:23.734Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d442fc712ae9d83 -C extra-filename=-7d442fc712ae9d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6039f7f71f2a26d7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4868 | 2024-12-20T23:51:24.594Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3e00014029af209 -C extra-filename=-a3e00014029af209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6039f7f71f2a26d7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4869 | 2024-12-20T23:51:26.329Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4870 | 2024-12-20T23:51:26.331Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af47591f4558d303 -C extra-filename=-af47591f4558d303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6039f7f71f2a26d7.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4871 | 2024-12-20T23:51:27.163Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84501caa7b48d608 -C extra-filename=-84501caa7b48d608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-b7a16c5c7363963a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-1c42267291ecaae2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5194cca3bbc2b503.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7d7550c794b3f0ef.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-e349bac7043302e0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-4b988e4cc8c4a437.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2408361d0eecb964.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4872 | 2024-12-20T23:51:28.811Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e726223033ea757 -C extra-filename=-5e726223033ea757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4873 | 2024-12-20T23:51:30.207Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4717c61952be6b0d -C extra-filename=-4717c61952be6b0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4874 | 2024-12-20T23:51:35.052Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=945aff78ee1c99ca -C extra-filename=-945aff78ee1c99ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4875 | 2024-12-20T23:51:37.315Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34742b5a303ea150 -C extra-filename=-34742b5a303ea150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2f902ea4c3004f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4876 | 2024-12-20T23:51:40.286Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e77499e76d8ffc0d -C extra-filename=-e77499e76d8ffc0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4877 | 2024-12-20T23:51:43.902Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15479622eb51f455 -C extra-filename=-15479622eb51f455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4878 | 2024-12-20T23:51:52.844Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58c1654ddd847b8d -C extra-filename=-58c1654ddd847b8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c49fbfa21cd0547a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5864d4c3e5a0d655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4879 | 2024-12-20T23:52:00.492Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad2a682be6193396 -C extra-filename=-ad2a682be6193396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6c542180f0840942.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-2ebe0d39b15b7237.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4880 | 2024-12-20T23:52:04.944Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd35a43644c44196 -C extra-filename=-fd35a43644c44196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-73591d531316d597.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4881 | 2024-12-20T23:52:06.736Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8a66806f07fc50ef -C extra-filename=-8a66806f07fc50ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4882 | 2024-12-20T23:52:12.933Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=59e0b8834dc1a45e -C extra-filename=-59e0b8834dc1a45e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4883 | 2024-12-20T23:52:16.344Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=7468a2bc61903d36 -C extra-filename=-7468a2bc61903d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7b33df81de550fad.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4884 | 2024-12-20T23:52:19.935Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ad60c27cd8db117 -C extra-filename=-1ad60c27cd8db117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4885 | 2024-12-20T23:52:22.446Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85c6d0dd13031449 -C extra-filename=-85c6d0dd13031449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4886 | 2024-12-20T23:52:33.745Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adc260e612cfe8db -C extra-filename=-adc260e612cfe8db --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-07ebaf0eb0f1113e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4887 | 2024-12-20T23:52:37.029Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4888 | 2024-12-20T23:52:37.032Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35f3f554527d855f -C extra-filename=-35f3f554527d855f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4510bcd859bbc802.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out` |
4889 | 2024-12-20T23:52:39.710Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7714fd96325922 -C extra-filename=-fc7714fd96325922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4890 | 2024-12-20T23:52:41.136Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9b596d5fc448004 -C extra-filename=-f9b596d5fc448004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-64d52dd31a96d2f3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4891 | 2024-12-20T23:52:47.843Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0121d2e0b30b321f -C extra-filename=-0121d2e0b30b321f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4892 | 2024-12-20T23:52:56.001Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5567b69bf587b6e4 -C extra-filename=-5567b69bf587b6e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0c6a7a012aeddafb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-838890ac1b67131f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4893 | 2024-12-20T23:52:57.055Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccd7a62bbee3f7c6 -C extra-filename=-ccd7a62bbee3f7c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0c6a7a012aeddafb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4894 | 2024-12-20T23:53:37.436Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4895 | 2024-12-20T23:53:37.436Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8397235489f4a2c -C extra-filename=-e8397235489f4a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-838890ac1b67131f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4896 | 2024-12-20T23:53:41.263Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=296f68bf8b98f4ef -C extra-filename=-296f68bf8b98f4ef --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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-838890ac1b67131f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4897 | 2024-12-20T23:53:41.266Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=522cb77003af5115 -C extra-filename=-522cb77003af5115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0c6a7a012aeddafb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-838890ac1b67131f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4898 | 2024-12-20T23:53:42.297Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e4cc619234e258a -C extra-filename=-8e4cc619234e258a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-28452fa6b61d9f02.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-0c6a7a012aeddafb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-838890ac1b67131f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b34f27bbc1479a04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4899 | 2024-12-20T23:53:46.904Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d08646fdf3fe0512 -C extra-filename=-d08646fdf3fe0512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7d7550c794b3f0ef.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4900 | 2024-12-20T23:53:46.928Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca7773afb17f71f4 -C extra-filename=-ca7773afb17f71f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6ff274ddd32aad26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4901 | 2024-12-20T23:53:46.952Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da4ddfb9d491fed1 -C extra-filename=-da4ddfb9d491fed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b4d815601e5ec938.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4902 | 2024-12-20T23:53:50.034Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e53dfb8a2951d43c -C extra-filename=-e53dfb8a2951d43c --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-07ebaf0eb0f1113e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a382649f3822aca6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4903 | 2024-12-20T23:53:50.685Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8538e8fa9f52bc04 -C extra-filename=-8538e8fa9f52bc04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4904 | 2024-12-20T23:53:57.297Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=114283584b5fd454 -C extra-filename=-114283584b5fd454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4905 | 2024-12-20T23:53:58.960Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=201beb411e05e5dd -C extra-filename=-201beb411e05e5dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4906 | 2024-12-20T23:53:59.632Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41019de4d8884842 -C extra-filename=-41019de4d8884842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4907 | 2024-12-20T23:54:01.271Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16835531a27e1452 -C extra-filename=-16835531a27e1452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4908 | 2024-12-20T23:54:06.585Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7b2fb82b49ad030 -C extra-filename=-c7b2fb82b49ad030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4909 | 2024-12-20T23:54:07.200Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a0b929c23470663 -C extra-filename=-4a0b929c23470663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4910 | 2024-12-20T23:54:09.177Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9dded1381b2c057b -C extra-filename=-9dded1381b2c057b --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4911 | 2024-12-20T23:54:14.031Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b9a88532716d5c5 -C extra-filename=-8b9a88532716d5c5 --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-19e5985bb94b6ed1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4912 | 2024-12-20T23:54:20.110Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1f1b7dee64a73e3 -C extra-filename=-b1f1b7dee64a73e3 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4ce480f5dad11f9e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-0e005f0e9c526801.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-4d656c8b9c22cbf3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4913 | 2024-12-20T23:54:25.210Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd9fd26dd0a937fa -C extra-filename=-cd9fd26dd0a937fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4914 | 2024-12-20T23:54:25.599Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb60cd4dbf220aa7 -C extra-filename=-eb60cd4dbf220aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-431a0acf63523cae.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4ee0755773841c30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4915 | 2024-12-20T23:54:33.234Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36476e7a52fe1dd0 -C extra-filename=-36476e7a52fe1dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fb5efd3d36097f53.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4916 | 2024-12-20T23:54:34.707Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12baa1fcc448509b -C extra-filename=-12baa1fcc448509b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4917 | 2024-12-20T23:54:36.993Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e8327ca659157f -C extra-filename=-d7e8327ca659157f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4918 | 2024-12-20T23:54:38.438Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6be752709f6cfa21 -C extra-filename=-6be752709f6cfa21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-756fd034536b3fc5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4510bcd859bbc802.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-3a466a91dbf752e7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4919 | 2024-12-20T23:54:46.014Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=949771a79a651533 -C extra-filename=-949771a79a651533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4920 | 2024-12-20T23:54:46.273Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4f70454e780a4c8 -C extra-filename=-f4f70454e780a4c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a077efcffe21ab68.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4921 | 2024-12-20T23:54:55.195Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e1ea016ace3fe3d3 -C extra-filename=-e1ea016ace3fe3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2980bee54355cce2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5d12763e78b11342.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-8aac0bf43b5ce6a4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-73f4a98753eb625a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6aa2b9c4abd361da.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b153e20ad78017e8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-4f1c7ceb7c7fc136.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4922 | 2024-12-20T23:55:02.640Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f36833866789eddc -C extra-filename=-f36833866789eddc --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4923 | 2024-12-20T23:55:12.896Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b13c1b873f1105ad -C extra-filename=-b13c1b873f1105ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4924 | 2024-12-20T23:55:15.166Z | Running `/home/build/.rustup/toolchains/1.81.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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45e32ab04f13752c -C extra-filename=-45e32ab04f13752c --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-49589da9b84e9811.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4925 | 2024-12-20T23:55:16.312Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d3ede446af715f2 -C extra-filename=-7d3ede446af715f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4926 | 2024-12-20T23:55:16.334Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db3e8dbb960f2af3 -C extra-filename=-db3e8dbb960f2af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-77fdaf185a2bd45d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4927 | 2024-12-20T23:55:17.676Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d47e386e81af9c4a -C extra-filename=-d47e386e81af9c4a --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-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4928 | 2024-12-20T23:55:22.462Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=480826b0ac15d199 -C extra-filename=-480826b0ac15d199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4929 | 2024-12-20T23:55:22.500Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d62977bdbfa6510b -C extra-filename=-d62977bdbfa6510b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1966d605a97204e5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4930 | 2024-12-20T23:55:22.500Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7cabd27d679b22f -C extra-filename=-c7cabd27d679b22f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4931 | 2024-12-20T23:55:22.500Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a3adc89d38438d2 -C extra-filename=-5a3adc89d38438d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4932 | 2024-12-20T23:55:30.985Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=093c29ad0c19a0d2 -C extra-filename=-093c29ad0c19a0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-51a4188695cc380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4933 | 2024-12-20T23:55:33.400Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ac47905f49afdc7f -C extra-filename=-ac47905f49afdc7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-60f10e784ca272dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d6b8c18c85d8c2b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4934 | 2024-12-20T23:55:34.104Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2348608d4b712b4e -C extra-filename=-2348608d4b712b4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4935 | 2024-12-20T23:55:56.889Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70d60d593a45123d -C extra-filename=-70d60d593a45123d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4936 | 2024-12-20T23:55:57.524Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81b01632766186c6 -C extra-filename=-81b01632766186c6 --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-51a4188695cc380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4937 | 2024-12-20T23:55:57.651Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1789c409120b4dbd -C extra-filename=-1789c409120b4dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0362761841df1824.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a815423ad073e0bc.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ded86b8899a0069a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c0044532645628f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out` |
4938 | 2024-12-20T23:55:58.475Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1379f35fee4d61fe -C extra-filename=-1379f35fee4d61fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4939 | 2024-12-20T23:56:03.830Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fba5b9711aa1a60 -C extra-filename=-7fba5b9711aa1a60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5aaf82d164b9a377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5498ca00308c27b5.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4940 | 2024-12-20T23:56:03.851Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d19a8b0b874d8aec -C extra-filename=-d19a8b0b874d8aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-6cd7a137c7799565.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-debdd830f4ed889e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4941 | 2024-12-20T23:56:06.193Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b268b978c6744972 -C extra-filename=-b268b978c6744972 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4942 | 2024-12-20T23:56:09.346Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=7553479ab7fadae2 -C extra-filename=-7553479ab7fadae2 --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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-feeba4eda123e0da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4943 | 2024-12-20T23:56:11.453Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc629ae423ec4b03 -C extra-filename=-bc629ae423ec4b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a077efcffe21ab68.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-708fd0c20eb36876.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-aa5cc350a5df8df6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4944 | 2024-12-20T23:56:12.277Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73aa7d26b36da3f4 -C extra-filename=-73aa7d26b36da3f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4945 | 2024-12-20T23:56:16.235Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c77d98a3ad2d665 -C extra-filename=-8c77d98a3ad2d665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4946 | 2024-12-20T23:56:17.945Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28f744e2dcdbac86 -C extra-filename=-28f744e2dcdbac86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ed6f5bce986b5b11.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a7320aaa228a0140.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-d7adee538d9ceea2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4947 | 2024-12-20T23:56:20.423Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72810437051e9c48 -C extra-filename=-72810437051e9c48 --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-44938f86388ecca8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fed0c49731d4bf4b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-45162a90e623920e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4948 | 2024-12-20T23:56:22.212Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f3f7fe316c579f9 -C extra-filename=-0f3f7fe316c579f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c1bfc03cc0d4950f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4949 | 2024-12-20T23:56:25.934Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e20ac7dd71fbda2 -C extra-filename=-8e20ac7dd71fbda2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-708fd0c20eb36876.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4950 | 2024-12-20T23:56:26.768Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b41ae139df2aeeb -C extra-filename=-3b41ae139df2aeeb --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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64` |
4951 | 2024-12-20T23:56:27.963Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4952 | 2024-12-20T23:56:27.966Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4418c4c86b614280 -C extra-filename=-4418c4c86b614280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4953 | 2024-12-20T23:56:28.707Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4954 | 2024-12-20T23:56:28.710Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2df8877d0d6b93a6 -C extra-filename=-2df8877d0d6b93a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4955 | 2024-12-20T23:56:30.027Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc156b1de985039a -C extra-filename=-dc156b1de985039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4956 | 2024-12-20T23:56:30.709Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=ac0a2f9daf5aa80a -C extra-filename=-ac0a2f9daf5aa80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-558cad7dbc4eac68.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4957 | 2024-12-20T23:56:31.746Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=3e38c98f3bedf02e -C extra-filename=-3e38c98f3bedf02e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-558cad7dbc4eac68.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4958 | 2024-12-20T23:56:32.894Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3aaa12cdfc19a7d2 -C extra-filename=-3aaa12cdfc19a7d2 --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-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4959 | 2024-12-20T23:56:33.349Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6e12c2223668409 -C extra-filename=-f6e12c2223668409 --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4960 | 2024-12-20T23:56:33.505Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac1207eac9347aa5 -C extra-filename=-ac1207eac9347aa5 --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-a2b763397ebc2cb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4961 | 2024-12-20T23:56:34.656Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e081cfd7b03852f0 -C extra-filename=-e081cfd7b03852f0 --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-0e005f0e9c526801.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4962 | 2024-12-20T23:56:35.910Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da071f0a9c8ff649 -C extra-filename=-da071f0a9c8ff649 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4963 | 2024-12-20T23:56:38.767Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86711844192ebb86 -C extra-filename=-86711844192ebb86 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4964 | 2024-12-20T23:56:39.320Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=4511320294128f4e -C extra-filename=-4511320294128f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-609f1d2cdfe5bf4b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-558cad7dbc4eac68.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4965 | 2024-12-20T23:56:40.098Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4966 | 2024-12-20T23:56:40.101Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a6a7968fc56cf49 -C extra-filename=-0a6a7968fc56cf49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4967 | 2024-12-20T23:56:42.404Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=f17cbf41123237f7 -C extra-filename=-f17cbf41123237f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-62dd1c01c9ba54a5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-fb899a33b2ffd2d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1fb2ef3138515a7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b57f26c5cd0c7cf8.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d4ad5ac13f95b9ce.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-47cef6cb2efde389.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-af60c245a9847e60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0fdc5e2868515543.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'` |
4968 | 2024-12-20T23:56:43.187Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7728aa708237285 -C extra-filename=-f7728aa708237285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4969 | 2024-12-20T23:56:43.930Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bced636d2282e52 -C extra-filename=-3bced636d2282e52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4970 | 2024-12-20T23:56:45.043Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72e7df0696027a60 -C extra-filename=-72e7df0696027a60 --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-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4971 | 2024-12-20T23:56:46.058Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24a2911d112c6680 -C extra-filename=-24a2911d112c6680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4972 | 2024-12-20T23:56:48.039Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4020b75f66f0725 -C extra-filename=-f4020b75f66f0725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4973 | 2024-12-20T23:56:48.196Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=002ef33597244377 -C extra-filename=-002ef33597244377 --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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4974 | 2024-12-20T23:56:50.114Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a1adc50ed587df2 -C extra-filename=-3a1adc50ed587df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4975 | 2024-12-20T23:56:54.959Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa685a16f9f4dd59 -C extra-filename=-aa685a16f9f4dd59 --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-07ebaf0eb0f1113e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4976 | 2024-12-20T23:56:57.313Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f3a87893655532c -C extra-filename=-4f3a87893655532c --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-9798e8e7609cdab8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-d16afc57e3a47183.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4977 | 2024-12-20T23:56:58.297Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e596106c48c16aeb -C extra-filename=-e596106c48c16aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a49e1e336b7595b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ec69ba1f899f2ea9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4978 | 2024-12-20T23:56:59.145Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59101a9fb37eb482 -C extra-filename=-59101a9fb37eb482 --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-49589da9b84e9811.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-7e28e9f181ae0250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-2e31e26ea63eb7ef.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9a484ef53cddbb44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4979 | 2024-12-20T23:57:00.109Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c06f2f71077552e -C extra-filename=-5c06f2f71077552e --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-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4980 | 2024-12-20T23:57:02.480Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0f7238435e08d1a -C extra-filename=-c0f7238435e08d1a --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-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4981 | 2024-12-20T23:57:05.097Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cfd75460a84859c -C extra-filename=-8cfd75460a84859c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cacf456ba91f8bdb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4982 | 2024-12-20T23:57:07.234Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39368da47a3d7fa4 -C extra-filename=-39368da47a3d7fa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3365c433142bcfab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4983 | 2024-12-20T23:57:08.382Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a54fc54d735aa0d -C extra-filename=-9a54fc54d735aa0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-3365c433142bcfab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0c1895992fb94fa8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2c14b4def3b7b710.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4984 | 2024-12-20T23:57:08.744Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d37fa9cdf1d43e87 -C extra-filename=-d37fa9cdf1d43e87 --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-0b025ae11b25f088.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9779fa063ceb813e.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4985 | 2024-12-20T23:57:09.885Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=970c6b04e684a4c0 -C extra-filename=-970c6b04e684a4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5aaf82d164b9a377.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9a1298225923dd86.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a2aa46893791ada1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-198ebdf28c1b51c7.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4986 | 2024-12-20T23:57:11.130Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5be80cb783dd8492 -C extra-filename=-5be80cb783dd8492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-47cef6cb2efde389.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4987 | 2024-12-20T23:57:11.852Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5b72924d9ac9f4e -C extra-filename=-a5b72924d9ac9f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4988 | 2024-12-20T23:57:13.089Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=041fc89bbe929d4d -C extra-filename=-041fc89bbe929d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-ab6cc5ea2f785343.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4989 | 2024-12-20T23:57:14.471Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=324aeef23eeef9c2 -C extra-filename=-324aeef23eeef9c2 --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-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4990 | 2024-12-20T23:57:14.895Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fcf4b655b9af6eb -C extra-filename=-4fcf4b655b9af6eb --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-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4991 | 2024-12-20T23:57:15.437Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3845aad886bdd88b -C extra-filename=-3845aad886bdd88b --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-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4992 | 2024-12-20T23:57:15.799Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8483177f9a6f540 -C extra-filename=-d8483177f9a6f540 --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-6961bb14eaa0b2c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4993 | 2024-12-20T23:57:16.531Z | Running `/home/build/.rustup/toolchains/1.81.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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fefe343b5e3124d8 -C extra-filename=-fefe343b5e3124d8 --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-44938f86388ecca8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4994 | 2024-12-20T23:57:17.257Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07becbdc688e8c6a -C extra-filename=-07becbdc688e8c6a --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4995 | 2024-12-20T23:57:17.346Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94b009c037f81386 -C extra-filename=-94b009c037f81386 --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-44938f86388ecca8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4996 | 2024-12-20T23:57:17.509Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3972d240c99d4623 -C extra-filename=-3972d240c99d4623 --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-44938f86388ecca8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4997 | 2024-12-20T23:57:17.565Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20ccb2c03f3b32e9 -C extra-filename=-20ccb2c03f3b32e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4998 | 2024-12-20T23:57:17.681Z | Running `/home/build/.rustup/toolchains/1.81.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 --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24936bc141f49ecc -C extra-filename=-24936bc141f49ecc --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-44938f86388ecca8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
4999 | 2024-12-20T23:57:18.066Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42fc62d1136056ef -C extra-filename=-42fc62d1136056ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
5000 | 2024-12-20T23:57:18.204Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d65e1fb83641ef8 -C extra-filename=-5d65e1fb83641ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
5001 | 2024-12-20T23:57:18.536Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f37c48ec294f71b2 -C extra-filename=-f37c48ec294f71b2 --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-07ebaf0eb0f1113e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-96cde7472c46a897.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
5002 | 2024-12-20T23:57:19.432Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b45b2a5ccdc7189 -C extra-filename=-7b45b2a5ccdc7189 --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-8be98ef023620e24.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-0040b4da3d49a1e6.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0f2df29a0f34846c.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-359f414b48a0b383.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-70644c50de227b03.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7fdfedb38dd16271.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-40b96768f529d1af.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-427828cb45815475.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-bbb777d1320f23a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-821cda654b0585ca.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ed453d00d35c9183.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-211f99b09ada353d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-5ba1eb541a4215fa.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-74cd333fbf7f3417.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0e75d2014d70b1ca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-2b500a8874ca0b37.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-29223a7418b7d9d4.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-39c1f5afe63003ce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-83256b4a4f891e5b.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d4690a35e789d9eb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4f9f613dfa74e5f5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eb68e2ab9c24eeea.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-48f8d61c884ba5b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-519023090d6b1cbc.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-65a680815b56e40d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bb86a0f4b2092559.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-061032add1e59e1c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fdcd5d1cbb88a689.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a9fa2cc94e1a2df0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-975552df53935aa7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-2565939a439644b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dc368f25c9d668a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a945f3d5498b658a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0e3802aa2be39be2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0e4173883b6e842a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0d937a437b6d3fce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-700ef3056e8d7d71.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-0aa4feb74b385baa.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7512151902202e57.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c247e93f31a67a45.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-259315155e448d30.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-957c988197ca8e40.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-79f9f59d2b6414cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6bf31068eafc87a0.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ad875dd4010cc5b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-e36277d4aa1c4608.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib` |
5003 | 2024-12-20T23:57:19.868Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=d55f837cd6e38c7c -C extra-filename=-d55f837cd6e38c7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
5004 | 2024-12-20T23:59:30.687Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e5b23e94d3da80b -C extra-filename=-9e5b23e94d3da80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1c8d2d36c7739c93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8b5ebad34787bc6a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-503dd8230c38256b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5005 | 2024-12-20T23:59:30.690Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fb877239b8b7009 -C extra-filename=-4fb877239b8b7009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-579aba9bb7f3eb1d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5006 | 2024-12-20T23:59:30.717Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82ff39984aff9d66 -C extra-filename=-82ff39984aff9d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5007 | 2024-12-20T23:59:30.721Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=329a6f584d799619 -C extra-filename=-329a6f584d799619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-579aba9bb7f3eb1d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5008 | 2024-12-20T23:59:30.733Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4318f74acab7f60d -C extra-filename=-4318f74acab7f60d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8b5ebad34787bc6a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f63e87ddcbbe7097.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
5009 | 2024-12-20T23:59:30.750Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78f69bd332f2fa80 -C extra-filename=-78f69bd332f2fa80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2e9ee3dc46790a1d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5010 | 2024-12-20T23:59:30.750Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c17754d64a7fa50 -C extra-filename=-8c17754d64a7fa50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8b5ebad34787bc6a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f63e87ddcbbe7097.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
5011 | 2024-12-20T23:59:35.699Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19bae11d27c51b7a -C extra-filename=-19bae11d27c51b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
5012 | 2024-12-20T23:59:35.719Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a55eeee2597932c6 -C extra-filename=-a55eeee2597932c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-71814ddc354bf12b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-2ec29070d6a15893.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-3f3fb948d36a2dab.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee61df05021305d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5013 | 2024-12-20T23:59:38.096Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40647bcf5903240c -C extra-filename=-40647bcf5903240c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
5014 | 2024-12-20T23:59:46.354Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80ebe3c53f49d2db -C extra-filename=-80ebe3c53f49d2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-fcc1a25f30790d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0891151f131ebad6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5015 | 2024-12-20T23:59:53.934Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df23485fa2cbe672 -C extra-filename=-df23485fa2cbe672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2e9ee3dc46790a1d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-edb5cf1a41b00efb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-6219b1d809618323.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
5016 | 2024-12-21T00:00:12.473Z | Running `/home/build/.rustup/toolchains/1.81.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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dcf5c950113766f -C extra-filename=-8dcf5c950113766f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f3b107c5141fe520.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-49589da9b84e9811.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-bc0cd28a2be32916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0b025ae11b25f088.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9798e8e7609cdab8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-efdb0e70c4c12326.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d064d23112fb4620.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-07ebaf0eb0f1113e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0fe382f5b66ca1e5.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c550f2cf253a25f3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-44e78963db51fc38.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-6be9f736cd67f5d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b45850c01b0edc2a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0dbc71bbb9c79cac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-57e51ed22094b0ea.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35fd422b14481d48.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-17b2cee13bf7be17.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-3f4aeb6952700a95.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-299344843976264f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e81aa5ce2d40e9e8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-187c39ef5ec658f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-19655bcbf448f502.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-58c25c3614feb1ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-1a7ae0dd0af2d3d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c24497a2ac819b82.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bd8e78685ddc4f70.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f89dcc5e9387908a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5afa0ed0ed61c517.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-a3332d195b67e647.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8b5ebad34787bc6a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-129a6fa9759f73a4.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f63e87ddcbbe7097.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-55b1722e8a46d182.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b9c691ec331ef4ae.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1e42ccd3bacee190.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-ccc7f757543ca4e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a2b763397ebc2cb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-47cb8641ac872e22.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-81a2992f43099eca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-0e951a3270665503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e0b3d637bc2150aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-04a81dee182f1315.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-94837397dd6463f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-bda8b289bf50e330.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-939bcf303eec8b73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-be81a456b2d9488b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-220a09f71471595d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8cf978a2943cfeeb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-29137646ec1bcb51.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d0f795f3a725348d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6759dfa9e5a38e9e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a1cdaa654a9e0518.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-9b592bf1a55ed6d1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-76a46518e8b5dd47.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1583b3d0c5050dfc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f7365a605f2b6d6f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-523b5ecfb24a0c0f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-00bcf446123a4264.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fff466ad5083d634.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a79ac18e7f3385ba.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-e531aa4e79ca43ab.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-ec555c515f32f4d1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f4687f06d438f89f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-098145cbe4edd956.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-44938f86388ecca8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ac97d9af018b9987.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a61020b46961d214.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-22a2c323f8cffcb0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d998d51371d30040.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4feb64a5dd1d5a25.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-71e0930ecaf36493.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d846747c421e6d67.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d3eb0c8bae529a1e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9c6c7360e58b73d4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b6f003eb73d7853d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-dff45ad925ba821c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7e666c6dbf024ae0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f81a4f758dfcb860.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-933a634b1f74deb0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b24b2684c2dcdf9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b7b6235112126d4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2b780861de05b529.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-25ed6b5f3150553d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-08c2a6b83aecd798.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ae10f31229ad1b6.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-55a64d16249e7e5c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-611a8fb5a7623cfd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2e93dfc1add0126d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-080cabe85a0bfc93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-1ac9fc4a930966d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-eb5a8386ca9927b8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7a7e2ac205968f40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a287ec055c5cf9e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-69acaf862fac07a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cdb5783351c822be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-1c63079740f499bb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-9d00d284d0b08369.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-c4f30aa902bc20b1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-5571f4f3fea8a9c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d3365051e79f13bf.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1c22c94e862a09e7.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7a5e48bea2035fe5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56eb796b87231de0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f6ba05ed1ca567c6.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-98f3643c389b5e9a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-80c0863158976700.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a691ffb1d62f3250.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f262a4769f6b4152.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-adee9be137a0fba2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b24adbe710c05402.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fd71938a1248c6f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/` |
5017 | 2024-12-21T00:35:24.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53m 38s |
5018 | 2024-12-21T00:35:45.731Z | |
5019 | 2024-12-21T00:35:45.736Z | real 53:59.764731317 |
5020 | 2024-12-21T00:35:45.736Z | user 2:00:37.506463194 |
5021 | 2024-12-21T00:35:45.736Z | sys 28:40.865961628 |
5022 | 2024-12-21T00:35:45.736Z | trap 12.115302314 |
5023 | 2024-12-21T00:35:45.736Z | tflt 16.653266598 |
5024 | 2024-12-21T00:35:45.736Z | dflt 3:32:56.551599512 |
5025 | 2024-12-21T00:35:45.736Z | kflt 1.523712493 |
5026 | 2024-12-21T00:35:45.736Z | lock 10:19:22.603260258 |
5027 | 2024-12-21T00:35:45.736Z | slp 32:19:00.133362982 |
5028 | 2024-12-21T00:35:45.736Z | lat 11:11.593940883 |
5029 | 2024-12-21T00:35:45.736Z | stop 9:29.975860270 |
5030 | 2024-12-21T00:35:46.747Z | + banner test |
5031 | 2024-12-21T00:35:46.808Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
5032 | 2024-12-21T00:35:47.718Z | |
5033 | 2024-12-21T00:35:47.718Z | ##### ###### #### ##### |
5034 | 2024-12-21T00:35:47.718Z | # # # # |
5035 | 2024-12-21T00:35:47.718Z | # ##### #### # |
5036 | 2024-12-21T00:35:47.718Z | # # # # |
5037 | 2024-12-21T00:35:47.718Z | # # # # # |
5038 | 2024-12-21T00:35:47.718Z | # ###### #### # |
5039 | 2024-12-21T00:35:47.718Z | |
5040 | 2024-12-21T00:35:51.015Z | info: experimental features enabled: setup-scripts |
5041 | 2024-12-21T00:35:52.634Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5042 | 2024-12-21T00:35:52.790Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5043 | 2024-12-21T00:35:52.814Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5044 | 2024-12-21T00:35:52.834Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5045 | 2024-12-21T00:36:08.660Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 15.64s |
5046 | 2024-12-21T00:36:13.898Z | ──────────── |
5047 | 2024-12-21T00:36:13.898Z | Nextest run ID 3c7750c1-720d-4818-b99b-c5fa6eb0a3ee with nextest profile: ci |
5048 | 2024-12-21T00:36:13.901Z | Starting 1753 tests across 180 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
5049 | 2024-12-21T00:36:13.901Z | SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test |
5050 | 2024-12-21T00:36:14.685Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5051 | 2024-12-21T00:36:17.271Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5052 | 2024-12-21T00:36:19.142Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
5053 | 2024-12-21T00:36:25.286Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 11.31s |
5054 | 2024-12-21T00:36:25.408Z | Running `target/debug/crdb-seed` |
5055 | 2024-12-21T00:36:25.450Z | Dec 21 00:36:23.728 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp02lt1w |
5056 | 2024-12-21T00:36:25.453Z | Dec 21 00:36:23.728 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp5Eg9y7,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp02lt1w/listen-url |
5057 | 2024-12-21T00:36:25.453Z | Dec 21 00:36:23.728 INFO cockroach environment: BUILDOMAT_JOB_ID=01JFK6Q9K6KAFY5DCJ1AR3GRFN BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.81.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= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=support-bundle-wire-up-http-endpoints GITHUB_REF=refs/heads/support-bundle-wire-up-http-endpoints GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 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/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envjhDuQE NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e0b42b1b5fb7caea/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=3c7750c1-720d-4818-b99b-c5fa6eb0a3ee 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 RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.81.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 |
5058 | 2024-12-21T00:36:26.413Z | Dec 21 00:36:24.692 INFO cockroach pid: 9292 |
5059 | 2024-12-21T00:36:26.413Z | Dec 21 00:36:24.692 INFO cockroach listen URL: postgresql://root@[::1]:64538/omicron?sslmode=disable |
5060 | 2024-12-21T00:36:26.413Z | Dec 21 00:36:24.692 INFO cockroach: populating |
5061 | 2024-12-21T00:36:28.257Z | Dec 21 00:36:26.535 INFO cockroach: populated |
5062 | 2024-12-21T00:36:29.175Z | Dec 21 00:36:27.453 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/8dca36feea1c1273d295510ce2d8e096f8671340aaf1eb5b3c9acebffd6d8527.tar` |
5063 | 2024-12-21T00:36:29.179Z | SETUP PASS [ 15.276s] crdb-seed: cargo run -p crdb-seed --profile test |
5064 | 2024-12-21T00:36:29.181Z | SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
5065 | 2024-12-21T00:36:29.999Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5066 | 2024-12-21T00:36:30.003Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
5067 | 2024-12-21T00:36:30.003Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5068 | 2024-12-21T00:36:30.109Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5069 | 2024-12-21T00:36:30.112Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
5070 | 2024-12-21T00:36:32.259Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
5071 | 2024-12-21T00:36:34.794Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
5072 | 2024-12-21T00:36:38.146Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
5073 | 2024-12-21T00:36:44.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s |
5074 | 2024-12-21T00:36:45.080Z | Running `target/debug/clickhouse-cluster-dev` |
5075 | 2024-12-21T00:36:45.119Z | Dec 21 00:36:43.393 INFO Setting up a ClickHouse cluster |
5076 | 2024-12-21T00:36:45.122Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1 |
5077 | 2024-12-21T00:36:45.128Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2 |
5078 | 2024-12-21T00:36:45.130Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3 |
5079 | 2024-12-21T00:36:45.133Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1 |
5080 | 2024-12-21T00:36:45.136Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2 |
5081 | 2024-12-21T00:36:48.059Z | Dec 21 00:36:46.333 INFO ClickHouse server ready |
5082 | 2024-12-21T00:36:48.520Z | Dec 21 00:36:46.794 INFO ClickHouse server ready |
5083 | 2024-12-21T00:36:48.709Z | Dec 21 00:36:46.983 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)] |
5084 | 2024-12-21T00:36:48.713Z | SETUP PASS [ 19.530s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
5085 | 2024-12-21T00:36:48.755Z | PASS [ 0.032s] api_identity test::test_identity_no_field |
5086 | 2024-12-21T00:36:48.760Z | PASS [ 0.032s] api_identity test::test_identity |
5087 | 2024-12-21T00:36:48.761Z | PASS [ 0.036s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
5088 | 2024-12-21T00:36:48.764Z | PASS [ 0.049s] bootstore schemes::tests::hello_roundtrip |
5089 | 2024-12-21T00:36:48.769Z | PASS [ 0.045s] bootstore schemes::v0::share_pkg::tests::create_packages |
5090 | 2024-12-21T00:36:48.774Z | PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
5091 | 2024-12-21T00:36:48.786Z | PASS [ 0.070s] authz-macros tests::test_authz_snapshots |
5092 | 2024-12-21T00:36:48.812Z | PASS [ 0.025s] clickana chart::tests::gather_chart_data_for_memory_tracking_success |
5093 | 2024-12-21T00:36:48.816Z | PASS [ 0.037s] clickana chart::tests::gather_chart_data_for_disk_usage_success |
5094 | 2024-12-21T00:36:48.823Z | PASS [ 0.109s] bootstore schemes::v0::peer::tests::network_config |
5095 | 2024-12-21T00:36:48.834Z | PASS [ 0.023s] clickana chart::tests::gather_chart_data_for_running_queries_success |
5096 | 2024-12-21T00:36:48.840Z | PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_query_count_success |
5097 | 2024-12-21T00:36:48.880Z | PASS [ 0.039s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success |
5098 | 2024-12-21T00:36:48.890Z | PASS [ 0.066s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
5099 | 2024-12-21T00:36:48.895Z | PASS [ 0.056s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success |
5100 | 2024-12-21T00:36:48.901Z | PASS [ 0.020s] clickhouse-admin-types tests::test_empty_output_parse_fail |
5101 | 2024-12-21T00:36:48.909Z | PASS [ 0.019s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
5102 | 2024-12-21T00:36:48.918Z | PASS [ 0.023s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
5103 | 2024-12-21T00:36:48.924Z | PASS [ 0.022s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success |
5104 | 2024-12-21T00:36:48.932Z | PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success |
5105 | 2024-12-21T00:36:48.944Z | PASS [ 0.025s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
5106 | 2024-12-21T00:36:48.957Z | PASS [ 0.024s] clickhouse-admin-types tests::test_generate_replica_config |
5107 | 2024-12-21T00:36:48.960Z | PASS [ 0.033s] clickhouse-admin-types tests::test_generate_keeper_config |
5108 | 2024-12-21T00:36:48.967Z | PASS [ 0.023s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
5109 | 2024-12-21T00:36:48.983Z | PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail |
5110 | 2024-12-21T00:36:48.987Z | PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail |
5111 | 2024-12-21T00:36:48.991Z | PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
5112 | 2024-12-21T00:36:49.002Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
5113 | 2024-12-21T00:36:49.020Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
5114 | 2024-12-21T00:36:49.020Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
5115 | 2024-12-21T00:36:49.020Z | PASS [ 0.247s] cert-dev::test-cert-dev test_cert_create |
5116 | 2024-12-21T00:36:49.027Z | PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
5117 | 2024-12-21T00:36:49.031Z | PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail |
5118 | 2024-12-21T00:36:49.049Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail |
5119 | 2024-12-21T00:36:49.050Z | PASS [ 0.026s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
5120 | 2024-12-21T00:36:49.050Z | PASS [ 0.021s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
5121 | 2024-12-21T00:36:49.053Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
5122 | 2024-12-21T00:36:49.056Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
5123 | 2024-12-21T00:36:49.060Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
5124 | 2024-12-21T00:36:49.069Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
5125 | 2024-12-21T00:36:49.072Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail |
5126 | 2024-12-21T00:36:49.075Z | PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail |
5127 | 2024-12-21T00:36:49.081Z | PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
5128 | 2024-12-21T00:36:49.087Z | PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
5129 | 2024-12-21T00:36:49.091Z | PASS [ 0.020s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail |
5130 | 2024-12-21T00:36:49.096Z | PASS [ 0.019s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success |
5131 | 2024-12-21T00:36:49.101Z | PASS [ 0.020s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success |
5132 | 2024-12-21T00:36:49.122Z | PASS [ 0.025s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
5133 | 2024-12-21T00:36:49.122Z | PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
5134 | 2024-12-21T00:36:49.139Z | PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
5135 | 2024-12-21T00:36:49.143Z | PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
5136 | 2024-12-21T00:36:49.159Z | PASS [ 0.020s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
5137 | 2024-12-21T00:36:49.175Z | PASS [ 0.083s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
5138 | 2024-12-21T00:36:49.181Z | PASS [ 0.094s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
5139 | 2024-12-21T00:36:49.259Z | PASS [ 0.489s] clickana chart::tests::gather_chart_data_failure |
5140 | 2024-12-21T00:36:49.333Z | PASS [ 0.073s] db-macros lookup::test::test_lookup_snapshots |
5141 | 2024-12-21T00:36:49.349Z | PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
5142 | 2024-12-21T00:36:49.364Z | PASS [ 0.014s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
5143 | 2024-12-21T00:36:49.380Z | PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
5144 | 2024-12-21T00:36:49.395Z | PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
5145 | 2024-12-21T00:36:49.415Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
5146 | 2024-12-21T00:36:49.421Z | PASS [ 0.282s] db-dev::test-db-dev test_db_dev_populate_no_args |
5147 | 2024-12-21T00:36:49.424Z | PASS [ 0.262s] db-dev::test-db-dev test_db_dev_wipe_no_args |
5148 | 2024-12-21T00:36:49.441Z | PASS [ 0.019s] db-macros tests::test_derive_with_unknown_field |
5149 | 2024-12-21T00:36:49.449Z | PASS [ 0.031s] db-macros tests::test_derive_snapshots |
5150 | 2024-12-21T00:36:49.649Z | PASS [ 0.207s] dns-server storage::test::test_update_in_progress |
5151 | 2024-12-21T00:36:49.655Z | PASS [ 0.208s] dns-server storage::test::test_update_interrupted |
5152 | 2024-12-21T00:36:49.661Z | PASS [ 0.238s] dns-server storage::test::test_update_basic |
5153 | 2024-12-21T00:36:49.849Z | PASS [ 1.134s] bootstore schemes::v0::peer::tests::basic_3_nodes |
5154 | 2024-12-21T00:36:50.142Z | PASS [ 0.492s] dns-server::basic_test a_crud |
5155 | 2024-12-21T00:36:50.145Z | PASS [ 0.480s] dns-server::basic_test answers_match_question |
5156 | 2024-12-21T00:36:50.150Z | PASS [ 0.301s] dns-server::basic_test empty_record |
5157 | 2024-12-21T00:36:50.153Z | PASS [ 0.494s] dns-server::basic_test aaaa_crud |
5158 | 2024-12-21T00:36:50.373Z | PASS [ 0.231s] dns-server::basic_test multi_record_crud |
5159 | 2024-12-21T00:36:50.401Z | PASS [ 0.250s] dns-server::basic_test name_contains_zone |
5160 | 2024-12-21T00:36:50.410Z | PASS [ 0.258s] dns-server::basic_test servfail |
5161 | 2024-12-21T00:36:50.454Z | PASS [ 0.303s] dns-server::basic_test nxdomain |
5162 | 2024-12-21T00:36:50.470Z | PASS [ 0.059s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
5163 | 2024-12-21T00:36:50.482Z | PASS [ 0.028s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
5164 | 2024-12-21T00:36:50.546Z | PASS [ 0.075s] illumos-utils destructor::test::test_delayed_delete |
5165 | 2024-12-21T00:36:50.575Z | PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close |
5166 | 2024-12-21T00:36:50.609Z | PASS [ 0.236s] dns-server::basic_test srv_crud |
5167 | 2024-12-21T00:36:50.617Z | PASS [ 0.039s] illumos-utils link::test::test_allocate |
5168 | 2024-12-21T00:36:50.636Z | PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes |
5169 | 2024-12-21T00:36:50.644Z | PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
5170 | 2024-12-21T00:36:50.671Z | PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_bad_avail |
5171 | 2024-12-21T00:36:50.676Z | PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_bad_quota |
5172 | 2024-12-21T00:36:50.698Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_reservation |
5173 | 2024-12-21T00:36:50.705Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_usage |
5174 | 2024-12-21T00:36:50.733Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_missing_fields |
5175 | 2024-12-21T00:36:50.738Z | PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_bad_uuid |
5176 | 2024-12-21T00:36:50.760Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props |
5177 | 2024-12-21T00:36:50.770Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
5178 | 2024-12-21T00:36:50.787Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_too_many_columns |
5179 | 2024-12-21T00:36:50.795Z | PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash |
5180 | 2024-12-21T00:36:50.815Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited |
5181 | 2024-12-21T00:36:50.822Z | PASS [ 0.027s] illumos-utils zfs::test::parse_quota_ignored_if_default |
5182 | 2024-12-21T00:36:50.842Z | PASS [ 0.027s] illumos-utils zfs::test::parse_reservation_ignored_if_default |
5183 | 2024-12-21T00:36:50.849Z | PASS [ 0.027s] illumos-utils zfs::test::parse_sorts_and_dedups |
5184 | 2024-12-21T00:36:50.873Z | PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network |
5185 | 2024-12-21T00:36:50.878Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool |
5186 | 2024-12-21T00:36:50.903Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_missing_column |
5187 | 2024-12-21T00:36:51.297Z | PASS [ 2.546s] bootstore::v0-fsm-proptest-learner run |
5188 | 2024-12-21T00:36:51.313Z | PASS [ 0.830s] illumos-utils destructor::test::test_delayed_delete_with_error |
5189 | 2024-12-21T00:36:51.635Z | PASS [ 0.337s] installinator-common block_size_writer::tests::proptest_block_writer |
5190 | 2024-12-21T00:36:52.074Z | PASS [ 0.438s] internal-dns-resolver resolver::test::insert_and_lookup_one_record |
5191 | 2024-12-21T00:36:52.107Z | PASS [ 0.794s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
5192 | 2024-12-21T00:36:52.490Z | PASS [ 0.415s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
5193 | 2024-12-21T00:36:52.678Z | PASS [ 0.571s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
5194 | 2024-12-21T00:36:52.831Z | PASS [ 0.342s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
5195 | 2024-12-21T00:36:52.907Z | PASS [ 2.002s] installinator write::tests::proptest_write_artifact |
5196 | 2024-12-21T00:36:52.942Z | PASS [ 0.263s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
5197 | 2024-12-21T00:36:52.950Z | PASS [ 0.043s] internal-dns-types config::test::display_hosts |
5198 | 2024-12-21T00:36:52.971Z | PASS [ 0.028s] internal-dns-types config::test::display_srv_service |
5199 | 2024-12-21T00:36:53.002Z | PASS [ 0.049s] internal-dns-types config::test::test_builder_errors |
5200 | 2024-12-21T00:36:53.032Z | PASS [ 0.060s] internal-dns-types config::test::test_builder_output |
5201 | 2024-12-21T00:36:53.053Z | PASS [ 0.052s] internal-dns-types diff::test::diff_different |
5202 | 2024-12-21T00:36:53.061Z | PASS [ 0.029s] internal-dns-types diff::test::diff_equivalent |
5203 | 2024-12-21T00:36:53.081Z | PASS [ 0.027s] internal-dns-types diff::test::diff_invalid |
5204 | 2024-12-21T00:36:53.099Z | PASS [ 0.037s] ipcc tests::deserialize_fixed_value |
5205 | 2024-12-21T00:36:53.138Z | PASS [ 0.057s] ipcc tests::installinator_image_id_round_trip |
5206 | 2024-12-21T00:36:53.141Z | PASS [ 0.039s] ipcc tests::serialized_size |
5207 | 2024-12-21T00:36:53.184Z | PASS [ 0.352s] internal-dns-resolver resolver::test::update_record |
5208 | 2024-12-21T00:36:53.211Z | PASS [ 0.072s] key-manager tests::different_ikm_produces_different_keys |
5209 | 2024-12-21T00:36:53.211Z | PASS [ 0.073s] key-manager tests::different_disks_produce_different_keys |
5210 | 2024-12-21T00:36:53.224Z | PASS [ 0.039s] key-manager tests::disk_encryption_key_epoch_0 |
5211 | 2024-12-21T00:36:53.263Z | PASS [ 0.051s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
5212 | 2024-12-21T00:36:53.359Z | PASS [ 0.096s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
5213 | 2024-12-21T00:36:53.385Z | PASS [ 0.173s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
5214 | 2024-12-21T00:36:53.386Z | PASS [ 0.160s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
5215 | 2024-12-21T00:36:53.418Z | PASS [ 0.058s] nexus-auth authn::external::session_cookie::test::test_get_token |
5216 | 2024-12-21T00:36:53.425Z | PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
5217 | 2024-12-21T00:36:53.432Z | PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
5218 | 2024-12-21T00:36:53.452Z | PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
5219 | 2024-12-21T00:36:53.459Z | PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
5220 | 2024-12-21T00:36:53.462Z | PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
5221 | 2024-12-21T00:36:53.487Z | PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
5222 | 2024-12-21T00:36:53.496Z | PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
5223 | 2024-12-21T00:36:53.502Z | PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value |
5224 | 2024-12-21T00:36:53.527Z | PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
5225 | 2024-12-21T00:36:53.538Z | PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
5226 | 2024-12-21T00:36:53.542Z | PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
5227 | 2024-12-21T00:36:53.560Z | PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
5228 | 2024-12-21T00:36:53.584Z | PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
5229 | 2024-12-21T00:36:53.594Z | PASS [ 0.055s] nexus-auth authn::external::test::test_authn_sequence |
5230 | 2024-12-21T00:36:53.594Z | PASS [ 0.034s] nexus-auth authn::external::token::test::test_make_header_value |
5231 | 2024-12-21T00:36:53.615Z | PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
5232 | 2024-12-21T00:36:53.626Z | PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_valid |
5233 | 2024-12-21T00:36:53.638Z | PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_missing |
5234 | 2024-12-21T00:36:53.680Z | PASS [ 0.065s] nexus-auth authn::test::test_internal_users |
5235 | 2024-12-21T00:36:53.758Z | PASS [ 0.120s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
5236 | 2024-12-21T00:36:53.794Z | PASS [ 0.113s] nexus-auth context::test::test_background_context |
5237 | 2024-12-21T00:36:53.812Z | PASS [ 0.186s] nexus-auth authz::context::test::test_unregistered_resource |
5238 | 2024-12-21T00:36:53.866Z | PASS [ 0.072s] nexus-auth context::test::test_test_context |
5239 | 2024-12-21T00:36:53.880Z | PASS [ 0.121s] nexus-auth context::test::test_child_context |
5240 | 2024-12-21T00:36:53.895Z | PASS [ 5.132s] bootstore::v0-fsm-proptest-rack-coordinator run |
5241 | 2024-12-21T00:36:53.934Z | PASS [ 0.041s] nexus-config nexus_config::test::test_config_nonexistent |
5242 | 2024-12-21T00:36:53.981Z | PASS [ 0.100s] nexus-config nexus_config::test::test_config_empty |
5243 | 2024-12-21T00:36:53.981Z | PASS [ 0.114s] nexus-config nexus_config::test::test_config_bad_toml |
5244 | 2024-12-21T00:36:54.047Z | PASS [ 0.066s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
5245 | 2024-12-21T00:36:54.054Z | PASS [ 0.241s] nexus-config nexus_config::test::test_bad_authn_schemes |
5246 | 2024-12-21T00:36:54.061Z | PASS [ 0.126s] nexus-config nexus_config::test::test_deployment_config_schema |
5247 | 2024-12-21T00:36:54.069Z | PASS [ 0.088s] nexus-config nexus_config::test::test_repo_configs_are_valid |
5248 | 2024-12-21T00:36:54.077Z | PASS [ 0.023s] nexus-config postgres_config::test::test_bad_url |
5249 | 2024-12-21T00:36:54.085Z | PASS [ 0.023s] nexus-config postgres_config::test::test_example_url |
5250 | 2024-12-21T00:36:54.088Z | PASS [ 3.683s] dns-server::commands_test test_dnsadm |
5251 | 2024-12-21T00:36:54.096Z | PASS [ 0.047s] nexus-config nexus_config::test::test_valid |
5252 | 2024-12-21T00:36:54.108Z | PASS [ 0.038s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
5253 | 2024-12-21T00:36:54.116Z | PASS [ 0.038s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
5254 | 2024-12-21T00:36:54.119Z | PASS [ 0.031s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
5255 | 2024-12-21T00:36:54.119Z | PASS [ 0.025s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
5256 | 2024-12-21T00:36:54.138Z | PASS [ 0.041s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
5257 | 2024-12-21T00:36:54.145Z | PASS [ 3.265s] installinator mock_peers::tests::proptest_fetch_artifact |
5258 | 2024-12-21T00:36:54.148Z | PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
5259 | 2024-12-21T00:36:54.156Z | PASS [ 0.040s] nexus-db-model instance_state::tests::test_from_str_roundtrips |
5260 | 2024-12-21T00:36:54.176Z | PASS [ 0.049s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
5261 | 2024-12-21T00:36:54.182Z | PASS [ 0.044s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
5262 | 2024-12-21T00:36:54.185Z | PASS [ 0.066s] nexus-db-model device_auth::test::test_generate_user_code |
5263 | 2024-12-21T00:36:54.185Z | PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
5264 | 2024-12-21T00:36:54.197Z | PASS [ 0.031s] nexus-db-model schema_versions::test::test_known_versions |
5265 | 2024-12-21T00:36:54.206Z | PASS [ 0.060s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
5266 | 2024-12-21T00:36:54.211Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
5267 | 2024-12-21T00:36:54.214Z | PASS [ 0.028s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
5268 | 2024-12-21T00:36:54.222Z | PASS [ 0.034s] nexus-db-model schema_versions::test::test_verify |
5269 | 2024-12-21T00:36:54.225Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
5270 | 2024-12-21T00:36:54.225Z | PASS [ 0.024s] nexus-db-model semver_version::test::test_to_from_sortable_string |
5271 | 2024-12-21T00:36:54.226Z | PASS [ 5.042s] db-dev::test-db-dev test_db_killed |
5272 | 2024-12-21T00:36:54.236Z | PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
5273 | 2024-12-21T00:36:54.256Z | PASS [ 0.032s] nexus-db-model vmm_state::tests::test_from_str_roundtrips |
5274 | 2024-12-21T00:36:54.259Z | PASS [ 0.042s] nexus-db-model tests::test_roles_database_strings |
5275 | 2024-12-21T00:36:54.259Z | PASS [ 0.039s] nexus-db-model tests::test_ipv6_net_random_subnet |
5276 | 2024-12-21T00:36:54.259Z | PASS [ 0.032s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
5277 | 2024-12-21T00:36:54.260Z | PASS [ 0.033s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
5278 | 2024-12-21T00:36:57.476Z | PASS [ 3.219s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
5279 | 2024-12-21T00:36:57.558Z | PASS [ 3.321s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
5280 | 2024-12-21T00:36:57.606Z | PASS [ 3.349s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
5281 | 2024-12-21T00:36:57.818Z | PASS [ 3.560s] nexus-db-queries db::collection_attach::test::test_attach_once |
5282 | 2024-12-21T00:36:57.844Z | PASS [ 3.586s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
5283 | 2024-12-21T00:36:57.880Z | PASS [ 0.061s] nexus-db-queries db::collection_attach::test::test_verify_query |
5284 | 2024-12-21T00:36:57.967Z | PASS [ 3.710s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
5285 | 2024-12-21T00:36:58.272Z | PASS [ 4.048s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
5286 | 2024-12-21T00:37:00.312Z | PASS [ 2.705s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
5287 | 2024-12-21T00:37:00.547Z | PASS [ 2.987s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
5288 | 2024-12-21T00:37:00.568Z | PASS [ 2.687s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
5289 | 2024-12-21T00:37:00.571Z | PASS [ 3.091s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
5290 | 2024-12-21T00:37:00.625Z | PASS [ 0.056s] nexus-db-queries db::collection_detach::test::test_verify_query |
5291 | 2024-12-21T00:37:00.664Z | PASS [ 2.696s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
5292 | 2024-12-21T00:37:00.844Z | PASS [ 3.000s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
5293 | 2024-12-21T00:37:01.007Z | PASS [ 2.733s] nexus-db-queries db::collection_detach::test::test_detach_once |
5294 | 2024-12-21T00:37:03.609Z | PASS [ 3.297s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
5295 | 2024-12-21T00:37:03.617Z | PASS [ 3.048s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
5296 | 2024-12-21T00:37:03.682Z | PASS [ 3.134s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
5297 | 2024-12-21T00:37:03.745Z | PASS [ 2.900s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
5298 | 2024-12-21T00:37:03.752Z | PASS [ 3.127s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
5299 | 2024-12-21T00:37:03.787Z | PASS [ 0.042s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
5300 | 2024-12-21T00:37:03.895Z | PASS [ 2.888s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
5301 | 2024-12-21T00:37:03.940Z | PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query |
5302 | 2024-12-21T00:37:03.981Z | PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
5303 | 2024-12-21T00:37:04.023Z | PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_walk_columns |
5304 | 2024-12-21T00:37:04.062Z | PASS [ 0.039s] nexus-db-queries db::column_walker::test::test_walk_table |
5305 | 2024-12-21T00:37:04.079Z | PASS [ 3.414s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
5306 | 2024-12-21T00:37:04.938Z | PASS [ 15.754s] db-dev::test-db-dev test_db_run |
5307 | 2024-12-21T00:37:05.737Z | PASS [ 1.950s] nexus-db-queries db::collection_insert::test::test_collection_present |
5308 | 2024-12-21T00:37:05.781Z | PASS [ 2.027s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
5309 | 2024-12-21T00:37:06.029Z | PASS [ 2.418s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
5310 | 2024-12-21T00:37:06.210Z | PASS [ 2.528s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
5311 | 2024-12-21T00:37:06.406Z | PASS [ 2.788s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
5312 | 2024-12-21T00:37:08.044Z | PASS [ 3.964s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
5313 | 2024-12-21T00:37:08.066Z | PASS [ 4.003s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
5314 | 2024-12-21T00:37:09.359Z | PASS [ 2.952s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
5315 | 2024-12-21T00:37:09.686Z | PASS [ 4.746s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic |
5316 | 2024-12-21T00:37:10.005Z | PASS [ 4.223s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
5317 | 2024-12-21T00:37:10.100Z | PASS [ 4.361s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
5318 | 2024-12-21T00:37:10.193Z | PASS [ 2.148s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
5319 | 2024-12-21T00:37:10.593Z | PASS [ 2.525s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
5320 | 2024-12-21T00:37:10.609Z | PASS [ 4.579s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
5321 | 2024-12-21T00:37:10.691Z | PASS [ 4.480s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes |
5322 | 2024-12-21T00:37:14.339Z | PASS [ 4.333s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
5323 | 2024-12-21T00:37:14.428Z | PASS [ 5.068s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
5324 | 2024-12-21T00:37:14.503Z | PASS [ 0.075s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
5325 | 2024-12-21T00:37:14.629Z | PASS [ 4.942s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
5326 | 2024-12-21T00:37:14.705Z | PASS [ 4.511s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
5327 | 2024-12-21T00:37:14.976Z | PASS [ 4.874s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
5328 | 2024-12-21T00:37:14.976Z | PASS [ 4.365s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
5329 | 2024-12-21T00:37:15.414Z | PASS [ 4.721s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
5330 | 2024-12-21T00:37:15.540Z | PASS [ 4.946s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
5331 | 2024-12-21T00:37:18.847Z | PASS [ 4.342s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
5332 | 2024-12-21T00:37:19.024Z | PASS [ 4.684s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
5333 | 2024-12-21T00:37:19.394Z | PASS [ 4.417s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
5334 | 2024-12-21T00:37:19.444Z | PASS [ 4.813s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
5335 | 2024-12-21T00:37:19.447Z | PASS [ 4.029s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
5336 | 2024-12-21T00:37:19.654Z | PASS [ 4.677s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
5337 | 2024-12-21T00:37:20.070Z | PASS [ 5.363s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
5338 | 2024-12-21T00:37:20.376Z | PASS [ 4.834s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
5339 | 2024-12-21T00:37:23.611Z | PASS [ 4.216s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
5340 | 2024-12-21T00:37:23.671Z | PASS [ 4.645s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
5341 | 2024-12-21T00:37:23.794Z | PASS [ 4.348s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
5342 | 2024-12-21T00:37:24.069Z | PASS [ 4.413s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
5343 | 2024-12-21T00:37:24.096Z | PASS [ 4.650s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
5344 | 2024-12-21T00:37:24.396Z | PASS [ 4.325s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
5345 | 2024-12-21T00:37:24.647Z | PASS [ 4.270s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
5346 | 2024-12-21T00:37:24.865Z | PASS [ 6.016s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
5347 | 2024-12-21T00:37:27.941Z | PASS [ 4.269s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
5348 | 2024-12-21T00:37:28.330Z | PASS [ 4.717s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
5349 | 2024-12-21T00:37:28.639Z | PASS [ 4.844s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
5350 | 2024-12-21T00:37:28.792Z | PASS [ 4.144s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
5351 | 2024-12-21T00:37:28.802Z | PASS [ 4.705s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
5352 | 2024-12-21T00:37:28.987Z | PASS [ 4.589s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
5353 | 2024-12-21T00:37:29.312Z | PASS [ 4.446s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
5354 | 2024-12-21T00:37:30.434Z | PASS [ 6.363s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
5355 | 2024-12-21T00:37:32.347Z | PASS [ 4.016s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
5356 | 2024-12-21T00:37:32.667Z | PASS [ 4.027s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
5357 | 2024-12-21T00:37:32.840Z | PASS [ 4.047s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
5358 | 2024-12-21T00:37:33.051Z | PASS [ 4.247s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
5359 | 2024-12-21T00:37:33.423Z | PASS [ 4.110s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
5360 | 2024-12-21T00:37:33.808Z | PASS [ 4.820s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
5361 | 2024-12-21T00:37:33.827Z | PASS [ 5.883s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
5362 | 2024-12-21T00:37:36.238Z | PASS [ 5.803s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
5363 | 2024-12-21T00:37:37.159Z | PASS [ 4.490s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
5364 | 2024-12-21T00:37:37.196Z | PASS [ 4.144s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
5365 | 2024-12-21T00:37:37.772Z | PASS [ 4.348s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
5366 | 2024-12-21T00:37:38.111Z | PASS [ 4.301s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
5367 | 2024-12-21T00:37:38.451Z | PASS [ 4.624s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
5368 | 2024-12-21T00:37:40.783Z | PASS [ 4.544s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
5369 | 2024-12-21T00:37:41.769Z | PASS [ 4.608s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
5370 | 2024-12-21T00:37:41.769Z | PASS [ 4.571s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
5371 | 2024-12-21T00:37:42.809Z | PASS [ 5.035s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
5372 | 2024-12-21T00:37:43.105Z | PASS [ 4.653s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
5373 | 2024-12-21T00:37:44.384Z | PASS [ 6.272s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
5374 | 2024-12-21T00:37:44.430Z | PASS [ 0.045s] nexus-db-queries db::datastore::region::test::test_extent_count |
5375 | 2024-12-21T00:37:45.205Z | PASS [ 4.420s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
5376 | 2024-12-21T00:37:45.779Z | PASS [ 13.429s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
5377 | 2024-12-21T00:37:46.387Z | PASS [ 4.617s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
5378 | 2024-12-21T00:37:46.799Z | PASS [ 5.029s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
5379 | 2024-12-21T00:37:46.970Z | PASS [ 3.864s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
5380 | 2024-12-21T00:37:47.752Z | PASS [ 4.942s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
5381 | 2024-12-21T00:37:48.432Z | PASS [ 4.000s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
5382 | 2024-12-21T00:37:49.632Z | PASS [ 4.426s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
5383 | 2024-12-21T00:37:49.996Z | PASS [ 4.215s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
5384 | 2024-12-21T00:37:50.532Z | PASS [ 4.144s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
5385 | 2024-12-21T00:37:50.900Z | PASS [ 4.100s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
5386 | 2024-12-21T00:37:51.019Z | PASS [ 4.048s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
5387 | 2024-12-21T00:37:51.834Z | PASS [ 4.081s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
5388 | 2024-12-21T00:37:52.429Z | PASS [ 3.996s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
5389 | 2024-12-21T00:37:53.800Z | PASS [ 4.167s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
5390 | 2024-12-21T00:37:54.093Z | PASS [ 4.096s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
5391 | 2024-12-21T00:37:54.185Z | PASS [ 3.652s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
5392 | 2024-12-21T00:37:55.046Z | PASS [ 4.025s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
5393 | 2024-12-21T00:37:55.316Z | PASS [ 4.414s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
5394 | 2024-12-21T00:37:55.327Z | PASS [ 22.482s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
5395 | 2024-12-21T00:37:56.271Z | PASS [ 4.435s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
5396 | 2024-12-21T00:37:56.795Z | PASS [ 4.364s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
5397 | 2024-12-21T00:37:57.894Z | PASS [ 4.092s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
5398 | 2024-12-21T00:37:59.207Z | PASS [ 5.113s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
5399 | 2024-12-21T00:37:59.359Z | PASS [ 5.173s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
5400 | 2024-12-21T00:37:59.777Z | PASS [ 4.449s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
5401 | 2024-12-21T00:37:59.831Z | PASS [ 4.785s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
5402 | 2024-12-21T00:38:00.865Z | PASS [ 4.592s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
5403 | 2024-12-21T00:38:01.051Z | PASS [ 4.255s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
5404 | 2024-12-21T00:38:02.675Z | PASS [ 4.780s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits |
5405 | 2024-12-21T00:38:04.369Z | PASS [ 9.051s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
5406 | 2024-12-21T00:38:04.951Z | PASS [ 5.742s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset |
5407 | 2024-12-21T00:38:05.245Z | PASS [ 5.884s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset |
5408 | 2024-12-21T00:38:05.333Z | PASS [ 4.281s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations |
5409 | 2024-12-21T00:38:05.625Z | PASS [ 4.758s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering |
5410 | 2024-12-21T00:38:05.627Z | PASS [ 5.792s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign |
5411 | 2024-12-21T00:38:05.804Z | PASS [ 6.025s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign |
5412 | 2024-12-21T00:38:06.491Z | PASS [ 3.815s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
5413 | 2024-12-21T00:38:09.288Z | PASS [ 4.918s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
5414 | 2024-12-21T00:38:09.389Z | PASS [ 4.437s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
5415 | 2024-12-21T00:38:09.419Z | PASS [ 4.084s] nexus-db-queries db::datastore::test::test_project_creation |
5416 | 2024-12-21T00:38:09.592Z | PASS [ 4.345s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
5417 | 2024-12-21T00:38:09.599Z | PASS [ 3.973s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
5418 | 2024-12-21T00:38:10.067Z | PASS [ 4.441s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
5419 | 2024-12-21T00:38:11.208Z | PASS [ 4.715s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
5420 | 2024-12-21T00:38:14.226Z | PASS [ 4.836s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
5421 | 2024-12-21T00:38:14.551Z | PASS [ 5.261s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
5422 | 2024-12-21T00:38:15.465Z | PASS [ 4.256s] nexus-db-queries db::datastore::test::test_session_methods |
5423 | 2024-12-21T00:38:16.250Z | PASS [ 10.444s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
5424 | 2024-12-21T00:38:18.351Z | PASS [ 4.124s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
5425 | 2024-12-21T00:38:18.686Z | PASS [ 4.134s] nexus-db-queries db::datastore::test::test_ssh_keys |
5426 | 2024-12-21T00:38:19.290Z | PASS [ 9.696s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
5427 | 2024-12-21T00:38:19.664Z | PASS [ 9.595s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
5428 | 2024-12-21T00:38:19.729Z | PASS [ 4.263s] nexus-db-queries db::datastore::test::test_table_scan |
5429 | 2024-12-21T00:38:19.767Z | PASS [ 10.346s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
5430 | 2024-12-21T00:38:20.278Z | PASS [ 4.027s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
5431 | 2024-12-21T00:38:20.414Z | PASS [ 10.812s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
5432 | 2024-12-21T00:38:20.458Z | PASS [ 0.044s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
5433 | 2024-12-21T00:38:20.507Z | PASS [ 0.049s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
5434 | 2024-12-21T00:38:23.026Z | PASS [ 4.673s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
5435 | 2024-12-21T00:38:23.265Z | PASS [ 4.577s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
5436 | 2024-12-21T00:38:23.573Z | PASS [ 4.281s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
5437 | 2024-12-21T00:38:23.878Z | PASS [ 4.148s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
5438 | 2024-12-21T00:38:23.934Z | PASS [ 4.166s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
5439 | 2024-12-21T00:38:24.091Z | PASS [ 4.426s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
5440 | 2024-12-21T00:38:27.399Z | PASS [ 4.133s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
5441 | 2024-12-21T00:38:27.679Z | PASS [ 4.105s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed |
5442 | 2024-12-21T00:38:27.832Z | PASS [ 3.952s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume |
5443 | 2024-12-21T00:38:28.121Z | PASS [ 4.186s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
5444 | 2024-12-21T00:38:28.442Z | PASS [ 4.350s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
5445 | 2024-12-21T00:38:29.746Z | PASS [ 1.624s] nexus-db-queries db::explain::test::test_explain_async |
5446 | 2024-12-21T00:38:30.088Z | PASS [ 1.645s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
5447 | 2024-12-21T00:38:30.413Z | PASS [ 10.132s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume |
5448 | 2024-12-21T00:38:30.853Z | PASS [ 10.343s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
5449 | 2024-12-21T00:38:32.826Z | PASS [ 2.737s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
5450 | 2024-12-21T00:38:32.966Z | PASS [ 5.285s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
5451 | 2024-12-21T00:38:33.303Z | PASS [ 2.889s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
5452 | 2024-12-21T00:38:33.390Z | PASS [ 0.087s] nexus-db-queries db::pagination::test::test_paginator |
5453 | 2024-12-21T00:38:33.468Z | PASS [ 10.440s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
5454 | 2024-12-21T00:38:33.481Z | PASS [ 2.627s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
5455 | 2024-12-21T00:38:33.901Z | PASS [ 6.500s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
5456 | 2024-12-21T00:38:33.915Z | PASS [ 6.082s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
5457 | 2024-12-21T00:38:33.982Z | PASS [ 4.235s] nexus-db-queries db::lookup::test::test_lookup |
5458 | 2024-12-21T00:38:35.803Z | PASS [ 2.976s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
5459 | 2024-12-21T00:38:35.812Z | PASS [ 2.845s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
5460 | 2024-12-21T00:38:38.018Z | PASS [ 4.116s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
5461 | 2024-12-21T00:38:38.224Z | PASS [ 4.755s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
5462 | 2024-12-21T00:38:38.240Z | PASS [ 4.757s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
5463 | 2024-12-21T00:38:38.248Z | PASS [ 4.332s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
5464 | 2024-12-21T00:38:38.288Z | PASS [ 0.039s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
5465 | 2024-12-21T00:38:38.480Z | PASS [ 4.494s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
5466 | 2024-12-21T00:38:38.530Z | PASS [ 5.138s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
5467 | 2024-12-21T00:38:40.408Z | PASS [ 4.604s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
5468 | 2024-12-21T00:38:40.524Z | PASS [ 4.711s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
5469 | 2024-12-21T00:38:42.565Z | PASS [ 4.034s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
5470 | 2024-12-21T00:38:42.591Z | PASS [ 4.365s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
5471 | 2024-12-21T00:38:42.612Z | PASS [ 4.593s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
5472 | 2024-12-21T00:38:42.877Z | PASS [ 4.587s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
5473 | 2024-12-21T00:38:42.927Z | PASS [ 4.448s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
5474 | 2024-12-21T00:38:43.852Z | PASS [ 5.611s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
5475 | 2024-12-21T00:38:44.653Z | PASS [ 4.128s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
5476 | 2024-12-21T00:38:44.838Z | PASS [ 4.428s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
5477 | 2024-12-21T00:38:46.745Z | PASS [ 4.132s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
5478 | 2024-12-21T00:38:47.247Z | PASS [ 4.318s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
5479 | 2024-12-21T00:38:47.267Z | PASS [ 4.675s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
5480 | 2024-12-21T00:38:47.288Z | PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
5481 | 2024-12-21T00:38:47.410Z | PASS [ 4.844s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
5482 | 2024-12-21T00:38:47.427Z | PASS [ 4.549s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
5483 | 2024-12-21T00:38:48.225Z | PASS [ 4.372s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
5484 | 2024-12-21T00:38:49.055Z | PASS [ 4.397s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
5485 | 2024-12-21T00:38:49.097Z | PASS [ 0.045s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
5486 | 2024-12-21T00:38:49.286Z | PASS [ 4.447s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
5487 | 2024-12-21T00:38:49.702Z | PASS [ 2.413s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
5488 | 2024-12-21T00:38:49.832Z | PASS [ 0.545s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
5489 | 2024-12-21T00:38:49.839Z | PASS [ 2.411s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
5490 | 2024-12-21T00:38:49.896Z | PASS [ 2.485s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
5491 | 2024-12-21T00:38:50.118Z | PASS [ 0.415s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
5492 | 2024-12-21T00:38:50.620Z | PASS [ 2.393s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
5493 | 2024-12-21T00:38:50.956Z | PASS [ 0.336s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
5494 | 2024-12-21T00:38:50.984Z | PASS [ 4.238s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
5495 | 2024-12-21T00:38:51.137Z | PASS [ 1.240s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
5496 | 2024-12-21T00:38:51.206Z | PASS [ 0.249s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
5497 | 2024-12-21T00:38:51.278Z | PASS [ 0.293s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
5498 | 2024-12-21T00:38:51.510Z | PASS [ 1.678s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
5499 | 2024-12-21T00:38:51.551Z | PASS [ 2.454s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
5500 | 2024-12-21T00:38:51.599Z | PASS [ 4.330s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
5501 | 2024-12-21T00:38:51.610Z | PASS [ 0.473s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
5502 | 2024-12-21T00:38:51.648Z | PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
5503 | 2024-12-21T00:38:51.692Z | PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
5504 | 2024-12-21T00:38:51.700Z | PASS [ 0.100s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
5505 | 2024-12-21T00:38:51.730Z | PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
5506 | 2024-12-21T00:38:51.737Z | PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
5507 | 2024-12-21T00:38:52.141Z | PASS [ 2.301s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
5508 | 2024-12-21T00:38:52.223Z | PASS [ 2.105s] nexus-db-queries db::queries::region_allocation::test::explainable |
5509 | 2024-12-21T00:38:53.119Z | PASS [ 1.609s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
5510 | 2024-12-21T00:38:53.122Z | PASS [ 1.841s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
5511 | 2024-12-21T00:38:53.138Z | PASS [ 1.932s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
5512 | 2024-12-21T00:38:53.310Z | PASS [ 1.579s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
5513 | 2024-12-21T00:38:53.317Z | PASS [ 1.764s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
5514 | 2024-12-21T00:38:53.359Z | PASS [ 0.049s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
5515 | 2024-12-21T00:38:53.424Z | PASS [ 0.065s] nexus-inventory builder::test::test_empty |
5516 | 2024-12-21T00:38:53.515Z | PASS [ 0.091s] nexus-inventory builder::test::test_problems |
5517 | 2024-12-21T00:38:53.585Z | PASS [ 1.847s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
5518 | 2024-12-21T00:38:53.659Z | PASS [ 1.517s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
5519 | 2024-12-21T00:38:53.739Z | PASS [ 0.422s] nexus-inventory builder::test::test_basic |
5520 | 2024-12-21T00:38:54.312Z | PASS [ 0.652s] nexus-inventory collector::test::test_multi_mgs_failure |
5521 | 2024-12-21T00:38:54.888Z | PASS [ 1.148s] nexus-inventory collector::test::test_sled_agent_failure |
5522 | 2024-12-21T00:38:54.997Z | PASS [ 1.481s] nexus-inventory collector::test::test_basic |
5523 | 2024-12-21T00:38:55.186Z | PASS [ 0.189s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
5524 | 2024-12-21T00:38:55.203Z | PASS [ 1.616s] nexus-inventory collector::test::test_multi_mgs |
5525 | 2024-12-21T00:38:56.605Z | PASS [ 3.466s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
5526 | 2024-12-21T00:38:56.976Z | PASS [ 3.855s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
5527 | 2024-12-21T00:38:59.908Z | PASS [ 5.595s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
5528 | 2024-12-21T00:38:59.911Z | PASS [ 5.019s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
5529 | 2024-12-21T00:39:00.010Z | PASS [ 0.101s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
5530 | 2024-12-21T00:39:00.119Z | PASS [ 0.108s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
5531 | 2024-12-21T00:39:00.175Z | PASS [ 0.056s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
5532 | 2024-12-21T00:39:00.242Z | PASS [ 0.066s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
5533 | 2024-12-21T00:39:00.702Z | PASS [ 8.477s] nexus-db-queries policy_test::test_conferred_roles |
5534 | 2024-12-21T00:39:22.747Z | PASS [ 22.041s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
5535 | 2024-12-21T00:39:24.550Z | PASS [ 27.939s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create |
5536 | 2024-12-21T00:39:24.880Z | PASS [ 29.671s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging |
5537 | 2024-12-21T00:39:25.209Z | PASS [ 28.227s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete |
5538 | 2024-12-21T00:39:29.703Z | PASS [ 29.789s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update |
5539 | 2024-12-21T00:39:29.977Z | PASS [ 0.274s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
5540 | 2024-12-21T00:39:30.016Z | PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
5541 | 2024-12-21T00:39:30.053Z | PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
5542 | 2024-12-21T00:39:30.094Z | PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids |
5543 | 2024-12-21T00:39:30.170Z | PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
5544 | 2024-12-21T00:39:30.216Z | PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones |
5545 | 2024-12-21T00:39:30.260Z | PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
5546 | 2024-12-21T00:39:30.310Z | PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
5547 | 2024-12-21T00:39:30.364Z | PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
5548 | 2024-12-21T00:39:30.413Z | PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
5549 | 2024-12-21T00:39:30.456Z | PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
5550 | 2024-12-21T00:39:30.511Z | PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
5551 | 2024-12-21T00:39:30.548Z | PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
5552 | 2024-12-21T00:39:30.583Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
5553 | 2024-12-21T00:39:30.618Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
5554 | 2024-12-21T00:39:30.656Z | PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
5555 | 2024-12-21T00:39:30.704Z | PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately |
5556 | 2024-12-21T00:39:30.788Z | PASS [ 0.084s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
5557 | 2024-12-21T00:39:37.542Z | PASS [ 6.752s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
5558 | 2024-12-21T00:39:37.587Z | PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator |
5559 | 2024-12-21T00:39:39.237Z | PASS [ 1.649s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging |
5560 | 2024-12-21T00:39:40.509Z | PASS [ 1.271s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool |
5561 | 2024-12-21T00:39:41.278Z | PASS [ 0.769s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets |
5562 | 2024-12-21T00:39:41.660Z | PASS [ 0.381s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets |
5563 | 2024-12-21T00:39:41.716Z | PASS [ 0.055s] nexus-reconfigurator-planning example::tests::builder_zone_counts |
5564 | 2024-12-21T00:39:41.747Z | PASS [ 0.031s] nexus-reconfigurator-planning example::tests::instances_on_examples |
5565 | 2024-12-21T00:39:41.782Z | PASS [ 0.035s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
5566 | 2024-12-21T00:39:41.887Z | PASS [ 0.104s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
5567 | 2024-12-21T00:39:41.989Z | PASS [ 0.101s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
5568 | 2024-12-21T00:39:42.064Z | PASS [ 0.075s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
5569 | 2024-12-21T00:39:42.172Z | PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
5570 | 2024-12-21T00:39:42.225Z | PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
5571 | 2024-12-21T00:39:42.285Z | PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_crucible_pantry |
5572 | 2024-12-21T00:39:42.358Z | PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place |
5573 | 2024-12-21T00:39:42.437Z | PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
5574 | 2024-12-21T00:39:42.486Z | PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
5575 | 2024-12-21T00:39:42.531Z | PASS [ 0.044s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
5576 | 2024-12-21T00:39:42.612Z | PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters |
5577 | 2024-12-21T00:39:42.689Z | PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed |
5578 | 2024-12-21T00:39:42.773Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
5579 | 2024-12-21T00:39:42.856Z | PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes |
5580 | 2024-12-21T00:39:42.917Z | PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones |
5581 | 2024-12-21T00:39:42.974Z | PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
5582 | 2024-12-21T00:39:43.024Z | PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse |
5583 | 2024-12-21T00:39:43.088Z | PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
5584 | 2024-12-21T00:39:43.148Z | PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
5585 | 2024-12-21T00:39:43.290Z | PASS [ 0.142s] nexus-saga-recovery recovery::test::test_execution_basic |
5586 | 2024-12-21T00:39:43.336Z | PASS [ 0.045s] nexus-saga-recovery recovery::test::test_plan_basic |
5587 | 2024-12-21T00:39:43.379Z | PASS [ 0.042s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
5588 | 2024-12-21T00:39:43.441Z | PASS [ 0.061s] nexus-saga-recovery test::test_basic |
5589 | 2024-12-21T00:39:43.487Z | PASS [ 0.045s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
5590 | 2024-12-21T00:39:43.531Z | PASS [ 0.043s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
5591 | 2024-12-21T00:39:43.576Z | PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
5592 | 2024-12-21T00:39:43.607Z | PASS [ 0.030s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
5593 | 2024-12-21T00:39:43.639Z | PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
5594 | 2024-12-21T00:39:43.679Z | PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
5595 | 2024-12-21T00:39:43.715Z | PASS [ 0.035s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
5596 | 2024-12-21T00:39:43.748Z | PASS [ 0.032s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
5597 | 2024-12-21T00:39:44.431Z | PASS [ 19.218s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
5598 | 2024-12-21T00:39:45.435Z | PASS [ 20.880s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
5599 | 2024-12-21T00:39:47.899Z | PASS [ 25.146s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
5600 | 2024-12-21T00:39:47.911Z | PASS [ 23.026s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
5601 | 2024-12-21T00:39:47.927Z | PASS [ 0.029s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
5602 | 2024-12-21T00:39:47.938Z | PASS [ 0.027s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples |
5603 | 2024-12-21T00:39:47.968Z | PASS [ 0.040s] nexus-types external_api::shared::test::test_policy_parsing |
5604 | 2024-12-21T00:39:48.077Z | PASS [ 0.138s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
5605 | 2024-12-21T00:39:48.083Z | PASS [ 0.115s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
5606 | 2024-12-21T00:39:48.132Z | PASS [ 0.055s] omicron-certificates tests::test_cert_extended_key_usage |
5607 | 2024-12-21T00:39:48.140Z | PASS [ 0.056s] omicron-certificates tests::test_common_name_is_validated |
5608 | 2024-12-21T00:39:48.186Z | PASS [ 0.053s] omicron-certificates tests::test_subject_alternate_names_are_validated |
5609 | 2024-12-21T00:39:48.318Z | PASS [ 3.886s] nexus-types deployment::tri_map::tests::proptest_permutation_eq |
5610 | 2024-12-21T00:39:48.751Z | PASS [ 0.610s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
5611 | 2024-12-21T00:39:48.924Z | PASS [ 0.173s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
5612 | 2024-12-21T00:39:49.137Z | PASS [ 0.212s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
5613 | 2024-12-21T00:39:49.303Z | PASS [ 0.165s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
5614 | 2024-12-21T00:39:49.708Z | PASS [ 0.397s] omicron-clickhouse-admin::integration_test test_teardown |
5615 | 2024-12-21T00:39:50.313Z | PASS [ 1.994s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
5616 | 2024-12-21T00:39:50.362Z | PASS [ 0.048s] omicron-common address::test::test_dns_subnets |
5617 | 2024-12-21T00:39:50.428Z | PASS [ 0.066s] omicron-common address::test::test_ip_range_checks_non_decreasing |
5618 | 2024-12-21T00:39:50.523Z | PASS [ 0.094s] omicron-common address::test::test_ip_range_enum_deserialization |
5619 | 2024-12-21T00:39:50.545Z | PASS [ 2.358s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
5620 | 2024-12-21T00:39:50.553Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_iter |
5621 | 2024-12-21T00:39:50.575Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_length |
5622 | 2024-12-21T00:39:50.591Z | PASS [ 0.037s] omicron-common address::test::test_ip_range_try_from |
5623 | 2024-12-21T00:39:50.616Z | PASS [ 0.025s] omicron-common address::test::test_sled_address |
5624 | 2024-12-21T00:39:50.627Z | PASS [ 0.052s] omicron-common address::test::test_ipv6_subnet_deserialize |
5625 | 2024-12-21T00:39:50.652Z | PASS [ 0.035s] omicron-common api::external::error::test::test_bail_unless |
5626 | 2024-12-21T00:39:50.660Z | PASS [ 0.032s] omicron-common api::external::error::test::test_context |
5627 | 2024-12-21T00:39:50.708Z | PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_examples |
5628 | 2024-12-21T00:39:50.720Z | PASS [ 0.059s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
5629 | 2024-12-21T00:39:50.756Z | PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_scan_by_name |
5630 | 2024-12-21T00:39:50.756Z | PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_scan_by_id |
5631 | 2024-12-21T00:39:50.783Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
5632 | 2024-12-21T00:39:50.790Z | PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
5633 | 2024-12-21T00:39:50.812Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
5634 | 2024-12-21T00:39:50.822Z | PASS [ 0.030s] omicron-common api::external::test::test_bytecount |
5635 | 2024-12-21T00:39:50.844Z | PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display |
5636 | 2024-12-21T00:39:50.875Z | PASS [ 0.031s] omicron-common api::external::test::test_firewall_deserialization |
5637 | 2024-12-21T00:39:50.875Z | PASS [ 0.052s] omicron-common api::external::test::test_digest |
5638 | 2024-12-21T00:39:50.954Z | PASS [ 0.078s] omicron-common api::external::test::test_firewall_rule_target_parse |
5639 | 2024-12-21T00:39:50.968Z | PASS [ 0.092s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
5640 | 2024-12-21T00:39:51.002Z | PASS [ 0.047s] omicron-common api::external::test::test_hostname_from_str |
5641 | 2024-12-21T00:39:51.019Z | PASS [ 0.050s] omicron-common api::external::test::test_ip_port_range_from_str |
5642 | 2024-12-21T00:39:51.039Z | PASS [ 0.037s] omicron-common api::external::test::test_ip_port_range_into_str |
5643 | 2024-12-21T00:39:51.052Z | PASS [ 0.033s] omicron-common api::external::test::test_ipv6_net_operations |
5644 | 2024-12-21T00:39:51.074Z | PASS [ 0.035s] omicron-common api::external::test::test_mac_system_iterator |
5645 | 2024-12-21T00:39:51.081Z | PASS [ 0.028s] omicron-common api::external::test::test_mac_to_int_conversions |
5646 | 2024-12-21T00:39:51.122Z | PASS [ 0.048s] omicron-common api::external::test::test_macaddr |
5647 | 2024-12-21T00:39:51.122Z | PASS [ 0.041s] omicron-common api::external::test::test_name_parse |
5648 | 2024-12-21T00:39:51.149Z | PASS [ 0.026s] omicron-common api::external::test::test_name_parse_from_param |
5649 | 2024-12-21T00:39:51.155Z | PASS [ 0.032s] omicron-common api::external::test::test_resource_name_parse |
5650 | 2024-12-21T00:39:51.177Z | PASS [ 0.028s] omicron-common api::external::test::test_role_name_parse |
5651 | 2024-12-21T00:39:51.196Z | PASS [ 0.040s] omicron-common api::external::test::test_route_destination_parse |
5652 | 2024-12-21T00:39:51.230Z | PASS [ 0.052s] omicron-common api::external::test::test_route_target_parse |
5653 | 2024-12-21T00:39:51.230Z | PASS [ 0.033s] omicron-common api::external::test::test_semver_serialize |
5654 | 2024-12-21T00:39:51.260Z | PASS [ 0.030s] omicron-common api::external::test::test_semver_validation |
5655 | 2024-12-21T00:39:51.276Z | PASS [ 0.036s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
5656 | 2024-12-21T00:39:51.289Z | PASS [ 0.029s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
5657 | 2024-12-21T00:39:51.312Z | PASS [ 0.036s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
5658 | 2024-12-21T00:39:51.321Z | PASS [ 0.032s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
5659 | 2024-12-21T00:39:51.340Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
5660 | 2024-12-21T00:39:51.396Z | PASS [ 0.074s] omicron-common ledger::test::test_commit_handles_write_failures |
5661 | 2024-12-21T00:39:51.404Z | PASS [ 0.063s] omicron-common ledger::test::test_create_default_ledger |
5662 | 2024-12-21T00:39:51.422Z | PASS [ 1.720s] omicron-cockroach-admin context::tests::test_node_id |
5663 | 2024-12-21T00:39:51.441Z | PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
5664 | 2024-12-21T00:39:51.452Z | PASS [ 0.056s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
5665 | 2024-12-21T00:39:51.464Z | PASS [ 0.041s] omicron-common update::tests::serde_artifact_kind |
5666 | 2024-12-21T00:39:51.484Z | PASS [ 0.042s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
5667 | 2024-12-21T00:39:51.491Z | PASS [ 0.037s] omicron-common zpool_name::test::test_parse_external_zpool_name |
5668 | 2024-12-21T00:39:51.497Z | PASS [ 0.033s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
5669 | 2024-12-21T00:39:51.511Z | PASS [ 0.027s] omicron-common zpool_name::test::test_parse_zpool_name_json |
5670 | 2024-12-21T00:39:51.517Z | PASS [ 0.026s] omicron-common zpool_name::test::test_zpool_name_regex |
5671 | 2024-12-21T00:39:52.480Z | PASS [ 7.043s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
5672 | 2024-12-21T00:39:52.492Z | FAIL [ 57.288s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
5673 | 2024-12-21T00:39:52.492Z | ──── STDOUT: nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
5674 | 2024-12-21T00:39:52.492Z | |
5675 | 2024-12-21T00:39:52.492Z | running 1 test |
5676 | 2024-12-21T00:39:52.492Z | test cockroachdb::test::test_ensure_preserve_downgrade_option ... FAILED |
5677 | 2024-12-21T00:39:52.492Z | |
5678 | 2024-12-21T00:39:52.492Z | failures: |
5679 | 2024-12-21T00:39:52.492Z | |
5680 | 2024-12-21T00:39:52.492Z | failures: |
5681 | 2024-12-21T00:39:52.492Z | cockroachdb::test::test_ensure_preserve_downgrade_option |
5682 | 2024-12-21T00:39:52.492Z | |
5683 | 2024-12-21T00:39:52.492Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 15 filtered out; finished in 57.10s |
5684 | 2024-12-21T00:39:52.493Z | |
5685 | 2024-12-21T00:39:52.493Z | ──── STDERR: nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
5686 | 2024-12-21T00:39:52.493Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.0.log |
5687 | 2024-12-21T00:39:52.493Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.0.log" |
5688 | 2024-12-21T00:39:52.493Z | DB URL: postgresql://root@[::1]:59399/omicron?sslmode=disable |
5689 | 2024-12-21T00:39:52.493Z | DB address: [::1]:59399 |
5690 | 2024-12-21T00:39:52.493Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.2.log |
5691 | 2024-12-21T00:39:52.493Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.2.log" |
5692 | 2024-12-21T00:39:52.493Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.3.log |
5693 | 2024-12-21T00:39:52.493Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.3.log" |
5694 | 2024-12-21T00:39:52.493Z | blueprint: blueprint 33ffceb1-459b-4d9b-8ce2-2066b13f7d6d |
5695 | 2024-12-21T00:39:52.493Z | parent: <none> |
5696 | 2024-12-21T00:39:52.493Z | |
5697 | 2024-12-21T00:39:52.493Z | sled: 039be560-54cc-49e3-88df-1a29dadbf913 (active) |
5698 | 2024-12-21T00:39:52.493Z | |
5699 | 2024-12-21T00:39:52.493Z | physical disks at generation 2: |
5700 | 2024-12-21T00:39:52.493Z | --------------------------------------------------- |
5701 | 2024-12-21T00:39:52.493Z | vendor model serial |
5702 | 2024-12-21T00:39:52.493Z | --------------------------------------------------- |
5703 | 2024-12-21T00:39:52.493Z | nexus-tests nexus-test-model nexus-test-disk-10 |
5704 | 2024-12-21T00:39:52.493Z | nexus-tests nexus-test-model nexus-test-disk-11 |
5705 | 2024-12-21T00:39:52.493Z | nexus-tests nexus-test-model nexus-test-disk-12 |
5706 | 2024-12-21T00:39:52.493Z | nexus-tests nexus-test-model nexus-test-disk-13 |
5707 | 2024-12-21T00:39:52.494Z | nexus-tests nexus-test-model nexus-test-disk-14 |
5708 | 2024-12-21T00:39:52.494Z | nexus-tests nexus-test-model nexus-test-disk-15 |
5709 | 2024-12-21T00:39:52.494Z | nexus-tests nexus-test-model nexus-test-disk-16 |
5710 | 2024-12-21T00:39:52.494Z | nexus-tests nexus-test-model nexus-test-disk-17 |
5711 | 2024-12-21T00:39:52.494Z | nexus-tests nexus-test-model nexus-test-disk-18 |
5712 | 2024-12-21T00:39:52.494Z | nexus-tests nexus-test-model nexus-test-disk-19 |
5713 | 2024-12-21T00:39:52.494Z | |
5714 | 2024-12-21T00:39:52.494Z | |
5715 | 2024-12-21T00:39:52.494Z | omicron zones at generation 2: |
5716 | 2024-12-21T00:39:52.494Z | ----------------------------------------------- |
5717 | 2024-12-21T00:39:52.494Z | zone type zone id disposition underlay IP |
5718 | 2024-12-21T00:39:52.494Z | ----------------------------------------------- |
5719 | 2024-12-21T00:39:52.494Z | |
5720 | 2024-12-21T00:39:52.494Z | |
5721 | 2024-12-21T00:39:52.494Z | |
5722 | 2024-12-21T00:39:52.495Z | sled: b6d65341-167c-41df-9b5c-41cded99c229 (active) |
5723 | 2024-12-21T00:39:52.495Z | |
5724 | 2024-12-21T00:39:52.495Z | physical disks at generation 2: |
5725 | 2024-12-21T00:39:52.495Z | -------------------------------------------------- |
5726 | 2024-12-21T00:39:52.495Z | vendor model serial |
5727 | 2024-12-21T00:39:52.495Z | -------------------------------------------------- |
5728 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-0 |
5729 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-1 |
5730 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-2 |
5731 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-3 |
5732 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-4 |
5733 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-5 |
5734 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-6 |
5735 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-7 |
5736 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-8 |
5737 | 2024-12-21T00:39:52.495Z | nexus-tests nexus-test-model nexus-test-disk-9 |
5738 | 2024-12-21T00:39:52.495Z | |
5739 | 2024-12-21T00:39:52.496Z | |
5740 | 2024-12-21T00:39:52.496Z | omicron zones at generation 2: |
5741 | 2024-12-21T00:39:52.496Z | --------------------------------------------------------------------------------------- |
5742 | 2024-12-21T00:39:52.496Z | zone type zone id disposition underlay IP |
5743 | 2024-12-21T00:39:52.496Z | --------------------------------------------------------------------------------------- |
5744 | 2024-12-21T00:39:52.496Z | clickhouse d784720a-5504-417e-8da2-96419ea05984 in service ::1 |
5745 | 2024-12-21T00:39:52.496Z | cockroach_db c42d87b9-3f19-4ff1-be8c-af040eacd7bc in service ::1 |
5746 | 2024-12-21T00:39:52.496Z | crucible_pantry a40f0b38-6bad-4c37-b5e3-915e274138fc in service ::1 |
5747 | 2024-12-21T00:39:52.497Z | external_dns 1aed89cc-31ac-42c1-97ba-fe7692c1da99 in service ::1 |
5748 | 2024-12-21T00:39:52.497Z | internal_dns 7836bf78-aedf-4bda-96ce-9437059ef3c7 in service ::1 |
5749 | 2024-12-21T00:39:52.497Z | nexus 78f2fc52-5a54-45a7-baf6-3b5fbe742745 in service ::ffff:127.0.0.1 |
5750 | 2024-12-21T00:39:52.497Z | |
5751 | 2024-12-21T00:39:52.497Z | |
5752 | 2024-12-21T00:39:52.497Z | COCKROACHDB SETTINGS: |
5753 | 2024-12-21T00:39:52.497Z | state fingerprint::::::::::::::::: d4d87aa2ad877a4cc2fddd0573952362739110de |
5754 | 2024-12-21T00:39:52.497Z | cluster.preserve_downgrade_option: "22.1" |
5755 | 2024-12-21T00:39:52.497Z | |
5756 | 2024-12-21T00:39:52.497Z | METADATA: |
5757 | 2024-12-21T00:39:52.497Z | created by::::::::::: nexus-test-utils |
5758 | 2024-12-21T00:39:52.497Z | created at::::::::::: 2024-12-21T00:39:08.425Z |
5759 | 2024-12-21T00:39:52.497Z | comment:::::::::::::: initial test blueprint |
5760 | 2024-12-21T00:39:52.497Z | internal DNS version: 1 |
5761 | 2024-12-21T00:39:52.497Z | external DNS version: 2 |
5762 | 2024-12-21T00:39:52.497Z | |
5763 | 2024-12-21T00:39:52.497Z | |
5764 | 2024-12-21T00:39:52.497Z | thread 'cockroachdb::test::test_ensure_preserve_downgrade_option' panicked at nexus/reconfigurator/execution/src/test_utils.rs:50:6: |
5765 | 2024-12-21T00:39:52.497Z | failed to execute blueprint: step failed: Deploy datasets |
5766 | 2024-12-21T00:39:52.497Z | |
5767 | 2024-12-21T00:39:52.497Z | Caused by: |
5768 | 2024-12-21T00:39:52.497Z | 0: 2 errors encountered |
5769 | 2024-12-21T00:39:52.497Z | 1: Error: Failed to put DatasetsConfig { |
5770 | 2024-12-21T00:39:52.497Z | generation: Generation( |
5771 | 2024-12-21T00:39:52.497Z | 2, |
5772 | 2024-12-21T00:39:52.503Z | ), |
5773 | 2024-12-21T00:39:52.503Z | datasets: {}, |
5774 | 2024-12-21T00:39:52.503Z | } to sled 039be560-54cc-49e3-88df-1a29dadbf913 |
5775 | 2024-12-21T00:39:52.503Z | - Error Response: status: 400 Bad Request; headers: {"content-type": "application/json", "x-request-id": "e337870e-9715-4546-ad0c-c31baac3ff7f", "content-length": "100", "date": "Sat, 21 Dec 2024 00:39:49 GMT"}; value: Error { error_code: None, message: "Generation number too old", request_id: "e337870e-9715-4546-ad0c-c31baac3ff7f" } |
5776 | 2024-12-21T00:39:52.503Z | Error: Failed to put DatasetsConfig { |
5777 | 2024-12-21T00:39:52.503Z | generation: Generation( |
5778 | 2024-12-21T00:39:52.503Z | 2, |
5779 | 2024-12-21T00:39:52.503Z | ), |
5780 | 2024-12-21T00:39:52.503Z | datasets: { |
5781 | 2024-12-21T00:39:52.503Z | 2f68ec82-06c4-46fa-b0bc-c36ea7887aeb (dataset): DatasetConfig { |
5782 | 2024-12-21T00:39:52.503Z | id: 2f68ec82-06c4-46fa-b0bc-c36ea7887aeb (dataset), |
5783 | 2024-12-21T00:39:52.503Z | name: DatasetName { |
5784 | 2024-12-21T00:39:52.504Z | pool_name: ZpoolName { |
5785 | 2024-12-21T00:39:52.504Z | id: 17b2117e-4d6b-4457-a3ef-9e3abdfd62c8 (zpool), |
5786 | 2024-12-21T00:39:52.504Z | kind: External, |
5787 | 2024-12-21T00:39:52.504Z | }, |
5788 | 2024-12-21T00:39:52.504Z | kind: TransientZone { |
5789 | 2024-12-21T00:39:52.504Z | name: "oxz_crucible_pantry_a40f0b38-6bad-4c37-b5e3-915e274138fc", |
5790 | 2024-12-21T00:39:52.504Z | }, |
5791 | 2024-12-21T00:39:52.504Z | }, |
5792 | 2024-12-21T00:39:52.504Z | inner: SharedDatasetConfig { |
5793 | 2024-12-21T00:39:52.504Z | compression: Off, |
5794 | 2024-12-21T00:39:52.504Z | quota: None, |
5795 | 2024-12-21T00:39:52.504Z | reservation: None, |
5796 | 2024-12-21T00:39:52.504Z | }, |
5797 | 2024-12-21T00:39:52.504Z | }, |
5798 | 2024-12-21T00:39:52.504Z | 31b4a068-c40e-4c36-af6f-f199cba9604c (dataset): DatasetConfig { |
5799 | 2024-12-21T00:39:52.504Z | id: 31b4a068-c40e-4c36-af6f-f199cba9604c (dataset), |
5800 | 2024-12-21T00:39:52.504Z | name: DatasetName { |
5801 | 2024-12-21T00:39:52.504Z | pool_name: ZpoolName { |
5802 | 2024-12-21T00:39:52.504Z | id: 8977f4d9-94e7-4831-a8bb-d641a259e136 (zpool), |
5803 | 2024-12-21T00:39:52.504Z | kind: External, |
5804 | 2024-12-21T00:39:52.504Z | }, |
5805 | 2024-12-21T00:39:52.504Z | kind: TransientZone { |
5806 | 2024-12-21T00:39:52.504Z | name: "oxz_nexus_78f2fc52-5a54-45a7-baf6-3b5fbe742745", |
5807 | 2024-12-21T00:39:52.504Z | }, |
5808 | 2024-12-21T00:39:52.505Z | }, |
5809 | 2024-12-21T00:39:52.505Z | inner: SharedDatasetConfig { |
5810 | 2024-12-21T00:39:52.505Z | compression: Off, |
5811 | 2024-12-21T00:39:52.505Z | quota: None, |
5812 | 2024-12-21T00:39:52.505Z | reservation: None, |
5813 | 2024-12-21T00:39:52.505Z | }, |
5814 | 2024-12-21T00:39:52.505Z | }, |
5815 | 2024-12-21T00:39:52.505Z | 9550be95-02ca-4a17-9669-7d562c2fa348 (dataset): DatasetConfig { |
5816 | 2024-12-21T00:39:52.505Z | id: 9550be95-02ca-4a17-9669-7d562c2fa348 (dataset), |
5817 | 2024-12-21T00:39:52.505Z | name: DatasetName { |
5818 | 2024-12-21T00:39:52.505Z | pool_name: ZpoolName { |
5819 | 2024-12-21T00:39:52.505Z | id: 58439f2e-4706-4d58-98d2-1c0bf1df85c8 (zpool), |
5820 | 2024-12-21T00:39:52.505Z | kind: External, |
5821 | 2024-12-21T00:39:52.505Z | }, |
5822 | 2024-12-21T00:39:52.505Z | kind: TransientZone { |
5823 | 2024-12-21T00:39:52.505Z | name: "oxz_clickhouse_d784720a-5504-417e-8da2-96419ea05984", |
5824 | 2024-12-21T00:39:52.505Z | }, |
5825 | 2024-12-21T00:39:52.505Z | }, |
5826 | 2024-12-21T00:39:52.505Z | inner: SharedDatasetConfig { |
5827 | 2024-12-21T00:39:52.505Z | compression: Off, |
5828 | 2024-12-21T00:39:52.505Z | quota: None, |
5829 | 2024-12-21T00:39:52.505Z | reservation: None, |
5830 | 2024-12-21T00:39:52.505Z | }, |
5831 | 2024-12-21T00:39:52.505Z | }, |
5832 | 2024-12-21T00:39:52.505Z | b171b11b-d7a4-4a42-9bdd-312e70b31c63 (dataset): DatasetConfig { |
5833 | 2024-12-21T00:39:52.505Z | id: b171b11b-d7a4-4a42-9bdd-312e70b31c63 (dataset), |
5834 | 2024-12-21T00:39:52.505Z | name: DatasetName { |
5835 | 2024-12-21T00:39:52.505Z | pool_name: ZpoolName { |
5836 | 2024-12-21T00:39:52.506Z | id: f5d18c31-3153-4177-83e2-26da80018acd (zpool), |
5837 | 2024-12-21T00:39:52.506Z | kind: External, |
5838 | 2024-12-21T00:39:52.506Z | }, |
5839 | 2024-12-21T00:39:52.506Z | kind: TransientZone { |
5840 | 2024-12-21T00:39:52.506Z | name: "oxz_internal_dns_7836bf78-aedf-4bda-96ce-9437059ef3c7", |
5841 | 2024-12-21T00:39:52.506Z | }, |
5842 | 2024-12-21T00:39:52.506Z | }, |
5843 | 2024-12-21T00:39:52.506Z | inner: SharedDatasetConfig { |
5844 | 2024-12-21T00:39:52.506Z | compression: Off, |
5845 | 2024-12-21T00:39:52.506Z | quota: None, |
5846 | 2024-12-21T00:39:52.506Z | reservation: None, |
5847 | 2024-12-21T00:39:52.506Z | }, |
5848 | 2024-12-21T00:39:52.506Z | }, |
5849 | 2024-12-21T00:39:52.506Z | b4c4badb-6c8f-4fa3-bae0-e7a368f027b3 (dataset): DatasetConfig { |
5850 | 2024-12-21T00:39:52.506Z | id: b4c4badb-6c8f-4fa3-bae0-e7a368f027b3 (dataset), |
5851 | 2024-12-21T00:39:52.506Z | name: DatasetName { |
5852 | 2024-12-21T00:39:52.506Z | pool_name: ZpoolName { |
5853 | 2024-12-21T00:39:52.506Z | id: 29a6315a-8160-4b1f-99c0-139221cdf51b (zpool), |
5854 | 2024-12-21T00:39:52.506Z | kind: External, |
5855 | 2024-12-21T00:39:52.506Z | }, |
5856 | 2024-12-21T00:39:52.506Z | kind: TransientZone { |
5857 | 2024-12-21T00:39:52.506Z | name: "oxz_external_dns_1aed89cc-31ac-42c1-97ba-fe7692c1da99", |
5858 | 2024-12-21T00:39:52.506Z | }, |
5859 | 2024-12-21T00:39:52.506Z | }, |
5860 | 2024-12-21T00:39:52.506Z | inner: SharedDatasetConfig { |
5861 | 2024-12-21T00:39:52.506Z | compression: Off, |
5862 | 2024-12-21T00:39:52.506Z | quota: None, |
5863 | 2024-12-21T00:39:52.506Z | reservation: None, |
5864 | 2024-12-21T00:39:52.506Z | }, |
5865 | 2024-12-21T00:39:52.506Z | }, |
5866 | 2024-12-21T00:39:52.506Z | c85d04d7-1288-4b58-bb0f-9913f9f04832 (dataset): DatasetConfig { |
5867 | 2024-12-21T00:39:52.506Z | id: c85d04d7-1288-4b58-bb0f-9913f9f04832 (dataset), |
5868 | 2024-12-21T00:39:52.506Z | name: DatasetName { |
5869 | 2024-12-21T00:39:52.506Z | pool_name: ZpoolName { |
5870 | 2024-12-21T00:39:52.506Z | id: 978d3ef5-071d-4bde-8351-aecd37ceddba (zpool), |
5871 | 2024-12-21T00:39:52.506Z | kind: External, |
5872 | 2024-12-21T00:39:52.512Z | }, |
5873 | 2024-12-21T00:39:52.512Z | kind: TransientZone { |
5874 | 2024-12-21T00:39:52.512Z | name: "oxz_cockroachdb_c42d87b9-3f19-4ff1-be8c-af040eacd7bc", |
5875 | 2024-12-21T00:39:52.512Z | }, |
5876 | 2024-12-21T00:39:52.512Z | }, |
5877 | 2024-12-21T00:39:52.512Z | inner: SharedDatasetConfig { |
5878 | 2024-12-21T00:39:52.512Z | compression: Off, |
5879 | 2024-12-21T00:39:52.512Z | quota: None, |
5880 | 2024-12-21T00:39:52.512Z | reservation: None, |
5881 | 2024-12-21T00:39:52.512Z | }, |
5882 | 2024-12-21T00:39:52.512Z | }, |
5883 | 2024-12-21T00:39:52.512Z | }, |
5884 | 2024-12-21T00:39:52.512Z | } to sled b6d65341-167c-41df-9b5c-41cded99c229 |
5885 | 2024-12-21T00:39:52.513Z | - Error Response: status: 400 Bad Request; headers: {"content-type": "application/json", "x-request-id": "9bc314cb-afad-4aab-a747-61315af12f4f", "content-length": "100", "date": "Sat, 21 Dec 2024 00:39:49 GMT"}; value: Error { error_code: None, message: "Generation number too old", request_id: "9bc314cb-afad-4aab-a747-61315af12f4f" } |
5886 | 2024-12-21T00:39:52.513Z | |
5887 | 2024-12-21T00:39:52.513Z | Stack backtrace: |
5888 | 2024-12-21T00:39:52.513Z | 0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from |
5889 | 2024-12-21T00:39:52.513Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/backtrace.rs:27:14 |
5890 | 2024-12-21T00:39:52.513Z | 1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual |
5891 | 2024-12-21T00:39:52.513Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1989:27 |
5892 | 2024-12-21T00:39:52.513Z | 2: {async_fn#0} |
5893 | 2024-12-21T00:39:52.513Z | at ./src/lib.rs:221:18 |
5894 | 2024-12-21T00:39:52.513Z | 3: {async_fn#0} |
5895 | 2024-12-21T00:39:52.513Z | at ./src/test_utils.rs:46:6 |
5896 | 2024-12-21T00:39:52.513Z | 4: {async_fn#0} |
5897 | 2024-12-21T00:39:52.513Z | at ./src/cockroachdb.rs:105:10 |
5898 | 2024-12-21T00:39:52.513Z | 5: {async_block#0} |
5899 | 2024-12-21T00:39:52.513Z | at ./src/cockroachdb.rs:48:5 |
5900 | 2024-12-21T00:39:52.513Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
5901 | 2024-12-21T00:39:52.513Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
5902 | 2024-12-21T00:39:52.513Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5903 | 2024-12-21T00:39:52.513Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
5904 | 2024-12-21T00:39:52.514Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5905 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
5906 | 2024-12-21T00:39:52.514Z | 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5907 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
5908 | 2024-12-21T00:39:52.514Z | 10: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5909 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
5910 | 2024-12-21T00:39:52.514Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5911 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
5912 | 2024-12-21T00:39:52.514Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
5913 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
5914 | 2024-12-21T00:39:52.514Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5915 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
5916 | 2024-12-21T00:39:52.514Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5917 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
5918 | 2024-12-21T00:39:52.514Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
5919 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
5920 | 2024-12-21T00:39:52.514Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
5921 | 2024-12-21T00:39:52.514Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
5922 | 2024-12-21T00:39:52.514Z | 17: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5923 | 2024-12-21T00:39:52.515Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12 |
5924 | 2024-12-21T00:39:52.515Z | 18: std::thread::local::LocalKey<T>::with |
5925 | 2024-12-21T00:39:52.515Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9 |
5926 | 2024-12-21T00:39:52.515Z | 19: tokio::runtime::context::set_scheduler |
5927 | 2024-12-21T00:39:52.515Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
5928 | 2024-12-21T00:39:52.515Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5929 | 2024-12-21T00:39:52.515Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
5930 | 2024-12-21T00:39:52.515Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5931 | 2024-12-21T00:39:52.515Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
5932 | 2024-12-21T00:39:52.515Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5933 | 2024-12-21T00:39:52.515Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
5934 | 2024-12-21T00:39:52.515Z | 23: tokio::runtime::context::runtime::enter_runtime |
5935 | 2024-12-21T00:39:52.515Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
5936 | 2024-12-21T00:39:52.515Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5937 | 2024-12-21T00:39:52.516Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
5938 | 2024-12-21T00:39:52.516Z | 25: tokio::runtime::runtime::Runtime::block_on_inner |
5939 | 2024-12-21T00:39:52.516Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
5940 | 2024-12-21T00:39:52.516Z | 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5941 | 2024-12-21T00:39:52.516Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
5942 | 2024-12-21T00:39:52.516Z | 27: test_ensure_preserve_downgrade_option |
5943 | 2024-12-21T00:39:52.516Z | at ./src/cockroachdb.rs:48:5 |
5944 | 2024-12-21T00:39:52.516Z | 28: nexus_reconfigurator_execution::cockroachdb::test::test_ensure_preserve_downgrade_option::{{closure}} |
5945 | 2024-12-21T00:39:52.516Z | at ./src/cockroachdb.rs:51:6 |
5946 | 2024-12-21T00:39:52.516Z | 29: core::ops::function::FnOnce::call_once |
5947 | 2024-12-21T00:39:52.516Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
5948 | 2024-12-21T00:39:52.516Z | 30: core::ops::function::FnOnce::call_once |
5949 | 2024-12-21T00:39:52.516Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
5950 | 2024-12-21T00:39:52.516Z | 31: test::__rust_begin_short_backtrace |
5951 | 2024-12-21T00:39:52.516Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:624:18 |
5952 | 2024-12-21T00:39:52.516Z | 32: test::run_test_in_process::{{closure}} |
5953 | 2024-12-21T00:39:52.516Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:647:60 |
5954 | 2024-12-21T00:39:52.517Z | 33: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5955 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9 |
5956 | 2024-12-21T00:39:52.517Z | 34: std::panicking::try::do_call |
5957 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40 |
5958 | 2024-12-21T00:39:52.517Z | 35: std::panicking::try |
5959 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19 |
5960 | 2024-12-21T00:39:52.517Z | 36: std::panic::catch_unwind |
5961 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14 |
5962 | 2024-12-21T00:39:52.517Z | 37: test::run_test_in_process |
5963 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:647:27 |
5964 | 2024-12-21T00:39:52.517Z | 38: test::run_test::{{closure}} |
5965 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:568:43 |
5966 | 2024-12-21T00:39:52.517Z | 39: test::run_test::{{closure}} |
5967 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:598:41 |
5968 | 2024-12-21T00:39:52.517Z | 40: std::sys::backtrace::__rust_begin_short_backtrace |
5969 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:152:18 |
5970 | 2024-12-21T00:39:52.517Z | 41: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
5971 | 2024-12-21T00:39:52.517Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs:538:17 |
5972 | 2024-12-21T00:39:52.521Z | 42: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5973 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9 |
5974 | 2024-12-21T00:39:52.521Z | 43: std::panicking::try::do_call |
5975 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40 |
5976 | 2024-12-21T00:39:52.521Z | 44: std::panicking::try |
5977 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19 |
5978 | 2024-12-21T00:39:52.521Z | 45: std::panic::catch_unwind |
5979 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14 |
5980 | 2024-12-21T00:39:52.521Z | 46: std::thread::Builder::spawn_unchecked_::{{closure}} |
5981 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs:537:30 |
5982 | 2024-12-21T00:39:52.521Z | 47: core::ops::function::FnOnce::call_once{{vtable.shim}} |
5983 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
5984 | 2024-12-21T00:39:52.521Z | 48: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5985 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2070:9 |
5986 | 2024-12-21T00:39:52.521Z | 49: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5987 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2070:9 |
5988 | 2024-12-21T00:39:52.521Z | 50: std::sys::pal::unix::thread::Thread::new::thread_start |
5989 | 2024-12-21T00:39:52.521Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/pal/unix/thread.rs:108:17 |
5990 | 2024-12-21T00:39:52.521Z | 51: _thrp_setup |
5991 | 2024-12-21T00:39:52.521Z | 52: <unknown> |
5992 | 2024-12-21T00:39:52.521Z | stack backtrace: |
5993 | 2024-12-21T00:39:52.521Z | 0: rust_begin_unwind |
5994 | 2024-12-21T00:39:52.522Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:665:5 |
5995 | 2024-12-21T00:39:52.522Z | 1: core::panicking::panic_fmt |
5996 | 2024-12-21T00:39:52.522Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:74:14 |
5997 | 2024-12-21T00:39:52.522Z | 2: core::result::unwrap_failed |
5998 | 2024-12-21T00:39:52.522Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1679:5 |
5999 | 2024-12-21T00:39:52.522Z | 3: core::result::Result<T,E>::expect |
6000 | 2024-12-21T00:39:52.522Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1059:23 |
6001 | 2024-12-21T00:39:52.522Z | 4: {async_fn#0} |
6002 | 2024-12-21T00:39:52.522Z | at ./src/test_utils.rs:37:18 |
6003 | 2024-12-21T00:39:52.522Z | 5: {async_fn#0} |
6004 | 2024-12-21T00:39:52.522Z | at ./src/cockroachdb.rs:105:10 |
6005 | 2024-12-21T00:39:52.522Z | 6: {async_block#0} |
6006 | 2024-12-21T00:39:52.522Z | at ./src/cockroachdb.rs:48:5 |
6007 | 2024-12-21T00:39:52.523Z | 7: poll<&mut dyn core::future::future::Future<Output=()>> |
6008 | 2024-12-21T00:39:52.523Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6009 | 2024-12-21T00:39:52.523Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6010 | 2024-12-21T00:39:52.523Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6011 | 2024-12-21T00:39:52.523Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6012 | 2024-12-21T00:39:52.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
6013 | 2024-12-21T00:39:52.523Z | 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6014 | 2024-12-21T00:39:52.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
6015 | 2024-12-21T00:39:52.523Z | 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6016 | 2024-12-21T00:39:52.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
6017 | 2024-12-21T00:39:52.523Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6018 | 2024-12-21T00:39:52.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
6019 | 2024-12-21T00:39:52.523Z | 13: tokio::runtime::scheduler::current_thread::Context::enter |
6020 | 2024-12-21T00:39:52.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
6021 | 2024-12-21T00:39:52.523Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6022 | 2024-12-21T00:39:52.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
6023 | 2024-12-21T00:39:52.523Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
6024 | 2024-12-21T00:39:52.524Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
6025 | 2024-12-21T00:39:52.524Z | 16: tokio::runtime::context::scoped::Scoped<T>::set |
6026 | 2024-12-21T00:39:52.524Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
6027 | 2024-12-21T00:39:52.524Z | 17: tokio::runtime::context::set_scheduler::{{closure}} |
6028 | 2024-12-21T00:39:52.524Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
6029 | 2024-12-21T00:39:52.524Z | 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
6030 | 2024-12-21T00:39:52.524Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12 |
6031 | 2024-12-21T00:39:52.524Z | 19: std::thread::local::LocalKey<T>::with |
6032 | 2024-12-21T00:39:52.524Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9 |
6033 | 2024-12-21T00:39:52.524Z | 20: tokio::runtime::context::set_scheduler |
6034 | 2024-12-21T00:39:52.524Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
6035 | 2024-12-21T00:39:52.524Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
6036 | 2024-12-21T00:39:52.525Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
6037 | 2024-12-21T00:39:52.526Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
6038 | 2024-12-21T00:39:52.526Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
6039 | 2024-12-21T00:39:52.526Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6040 | 2024-12-21T00:39:52.526Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
6041 | 2024-12-21T00:39:52.526Z | 24: tokio::runtime::context::runtime::enter_runtime |
6042 | 2024-12-21T00:39:52.526Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
6043 | 2024-12-21T00:39:52.526Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6044 | 2024-12-21T00:39:52.526Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
6045 | 2024-12-21T00:39:52.526Z | 26: tokio::runtime::runtime::Runtime::block_on_inner |
6046 | 2024-12-21T00:39:52.526Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
6047 | 2024-12-21T00:39:52.526Z | 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6048 | 2024-12-21T00:39:52.526Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
6049 | 2024-12-21T00:39:52.526Z | 28: test_ensure_preserve_downgrade_option |
6050 | 2024-12-21T00:39:52.526Z | at ./src/cockroachdb.rs:48:5 |
6051 | 2024-12-21T00:39:52.526Z | 29: nexus_reconfigurator_execution::cockroachdb::test::test_ensure_preserve_downgrade_option::{{closure}} |
6052 | 2024-12-21T00:39:52.527Z | at ./src/cockroachdb.rs:51:6 |
6053 | 2024-12-21T00:39:52.527Z | 30: core::ops::function::FnOnce::call_once |
6054 | 2024-12-21T00:39:52.527Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6055 | 2024-12-21T00:39:52.527Z | 31: core::ops::function::FnOnce::call_once |
6056 | 2024-12-21T00:39:52.527Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6057 | 2024-12-21T00:39:52.527Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
6058 | 2024-12-21T00:39:52.527Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6059 | 2024-12-21T00:39:52.527Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmp2kjJ4S" |
6060 | 2024-12-21T00:39:52.527Z | If you would like to access the database for debugging, run the following: |
6061 | 2024-12-21T00:39:52.527Z | |
6062 | 2024-12-21T00:39:52.527Z | # Run the database |
6063 | 2024-12-21T00:39:52.527Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmp2kjJ4S/data" |
6064 | 2024-12-21T00:39:52.527Z | # Access the database. Note the port may change if you run multiple databases. |
6065 | 2024-12-21T00:39:52.527Z | cockroach sql --host=localhost:32221 --insecure |
6066 | 2024-12-21T00:39:52.527Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 13255) and a temporary directory leaked, /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.1-clickhouse-uOcIsx) |
6067 | 2024-12-21T00:39:52.527Z | failed to clean up ClickHouse data dir: |
6068 | 2024-12-21T00:39:52.527Z | - /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.1-clickhouse-uOcIsx: File exists (os error 17) |
6069 | 2024-12-21T00:39:52.527Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6070 | 2024-12-21T00:39:52.527Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpX9ywzt |
6071 | 2024-12-21T00:39:52.527Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6072 | 2024-12-21T00:39:52.530Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpoe0PVC |
6073 | 2024-12-21T00:39:52.530Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6074 | 2024-12-21T00:39:52.530Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpRIkjDC |
6075 | 2024-12-21T00:39:52.530Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6076 | 2024-12-21T00:39:52.530Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpq5Kelp |
6077 | 2024-12-21T00:39:52.530Z | |
6078 | 2024-12-21T00:39:52.533Z | PASS [ 1.020s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
6079 | 2024-12-21T00:39:52.561Z | PASS [ 0.081s] omicron-gateway management_switch::location_map::tests::test_config_validation |
6080 | 2024-12-21T00:39:52.568Z | PASS [ 0.075s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
6081 | 2024-12-21T00:39:52.592Z | PASS [ 1.094s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
6082 | 2024-12-21T00:39:52.709Z | PASS [ 0.147s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
6083 | 2024-12-21T00:39:53.084Z | PASS [ 0.375s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
6084 | 2024-12-21T00:39:53.095Z | PASS [ 0.503s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
6085 | 2024-12-21T00:39:53.103Z | PASS [ 0.572s] omicron-gateway::test_all integration_tests::component_list::component_list |
6086 | 2024-12-21T00:39:53.143Z | SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior |
6087 | 2024-12-21T00:39:53.180Z | PASS [ 0.612s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
6088 | 2024-12-21T00:39:54.451Z | FAIL [ 54.195s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
6089 | 2024-12-21T00:39:54.451Z | ──── STDOUT: nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
6090 | 2024-12-21T00:39:54.451Z | |
6091 | 2024-12-21T00:39:54.451Z | running 1 test |
6092 | 2024-12-21T00:39:54.451Z | test dns::test::test_silos_external_dns_end_to_end ... FAILED |
6093 | 2024-12-21T00:39:54.451Z | |
6094 | 2024-12-21T00:39:54.451Z | failures: |
6095 | 2024-12-21T00:39:54.451Z | |
6096 | 2024-12-21T00:39:54.453Z | failures: |
6097 | 2024-12-21T00:39:54.453Z | dns::test::test_silos_external_dns_end_to_end |
6098 | 2024-12-21T00:39:54.453Z | |
6099 | 2024-12-21T00:39:54.453Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 15 filtered out; finished in 53.99s |
6100 | 2024-12-21T00:39:54.453Z | |
6101 | 2024-12-21T00:39:54.453Z | ──── STDERR: nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
6102 | 2024-12-21T00:39:54.453Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.0.log |
6103 | 2024-12-21T00:39:54.453Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.0.log" |
6104 | 2024-12-21T00:39:54.453Z | DB URL: postgresql://root@[::1]:47512/omicron?sslmode=disable |
6105 | 2024-12-21T00:39:54.453Z | DB address: [::1]:47512 |
6106 | 2024-12-21T00:39:54.453Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.2.log |
6107 | 2024-12-21T00:39:54.453Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.2.log" |
6108 | 2024-12-21T00:39:54.453Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.3.log |
6109 | 2024-12-21T00:39:54.453Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.3.log" |
6110 | 2024-12-21T00:39:54.453Z | blueprint: blueprint 822a1ea1-0bcd-4dd5-b9a0-6a303e239002 |
6111 | 2024-12-21T00:39:54.453Z | parent: <none> |
6112 | 2024-12-21T00:39:54.453Z | |
6113 | 2024-12-21T00:39:54.453Z | sled: 039be560-54cc-49e3-88df-1a29dadbf913 (active) |
6114 | 2024-12-21T00:39:54.453Z | |
6115 | 2024-12-21T00:39:54.453Z | physical disks at generation 2: |
6116 | 2024-12-21T00:39:54.453Z | --------------------------------------------------- |
6117 | 2024-12-21T00:39:54.453Z | vendor model serial |
6118 | 2024-12-21T00:39:54.453Z | --------------------------------------------------- |
6119 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-10 |
6120 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-11 |
6121 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-12 |
6122 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-13 |
6123 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-14 |
6124 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-15 |
6125 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-16 |
6126 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-17 |
6127 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-18 |
6128 | 2024-12-21T00:39:54.454Z | nexus-tests nexus-test-model nexus-test-disk-19 |
6129 | 2024-12-21T00:39:54.454Z | |
6130 | 2024-12-21T00:39:54.454Z | |
6131 | 2024-12-21T00:39:54.454Z | omicron zones at generation 2: |
6132 | 2024-12-21T00:39:54.454Z | ----------------------------------------------- |
6133 | 2024-12-21T00:39:54.454Z | zone type zone id disposition underlay IP |
6134 | 2024-12-21T00:39:54.455Z | ----------------------------------------------- |
6135 | 2024-12-21T00:39:54.455Z | |
6136 | 2024-12-21T00:39:54.455Z | |
6137 | 2024-12-21T00:39:54.455Z | |
6138 | 2024-12-21T00:39:54.455Z | sled: b6d65341-167c-41df-9b5c-41cded99c229 (active) |
6139 | 2024-12-21T00:39:54.455Z | |
6140 | 2024-12-21T00:39:54.455Z | physical disks at generation 2: |
6141 | 2024-12-21T00:39:54.455Z | -------------------------------------------------- |
6142 | 2024-12-21T00:39:54.455Z | vendor model serial |
6143 | 2024-12-21T00:39:54.455Z | -------------------------------------------------- |
6144 | 2024-12-21T00:39:54.455Z | nexus-tests nexus-test-model nexus-test-disk-0 |
6145 | 2024-12-21T00:39:54.455Z | nexus-tests nexus-test-model nexus-test-disk-1 |
6146 | 2024-12-21T00:39:54.455Z | nexus-tests nexus-test-model nexus-test-disk-2 |
6147 | 2024-12-21T00:39:54.455Z | nexus-tests nexus-test-model nexus-test-disk-3 |
6148 | 2024-12-21T00:39:54.455Z | nexus-tests nexus-test-model nexus-test-disk-4 |
6149 | 2024-12-21T00:39:54.456Z | nexus-tests nexus-test-model nexus-test-disk-5 |
6150 | 2024-12-21T00:39:54.456Z | nexus-tests nexus-test-model nexus-test-disk-6 |
6151 | 2024-12-21T00:39:54.456Z | nexus-tests nexus-test-model nexus-test-disk-7 |
6152 | 2024-12-21T00:39:54.456Z | nexus-tests nexus-test-model nexus-test-disk-8 |
6153 | 2024-12-21T00:39:54.456Z | nexus-tests nexus-test-model nexus-test-disk-9 |
6154 | 2024-12-21T00:39:54.456Z | |
6155 | 2024-12-21T00:39:54.456Z | |
6156 | 2024-12-21T00:39:54.456Z | omicron zones at generation 2: |
6157 | 2024-12-21T00:39:54.456Z | --------------------------------------------------------------------------------------- |
6158 | 2024-12-21T00:39:54.456Z | zone type zone id disposition underlay IP |
6159 | 2024-12-21T00:39:54.456Z | --------------------------------------------------------------------------------------- |
6160 | 2024-12-21T00:39:54.456Z | clickhouse 13386f9b-0f16-4236-a5e0-ac2f971e3940 in service ::1 |
6161 | 2024-12-21T00:39:54.456Z | cockroach_db 3e156614-f5cb-4f8f-b439-049282e01994 in service ::1 |
6162 | 2024-12-21T00:39:54.456Z | crucible_pantry dfc33b9c-531d-48f9-a0be-0b68f12affd5 in service ::1 |
6163 | 2024-12-21T00:39:54.456Z | external_dns c18bce43-09f1-414f-aebf-ad2abe22b97b in service ::1 |
6164 | 2024-12-21T00:39:54.456Z | internal_dns 08b01d45-c799-4c00-a911-8cf3c1a924ea in service ::1 |
6165 | 2024-12-21T00:39:54.456Z | nexus 3e665028-b378-4557-aadd-aa796386d1fd in service ::ffff:127.0.0.1 |
6166 | 2024-12-21T00:39:54.456Z | |
6167 | 2024-12-21T00:39:54.456Z | |
6168 | 2024-12-21T00:39:54.456Z | COCKROACHDB SETTINGS: |
6169 | 2024-12-21T00:39:54.456Z | state fingerprint::::::::::::::::: d4d87aa2ad877a4cc2fddd0573952362739110de |
6170 | 2024-12-21T00:39:54.456Z | cluster.preserve_downgrade_option: "22.1" |
6171 | 2024-12-21T00:39:54.456Z | |
6172 | 2024-12-21T00:39:54.456Z | METADATA: |
6173 | 2024-12-21T00:39:54.456Z | created by::::::::::: nexus-test-utils |
6174 | 2024-12-21T00:39:54.456Z | created at::::::::::: 2024-12-21T00:39:11.351Z |
6175 | 2024-12-21T00:39:54.456Z | comment:::::::::::::: initial test blueprint |
6176 | 2024-12-21T00:39:54.456Z | internal DNS version: 1 |
6177 | 2024-12-21T00:39:54.456Z | external DNS version: 2 |
6178 | 2024-12-21T00:39:54.456Z | |
6179 | 2024-12-21T00:39:54.456Z | |
6180 | 2024-12-21T00:39:54.456Z | thread 'dns::test::test_silos_external_dns_end_to_end' panicked at nexus/reconfigurator/execution/src/test_utils.rs:50:6: |
6181 | 2024-12-21T00:39:54.456Z | failed to execute blueprint: step failed: Deploy datasets |
6182 | 2024-12-21T00:39:54.456Z | |
6183 | 2024-12-21T00:39:54.456Z | Caused by: |
6184 | 2024-12-21T00:39:54.456Z | 0: 2 errors encountered |
6185 | 2024-12-21T00:39:54.456Z | 1: Error: Failed to put DatasetsConfig { |
6186 | 2024-12-21T00:39:54.456Z | generation: Generation( |
6187 | 2024-12-21T00:39:54.456Z | 2, |
6188 | 2024-12-21T00:39:54.461Z | ), |
6189 | 2024-12-21T00:39:54.461Z | datasets: {}, |
6190 | 2024-12-21T00:39:54.461Z | } to sled 039be560-54cc-49e3-88df-1a29dadbf913 |
6191 | 2024-12-21T00:39:54.461Z | - Error Response: status: 400 Bad Request; headers: {"content-type": "application/json", "x-request-id": "2cd552c5-873f-4d0c-8115-3b67f27e49a2", "content-length": "100", "date": "Sat, 21 Dec 2024 00:39:51 GMT"}; value: Error { error_code: None, message: "Generation number too old", request_id: "2cd552c5-873f-4d0c-8115-3b67f27e49a2" } |
6192 | 2024-12-21T00:39:54.461Z | Error: Failed to put DatasetsConfig { |
6193 | 2024-12-21T00:39:54.461Z | generation: Generation( |
6194 | 2024-12-21T00:39:54.461Z | 2, |
6195 | 2024-12-21T00:39:54.461Z | ), |
6196 | 2024-12-21T00:39:54.461Z | datasets: { |
6197 | 2024-12-21T00:39:54.461Z | 1896a5a5-e839-4d64-9ead-458923a98da5 (dataset): DatasetConfig { |
6198 | 2024-12-21T00:39:54.462Z | id: 1896a5a5-e839-4d64-9ead-458923a98da5 (dataset), |
6199 | 2024-12-21T00:39:54.462Z | name: DatasetName { |
6200 | 2024-12-21T00:39:54.462Z | pool_name: ZpoolName { |
6201 | 2024-12-21T00:39:54.462Z | id: 9f878afb-937d-49b3-8dcb-a2ac3dbd9f61 (zpool), |
6202 | 2024-12-21T00:39:54.462Z | kind: External, |
6203 | 2024-12-21T00:39:54.462Z | }, |
6204 | 2024-12-21T00:39:54.462Z | kind: TransientZone { |
6205 | 2024-12-21T00:39:54.462Z | name: "oxz_clickhouse_13386f9b-0f16-4236-a5e0-ac2f971e3940", |
6206 | 2024-12-21T00:39:54.462Z | }, |
6207 | 2024-12-21T00:39:54.462Z | }, |
6208 | 2024-12-21T00:39:54.462Z | inner: SharedDatasetConfig { |
6209 | 2024-12-21T00:39:54.462Z | compression: Off, |
6210 | 2024-12-21T00:39:54.462Z | quota: None, |
6211 | 2024-12-21T00:39:54.462Z | reservation: None, |
6212 | 2024-12-21T00:39:54.462Z | }, |
6213 | 2024-12-21T00:39:54.462Z | }, |
6214 | 2024-12-21T00:39:54.462Z | 4ee4f424-6e3e-4840-8005-323a4c0b0f8e (dataset): DatasetConfig { |
6215 | 2024-12-21T00:39:54.462Z | id: 4ee4f424-6e3e-4840-8005-323a4c0b0f8e (dataset), |
6216 | 2024-12-21T00:39:54.462Z | name: DatasetName { |
6217 | 2024-12-21T00:39:54.462Z | pool_name: ZpoolName { |
6218 | 2024-12-21T00:39:54.462Z | id: 5cb25820-598d-4369-84d0-76a71e00a602 (zpool), |
6219 | 2024-12-21T00:39:54.463Z | kind: External, |
6220 | 2024-12-21T00:39:54.463Z | }, |
6221 | 2024-12-21T00:39:54.463Z | kind: TransientZone { |
6222 | 2024-12-21T00:39:54.463Z | name: "oxz_cockroachdb_3e156614-f5cb-4f8f-b439-049282e01994", |
6223 | 2024-12-21T00:39:54.463Z | }, |
6224 | 2024-12-21T00:39:54.463Z | }, |
6225 | 2024-12-21T00:39:54.463Z | inner: SharedDatasetConfig { |
6226 | 2024-12-21T00:39:54.463Z | compression: Off, |
6227 | 2024-12-21T00:39:54.463Z | quota: None, |
6228 | 2024-12-21T00:39:54.463Z | reservation: None, |
6229 | 2024-12-21T00:39:54.463Z | }, |
6230 | 2024-12-21T00:39:54.463Z | }, |
6231 | 2024-12-21T00:39:54.463Z | 59c882f1-6190-43fd-8f5a-b376cf09ef62 (dataset): DatasetConfig { |
6232 | 2024-12-21T00:39:54.463Z | id: 59c882f1-6190-43fd-8f5a-b376cf09ef62 (dataset), |
6233 | 2024-12-21T00:39:54.463Z | name: DatasetName { |
6234 | 2024-12-21T00:39:54.463Z | pool_name: ZpoolName { |
6235 | 2024-12-21T00:39:54.463Z | id: acd25327-5e87-47d6-8b4b-e51255441ceb (zpool), |
6236 | 2024-12-21T00:39:54.463Z | kind: External, |
6237 | 2024-12-21T00:39:54.463Z | }, |
6238 | 2024-12-21T00:39:54.463Z | kind: TransientZone { |
6239 | 2024-12-21T00:39:54.464Z | name: "oxz_crucible_pantry_dfc33b9c-531d-48f9-a0be-0b68f12affd5", |
6240 | 2024-12-21T00:39:54.464Z | }, |
6241 | 2024-12-21T00:39:54.464Z | }, |
6242 | 2024-12-21T00:39:54.464Z | inner: SharedDatasetConfig { |
6243 | 2024-12-21T00:39:54.464Z | compression: Off, |
6244 | 2024-12-21T00:39:54.464Z | quota: None, |
6245 | 2024-12-21T00:39:54.464Z | reservation: None, |
6246 | 2024-12-21T00:39:54.464Z | }, |
6247 | 2024-12-21T00:39:54.464Z | }, |
6248 | 2024-12-21T00:39:54.464Z | 94e891a5-29e2-4656-aa13-f29c2e39a44b (dataset): DatasetConfig { |
6249 | 2024-12-21T00:39:54.464Z | id: 94e891a5-29e2-4656-aa13-f29c2e39a44b (dataset), |
6250 | 2024-12-21T00:39:54.464Z | name: DatasetName { |
6251 | 2024-12-21T00:39:54.464Z | pool_name: ZpoolName { |
6252 | 2024-12-21T00:39:54.464Z | id: 49f96fd9-1379-4033-8448-64c0173ab657 (zpool), |
6253 | 2024-12-21T00:39:54.464Z | kind: External, |
6254 | 2024-12-21T00:39:54.464Z | }, |
6255 | 2024-12-21T00:39:54.464Z | kind: TransientZone { |
6256 | 2024-12-21T00:39:54.464Z | name: "oxz_external_dns_c18bce43-09f1-414f-aebf-ad2abe22b97b", |
6257 | 2024-12-21T00:39:54.464Z | }, |
6258 | 2024-12-21T00:39:54.464Z | }, |
6259 | 2024-12-21T00:39:54.464Z | inner: SharedDatasetConfig { |
6260 | 2024-12-21T00:39:54.464Z | compression: Off, |
6261 | 2024-12-21T00:39:54.464Z | quota: None, |
6262 | 2024-12-21T00:39:54.464Z | reservation: None, |
6263 | 2024-12-21T00:39:54.464Z | }, |
6264 | 2024-12-21T00:39:54.464Z | }, |
6265 | 2024-12-21T00:39:54.464Z | bb9be6d2-9dd1-406d-8f0f-d64efc4c210c (dataset): DatasetConfig { |
6266 | 2024-12-21T00:39:54.464Z | id: bb9be6d2-9dd1-406d-8f0f-d64efc4c210c (dataset), |
6267 | 2024-12-21T00:39:54.464Z | name: DatasetName { |
6268 | 2024-12-21T00:39:54.464Z | pool_name: ZpoolName { |
6269 | 2024-12-21T00:39:54.464Z | id: c39bfbdd-fedb-4863-86aa-720e22630efb (zpool), |
6270 | 2024-12-21T00:39:54.464Z | kind: External, |
6271 | 2024-12-21T00:39:54.464Z | }, |
6272 | 2024-12-21T00:39:54.464Z | kind: TransientZone { |
6273 | 2024-12-21T00:39:54.464Z | name: "oxz_internal_dns_08b01d45-c799-4c00-a911-8cf3c1a924ea", |
6274 | 2024-12-21T00:39:54.464Z | }, |
6275 | 2024-12-21T00:39:54.464Z | }, |
6276 | 2024-12-21T00:39:54.464Z | inner: SharedDatasetConfig { |
6277 | 2024-12-21T00:39:54.464Z | compression: Off, |
6278 | 2024-12-21T00:39:54.464Z | quota: None, |
6279 | 2024-12-21T00:39:54.465Z | reservation: None, |
6280 | 2024-12-21T00:39:54.465Z | }, |
6281 | 2024-12-21T00:39:54.465Z | }, |
6282 | 2024-12-21T00:39:54.465Z | c97c844b-ec9b-4517-b6f9-323c9a894b91 (dataset): DatasetConfig { |
6283 | 2024-12-21T00:39:54.465Z | id: c97c844b-ec9b-4517-b6f9-323c9a894b91 (dataset), |
6284 | 2024-12-21T00:39:54.465Z | name: DatasetName { |
6285 | 2024-12-21T00:39:54.465Z | pool_name: ZpoolName { |
6286 | 2024-12-21T00:39:54.465Z | id: 75765fe4-ffa9-4637-854e-c115da292f8e (zpool), |
6287 | 2024-12-21T00:39:54.465Z | kind: External, |
6288 | 2024-12-21T00:39:54.473Z | }, |
6289 | 2024-12-21T00:39:54.473Z | kind: TransientZone { |
6290 | 2024-12-21T00:39:54.473Z | name: "oxz_nexus_3e665028-b378-4557-aadd-aa796386d1fd", |
6291 | 2024-12-21T00:39:54.473Z | }, |
6292 | 2024-12-21T00:39:54.473Z | }, |
6293 | 2024-12-21T00:39:54.473Z | inner: SharedDatasetConfig { |
6294 | 2024-12-21T00:39:54.474Z | compression: Off, |
6295 | 2024-12-21T00:39:54.474Z | quota: None, |
6296 | 2024-12-21T00:39:54.474Z | reservation: None, |
6297 | 2024-12-21T00:39:54.474Z | }, |
6298 | 2024-12-21T00:39:54.474Z | }, |
6299 | 2024-12-21T00:39:54.474Z | }, |
6300 | 2024-12-21T00:39:54.474Z | } to sled b6d65341-167c-41df-9b5c-41cded99c229 |
6301 | 2024-12-21T00:39:54.474Z | - Error Response: status: 400 Bad Request; headers: {"content-type": "application/json", "x-request-id": "a8c78b03-7ac2-4201-8ad0-d656adc4918e", "content-length": "100", "date": "Sat, 21 Dec 2024 00:39:51 GMT"}; value: Error { error_code: None, message: "Generation number too old", request_id: "a8c78b03-7ac2-4201-8ad0-d656adc4918e" } |
6302 | 2024-12-21T00:39:54.474Z | |
6303 | 2024-12-21T00:39:54.474Z | Stack backtrace: |
6304 | 2024-12-21T00:39:54.474Z | 0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from |
6305 | 2024-12-21T00:39:54.474Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/backtrace.rs:27:14 |
6306 | 2024-12-21T00:39:54.474Z | 1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual |
6307 | 2024-12-21T00:39:54.474Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1989:27 |
6308 | 2024-12-21T00:39:54.474Z | 2: {async_fn#0} |
6309 | 2024-12-21T00:39:54.474Z | at ./src/lib.rs:221:18 |
6310 | 2024-12-21T00:39:54.474Z | 3: {async_fn#0} |
6311 | 2024-12-21T00:39:54.474Z | at ./src/test_utils.rs:46:6 |
6312 | 2024-12-21T00:39:54.474Z | 4: {async_fn#0} |
6313 | 2024-12-21T00:39:54.474Z | at ./src/dns.rs:1292:10 |
6314 | 2024-12-21T00:39:54.474Z | 5: {async_block#0} |
6315 | 2024-12-21T00:39:54.474Z | at ./src/dns.rs:1247:5 |
6316 | 2024-12-21T00:39:54.474Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
6317 | 2024-12-21T00:39:54.474Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6318 | 2024-12-21T00:39:54.474Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6319 | 2024-12-21T00:39:54.474Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6320 | 2024-12-21T00:39:54.474Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6321 | 2024-12-21T00:39:54.474Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
6322 | 2024-12-21T00:39:54.474Z | 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6323 | 2024-12-21T00:39:54.474Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
6324 | 2024-12-21T00:39:54.474Z | 10: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6325 | 2024-12-21T00:39:54.474Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
6326 | 2024-12-21T00:39:54.474Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6327 | 2024-12-21T00:39:54.474Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
6328 | 2024-12-21T00:39:54.474Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
6329 | 2024-12-21T00:39:54.474Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
6330 | 2024-12-21T00:39:54.475Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6331 | 2024-12-21T00:39:54.475Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
6332 | 2024-12-21T00:39:54.475Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
6333 | 2024-12-21T00:39:54.475Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
6334 | 2024-12-21T00:39:54.476Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
6335 | 2024-12-21T00:39:54.476Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
6336 | 2024-12-21T00:39:54.476Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
6337 | 2024-12-21T00:39:54.476Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
6338 | 2024-12-21T00:39:54.476Z | 17: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
6339 | 2024-12-21T00:39:54.476Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12 |
6340 | 2024-12-21T00:39:54.476Z | 18: std::thread::local::LocalKey<T>::with |
6341 | 2024-12-21T00:39:54.476Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9 |
6342 | 2024-12-21T00:39:54.476Z | 19: tokio::runtime::context::set_scheduler |
6343 | 2024-12-21T00:39:54.476Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
6344 | 2024-12-21T00:39:54.476Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
6345 | 2024-12-21T00:39:54.476Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
6346 | 2024-12-21T00:39:54.476Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
6347 | 2024-12-21T00:39:54.476Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
6348 | 2024-12-21T00:39:54.476Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6349 | 2024-12-21T00:39:54.476Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
6350 | 2024-12-21T00:39:54.477Z | 23: tokio::runtime::context::runtime::enter_runtime |
6351 | 2024-12-21T00:39:54.477Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
6352 | 2024-12-21T00:39:54.477Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6353 | 2024-12-21T00:39:54.477Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
6354 | 2024-12-21T00:39:54.477Z | 25: tokio::runtime::runtime::Runtime::block_on_inner |
6355 | 2024-12-21T00:39:54.478Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
6356 | 2024-12-21T00:39:54.478Z | 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6357 | 2024-12-21T00:39:54.478Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
6358 | 2024-12-21T00:39:54.478Z | 27: test_silos_external_dns_end_to_end |
6359 | 2024-12-21T00:39:54.478Z | at ./src/dns.rs:1247:5 |
6360 | 2024-12-21T00:39:54.478Z | 28: nexus_reconfigurator_execution::dns::test::test_silos_external_dns_end_to_end::{{closure}} |
6361 | 2024-12-21T00:39:54.478Z | at ./src/dns.rs:1250:6 |
6362 | 2024-12-21T00:39:54.478Z | 29: core::ops::function::FnOnce::call_once |
6363 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6364 | 2024-12-21T00:39:54.478Z | 30: core::ops::function::FnOnce::call_once |
6365 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6366 | 2024-12-21T00:39:54.478Z | 31: test::__rust_begin_short_backtrace |
6367 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:624:18 |
6368 | 2024-12-21T00:39:54.478Z | 32: test::run_test_in_process::{{closure}} |
6369 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:647:60 |
6370 | 2024-12-21T00:39:54.478Z | 33: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
6371 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9 |
6372 | 2024-12-21T00:39:54.478Z | 34: std::panicking::try::do_call |
6373 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40 |
6374 | 2024-12-21T00:39:54.478Z | 35: std::panicking::try |
6375 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19 |
6376 | 2024-12-21T00:39:54.478Z | 36: std::panic::catch_unwind |
6377 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14 |
6378 | 2024-12-21T00:39:54.478Z | 37: test::run_test_in_process |
6379 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:647:27 |
6380 | 2024-12-21T00:39:54.478Z | 38: test::run_test::{{closure}} |
6381 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:568:43 |
6382 | 2024-12-21T00:39:54.478Z | 39: test::run_test::{{closure}} |
6383 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/test/src/lib.rs:598:41 |
6384 | 2024-12-21T00:39:54.478Z | 40: std::sys::backtrace::__rust_begin_short_backtrace |
6385 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/backtrace.rs:152:18 |
6386 | 2024-12-21T00:39:54.478Z | 41: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
6387 | 2024-12-21T00:39:54.478Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs:538:17 |
6388 | 2024-12-21T00:39:54.485Z | 42: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
6389 | 2024-12-21T00:39:54.485Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panic/unwind_safe.rs:272:9 |
6390 | 2024-12-21T00:39:54.485Z | 43: std::panicking::try::do_call |
6391 | 2024-12-21T00:39:54.485Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:557:40 |
6392 | 2024-12-21T00:39:54.485Z | 44: std::panicking::try |
6393 | 2024-12-21T00:39:54.485Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:521:19 |
6394 | 2024-12-21T00:39:54.485Z | 45: std::panic::catch_unwind |
6395 | 2024-12-21T00:39:54.485Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panic.rs:350:14 |
6396 | 2024-12-21T00:39:54.485Z | 46: std::thread::Builder::spawn_unchecked_::{{closure}} |
6397 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/mod.rs:537:30 |
6398 | 2024-12-21T00:39:54.486Z | 47: core::ops::function::FnOnce::call_once{{vtable.shim}} |
6399 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6400 | 2024-12-21T00:39:54.486Z | 48: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
6401 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2070:9 |
6402 | 2024-12-21T00:39:54.486Z | 49: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
6403 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/alloc/src/boxed.rs:2070:9 |
6404 | 2024-12-21T00:39:54.486Z | 50: std::sys::pal::unix::thread::Thread::new::thread_start |
6405 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/sys/pal/unix/thread.rs:108:17 |
6406 | 2024-12-21T00:39:54.486Z | 51: _thrp_setup |
6407 | 2024-12-21T00:39:54.486Z | 52: <unknown> |
6408 | 2024-12-21T00:39:54.486Z | stack backtrace: |
6409 | 2024-12-21T00:39:54.486Z | 0: rust_begin_unwind |
6410 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:665:5 |
6411 | 2024-12-21T00:39:54.486Z | 1: core::panicking::panic_fmt |
6412 | 2024-12-21T00:39:54.486Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:74:14 |
6413 | 2024-12-21T00:39:54.486Z | 2: core::result::unwrap_failed |
6414 | 2024-12-21T00:39:54.487Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1679:5 |
6415 | 2024-12-21T00:39:54.487Z | 3: core::result::Result<T,E>::expect |
6416 | 2024-12-21T00:39:54.487Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/result.rs:1059:23 |
6417 | 2024-12-21T00:39:54.487Z | 4: {async_fn#0} |
6418 | 2024-12-21T00:39:54.487Z | at ./src/test_utils.rs:37:18 |
6419 | 2024-12-21T00:39:54.487Z | 5: {async_fn#0} |
6420 | 2024-12-21T00:39:54.487Z | at ./src/dns.rs:1292:10 |
6421 | 2024-12-21T00:39:54.487Z | 6: {async_block#0} |
6422 | 2024-12-21T00:39:54.487Z | at ./src/dns.rs:1247:5 |
6423 | 2024-12-21T00:39:54.487Z | 7: poll<&mut dyn core::future::future::Future<Output=()>> |
6424 | 2024-12-21T00:39:54.487Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6425 | 2024-12-21T00:39:54.487Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6426 | 2024-12-21T00:39:54.487Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6427 | 2024-12-21T00:39:54.487Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6428 | 2024-12-21T00:39:54.487Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
6429 | 2024-12-21T00:39:54.487Z | 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6430 | 2024-12-21T00:39:54.487Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
6431 | 2024-12-21T00:39:54.487Z | 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6432 | 2024-12-21T00:39:54.489Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
6433 | 2024-12-21T00:39:54.489Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6434 | 2024-12-21T00:39:54.490Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
6435 | 2024-12-21T00:39:54.490Z | 13: tokio::runtime::scheduler::current_thread::Context::enter |
6436 | 2024-12-21T00:39:54.490Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
6437 | 2024-12-21T00:39:54.490Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6438 | 2024-12-21T00:39:54.490Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
6439 | 2024-12-21T00:39:54.490Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
6440 | 2024-12-21T00:39:54.490Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
6441 | 2024-12-21T00:39:54.490Z | 16: tokio::runtime::context::scoped::Scoped<T>::set |
6442 | 2024-12-21T00:39:54.490Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
6443 | 2024-12-21T00:39:54.490Z | 17: tokio::runtime::context::set_scheduler::{{closure}} |
6444 | 2024-12-21T00:39:54.490Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
6445 | 2024-12-21T00:39:54.490Z | 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
6446 | 2024-12-21T00:39:54.490Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12 |
6447 | 2024-12-21T00:39:54.490Z | 19: std::thread::local::LocalKey<T>::with |
6448 | 2024-12-21T00:39:54.490Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9 |
6449 | 2024-12-21T00:39:54.490Z | 20: tokio::runtime::context::set_scheduler |
6450 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
6451 | 2024-12-21T00:39:54.491Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
6452 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
6453 | 2024-12-21T00:39:54.491Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
6454 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
6455 | 2024-12-21T00:39:54.491Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6456 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
6457 | 2024-12-21T00:39:54.491Z | 24: tokio::runtime::context::runtime::enter_runtime |
6458 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
6459 | 2024-12-21T00:39:54.491Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6460 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
6461 | 2024-12-21T00:39:54.491Z | 26: tokio::runtime::runtime::Runtime::block_on_inner |
6462 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
6463 | 2024-12-21T00:39:54.491Z | 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6464 | 2024-12-21T00:39:54.491Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
6465 | 2024-12-21T00:39:54.491Z | 28: test_silos_external_dns_end_to_end |
6466 | 2024-12-21T00:39:54.491Z | at ./src/dns.rs:1247:5 |
6467 | 2024-12-21T00:39:54.491Z | 29: nexus_reconfigurator_execution::dns::test::test_silos_external_dns_end_to_end::{{closure}} |
6468 | 2024-12-21T00:39:54.491Z | at ./src/dns.rs:1250:6 |
6469 | 2024-12-21T00:39:54.491Z | 30: core::ops::function::FnOnce::call_once |
6470 | 2024-12-21T00:39:54.492Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6471 | 2024-12-21T00:39:54.492Z | 31: core::ops::function::FnOnce::call_once |
6472 | 2024-12-21T00:39:54.492Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6473 | 2024-12-21T00:39:54.492Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
6474 | 2024-12-21T00:39:54.492Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6475 | 2024-12-21T00:39:54.492Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpHzo7VM" |
6476 | 2024-12-21T00:39:54.492Z | If you would like to access the database for debugging, run the following: |
6477 | 2024-12-21T00:39:54.492Z | |
6478 | 2024-12-21T00:39:54.492Z | # Run the database |
6479 | 2024-12-21T00:39:54.492Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpHzo7VM/data" |
6480 | 2024-12-21T00:39:54.492Z | # Access the database. Note the port may change if you run multiple databases. |
6481 | 2024-12-21T00:39:54.492Z | cockroach sql --host=localhost:32221 --insecure |
6482 | 2024-12-21T00:39:54.492Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 13346) and a temporary directory leaked, /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.1-clickhouse-dsmJVU) |
6483 | 2024-12-21T00:39:54.492Z | failed to clean up ClickHouse data dir: |
6484 | 2024-12-21T00:39:54.492Z | - /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.1-clickhouse-dsmJVU: File exists (os error 17) |
6485 | 2024-12-21T00:39:54.492Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6486 | 2024-12-21T00:39:54.492Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpK5kW35 |
6487 | 2024-12-21T00:39:54.492Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6488 | 2024-12-21T00:39:54.495Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpLmQm3A |
6489 | 2024-12-21T00:39:54.496Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6490 | 2024-12-21T00:39:54.496Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpuJ3RtD |
6491 | 2024-12-21T00:39:54.496Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6492 | 2024-12-21T00:39:54.496Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpsL0mEK |
6493 | 2024-12-21T00:39:54.496Z | |
6494 | 2024-12-21T00:39:55.592Z | PASS [ 11.842s] nexus-types deployment::tri_map::tests::proptest_ops |
6495 | 2024-12-21T00:40:04.328Z | PASS [ 71.195s] nexus-db-queries policy_test::test_iam_roles_behavior |
6496 | 2024-12-21T00:40:10.306Z | PASS [ 18.785s] omicron-dev::test-omicron-dev test_run_all |
6497 | 2024-12-21T00:40:13.759Z | PASS [ 20.651s] omicron-nexus app::background::driver::test::test_driver_basic |
6498 | 2024-12-21T00:40:13.945Z | PASS [ 20.856s] omicron-ls-apis::test_dependencies test_api_dependencies |
6499 | 2024-12-21T00:40:15.139Z | PASS [ 21.954s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
6500 | 2024-12-21T00:40:15.693Z | PASS [ 22.592s] omicron-nexus app::background::driver::test::test_activation_in_progress |
6501 | 2024-12-21T00:40:18.298Z | PASS [ 4.352s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
6502 | 2024-12-21T00:40:18.369Z | PASS [ 0.071s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
6503 | 2024-12-21T00:40:19.509Z | PASS [ 4.369s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
6504 | 2024-12-21T00:40:20.411Z | PASS [ 24.813s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
6505 | 2024-12-21T00:40:20.611Z | PASS [ 26.155s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
6506 | 2024-12-21T00:40:20.634Z | PASS [ 4.940s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
6507 | 2024-12-21T00:40:30.322Z | PASS [ 25.987s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
6508 | 2024-12-21T00:40:31.584Z | PASS [ 21.273s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
6509 | 2024-12-21T00:40:32.086Z | PASS [ 18.324s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
6510 | 2024-12-21T00:40:35.752Z | PASS [ 17.379s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
6511 | 2024-12-21T00:40:37.885Z | PASS [ 18.372s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
6512 | 2024-12-21T00:40:38.109Z | PASS [ 17.695s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
6513 | 2024-12-21T00:40:39.481Z | PASS [ 18.865s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
6514 | 2024-12-21T00:40:39.978Z | PASS [ 19.339s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
6515 | 2024-12-21T00:40:50.325Z | PASS [ 19.998s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
6516 | 2024-12-21T00:40:56.990Z | PASS [ 24.898s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
6517 | 2024-12-21T00:40:57.678Z | PASS [ 18.193s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
6518 | 2024-12-21T00:40:58.763Z | PASS [ 18.781s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
6519 | 2024-12-21T00:41:02.382Z | PASS [ 24.492s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
6520 | 2024-12-21T00:41:06.359Z | PASS [ 16.032s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
6521 | 2024-12-21T00:41:13.618Z | PASS [ 16.622s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
6522 | 2024-12-21T00:41:13.618Z | PASS [ 15.934s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
6523 | 2024-12-21T00:41:14.528Z | PASS [ 42.936s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
6524 | 2024-12-21T00:41:14.537Z | PASS [ 15.770s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
6525 | 2024-12-21T00:41:16.764Z | PASS [ 38.648s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
6526 | 2024-12-21T00:41:19.272Z | PASS [ 16.886s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
6527 | 2024-12-21T00:41:24.508Z | PASS [ 18.145s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
6528 | 2024-12-21T00:41:27.598Z | PASS [ 3.089s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
6529 | 2024-12-21T00:41:31.643Z | PASS [ 18.023s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
6530 | 2024-12-21T00:41:31.656Z | PASS [ 18.037s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
6531 | 2024-12-21T00:41:34.557Z | PASS [ 2.913s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
6532 | 2024-12-21T00:41:34.983Z | PASS [ 18.215s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
6533 | 2024-12-21T00:41:35.775Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
6534 | 2024-12-21T00:41:36.795Z | PASS [ 17.519s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
6535 | 2024-12-21T00:41:36.863Z | PASS [ 22.330s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete |
6536 | 2024-12-21T00:41:37.945Z | PASS [ 23.402s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
6537 | 2024-12-21T00:41:48.077Z | PASS [ 20.474s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
6538 | 2024-12-21T00:41:51.684Z | PASS [ 20.024s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion |
6539 | 2024-12-21T00:41:52.474Z | PASS [ 76.706s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
6540 | 2024-12-21T00:41:53.624Z | PASS [ 19.064s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect |
6541 | 2024-12-21T00:41:53.682Z | PASS [ 0.056s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation |
6542 | 2024-12-21T00:41:54.010Z | PASS [ 19.022s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect |
6543 | 2024-12-21T00:41:54.134Z | PASS [ 0.124s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
6544 | 2024-12-21T00:41:54.810Z | PASS [ 1.128s] omicron-nexus app::external_endpoints::test::test_authority |
6545 | 2024-12-21T00:41:54.911Z | PASS [ 0.101s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
6546 | 2024-12-21T00:41:54.977Z | PASS [ 0.065s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
6547 | 2024-12-21T00:41:55.054Z | PASS [ 0.074s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
6548 | 2024-12-21T00:41:55.112Z | PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
6549 | 2024-12-21T00:41:55.171Z | PASS [ 0.058s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
6550 | 2024-12-21T00:41:55.230Z | PASS [ 0.058s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
6551 | 2024-12-21T00:41:55.297Z | PASS [ 0.068s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
6552 | 2024-12-21T00:41:55.348Z | PASS [ 0.051s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
6553 | 2024-12-21T00:41:56.102Z | PASS [ 18.155s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop |
6554 | 2024-12-21T00:41:56.129Z | PASS [ 19.261s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection |
6555 | 2024-12-21T00:41:56.347Z | PASS [ 19.547s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection |
6556 | 2024-12-21T00:41:59.973Z | PASS [ 5.837s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
6557 | 2024-12-21T00:42:07.637Z | PASS [ 19.557s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many |
6558 | 2024-12-21T00:42:09.348Z | PASS [ 17.660s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop |
6559 | 2024-12-21T00:42:10.757Z | PASS [ 18.280s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one |
6560 | 2024-12-21T00:42:20.451Z | PASS [ 24.099s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
6561 | 2024-12-21T00:42:20.673Z | PASS [ 24.539s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
6562 | 2024-12-21T00:42:22.360Z | PASS [ 26.252s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
6563 | 2024-12-21T00:42:22.949Z | PASS [ 27.595s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
6564 | 2024-12-21T00:42:25.132Z | PASS [ 25.154s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
6565 | 2024-12-21T00:42:33.221Z | PASS [ 25.579s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
6566 | 2024-12-21T00:42:49.417Z | PASS [ 28.738s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
6567 | 2024-12-21T00:42:50.124Z | PASS [ 29.666s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
6568 | 2024-12-21T00:42:52.160Z | PASS [ 29.786s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
6569 | 2024-12-21T00:42:52.411Z | PASS [ 29.416s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
6570 | 2024-12-21T00:42:57.739Z | PASS [ 32.600s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
6571 | 2024-12-21T00:43:06.786Z | PASS [ 33.557s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
6572 | 2024-12-21T00:43:09.371Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6573 | 2024-12-21T00:43:10.779Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6574 | 2024-12-21T00:43:17.789Z | PASS [ 28.367s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
6575 | 2024-12-21T00:43:18.164Z | PASS [ 28.034s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
6576 | 2024-12-21T00:43:26.240Z | PASS [ 34.080s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
6577 | 2024-12-21T00:43:26.319Z | PASS [ 33.941s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
6578 | 2024-12-21T00:43:28.439Z | PASS [ 30.695s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
6579 | 2024-12-21T00:43:37.657Z | PASS [ 30.865s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
6580 | 2024-12-21T00:43:44.129Z | PASS [ 25.960s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
6581 | 2024-12-21T00:43:51.511Z | PASS [ 25.186s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
6582 | 2024-12-21T00:43:52.958Z | PASS [ 24.514s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
6583 | 2024-12-21T00:43:56.949Z | PASS [ 30.703s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
6584 | 2024-12-21T00:44:00.824Z | PASS [ 23.162s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
6585 | 2024-12-21T00:44:09.383Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6586 | 2024-12-21T00:44:10.793Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6587 | 2024-12-21T00:44:15.827Z | PASS [ 24.311s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
6588 | 2024-12-21T00:44:17.568Z | PASS [ 24.605s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
6589 | 2024-12-21T00:44:17.822Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
6590 | 2024-12-21T00:44:26.200Z | PASS [ 29.245s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
6591 | 2024-12-21T00:44:30.865Z | PASS [ 73.062s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
6592 | 2024-12-21T00:44:43.945Z | PASS [ 28.112s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
6593 | 2024-12-21T00:44:44.157Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
6594 | 2024-12-21T00:44:47.369Z | PASS [ 29.795s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
6595 | 2024-12-21T00:44:58.415Z | PASS [ 27.544s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
6596 | 2024-12-21T00:45:00.847Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6597 | 2024-12-21T00:45:09.396Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6598 | 2024-12-21T00:45:10.803Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6599 | 2024-12-21T00:45:13.445Z | PASS [ 29.494s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
6600 | 2024-12-21T00:45:25.320Z | PASS [ 101.171s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
6601 | 2024-12-21T00:45:26.222Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
6602 | 2024-12-21T00:45:26.229Z | PASS [ 27.804s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
6603 | 2024-12-21T00:45:42.687Z | PASS [ 29.236s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
6604 | 2024-12-21T00:45:47.392Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6605 | 2024-12-21T00:45:53.579Z | PASS [ 27.349s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
6606 | 2024-12-21T00:46:00.859Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6607 | 2024-12-21T00:46:09.408Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6608 | 2024-12-21T00:46:10.817Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6609 | 2024-12-21T00:46:11.158Z | PASS [ 130.309s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6610 | 2024-12-21T00:46:11.373Z | PASS [ 28.680s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
6611 | 2024-12-21T00:46:15.241Z | PASS [ 109.020s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
6612 | 2024-12-21T00:46:25.343Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
6613 | 2024-12-21T00:46:38.792Z | PASS [ 27.628s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
6614 | 2024-12-21T00:46:38.922Z | PASS [ 73.583s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
6615 | 2024-12-21T00:46:39.729Z | PASS [ 28.319s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
6616 | 2024-12-21T00:46:47.404Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6617 | 2024-12-21T00:46:53.602Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6618 | 2024-12-21T00:47:06.281Z | PASS [ 27.484s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
6619 | 2024-12-21T00:47:06.619Z | PASS [ 27.695s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
6620 | 2024-12-21T00:47:09.421Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6621 | 2024-12-21T00:47:10.829Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6622 | 2024-12-21T00:47:15.263Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
6623 | 2024-12-21T00:47:30.418Z | PASS [ 75.162s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
6624 | 2024-12-21T00:47:34.462Z | PASS [ 28.175s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
6625 | 2024-12-21T00:47:37.391Z | PASS [ 169.989s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6626 | 2024-12-21T00:47:39.721Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
6627 | 2024-12-21T00:47:53.613Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6628 | 2024-12-21T00:47:58.291Z | PASS [ 27.868s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
6629 | 2024-12-21T00:48:00.978Z | PASS [ 26.510s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
6630 | 2024-12-21T00:48:03.600Z | PASS [ 129.996s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6631 | 2024-12-21T00:48:06.642Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
6632 | 2024-12-21T00:48:09.433Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6633 | 2024-12-21T00:48:10.841Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6634 | 2024-12-21T00:48:16.834Z | PASS [ 39.435s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
6635 | 2024-12-21T00:48:21.981Z | PASS [ 18.371s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
6636 | 2024-12-21T00:48:25.012Z | PASS [ 26.713s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
6637 | 2024-12-21T00:48:29.435Z | PASS [ 28.451s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
6638 | 2024-12-21T00:48:33.341Z | PASS [ 16.503s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
6639 | 2024-12-21T00:48:34.622Z | PASS [ 114.901s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
6640 | 2024-12-21T00:48:45.852Z | PASS [ 16.413s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
6641 | 2024-12-21T00:48:48.541Z | PASS [ 23.526s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
6642 | 2024-12-21T00:48:50.752Z | PASS [ 28.772s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
6643 | 2024-12-21T00:48:52.460Z | PASS [ 17.833s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
6644 | 2024-12-21T00:48:57.750Z | PASS [ 24.404s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
6645 | 2024-12-21T00:48:58.743Z | PASS [ 112.102s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
6646 | 2024-12-21T00:49:09.445Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6647 | 2024-12-21T00:49:10.854Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6648 | 2024-12-21T00:49:15.627Z | PASS [ 16.881s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
6649 | 2024-12-21T00:49:17.959Z | PASS [ 32.100s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind |
6650 | 2024-12-21T00:49:18.264Z | PASS [ 27.506s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
6651 | 2024-12-21T00:49:18.328Z | PASS [ 0.063s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
6652 | 2024-12-21T00:49:19.636Z | PASS [ 31.089s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
6653 | 2024-12-21T00:49:20.005Z | PASS [ 27.540s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region |
6654 | 2024-12-21T00:49:24.708Z | PASS [ 26.952s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
6655 | 2024-12-21T00:49:41.476Z | PASS [ 16.765s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
6656 | 2024-12-21T00:49:43.483Z | PASS [ 25.150s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
6657 | 2024-12-21T00:49:54.495Z | PASS [ 34.482s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
6658 | 2024-12-21T00:49:55.077Z | PASS [ 35.433s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
6659 | 2024-12-21T00:49:55.153Z | PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_accept_gz |
6660 | 2024-12-21T00:49:55.241Z | PASS [ 0.088s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
6661 | 2024-12-21T00:49:55.298Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
6662 | 2024-12-21T00:49:55.364Z | PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
6663 | 2024-12-21T00:49:55.423Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
6664 | 2024-12-21T00:49:55.480Z | PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
6665 | 2024-12-21T00:49:55.534Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
6666 | 2024-12-21T00:49:55.591Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_relative_uri |
6667 | 2024-12-21T00:49:59.926Z | PASS [ 5.430s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
6668 | 2024-12-21T00:50:02.695Z | PASS [ 19.207s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
6669 | 2024-12-21T00:50:06.236Z | PASS [ 24.755s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
6670 | 2024-12-21T00:50:09.458Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6671 | 2024-12-21T00:50:10.867Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6672 | 2024-12-21T00:50:15.650Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6673 | 2024-12-21T00:50:17.981Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6674 | 2024-12-21T00:50:20.542Z | PASS [ 20.611s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
6675 | 2024-12-21T00:50:20.559Z | PASS [ 17.860s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
6676 | 2024-12-21T00:50:25.559Z | PASS [ 4.998s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
6677 | 2024-12-21T00:50:25.740Z | PASS [ 5.197s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
6678 | 2024-12-21T00:50:26.248Z | PASS [ 0.689s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
6679 | 2024-12-21T00:50:27.021Z | PASS [ 20.780s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
6680 | 2024-12-21T00:50:36.338Z | PASS [ 78.364s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6681 | 2024-12-21T00:50:36.372Z | PASS [ 505.518s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6682 | 2024-12-21T00:50:41.823Z | PASS [ 16.078s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
6683 | 2024-12-21T00:50:42.967Z | PASS [ 16.714s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
6684 | 2024-12-21T00:50:43.519Z | PASS [ 16.495s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
6685 | 2024-12-21T00:50:48.515Z | PASS [ 519.067s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6686 | 2024-12-21T00:50:52.323Z | PASS [ 15.978s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
6687 | 2024-12-21T00:50:52.687Z | PASS [ 16.311s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
6688 | 2024-12-21T00:50:55.622Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
6689 | 2024-12-21T00:50:57.515Z | PASS [ 15.689s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
6690 | 2024-12-21T00:50:57.970Z | PASS [ 14.998s] omicron-nexus::test_all integration_tests::basic::test_ping |
6691 | 2024-12-21T00:51:06.191Z | PASS [ 22.666s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
6692 | 2024-12-21T00:51:07.605Z | PASS [ 15.281s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
6693 | 2024-12-21T00:51:11.891Z | PASS [ 15.527s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
6694 | 2024-12-21T00:51:12.072Z | PASS [ 13.815s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
6695 | 2024-12-21T00:51:13.087Z | PASS [ 15.116s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
6696 | 2024-12-21T00:51:15.410Z | PASS [ 26.889s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
6697 | 2024-12-21T00:51:15.663Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6698 | 2024-12-21T00:51:17.006Z | PASS [ 1.596s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
6699 | 2024-12-21T00:51:17.009Z | PASS [ 3.919s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
6700 | 2024-12-21T00:51:17.107Z | PASS [ 0.100s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
6701 | 2024-12-21T00:51:19.463Z | PASS [ 13.266s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
6702 | 2024-12-21T00:51:23.440Z | PASS [ 15.219s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
6703 | 2024-12-21T00:51:23.752Z | PASS [ 16.144s] omicron-nexus::test_all integration_tests::certificates::test_crud |
6704 | 2024-12-21T00:51:32.469Z | PASS [ 15.459s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
6705 | 2024-12-21T00:51:32.531Z | PASS [ 21.194s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
6706 | 2024-12-21T00:51:32.700Z | PASS [ 15.589s] omicron-nexus::test_all integration_tests::console_api::test_assets |
6707 | 2024-12-21T00:51:35.880Z | PASS [ 16.413s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
6708 | 2024-12-21T00:51:42.051Z | PASS [ 18.607s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
6709 | 2024-12-21T00:51:43.847Z | PASS [ 20.091s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
6710 | 2024-12-21T00:51:47.776Z | PASS [ 15.303s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
6711 | 2024-12-21T00:51:47.904Z | PASS [ 15.370s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
6712 | 2024-12-21T00:51:48.452Z | PASS [ 15.748s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
6713 | 2024-12-21T00:51:55.500Z | PASS [ 19.615s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
6714 | 2024-12-21T00:51:55.630Z | SLOW [>120.000s] omicron-nexus populate::test::test_populators |
6715 | 2024-12-21T00:51:57.781Z | PASS [ 15.726s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
6716 | 2024-12-21T00:52:15.675Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6717 | 2024-12-21T00:52:15.868Z | PASS [ 32.015s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
6718 | 2024-12-21T00:52:17.597Z | PASS [ 29.815s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
6719 | 2024-12-21T00:52:20.946Z | PASS [ 33.034s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
6720 | 2024-12-21T00:52:21.782Z | PASS [ 33.324s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
6721 | 2024-12-21T00:52:29.441Z | PASS [ 33.935s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done |
6722 | 2024-12-21T00:52:29.906Z | PASS [ 32.119s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested |
6723 | 2024-12-21T00:52:37.105Z | PASS [ 161.484s] omicron-nexus populate::test::test_populators |
6724 | 2024-12-21T00:52:46.990Z | PASS [ 29.386s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3 |
6725 | 2024-12-21T00:52:52.665Z | PASS [ 15.556s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
6726 | 2024-12-21T00:52:52.890Z | PASS [ 22.979s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
6727 | 2024-12-21T00:52:54.311Z | PASS [ 38.435s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2 |
6728 | 2024-12-21T00:52:57.876Z | FAIL [ 28.427s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
6729 | 2024-12-21T00:52:57.877Z | ──── STDOUT: omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
6730 | 2024-12-21T00:52:57.877Z | |
6731 | 2024-12-21T00:52:57.877Z | running 1 test |
6732 | 2024-12-21T00:52:57.877Z | test integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume ... FAILED |
6733 | 2024-12-21T00:52:57.879Z | |
6734 | 2024-12-21T00:52:57.879Z | failures: |
6735 | 2024-12-21T00:52:57.879Z | |
6736 | 2024-12-21T00:52:57.879Z | failures: |
6737 | 2024-12-21T00:52:57.879Z | integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
6738 | 2024-12-21T00:52:57.879Z | |
6739 | 2024-12-21T00:52:57.879Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 406 filtered out; finished in 28.19s |
6740 | 2024-12-21T00:52:57.879Z | |
6741 | 2024-12-21T00:52:57.879Z | ──── STDERR: omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
6742 | 2024-12-21T00:52:57.879Z | log file: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.0.log |
6743 | 2024-12-21T00:52:57.879Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.0.log" |
6744 | 2024-12-21T00:52:57.880Z | DB URL: postgresql://root@[::1]:35357/omicron?sslmode=disable |
6745 | 2024-12-21T00:52:57.880Z | DB address: [::1]:35357 |
6746 | 2024-12-21T00:52:57.880Z | log file: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.2.log |
6747 | 2024-12-21T00:52:57.880Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.2.log" |
6748 | 2024-12-21T00:52:57.880Z | log file: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.3.log |
6749 | 2024-12-21T00:52:57.880Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.3.log" |
6750 | 2024-12-21T00:52:57.880Z | thread 'integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume' panicked at nexus/tests/integration_tests/crucible_replacements.rs:883:5: |
6751 | 2024-12-21T00:52:57.880Z | assertion failed: datastore.region_snapshot_get(dataset.id(), region.id(), |
6752 | 2024-12-21T00:52:57.880Z | snapshot.identity.id).await.unwrap().is_none() |
6753 | 2024-12-21T00:52:57.880Z | stack backtrace: |
6754 | 2024-12-21T00:52:57.880Z | 0: rust_begin_unwind |
6755 | 2024-12-21T00:52:57.880Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/panicking.rs:665:5 |
6756 | 2024-12-21T00:52:57.880Z | 1: core::panicking::panic_fmt |
6757 | 2024-12-21T00:52:57.880Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:74:14 |
6758 | 2024-12-21T00:52:57.880Z | 2: core::panicking::panic |
6759 | 2024-12-21T00:52:57.880Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/panicking.rs:148:5 |
6760 | 2024-12-21T00:52:57.880Z | 3: {async_fn#0} |
6761 | 2024-12-21T00:52:57.880Z | at ./tests/integration_tests/crucible_replacements.rs:883:5 |
6762 | 2024-12-21T00:52:57.880Z | 4: {async_block#0} |
6763 | 2024-12-21T00:52:57.880Z | at ./tests/integration_tests/crucible_replacements.rs:603:1 |
6764 | 2024-12-21T00:52:57.880Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
6765 | 2024-12-21T00:52:57.880Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6766 | 2024-12-21T00:52:57.880Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6767 | 2024-12-21T00:52:57.880Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/future/future.rs:123:9 |
6768 | 2024-12-21T00:52:57.880Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6769 | 2024-12-21T00:52:57.880Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
6770 | 2024-12-21T00:52:57.880Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6771 | 2024-12-21T00:52:57.880Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
6772 | 2024-12-21T00:52:57.880Z | 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
6773 | 2024-12-21T00:52:57.881Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
6774 | 2024-12-21T00:52:57.881Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6775 | 2024-12-21T00:52:57.881Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
6776 | 2024-12-21T00:52:57.881Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
6777 | 2024-12-21T00:52:57.881Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
6778 | 2024-12-21T00:52:57.881Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6779 | 2024-12-21T00:52:57.881Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
6780 | 2024-12-21T00:52:57.881Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
6781 | 2024-12-21T00:52:57.881Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
6782 | 2024-12-21T00:52:57.881Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
6783 | 2024-12-21T00:52:57.881Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
6784 | 2024-12-21T00:52:57.881Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
6785 | 2024-12-21T00:52:57.888Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
6786 | 2024-12-21T00:52:57.888Z | 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
6787 | 2024-12-21T00:52:57.888Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:283:12 |
6788 | 2024-12-21T00:52:57.888Z | 17: std::thread::local::LocalKey<T>::with |
6789 | 2024-12-21T00:52:57.888Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/std/src/thread/local.rs:260:9 |
6790 | 2024-12-21T00:52:57.889Z | 18: tokio::runtime::context::set_scheduler |
6791 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
6792 | 2024-12-21T00:52:57.889Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
6793 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
6794 | 2024-12-21T00:52:57.889Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
6795 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
6796 | 2024-12-21T00:52:57.889Z | 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6797 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
6798 | 2024-12-21T00:52:57.889Z | 22: tokio::runtime::context::runtime::enter_runtime |
6799 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
6800 | 2024-12-21T00:52:57.889Z | 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6801 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
6802 | 2024-12-21T00:52:57.889Z | 24: tokio::runtime::runtime::Runtime::block_on_inner |
6803 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
6804 | 2024-12-21T00:52:57.889Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6805 | 2024-12-21T00:52:57.889Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
6806 | 2024-12-21T00:52:57.889Z | 26: test_racing_replacements_for_soft_deleted_disk_volume |
6807 | 2024-12-21T00:52:57.889Z | at ./tests/integration_tests/crucible_replacements.rs:603:1 |
6808 | 2024-12-21T00:52:57.889Z | 27: test_all::integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume::{{closure}} |
6809 | 2024-12-21T00:52:57.889Z | at ./tests/integration_tests/crucible_replacements.rs:606:2 |
6810 | 2024-12-21T00:52:57.889Z | 28: core::ops::function::FnOnce::call_once |
6811 | 2024-12-21T00:52:57.889Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6812 | 2024-12-21T00:52:57.889Z | 29: core::ops::function::FnOnce::call_once |
6813 | 2024-12-21T00:52:57.889Z | at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:250:5 |
6814 | 2024-12-21T00:52:57.889Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
6815 | 2024-12-21T00:52:57.889Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6816 | 2024-12-21T00:52:57.889Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpAnGNmS" |
6817 | 2024-12-21T00:52:57.889Z | If you would like to access the database for debugging, run the following: |
6818 | 2024-12-21T00:52:57.889Z | |
6819 | 2024-12-21T00:52:57.889Z | # Run the database |
6820 | 2024-12-21T00:52:57.889Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpAnGNmS/data" |
6821 | 2024-12-21T00:52:57.889Z | # Access the database. Note the port may change if you run multiple databases. |
6822 | 2024-12-21T00:52:57.889Z | cockroach sql --host=localhost:32221 --insecure |
6823 | 2024-12-21T00:52:57.889Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 17555) and a temporary directory leaked, /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.1-clickhouse-86H1kC) |
6824 | 2024-12-21T00:52:57.889Z | failed to clean up ClickHouse data dir: |
6825 | 2024-12-21T00:52:57.889Z | - /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.1-clickhouse-86H1kC: File exists (os error 17) |
6826 | 2024-12-21T00:52:57.889Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6827 | 2024-12-21T00:52:57.890Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpvc3GV7 |
6828 | 2024-12-21T00:52:57.891Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6829 | 2024-12-21T00:52:57.891Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpC8zotH |
6830 | 2024-12-21T00:52:57.891Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6831 | 2024-12-21T00:52:57.891Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpkV8fCa |
6832 | 2024-12-21T00:52:57.891Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
6833 | 2024-12-21T00:52:57.891Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmp3TxJ0M |
6834 | 2024-12-21T00:52:57.891Z | |
6835 | 2024-12-21T00:52:58.860Z | PASS [ 37.070s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step |
6836 | 2024-12-21T00:53:00.443Z | PASS [ 39.489s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running |
6837 | 2024-12-21T00:53:03.298Z | PASS [ 16.306s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
6838 | 2024-12-21T00:53:15.687Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6839 | 2024-12-21T00:53:20.956Z | PASS [ 26.639s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
6840 | 2024-12-21T00:53:21.744Z | PASS [ 29.073s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
6841 | 2024-12-21T00:53:23.946Z | PASS [ 26.065s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
6842 | 2024-12-21T00:53:24.663Z | PASS [ 25.798s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
6843 | 2024-12-21T00:53:26.132Z | PASS [ 25.684s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
6844 | 2024-12-21T00:53:28.666Z | PASS [ 25.363s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
6845 | 2024-12-21T00:53:32.360Z | PASS [ 39.461s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
6846 | 2024-12-21T00:53:48.796Z | PASS [ 24.127s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
6847 | 2024-12-21T00:53:48.994Z | PASS [ 20.323s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
6848 | 2024-12-21T00:53:51.014Z | PASS [ 24.876s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
6849 | 2024-12-21T00:53:53.075Z | PASS [ 20.711s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
6850 | 2024-12-21T00:53:57.493Z | PASS [ 36.530s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
6851 | 2024-12-21T00:54:02.434Z | PASS [ 40.682s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
6852 | 2024-12-21T00:54:08.976Z | PASS [ 19.978s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
6853 | 2024-12-21T00:54:12.698Z | PASS [ 23.898s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
6854 | 2024-12-21T00:54:14.028Z | PASS [ 50.072s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
6855 | 2024-12-21T00:54:15.700Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6856 | 2024-12-21T00:54:18.376Z | PASS [ 27.357s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
6857 | 2024-12-21T00:54:21.098Z | PASS [ 23.594s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
6858 | 2024-12-21T00:54:31.534Z | PASS [ 29.094s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
6859 | 2024-12-21T00:54:35.474Z | PASS [ 42.390s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
6860 | 2024-12-21T00:54:35.869Z | PASS [ 26.888s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
6861 | 2024-12-21T00:54:40.129Z | PASS [ 26.095s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
6862 | 2024-12-21T00:54:42.160Z | PASS [ 29.456s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
6863 | 2024-12-21T00:54:46.880Z | PASS [ 25.783s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
6864 | 2024-12-21T00:54:48.311Z | PASS [ 29.928s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
6865 | 2024-12-21T00:54:59.233Z | PASS [ 27.693s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
6866 | 2024-12-21T00:54:59.626Z | PASS [ 23.752s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
6867 | 2024-12-21T00:54:59.969Z | PASS [ 24.490s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
6868 | 2024-12-21T00:55:08.864Z | PASS [ 28.729s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
6869 | 2024-12-21T00:55:09.326Z | PASS [ 27.161s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
6870 | 2024-12-21T00:55:15.712Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6871 | 2024-12-21T00:55:18.618Z | PASS [ 31.731s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
6872 | 2024-12-21T00:55:20.850Z | PASS [ 20.876s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
6873 | 2024-12-21T00:55:23.942Z | PASS [ 35.624s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
6874 | 2024-12-21T00:55:32.860Z | PASS [ 23.528s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
6875 | 2024-12-21T00:55:40.168Z | PASS [ 31.298s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
6876 | 2024-12-21T00:55:41.501Z | PASS [ 20.647s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
6877 | 2024-12-21T00:55:44.211Z | PASS [ 20.265s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
6878 | 2024-12-21T00:55:45.020Z | PASS [ 45.777s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
6879 | 2024-12-21T00:55:45.454Z | PASS [ 0.434s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
6880 | 2024-12-21T00:55:46.020Z | PASS [ 46.385s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
6881 | 2024-12-21T00:55:46.046Z | PASS [ 0.586s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
6882 | 2024-12-21T00:55:46.495Z | PASS [ 0.453s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
6883 | 2024-12-21T00:55:46.517Z | PASS [ 0.496s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
6884 | 2024-12-21T00:55:50.017Z | PASS [ 31.393s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
6885 | 2024-12-21T00:55:53.105Z | PASS [ 20.240s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
6886 | 2024-12-21T00:56:02.667Z | PASS [ 21.160s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
6887 | 2024-12-21T00:56:02.838Z | PASS [ 22.665s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
6888 | 2024-12-21T00:56:04.675Z | PASS [ 20.459s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
6889 | 2024-12-21T00:56:13.107Z | PASS [ 26.606s] omicron-nexus::test_all integration_tests::images::test_image_create |
6890 | 2024-12-21T00:56:14.236Z | PASS [ 27.714s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
6891 | 2024-12-21T00:56:15.725Z | SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6892 | 2024-12-21T00:56:18.923Z | PASS [ 28.900s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
6893 | 2024-12-21T00:56:19.663Z | PASS [ 26.553s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
6894 | 2024-12-21T00:56:24.554Z | PASS [ 4.889s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
6895 | 2024-12-21T00:56:25.228Z | PASS [ 22.385s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
6896 | 2024-12-21T00:56:25.415Z | PASS [ 22.744s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
6897 | 2024-12-21T00:56:26.208Z | PASS [ 7.283s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
6898 | 2024-12-21T00:56:28.029Z | PASS [ 23.350s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
6899 | 2024-12-21T00:56:30.210Z | PASS [ 15.970s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
6900 | 2024-12-21T00:56:31.153Z | PASS [ 6.598s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
6901 | 2024-12-21T00:56:32.106Z | PASS [ 18.994s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
6902 | 2024-12-21T00:56:52.170Z | PASS [ 24.135s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
6903 | 2024-12-21T00:56:53.517Z | PASS [ 27.303s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
6904 | 2024-12-21T00:56:54.503Z | PASS [ 458.787s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6905 | 2024-12-21T00:56:55.171Z | PASS [ 29.936s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
6906 | 2024-12-21T00:56:56.519Z | PASS [ 26.304s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
6907 | 2024-12-21T00:56:57.994Z | PASS [ 26.833s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
6908 | 2024-12-21T00:57:06.431Z | PASS [ 41.008s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
6909 | 2024-12-21T00:57:13.471Z | PASS [ 19.949s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
6910 | 2024-12-21T00:57:14.884Z | PASS [ 42.769s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
6911 | 2024-12-21T00:57:15.148Z | PASS [ 20.640s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
6912 | 2024-12-21T00:57:17.849Z | PASS [ 19.852s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
6913 | 2024-12-21T00:57:22.706Z | PASS [ 30.529s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
6914 | 2024-12-21T00:57:26.836Z | PASS [ 31.659s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
6915 | 2024-12-21T00:57:36.150Z | PASS [ 18.297s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
6916 | 2024-12-21T00:57:36.338Z | PASS [ 39.810s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
6917 | 2024-12-21T00:57:41.074Z | PASS [ 25.922s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
6918 | 2024-12-21T00:57:44.969Z | PASS [ 38.529s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
6919 | 2024-12-21T00:57:51.602Z | PASS [ 28.888s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
6920 | 2024-12-21T00:57:55.624Z | PASS [ 40.732s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
6921 | 2024-12-21T00:58:01.087Z | PASS [ 34.244s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
6922 | 2024-12-21T00:58:09.018Z | PASS [ 32.861s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
6923 | 2024-12-21T00:58:10.833Z | PASS [ 34.488s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
6924 | 2024-12-21T00:58:11.205Z | PASS [ 30.124s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
6925 | 2024-12-21T00:58:13.493Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6926 | 2024-12-21T00:58:15.097Z | PASS [ 30.122s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
6927 | 2024-12-21T00:58:29.438Z | PASS [ 28.344s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
6928 | 2024-12-21T00:58:29.788Z | PASS [ 38.180s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
6929 | 2024-12-21T00:58:32.794Z | PASS [ 79.307s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6930 | 2024-12-21T00:58:33.797Z | PASS [ 24.774s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
6931 | 2024-12-21T00:58:40.023Z | PASS [ 29.183s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
6932 | 2024-12-21T00:58:42.330Z | PASS [ 31.118s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
6933 | 2024-12-21T00:58:44.910Z | PASS [ 49.276s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
6934 | 2024-12-21T00:58:45.137Z | PASS [ 30.034s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
6935 | 2024-12-21T00:58:58.143Z | PASS [ 28.349s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
6936 | 2024-12-21T00:58:59.856Z | PASS [ 30.413s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
6937 | 2024-12-21T00:59:01.570Z | PASS [ 28.770s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
6938 | 2024-12-21T00:59:14.746Z | PASS [ 34.717s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
6939 | 2024-12-21T00:59:16.889Z | PASS [ 34.552s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
6940 | 2024-12-21T00:59:18.648Z | PASS [ 33.731s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
6941 | 2024-12-21T00:59:19.139Z | PASS [ 45.333s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
6942 | 2024-12-21T00:59:21.300Z | PASS [ 36.156s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
6943 | 2024-12-21T00:59:33.460Z | PASS [ 33.597s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
6944 | 2024-12-21T00:59:34.748Z | PASS [ 19.998s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
6945 | 2024-12-21T00:59:36.917Z | PASS [ 38.766s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
6946 | 2024-12-21T00:59:37.694Z | PASS [ 19.042s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
6947 | 2024-12-21T00:59:39.855Z | PASS [ 38.277s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
6948 | 2024-12-21T00:59:44.328Z | PASS [ 23.023s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
6949 | 2024-12-21T00:59:46.319Z | PASS [ 27.174s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
6950 | 2024-12-21T00:59:48.580Z | PASS [ 31.685s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
6951 | 2024-12-21T00:59:53.702Z | PASS [ 20.238s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
6952 | 2024-12-21T01:00:02.015Z | PASS [ 27.261s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
6953 | 2024-12-21T01:00:02.913Z | PASS [ 16.589s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
6954 | 2024-12-21T01:00:03.105Z | PASS [ 26.183s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
6955 | 2024-12-21T01:00:04.414Z | PASS [ 24.554s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
6956 | 2024-12-21T01:00:07.435Z | PASS [ 18.851s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
6957 | 2024-12-21T01:00:12.575Z | PASS [ 18.868s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
6958 | 2024-12-21T01:00:15.459Z | PASS [ 31.124s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
6959 | 2024-12-21T01:00:17.437Z | PASS [ 39.735s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
6960 | 2024-12-21T01:00:20.314Z | PASS [ 17.205s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
6961 | 2024-12-21T01:00:20.813Z | PASS [ 18.794s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
6962 | 2024-12-21T01:00:33.684Z | PASS [ 30.765s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed |
6963 | 2024-12-21T01:00:36.219Z | PASS [ 28.778s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user |
6964 | 2024-12-21T01:00:37.552Z | PASS [ 33.131s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
6965 | 2024-12-21T01:00:37.849Z | PASS [ 17.519s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
6966 | 2024-12-21T01:00:40.395Z | PASS [ 27.815s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
6967 | 2024-12-21T01:00:41.916Z | PASS [ 21.098s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
6968 | 2024-12-21T01:00:46.588Z | PASS [ 29.145s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
6969 | 2024-12-21T01:00:47.893Z | PASS [ 32.426s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
6970 | 2024-12-21T01:00:53.234Z | PASS [ 19.545s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
6971 | 2024-12-21T01:00:55.452Z | PASS [ 19.229s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
6972 | 2024-12-21T01:00:56.650Z | PASS [ 18.809s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
6973 | 2024-12-21T01:00:56.973Z | PASS [ 19.417s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
6974 | 2024-12-21T01:00:57.863Z | PASS [ 17.464s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
6975 | 2024-12-21T01:01:02.826Z | PASS [ 20.906s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
6976 | 2024-12-21T01:01:06.290Z | PASS [ 19.697s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
6977 | 2024-12-21T01:01:10.093Z | PASS [ 22.195s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
6978 | 2024-12-21T01:01:13.243Z | PASS [ 20.006s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
6979 | 2024-12-21T01:01:15.097Z | PASS [ 18.120s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
6980 | 2024-12-21T01:01:18.660Z | PASS [ 22.005s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
6981 | 2024-12-21T01:01:18.923Z | PASS [ 23.466s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
6982 | 2024-12-21T01:01:26.030Z | PASS [ 28.159s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
6983 | 2024-12-21T01:01:34.993Z | PASS [ 24.895s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
6984 | 2024-12-21T01:01:35.069Z | PASS [ 19.968s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list |
6985 | 2024-12-21T01:01:36.309Z | PASS [ 17.646s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
6986 | 2024-12-21T01:01:40.509Z | PASS [ 21.581s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
6987 | 2024-12-21T01:01:44.932Z | PASS [ 42.097s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
6988 | 2024-12-21T01:01:53.619Z | PASS [ 40.367s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query |
6989 | 2024-12-21T01:01:57.722Z | PASS [ 51.422s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
6990 | 2024-12-21T01:01:58.513Z | PASS [ 32.478s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
6991 | 2024-12-21T01:01:59.118Z | PASS [ 24.044s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
6992 | 2024-12-21T01:02:02.622Z | PASS [ 26.307s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
6993 | 2024-12-21T01:02:04.556Z | PASS [ 24.042s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
6994 | 2024-12-21T01:02:17.821Z | PASS [ 42.819s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
6995 | 2024-12-21T01:02:21.659Z | PASS [ 23.932s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
6996 | 2024-12-21T01:02:27.326Z | PASS [ 42.385s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
6997 | 2024-12-21T01:02:32.129Z | PASS [ 33.004s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
6998 | 2024-12-21T01:02:34.091Z | PASS [ 31.463s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
6999 | 2024-12-21T01:02:36.287Z | PASS [ 31.722s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
7000 | 2024-12-21T01:02:36.608Z | PASS [ 42.980s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
7001 | 2024-12-21T01:02:41.068Z | PASS [ 42.546s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
7002 | 2024-12-21T01:02:42.499Z | PASS [ 24.673s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
7003 | 2024-12-21T01:02:55.306Z | PASS [ 21.210s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
7004 | 2024-12-21T01:02:56.270Z | PASS [ 19.982s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
7005 | 2024-12-21T01:03:01.868Z | PASS [ 19.364s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
7006 | 2024-12-21T01:03:02.437Z | PASS [ 40.770s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
7007 | 2024-12-21T01:03:02.791Z | PASS [ 26.178s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
7008 | 2024-12-21T01:03:05.917Z | PASS [ 24.843s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
7009 | 2024-12-21T01:03:12.678Z | PASS [ 45.343s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
7010 | 2024-12-21T01:03:20.745Z | PASS [ 25.433s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
7011 | 2024-12-21T01:03:22.424Z | PASS [ 19.983s] omicron-nexus::test_all integration_tests::projects::test_projects |
7012 | 2024-12-21T01:03:22.427Z | PASS [ 19.629s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
7013 | 2024-12-21T01:03:22.961Z | PASS [ 21.089s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
7014 | 2024-12-21T01:03:24.468Z | PASS [ 28.192s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
7015 | 2024-12-21T01:03:29.941Z | PASS [ 17.259s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
7016 | 2024-12-21T01:03:31.493Z | PASS [ 59.353s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
7017 | 2024-12-21T01:03:39.429Z | PASS [ 18.680s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
7018 | 2024-12-21T01:03:41.006Z | PASS [ 18.040s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
7019 | 2024-12-21T01:03:41.169Z | PASS [ 18.740s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
7020 | 2024-12-21T01:03:41.642Z | PASS [ 19.213s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
7021 | 2024-12-21T01:03:42.579Z | PASS [ 18.107s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
7022 | 2024-12-21T01:03:42.978Z | PASS [ 0.398s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
7023 | 2024-12-21T01:03:44.625Z | PASS [ 3.455s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
7024 | 2024-12-21T01:03:45.170Z | PASS [ 3.527s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
7025 | 2024-12-21T01:03:46.401Z | PASS [ 3.422s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
7026 | 2024-12-21T01:03:47.069Z | PASS [ 15.572s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
7027 | 2024-12-21T01:03:47.372Z | PASS [ 17.427s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
7028 | 2024-12-21T01:03:48.018Z | PASS [ 3.392s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
7029 | 2024-12-21T01:03:52.848Z | PASS [ 46.921s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
7030 | 2024-12-21T01:03:53.004Z | PASS [ 0.155s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
7031 | 2024-12-21T01:03:53.127Z | PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
7032 | 2024-12-21T01:03:53.270Z | PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
7033 | 2024-12-21T01:03:53.381Z | PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
7034 | 2024-12-21T01:03:53.495Z | PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
7035 | 2024-12-21T01:03:56.400Z | PASS [ 16.968s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
7036 | 2024-12-21T01:03:59.433Z | PASS [ 18.424s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
7037 | 2024-12-21T01:04:07.592Z | PASS [ 22.418s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
7038 | 2024-12-21T01:04:07.736Z | PASS [ 20.360s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
7039 | 2024-12-21T01:04:07.879Z | PASS [ 21.475s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
7040 | 2024-12-21T01:04:09.493Z | PASS [ 21.464s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
7041 | 2024-12-21T01:04:09.599Z | PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
7042 | 2024-12-21T01:04:12.229Z | PASS [ 18.730s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
7043 | 2024-12-21T01:04:14.828Z | PASS [ 18.423s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
7044 | 2024-12-21T01:04:14.931Z | PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
7045 | 2024-12-21T01:04:15.025Z | PASS [ 0.094s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
7046 | 2024-12-21T01:04:17.420Z | PASS [ 30.344s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
7047 | 2024-12-21T01:04:18.042Z | PASS [ 18.605s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
7048 | 2024-12-21T01:04:25.947Z | PASS [ 18.350s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
7049 | 2024-12-21T01:04:26.429Z | PASS [ 18.546s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
7050 | 2024-12-21T01:04:26.762Z | PASS [ 19.022s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
7051 | 2024-12-21T01:04:29.289Z | PASS [ 19.686s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
7052 | 2024-12-21T01:04:29.668Z | PASS [ 17.436s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
7053 | 2024-12-21T01:04:30.638Z | PASS [ 15.609s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
7054 | 2024-12-21T01:04:32.325Z | PASS [ 14.280s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
7055 | 2024-12-21T01:04:32.456Z | PASS [ 15.033s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
7056 | 2024-12-21T01:04:32.555Z | PASS [ 2.885s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
7057 | 2024-12-21T01:04:34.602Z | PASS [ 2.047s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
7058 | 2024-12-21T01:04:35.177Z | PASS [ 9.228s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
7059 | 2024-12-21T01:04:36.357Z | PASS [ 1.755s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
7060 | 2024-12-21T01:04:36.951Z | PASS [ 1.773s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
7061 | 2024-12-21T01:04:38.129Z | PASS [ 1.771s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
7062 | 2024-12-21T01:04:38.747Z | PASS [ 1.796s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
7063 | 2024-12-21T01:04:39.920Z | PASS [ 1.172s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
7064 | 2024-12-21T01:05:05.376Z | PASS [ 25.451s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
7065 | 2024-12-21T01:05:15.345Z | PASS [ 37.208s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
7066 | 2024-12-21T01:05:36.055Z | PASS [ 20.705s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
7067 | 2024-12-21T01:05:39.529Z | PASS [ 34.147s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
7068 | 2024-12-21T01:05:50.827Z | PASS [ 11.295s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
7069 | 2024-12-21T01:05:50.863Z | PASS [ 11.331s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
7070 | 2024-12-21T01:05:51.615Z | PASS [ 12.082s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
7071 | 2024-12-21T01:05:51.709Z | PASS [ 12.177s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
7072 | 2024-12-21T01:06:03.215Z | PASS [ 12.385s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
7073 | 2024-12-21T01:06:03.395Z | PASS [ 12.529s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
7074 | 2024-12-21T01:06:03.507Z | PASS [ 11.889s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
7075 | 2024-12-21T01:06:03.726Z | PASS [ 12.014s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
7076 | 2024-12-21T01:06:12.840Z | PASS [ 36.778s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
7077 | 2024-12-21T01:06:16.018Z | PASS [ 12.620s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
7078 | 2024-12-21T01:06:16.356Z | PASS [ 12.845s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
7079 | 2024-12-21T01:06:17.620Z | PASS [ 13.891s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
7080 | 2024-12-21T01:06:19.865Z | PASS [ 16.646s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
7081 | 2024-12-21T01:06:32.951Z | PASS [ 20.004s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
7082 | 2024-12-21T01:06:33.022Z | PASS [ 20.177s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
7083 | 2024-12-21T01:06:33.883Z | PASS [ 21.032s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
7084 | 2024-12-21T01:06:35.819Z | PASS [ 19.459s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
7085 | 2024-12-21T01:06:37.204Z | PASS [ 19.579s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
7086 | 2024-12-21T01:06:37.522Z | PASS [ 21.499s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
7087 | 2024-12-21T01:06:38.117Z | PASS [ 18.248s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
7088 | 2024-12-21T01:06:38.772Z | PASS [ 25.927s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
7089 | 2024-12-21T01:06:51.895Z | PASS [ 19.042s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
7090 | 2024-12-21T01:06:51.983Z | PASS [ 18.957s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
7091 | 2024-12-21T01:06:56.999Z | PASS [ 19.791s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
7092 | 2024-12-21T01:06:57.037Z | PASS [ 18.916s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
7093 | 2024-12-21T01:06:57.292Z | PASS [ 23.404s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
7094 | 2024-12-21T01:07:02.122Z | PASS [ 24.595s] omicron-nexus::test_all integration_tests::silos::test_silos |
7095 | 2024-12-21T01:07:02.365Z | PASS [ 26.541s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
7096 | 2024-12-21T01:07:02.719Z | PASS [ 23.941s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
7097 | 2024-12-21T01:07:10.874Z | PASS [ 18.975s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
7098 | 2024-12-21T01:07:16.765Z | PASS [ 19.762s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
7099 | 2024-12-21T01:07:17.150Z | PASS [ 25.161s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
7100 | 2024-12-21T01:07:20.069Z | PASS [ 17.700s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
7101 | 2024-12-21T01:07:22.433Z | PASS [ 19.710s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
7102 | 2024-12-21T01:07:26.896Z | PASS [ 29.662s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
7103 | 2024-12-21T01:07:30.013Z | PASS [ 32.709s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
7104 | 2024-12-21T01:07:31.567Z | PASS [ 20.682s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
7105 | 2024-12-21T01:07:33.847Z | PASS [ 31.717s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
7106 | 2024-12-21T01:07:35.437Z | PASS [ 18.664s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
7107 | 2024-12-21T01:07:35.974Z | PASS [ 4.411s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
7108 | 2024-12-21T01:07:36.872Z | PASS [ 1.437s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
7109 | 2024-12-21T01:07:38.368Z | PASS [ 4.521s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
7110 | 2024-12-21T01:07:40.413Z | PASS [ 4.438s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
7111 | 2024-12-21T01:07:41.242Z | PASS [ 4.370s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
7112 | 2024-12-21T01:07:42.551Z | PASS [ 22.478s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
7113 | 2024-12-21T01:07:45.158Z | PASS [ 2.606s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
7114 | 2024-12-21T01:07:46.950Z | PASS [ 29.793s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
7115 | 2024-12-21T01:07:49.885Z | PASS [ 27.447s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
7116 | 2024-12-21T01:07:52.371Z | PASS [ 25.660s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
7117 | 2024-12-21T01:07:53.805Z | PASS [ 23.793s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
7118 | 2024-12-21T01:07:57.566Z | PASS [ 19.194s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
7119 | 2024-12-21T01:08:03.834Z | PASS [ 18.672s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
7120 | 2024-12-21T01:08:04.742Z | PASS [ 14.853s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
7121 | 2024-12-21T01:08:07.546Z | PASS [ 20.591s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
7122 | 2024-12-21T01:08:09.996Z | PASS [ 17.621s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
7123 | 2024-12-21T01:08:14.244Z | PASS [ 33.823s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
7124 | 2024-12-21T01:08:25.680Z | PASS [ 28.108s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
7125 | 2024-12-21T01:08:25.927Z | PASS [ 32.115s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
7126 | 2024-12-21T01:08:28.627Z | PASS [ 23.880s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
7127 | 2024-12-21T01:08:32.030Z | PASS [ 28.190s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
7128 | 2024-12-21T01:08:36.677Z | PASS [ 29.126s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
7129 | 2024-12-21T01:08:37.919Z | PASS [ 27.918s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
7130 | 2024-12-21T01:08:41.264Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7131 | 2024-12-21T01:08:44.398Z | PASS [ 30.148s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
7132 | 2024-12-21T01:08:54.915Z | PASS [ 29.229s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
7133 | 2024-12-21T01:08:55.949Z | PASS [ 30.017s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
7134 | 2024-12-21T01:08:57.561Z | PASS [ 28.928s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
7135 | 2024-12-21T01:09:01.267Z | PASS [ 29.230s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
7136 | 2024-12-21T01:09:03.564Z | PASS [ 26.880s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
7137 | 2024-12-21T01:09:16.914Z | PASS [ 21.994s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
7138 | 2024-12-21T01:09:19.707Z | PASS [ 22.141s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting |
7139 | 2024-12-21T01:09:21.829Z | PASS [ 100.567s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7140 | 2024-12-21T01:09:22.918Z | PASS [ 26.963s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records |
7141 | 2024-12-21T01:09:26.854Z | PASS [ 25.583s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume |
7142 | 2024-12-21T01:09:30.275Z | PASS [ 45.868s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete |
7143 | 2024-12-21T01:09:32.730Z | PASS [ 29.160s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
7144 | 2024-12-21T01:09:37.941Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2 |
7145 | 2024-12-21T01:09:47.020Z | PASS [ 30.100s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
7146 | 2024-12-21T01:09:49.218Z | PASS [ 71.285s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2 |
7147 | 2024-12-21T01:09:53.398Z | PASS [ 23.118s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions |
7148 | 2024-12-21T01:09:55.339Z | PASS [ 35.624s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
7149 | 2024-12-21T01:09:56.813Z | PASS [ 24.078s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions |
7150 | 2024-12-21T01:10:01.306Z | PASS [ 38.380s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
7151 | 2024-12-21T01:10:02.154Z | PASS [ 40.316s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
7152 | 2024-12-21T01:10:06.799Z | PASS [ 39.937s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
7153 | 2024-12-21T01:10:18.323Z | PASS [ 31.297s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots |
7154 | 2024-12-21T01:10:21.171Z | PASS [ 25.826s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi |
7155 | 2024-12-21T01:10:22.198Z | PASS [ 25.380s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop |
7156 | 2024-12-21T01:10:26.626Z | PASS [ 25.315s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi |
7157 | 2024-12-21T01:10:26.682Z | PASS [ 24.523s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity |
7158 | 2024-12-21T01:10:32.587Z | PASS [ 25.782s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
7159 | 2024-12-21T01:10:37.054Z | PASS [ 47.827s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting |
7160 | 2024-12-21T01:10:38.252Z | PASS [ 44.837s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers |
7161 | 2024-12-21T01:10:38.451Z | PASS [ 16.244s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
7162 | 2024-12-21T01:10:43.086Z | PASS [ 16.398s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
7163 | 2024-12-21T01:10:44.680Z | PASS [ 18.049s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
7164 | 2024-12-21T01:10:47.748Z | PASS [ 29.418s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
7165 | 2024-12-21T01:10:49.733Z | PASS [ 28.556s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
7166 | 2024-12-21T01:10:50.519Z | PASS [ 17.928s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
7167 | 2024-12-21T01:10:55.139Z | PASS [ 18.081s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
7168 | 2024-12-21T01:10:55.893Z | PASS [ 17.635s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
7169 | 2024-12-21T01:10:58.452Z | PASS [ 20.002s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
7170 | 2024-12-21T01:11:01.145Z | PASS [ 18.057s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
7171 | 2024-12-21T01:11:04.181Z | PASS [ 19.472s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
7172 | 2024-12-21T01:11:08.097Z | PASS [ 17.573s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
7173 | 2024-12-21T01:11:08.149Z | PASS [ 18.410s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
7174 | 2024-12-21T01:11:08.966Z | PASS [ 21.214s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
7175 | 2024-12-21T01:11:12.621Z | PASS [ 17.478s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
7176 | 2024-12-21T01:11:14.791Z | PASS [ 18.903s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
7177 | 2024-12-21T01:11:16.602Z | PASS [ 18.144s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
7178 | 2024-12-21T01:11:19.551Z | PASS [ 18.402s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
7179 | 2024-12-21T01:11:23.165Z | PASS [ 19.006s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
7180 | 2024-12-21T01:11:25.683Z | PASS [ 16.713s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
7181 | 2024-12-21T01:11:25.799Z | PASS [ 17.700s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
7182 | 2024-12-21T01:11:25.838Z | PASS [ 17.687s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
7183 | 2024-12-21T01:11:30.084Z | PASS [ 17.459s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
7184 | 2024-12-21T01:11:34.727Z | PASS [ 19.932s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
7185 | 2024-12-21T01:11:42.296Z | PASS [ 19.127s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
7186 | 2024-12-21T01:11:43.499Z | PASS [ 17.696s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
7187 | 2024-12-21T01:11:43.824Z | PASS [ 18.137s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
7188 | 2024-12-21T01:11:44.858Z | PASS [ 19.015s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
7189 | 2024-12-21T01:11:45.762Z | PASS [ 29.155s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting |
7190 | 2024-12-21T01:11:47.588Z | PASS [ 17.501s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
7191 | 2024-12-21T01:11:52.080Z | PASS [ 32.522s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others |
7192 | 2024-12-21T01:12:02.685Z | PASS [ 19.181s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
7193 | 2024-12-21T01:12:03.353Z | PASS [ 21.052s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
7194 | 2024-12-21T01:12:03.888Z | PASS [ 29.155s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting |
7195 | 2024-12-21T01:12:04.813Z | PASS [ 20.985s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
7196 | 2024-12-21T01:12:09.934Z | PASS [ 24.167s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
7197 | 2024-12-21T01:12:11.328Z | PASS [ 26.465s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
7198 | 2024-12-21T01:12:11.420Z | PASS [ 0.091s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only |
7199 | 2024-12-21T01:12:11.458Z | PASS [ 0.038s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure |
7200 | 2024-12-21T01:12:11.561Z | PASS [ 0.102s] omicron-package dot::test::test_bad_dependency |
7201 | 2024-12-21T01:12:11.614Z | PASS [ 0.053s] omicron-package dot::test::test_dot_output |
7202 | 2024-12-21T01:12:17.145Z | PASS [ 7.209s] omicron-omdb::test_all_output test_omdb_usage_errors |
7203 | 2024-12-21T01:12:17.171Z | PASS [ 0.025s] omicron-passwords test::test_password_constraints |
7204 | 2024-12-21T01:12:18.961Z | PASS [ 7.345s] omicron-passwords test::test_compatible |
7205 | 2024-12-21T01:12:19.973Z | PASS [ 27.887s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
7206 | 2024-12-21T01:12:20.028Z | PASS [ 0.055s] omicron-passwords test::test_stable |
7207 | 2024-12-21T01:12:20.054Z | PASS [ 0.025s] omicron-passwords test::test_weak_hashes |
7208 | 2024-12-21T01:12:20.061Z | PASS [ 2.888s] omicron-passwords test::test_reproducible |
7209 | 2024-12-21T01:12:20.084Z | PASS [ 0.029s] omicron-rpaths internal::tests::test_configure_from_path |
7210 | 2024-12-21T01:12:20.109Z | PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath |
7211 | 2024-12-21T01:12:20.112Z | PASS [ 0.048s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
7212 | 2024-12-21T01:12:20.546Z | PASS [ 0.429s] omicron-sled-agent artifact_store::test::no_dataset |
7213 | 2024-12-21T01:12:20.611Z | PASS [ 0.501s] omicron-sled-agent artifact_store::test::list_get_put_delete |
7214 | 2024-12-21T01:12:20.714Z | PASS [ 0.168s] omicron-sled-agent artifact_store::test::wrong_hash |
7215 | 2024-12-21T01:12:20.759Z | PASS [ 0.148s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
7216 | 2024-12-21T01:12:20.866Z | PASS [ 0.106s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
7217 | 2024-12-21T01:12:21.023Z | PASS [ 0.157s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
7218 | 2024-12-21T01:12:21.132Z | PASS [ 0.108s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
7219 | 2024-12-21T01:12:21.336Z | PASS [ 0.622s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
7220 | 2024-12-21T01:12:21.426Z | PASS [ 0.089s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
7221 | 2024-12-21T01:12:21.486Z | PASS [ 0.060s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
7222 | 2024-12-21T01:12:21.560Z | PASS [ 0.073s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
7223 | 2024-12-21T01:12:21.603Z | PASS [ 0.042s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
7224 | 2024-12-21T01:12:21.644Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
7225 | 2024-12-21T01:12:21.692Z | PASS [ 0.046s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
7226 | 2024-12-21T01:12:21.700Z | PASS [ 0.568s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
7227 | 2024-12-21T01:12:21.725Z | PASS [ 0.033s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
7228 | 2024-12-21T01:12:21.733Z | PASS [ 0.032s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
7229 | 2024-12-21T01:12:21.759Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
7230 | 2024-12-21T01:12:21.806Z | PASS [ 0.073s] omicron-sled-agent config::test::test_smf_configs |
7231 | 2024-12-21T01:12:21.824Z | PASS [ 0.063s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
7232 | 2024-12-21T01:12:21.849Z | PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
7233 | 2024-12-21T01:12:21.864Z | PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
7234 | 2024-12-21T01:12:21.900Z | PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
7235 | 2024-12-21T01:12:21.909Z | PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
7236 | 2024-12-21T01:12:21.941Z | PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
7237 | 2024-12-21T01:12:23.342Z | PASS [ 19.985s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
7238 | 2024-12-21T01:12:23.992Z | PASS [ 21.303s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
7239 | 2024-12-21T01:12:25.300Z | PASS [ 3.388s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
7240 | 2024-12-21T01:12:26.527Z | PASS [ 2.534s] omicron-sled-agent instance::tests::test_instance_manager_creation |
7241 | 2024-12-21T01:12:26.566Z | PASS [ 0.038s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
7242 | 2024-12-21T01:12:26.604Z | PASS [ 0.038s] omicron-sled-agent profile::tests::empty_profile |
7243 | 2024-12-21T01:12:26.647Z | PASS [ 0.042s] omicron-sled-agent profile::tests::test_disabled_instance |
7244 | 2024-12-21T01:12:26.687Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_instance |
7245 | 2024-12-21T01:12:26.726Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple |
7246 | 2024-12-21T01:12:26.771Z | PASS [ 0.044s] omicron-sled-agent profile::tests::test_property |
7247 | 2024-12-21T01:12:26.814Z | PASS [ 0.043s] omicron-sled-agent profile::tests::test_property_group |
7248 | 2024-12-21T01:12:26.850Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_service |
7249 | 2024-12-21T01:12:26.882Z | PASS [ 0.032s] omicron-sled-agent profile::tests::test_service_property_group |
7250 | 2024-12-21T01:12:26.917Z | PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
7251 | 2024-12-21T01:12:26.945Z | PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
7252 | 2024-12-21T01:12:26.982Z | PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
7253 | 2024-12-21T01:12:27.027Z | PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count |
7254 | 2024-12-21T01:12:27.070Z | PASS [ 0.043s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
7255 | 2024-12-21T01:12:27.249Z | PASS [ 3.906s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
7256 | 2024-12-21T01:12:27.402Z | PASS [ 5.458s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
7257 | 2024-12-21T01:12:28.171Z | PASS [ 40.574s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
7258 | 2024-12-21T01:12:28.185Z | PASS [ 24.292s] omicron-omdb::test_all_output test_omdb_env_settings |
7259 | 2024-12-21T01:12:29.484Z | PASS [ 2.233s] omicron-sled-agent services::illumos_tests::test_ensure_service |
7260 | 2024-12-21T01:12:29.555Z | PASS [ 2.484s] omicron-sled-agent services::illumos_tests::test_bad_generations |
7261 | 2024-12-21T01:12:29.597Z | PASS [ 0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema |
7262 | 2024-12-21T01:12:29.628Z | PASS [ 0.031s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
7263 | 2024-12-21T01:12:29.661Z | PASS [ 0.032s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
7264 | 2024-12-21T01:12:29.697Z | PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
7265 | 2024-12-21T01:12:29.704Z | PASS [ 2.301s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync |
7266 | 2024-12-21T01:12:29.728Z | PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
7267 | 2024-12-21T01:12:29.738Z | PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
7268 | 2024-12-21T01:12:29.765Z | PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
7269 | 2024-12-21T01:12:29.776Z | PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
7270 | 2024-12-21T01:12:29.802Z | PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
7271 | 2024-12-21T01:12:29.838Z | PASS [ 0.036s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
7272 | 2024-12-21T01:12:29.873Z | PASS [ 0.034s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
7273 | 2024-12-21T01:12:29.921Z | PASS [ 0.047s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
7274 | 2024-12-21T01:12:29.966Z | PASS [ 0.045s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
7275 | 2024-12-21T01:12:30.002Z | PASS [ 0.035s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
7276 | 2024-12-21T01:12:30.041Z | PASS [ 0.037s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
7277 | 2024-12-21T01:12:30.078Z | PASS [ 0.038s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
7278 | 2024-12-21T01:12:30.948Z | PASS [ 2.762s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot |
7279 | 2024-12-21T01:12:31.015Z | PASS [ 2.843s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists |
7280 | 2024-12-21T01:12:31.337Z | PASS [ 12.373s] omicron-passwords test::test_smoke |
7281 | 2024-12-21T01:12:31.899Z | PASS [ 2.413s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config |
7282 | 2024-12-21T01:12:33.492Z | PASS [ 3.714s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
7283 | 2024-12-21T01:12:33.634Z | PASS [ 3.555s] omicron-sled-agent support_bundle::storage::tests::basic_crud |
7284 | 2024-12-21T01:12:33.679Z | PASS [ 0.044s] omicron-sled-agent updates::test::test_query_no_components |
7285 | 2024-12-21T01:12:33.720Z | PASS [ 0.041s] omicron-sled-agent updates::test::test_query_sled_agent_version |
7286 | 2024-12-21T01:12:33.761Z | PASS [ 0.040s] omicron-sled-agent updates::test::test_query_zone_version |
7287 | 2024-12-21T01:12:33.916Z | PASS [ 0.154s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
7288 | 2024-12-21T01:12:33.950Z | PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
7289 | 2024-12-21T01:12:34.438Z | PASS [ 29.619s] omicron-omdb::test_all_output test_omdb_success_cases |
7290 | 2024-12-21T01:12:34.653Z | PASS [ 3.635s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable |
7291 | 2024-12-21T01:12:34.679Z | PASS [ 0.025s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
7292 | 2024-12-21T01:12:34.714Z | PASS [ 3.376s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency |
7293 | 2024-12-21T01:12:34.980Z | PASS [ 4.029s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash |
7294 | 2024-12-21T01:12:35.542Z | PASS [ 3.641s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset |
7295 | 2024-12-21T01:12:35.605Z | PASS [ 0.063s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
7296 | 2024-12-21T01:12:35.650Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_dir_size |
7297 | 2024-12-21T01:12:35.698Z | PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
7298 | 2024-12-21T01:12:36.321Z | PASS [ 0.623s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
7299 | 2024-12-21T01:12:36.684Z | PASS [ 2.732s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
7300 | 2024-12-21T01:12:36.795Z | PASS [ 0.474s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
7301 | 2024-12-21T01:12:36.827Z | PASS [ 0.143s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
7302 | 2024-12-21T01:12:36.884Z | PASS [ 2.446s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
7303 | 2024-12-21T01:12:36.891Z | PASS [ 0.064s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
7304 | 2024-12-21T01:12:36.907Z | PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
7305 | 2024-12-21T01:12:37.198Z | PASS [ 2.517s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
7306 | 2024-12-21T01:12:37.376Z | PASS [ 2.659s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
7307 | 2024-12-21T01:12:37.399Z | PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
7308 | 2024-12-21T01:12:37.405Z | PASS [ 0.514s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
7309 | 2024-12-21T01:12:37.410Z | PASS [ 0.503s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
7310 | 2024-12-21T01:12:37.427Z | PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports |
7311 | 2024-12-21T01:12:37.524Z | PASS [ 0.117s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports |
7312 | 2024-12-21T01:12:37.558Z | PASS [ 2.577s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
7313 | 2024-12-21T01:12:37.602Z | PASS [ 0.806s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled |
7314 | 2024-12-21T01:12:37.635Z | PASS [ 0.207s] omicron-test-utils dev::db::test::test_bad_cmd |
7315 | 2024-12-21T01:12:37.676Z | PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
7316 | 2024-12-21T01:12:37.705Z | PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
7317 | 2024-12-21T01:12:37.745Z | PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
7318 | 2024-12-21T01:12:37.782Z | PASS [ 0.039s] omicron-test-utils dev::db::test::test_process_exit_normal |
7319 | 2024-12-21T01:12:37.792Z | PASS [ 4.299s] omicron-sled-agent support_bundle::storage::tests::ranges |
7320 | 2024-12-21T01:12:37.851Z | PASS [ 0.248s] omicron-test-utils dev::db::test::test_database_start_hang |
7321 | 2024-12-21T01:12:37.860Z | PASS [ 0.447s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line |
7322 | 2024-12-21T01:12:37.892Z | PASS [ 0.033s] omicron-test-utils dev::db::test::test_starter_tmpdir |
7323 | 2024-12-21T01:12:37.926Z | PASS [ 0.401s] omicron-test-utils dev::db::test::test_cmd_fails |
7324 | 2024-12-21T01:12:37.955Z | PASS [ 0.063s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
7325 | 2024-12-21T01:12:37.965Z | PASS [ 0.039s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
7326 | 2024-12-21T01:12:37.990Z | PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
7327 | 2024-12-21T01:12:37.998Z | PASS [ 0.032s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
7328 | 2024-12-21T01:12:38.050Z | PASS [ 0.060s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
7329 | 2024-12-21T01:12:38.200Z | LEAK [ 0.417s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
7330 | 2024-12-21T01:12:38.224Z | PASS [ 1.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
7331 | 2024-12-21T01:12:38.440Z | PASS [ 0.442s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
7332 | 2024-12-21T01:12:38.536Z | PASS [ 0.311s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
7333 | 2024-12-21T01:12:38.827Z | PASS [ 0.625s] oximeter test::timeseries_schema_consistency |
7334 | 2024-12-21T01:12:38.917Z | PASS [ 0.477s] oximeter-collector agent::tests::test_self_stat_collection_count |
7335 | 2024-12-21T01:12:38.924Z | PASS [ 0.384s] oximeter-collector agent::tests::test_self_stat_error_counter |
7336 | 2024-12-21T01:12:38.976Z | PASS [ 0.149s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
7337 | 2024-12-21T01:12:39.008Z | PASS [ 0.032s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different |
7338 | 2024-12-21T01:12:39.037Z | PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
7339 | 2024-12-21T01:12:39.053Z | PASS [ 1.202s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
7340 | 2024-12-21T01:12:39.055Z | PASS [ 1.494s] omicron-test-utils dev::db::test::test_database_concurrent |
7341 | 2024-12-21T01:12:39.064Z | PASS [ 0.137s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from |
7342 | 2024-12-21T01:12:39.117Z | PASS [ 0.052s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
7343 | 2024-12-21T01:12:39.124Z | PASS [ 1.073s] openapi-manager check::tests::check_apis_up_to_date |
7344 | 2024-12-21T01:12:39.150Z | PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
7345 | 2024-12-21T01:12:39.150Z | PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
7346 | 2024-12-21T01:12:39.185Z | PASS [ 0.131s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression |
7347 | 2024-12-21T01:12:39.193Z | PASS [ 0.139s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression |
7348 | 2024-12-21T01:12:39.429Z | PASS [ 0.392s] oximeter-collector::test_commands test_oximeter_no_args |
7349 | 2024-12-21T01:12:39.979Z | PASS [ 1.055s] oximeter-collector agent::tests::verify_producer_details |
7350 | 2024-12-21T01:12:40.031Z | PASS [ 0.601s] oximeter-db client::tests::can_ping_clickhouse |
7351 | 2024-12-21T01:12:40.125Z | PASS [ 0.093s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
7352 | 2024-12-21T01:12:40.203Z | PASS [ 0.077s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
7353 | 2024-12-21T01:12:40.271Z | PASS [ 1.120s] oximeter-db client::oxql::tests::test_get_entire_table |
7354 | 2024-12-21T01:12:40.278Z | PASS [ 1.084s] oximeter-db client::oxql::tests::test_limit_operations |
7355 | 2024-12-21T01:12:40.281Z | PASS [ 1.093s] oximeter-db client::oxql::tests::test_get_one_timeseries |
7356 | 2024-12-21T01:12:40.293Z | PASS [ 1.142s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
7357 | 2024-12-21T01:12:40.901Z | PASS [ 0.608s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero |
7358 | 2024-12-21T01:12:41.012Z | PASS [ 0.733s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero |
7359 | 2024-12-21T01:12:41.018Z | PASS [ 0.739s] oximeter-db client::tests::read_latest_version_reports_max |
7360 | 2024-12-21T01:12:41.629Z | PASS [ 0.610s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
7361 | 2024-12-21T01:12:41.640Z | PASS [ 0.738s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero |
7362 | 2024-12-21T01:12:41.972Z | PASS [ 0.960s] oximeter-db client::tests::select_timeseries_with_select_one |
7363 | 2024-12-21T01:12:42.492Z | PASS [ 0.852s] oximeter-db client::tests::test_database_version_update_is_idempotent |
7364 | 2024-12-21T01:12:42.500Z | PASS [ 0.870s] oximeter-db client::tests::test_client_select_timeseries_one |
7365 | 2024-12-21T01:12:42.721Z | PASS [ 2.449s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
7366 | 2024-12-21T01:12:42.732Z | PASS [ 0.759s] oximeter-db client::tests::test_database_version_will_not_downgrade |
7367 | 2024-12-21T01:12:43.271Z | PASS [ 0.770s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
7368 | 2024-12-21T01:12:43.467Z | PASS [ 0.974s] oximeter-db client::tests::test_database_version_wipes_old_version |
7369 | 2024-12-21T01:12:43.498Z | PASS [ 0.765s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
7370 | 2024-12-21T01:12:43.516Z | PASS [ 0.795s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
7371 | 2024-12-21T01:12:44.054Z | PASS [ 0.780s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
7372 | 2024-12-21T01:12:44.289Z | PASS [ 0.790s] oximeter-db client::tests::test_field_record_count |
7373 | 2024-12-21T01:12:44.313Z | PASS [ 0.797s] oximeter-db client::tests::test_get_schema_no_new_values |
7374 | 2024-12-21T01:12:44.882Z | PASS [ 0.830s] oximeter-db client::tests::test_insert_samples |
7375 | 2024-12-21T01:12:45.036Z | PASS [ 1.568s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
7376 | 2024-12-21T01:12:45.080Z | PASS [ 0.044s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
7377 | 2024-12-21T01:12:45.120Z | PASS [ 0.039s] oximeter-db client::tests::test_read_timeseries_to_delete |
7378 | 2024-12-21T01:12:45.149Z | PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
7379 | 2024-12-21T01:12:45.155Z | PASS [ 0.866s] oximeter-db client::tests::test_is_oximeter_cluster |
7380 | 2024-12-21T01:12:45.179Z | PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
7381 | 2024-12-21T01:12:45.197Z | PASS [ 7.403s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
7382 | 2024-12-21T01:12:45.338Z | PASS [ 1.024s] oximeter-db client::tests::test_list_timeseries |
7383 | 2024-12-21T01:12:45.637Z | PASS [ 0.754s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
7384 | 2024-12-21T01:12:45.949Z | PASS [ 0.751s] oximeter-db client::tests::test_schema_update |
7385 | 2024-12-21T01:12:45.951Z | PASS [ 0.769s] oximeter-db client::tests::test_schema_mismatch |
7386 | 2024-12-21T01:12:46.157Z | PASS [ 0.819s] oximeter-db client::tests::test_select_all_datum_types |
7387 | 2024-12-21T01:12:46.339Z | PASS [ 1.183s] oximeter-db client::tests::test_recall_of_all_fields |
7388 | 2024-12-21T01:12:46.410Z | PASS [ 0.773s] oximeter-db client::tests::test_select_all_field_types |
7389 | 2024-12-21T01:12:46.779Z | PASS [ 0.829s] oximeter-db client::tests::test_select_timeseries_with_all |
7390 | 2024-12-21T01:12:47.005Z | PASS [ 1.056s] oximeter-db client::tests::test_select_timeseries_with_limit |
7391 | 2024-12-21T01:12:47.178Z | PASS [ 0.836s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
7392 | 2024-12-21T01:12:47.181Z | PASS [ 1.019s] oximeter-db client::tests::test_select_timeseries_with_order |
7393 | 2024-12-21T01:12:47.203Z | PASS [ 0.025s] oximeter-db client::tests::test_unravel_index |
7394 | 2024-12-21T01:12:47.249Z | PASS [ 0.838s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
7395 | 2024-12-21T01:12:47.280Z | PASS [ 0.031s] oximeter-db client::tests::test_verify_schema_upgrades |
7396 | 2024-12-21T01:12:47.307Z | PASS [ 0.027s] oximeter-db model::fields::tests::test_extract_fields_as_block |
7397 | 2024-12-21T01:12:47.332Z | PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns |
7398 | 2024-12-21T01:12:47.365Z | PASS [ 0.032s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative |
7399 | 2024-12-21T01:12:47.398Z | PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge |
7400 | 2024-12-21T01:12:47.427Z | PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram |
7401 | 2024-12-21T01:12:47.455Z | PASS [ 0.027s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar |
7402 | 2024-12-21T01:12:47.482Z | PASS [ 0.027s] oximeter-db native::block::tests::concat_blocks |
7403 | 2024-12-21T01:12:47.503Z | PASS [ 0.020s] oximeter-db native::block::tests::datetime64_scale_checks_range |
7404 | 2024-12-21T01:12:47.521Z | PASS [ 0.018s] oximeter-db native::block::tests::parse_date_time |
7405 | 2024-12-21T01:12:47.539Z | PASS [ 0.018s] oximeter-db native::block::tests::parse_date_time64 |
7406 | 2024-12-21T01:12:47.567Z | PASS [ 0.027s] oximeter-db native::block::tests::parse_escaped_date_time64 |
7407 | 2024-12-21T01:12:47.596Z | PASS [ 0.817s] oximeter-db client::tests::test_select_timeseries_with_start_time |
7408 | 2024-12-21T01:12:47.602Z | PASS [ 0.030s] oximeter-db native::block::tests::test_data_type_to_string |
7409 | 2024-12-21T01:12:47.622Z | PASS [ 0.025s] oximeter-db native::block::tests::test_datetime64_conversions |
7410 | 2024-12-21T01:12:47.629Z | PASS [ 0.026s] oximeter-db native::block::tests::test_parse_all_known_timezones |
7411 | 2024-12-21T01:12:47.641Z | PASS [ 0.019s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes |
7412 | 2024-12-21T01:12:47.648Z | PASS [ 0.019s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes |
7413 | 2024-12-21T01:12:47.666Z | PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum8 |
7414 | 2024-12-21T01:12:47.672Z | PASS [ 0.023s] oximeter-db native::block::tests::test_parse_enum_variant |
7415 | 2024-12-21T01:12:47.689Z | PASS [ 0.023s] oximeter-db native::block::tests::test_parse_invalid_data_type |
7416 | 2024-12-21T01:12:47.953Z | PASS [ 0.773s] oximeter-db client::tests::test_timeseries_schema_list |
7417 | 2024-12-21T01:12:47.982Z | PASS [ 0.779s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
7418 | 2024-12-21T01:12:48.258Z | PASS [ 0.585s] oximeter-db native::connection::tests::test_basic_select_query |
7419 | 2024-12-21T01:12:48.336Z | PASS [ 1.329s] oximeter-db client::tests::test_sql_query_output |
7420 | 2024-12-21T01:12:48.374Z | PASS [ 0.685s] oximeter-db native::connection::tests::test_can_cancel_query |
7421 | 2024-12-21T01:12:48.530Z | PASS [ 0.578s] oximeter-db native::connection::tests::test_exchange_hello |
7422 | 2024-12-21T01:12:48.571Z | PASS [ 0.588s] oximeter-db native::connection::tests::test_insert_and_select_data |
7423 | 2024-12-21T01:12:48.842Z | PASS [ 0.583s] oximeter-db native::connection::tests::test_insert_and_select_uuid |
7424 | 2024-12-21T01:12:48.867Z | PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
7425 | 2024-12-21T01:12:48.892Z | PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_full_block |
7426 | 2024-12-21T01:12:48.913Z | PASS [ 0.021s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode |
7427 | 2024-12-21T01:12:48.918Z | PASS [ 0.582s] oximeter-db native::connection::tests::test_select_array_column |
7428 | 2024-12-21T01:12:48.935Z | PASS [ 0.023s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column |
7429 | 2024-12-21T01:12:48.942Z | PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
7430 | 2024-12-21T01:12:48.948Z | PASS [ 0.574s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
7431 | 2024-12-21T01:12:48.957Z | PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
7432 | 2024-12-21T01:12:48.966Z | PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_string_column |
7433 | 2024-12-21T01:12:48.971Z | PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uint64_column |
7434 | 2024-12-21T01:12:48.978Z | PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_uint8_column |
7435 | 2024-12-21T01:12:48.986Z | PASS [ 0.020s] oximeter-db native::io::column::tests::test_decode_uuid_column |
7436 | 2024-12-21T01:12:48.993Z | PASS [ 0.022s] oximeter-db native::io::column::tests::test_encode_decode_column |
7437 | 2024-12-21T01:12:48.997Z | PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
7438 | 2024-12-21T01:12:49.008Z | PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
7439 | 2024-12-21T01:12:49.014Z | PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
7440 | 2024-12-21T01:12:49.016Z | PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
7441 | 2024-12-21T01:12:49.029Z | PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
7442 | 2024-12-21T01:12:49.033Z | PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_pong |
7443 | 2024-12-21T01:12:49.037Z | PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
7444 | 2024-12-21T01:12:49.046Z | PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
7445 | 2024-12-21T01:12:49.053Z | PASS [ 0.016s] oximeter-db native::io::string::test::test_encode_hello_world |
7446 | 2024-12-21T01:12:49.055Z | PASS [ 0.020s] oximeter-db native::io::string::test::test_encode_decode |
7447 | 2024-12-21T01:12:49.063Z | PASS [ 0.016s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name |
7448 | 2024-12-21T01:12:49.075Z | PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_count |
7449 | 2024-12-21T01:12:49.082Z | PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts |
7450 | 2024-12-21T01:12:49.089Z | PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_description_with_default |
7451 | 2024-12-21T01:12:49.103Z | PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_column_descriptions |
7452 | 2024-12-21T01:12:49.110Z | PASS [ 0.027s] oximeter-db native::io::varuint::test_encode_decode_varuint |
7453 | 2024-12-21T01:12:49.116Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
7454 | 2024-12-21T01:12:49.121Z | PASS [ 0.590s] oximeter-db native::connection::tests::test_select_nullable_column |
7455 | 2024-12-21T01:12:49.126Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
7456 | 2024-12-21T01:12:49.131Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_comparison |
7457 | 2024-12-21T01:12:49.138Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
7458 | 2024-12-21T01:12:49.143Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
7459 | 2024-12-21T01:12:49.149Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
7460 | 2024-12-21T01:12:49.151Z | PASS [ 0.578s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
7461 | 2024-12-21T01:12:49.159Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
7462 | 2024-12-21T01:12:49.162Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
7463 | 2024-12-21T01:12:49.169Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
7464 | 2024-12-21T01:12:49.175Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
7465 | 2024-12-21T01:12:49.178Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
7466 | 2024-12-21T01:12:49.186Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
7467 | 2024-12-21T01:12:49.188Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
7468 | 2024-12-21T01:12:49.196Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
7469 | 2024-12-21T01:12:49.203Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_group_by |
7470 | 2024-12-21T01:12:49.205Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
7471 | 2024-12-21T01:12:49.210Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
7472 | 2024-12-21T01:12:49.213Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_ident |
7473 | 2024-12-21T01:12:49.220Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
7474 | 2024-12-21T01:12:49.225Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
7475 | 2024-12-21T01:12:49.227Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
7476 | 2024-12-21T01:12:49.231Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
7477 | 2024-12-21T01:12:49.236Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
7478 | 2024-12-21T01:12:49.241Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
7479 | 2024-12-21T01:12:49.248Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
7480 | 2024-12-21T01:12:49.260Z | PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_query |
7481 | 2024-12-21T01:12:49.265Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
7482 | 2024-12-21T01:12:49.269Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
7483 | 2024-12-21T01:12:49.272Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
7484 | 2024-12-21T01:12:49.280Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
7485 | 2024-12-21T01:12:49.286Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
7486 | 2024-12-21T01:12:49.292Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_reducer |
7487 | 2024-12-21T01:12:49.304Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
7488 | 2024-12-21T01:12:49.305Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
7489 | 2024-12-21T01:12:49.318Z | PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
7490 | 2024-12-21T01:12:49.321Z | PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
7491 | 2024-12-21T01:12:49.331Z | PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
7492 | 2024-12-21T01:12:49.336Z | PASS [ 0.030s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
7493 | 2024-12-21T01:12:49.341Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
7494 | 2024-12-21T01:12:49.346Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
7495 | 2024-12-21T01:12:49.353Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
7496 | 2024-12-21T01:12:49.358Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
7497 | 2024-12-21T01:12:49.362Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
7498 | 2024-12-21T01:12:49.367Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
7499 | 2024-12-21T01:12:49.374Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
7500 | 2024-12-21T01:12:49.379Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
7501 | 2024-12-21T01:12:49.387Z | PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
7502 | 2024-12-21T01:12:49.393Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
7503 | 2024-12-21T01:12:49.403Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
7504 | 2024-12-21T01:12:49.406Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
7505 | 2024-12-21T01:12:49.412Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
7506 | 2024-12-21T01:12:49.418Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
7507 | 2024-12-21T01:12:49.424Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
7508 | 2024-12-21T01:12:49.428Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
7509 | 2024-12-21T01:12:49.434Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
7510 | 2024-12-21T01:12:49.440Z | PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits |
7511 | 2024-12-21T01:12:49.445Z | PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
7512 | 2024-12-21T01:12:49.453Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
7513 | 2024-12-21T01:12:49.457Z | PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
7514 | 2024-12-21T01:12:49.462Z | PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
7515 | 2024-12-21T01:12:49.467Z | PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
7516 | 2024-12-21T01:12:49.473Z | PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
7517 | 2024-12-21T01:12:49.481Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
7518 | 2024-12-21T01:12:49.486Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates |
7519 | 2024-12-21T01:12:49.491Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
7520 | 2024-12-21T01:12:49.495Z | PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
7521 | 2024-12-21T01:12:49.509Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
7522 | 2024-12-21T01:12:49.517Z | PASS [ 0.030s] oximeter-db oxql::query::tests::test_query_end_time |
7523 | 2024-12-21T01:12:49.523Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
7524 | 2024-12-21T01:12:49.525Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
7525 | 2024-12-21T01:12:49.535Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
7526 | 2024-12-21T01:12:49.543Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
7527 | 2024-12-21T01:12:49.548Z | PASS [ 0.024s] oximeter-db query::tests::test_field_cmp |
7528 | 2024-12-21T01:12:49.557Z | PASS [ 0.021s] oximeter-db query::tests::test_field_selector_as_query |
7529 | 2024-12-21T01:12:49.564Z | PASS [ 0.021s] oximeter-db query::tests::test_field_value_as_db_str |
7530 | 2024-12-21T01:12:49.570Z | PASS [ 0.045s] oximeter-db oxql::query::tests::test_split_query |
7531 | 2024-12-21T01:12:49.578Z | PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_field_selectors |
7532 | 2024-12-21T01:12:49.587Z | PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_from_parts |
7533 | 2024-12-21T01:12:49.592Z | PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_filter_raw |
7534 | 2024-12-21T01:12:49.597Z | PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_full |
7535 | 2024-12-21T01:12:49.603Z | PASS [ 0.024s] oximeter-db query::tests::test_select_query_builder_limit_offset |
7536 | 2024-12-21T01:12:49.609Z | PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_fields |
7537 | 2024-12-21T01:12:49.622Z | PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_no_selectors |
7538 | 2024-12-21T01:12:49.628Z | PASS [ 0.025s] oximeter-db query::tests::test_time_range |
7539 | 2024-12-21T01:12:49.639Z | PASS [ 0.041s] oximeter-db query::tests::test_string_field_selector |
7540 | 2024-12-21T01:12:49.641Z | PASS [ 0.029s] oximeter-db sql::tests::test_allow_limit_offset |
7541 | 2024-12-21T01:12:49.652Z | PASS [ 0.030s] oximeter-db sql::tests::test_allow_subqueries |
7542 | 2024-12-21T01:12:49.662Z | PASS [ 0.033s] oximeter-db sql::tests::test_cannot_name_database |
7543 | 2024-12-21T01:12:49.672Z | PASS [ 0.033s] oximeter-db sql::tests::test_function_allow_list |
7544 | 2024-12-21T01:12:49.679Z | PASS [ 0.040s] oximeter-db sql::tests::test_ctes_are_not_supported |
7545 | 2024-12-21T01:12:49.694Z | PASS [ 0.031s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
7546 | 2024-12-21T01:12:49.713Z | PASS [ 0.038s] oximeter-db sql::tests::test_query_must_be_select_statement |
7547 | 2024-12-21T01:12:49.716Z | PASS [ 0.058s] oximeter-db sql::tests::test_join_must_be_inner |
7548 | 2024-12-21T01:12:49.716Z | PASS [ 0.032s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
7549 | 2024-12-21T01:12:49.727Z | PASS [ 0.032s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
7550 | 2024-12-21T01:12:49.744Z | PASS [ 0.033s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
7551 | 2024-12-21T01:12:49.752Z | PASS [ 0.031s] oximeter-db tests::test_timeseries_key_field_stability |
7552 | 2024-12-21T01:12:49.754Z | PASS [ 0.041s] oximeter-db sql::tests::test_with_comma_join_fails |
7553 | 2024-12-21T01:12:49.763Z | PASS [ 0.032s] oximeter-db tests::test_timeseries_key_sample_stability |
7554 | 2024-12-21T01:12:49.801Z | PASS [ 0.049s] oximeter-instruments http::tests::test_latency_tracker |
7555 | 2024-12-21T01:12:49.851Z | PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_interested |
7556 | 2024-12-21T01:12:50.197Z | PASS [ 0.395s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
7557 | 2024-12-21T01:12:50.205Z | PASS [ 0.354s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
7558 | 2024-12-21T01:12:50.253Z | PASS [ 0.047s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
7559 | 2024-12-21T01:12:50.259Z | PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
7560 | 2024-12-21T01:12:50.308Z | PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
7561 | 2024-12-21T01:12:50.314Z | PASS [ 0.054s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
7562 | 2024-12-21T01:12:50.347Z | PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
7563 | 2024-12-21T01:12:50.354Z | PASS [ 0.045s] oximeter-instruments kstat::link::tests::test_sled_datalink |
7564 | 2024-12-21T01:12:50.367Z | PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
7565 | 2024-12-21T01:12:50.375Z | PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
7566 | 2024-12-21T01:12:50.390Z | PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
7567 | 2024-12-21T01:12:50.402Z | PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
7568 | 2024-12-21T01:12:50.417Z | PASS [ 0.027s] oximeter-macro-impl tests::test_metric_annotated_field |
7569 | 2024-12-21T01:12:50.424Z | PASS [ 0.023s] oximeter-macro-impl tests::test_metric_datum_field |
7570 | 2024-12-21T01:12:50.435Z | PASS [ 0.018s] oximeter-macro-impl tests::test_metric_enum |
7571 | 2024-12-21T01:12:50.442Z | PASS [ 0.017s] oximeter-macro-impl tests::test_metric_without_datum_field |
7572 | 2024-12-21T01:12:50.451Z | PASS [ 0.016s] oximeter-macro-impl tests::test_target |
7573 | 2024-12-21T01:12:50.459Z | PASS [ 0.017s] oximeter-macro-impl tests::test_target_empty_struct |
7574 | 2024-12-21T01:12:50.468Z | PASS [ 0.015s] oximeter-macro-impl tests::test_target_enum |
7575 | 2024-12-21T01:12:50.474Z | PASS [ 0.014s] oximeter-macro-impl tests::test_target_unit_struct |
7576 | 2024-12-21T01:12:50.484Z | PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field |
7577 | 2024-12-21T01:12:50.570Z | PASS [ 0.085s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
7578 | 2024-12-21T01:12:50.609Z | PASS [ 0.039s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
7579 | 2024-12-21T01:12:50.633Z | PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
7580 | 2024-12-21T01:12:50.652Z | PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
7581 | 2024-12-21T01:12:50.680Z | PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
7582 | 2024-12-21T01:12:50.710Z | PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
7583 | 2024-12-21T01:12:50.726Z | PASS [ 1.486s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
7584 | 2024-12-21T01:12:50.735Z | PASS [ 0.024s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
7585 | 2024-12-21T01:12:50.762Z | PASS [ 0.027s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
7586 | 2024-12-21T01:12:50.765Z | PASS [ 0.036s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
7587 | 2024-12-21T01:12:50.791Z | PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
7588 | 2024-12-21T01:12:50.803Z | PASS [ 0.040s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
7589 | 2024-12-21T01:12:50.819Z | PASS [ 0.027s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
7590 | 2024-12-21T01:12:50.828Z | PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
7591 | 2024-12-21T01:12:50.847Z | PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
7592 | 2024-12-21T01:12:50.855Z | PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
7593 | 2024-12-21T01:12:50.872Z | PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
7594 | 2024-12-21T01:12:50.878Z | PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
7595 | 2024-12-21T01:12:50.894Z | PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_descriptions |
7596 | 2024-12-21T01:12:50.899Z | PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_metric_name |
7597 | 2024-12-21T01:12:50.911Z | PASS [ 0.017s] oximeter-schema ir::tests::fail_on_empty_target_name |
7598 | 2024-12-21T01:12:50.916Z | PASS [ 0.016s] oximeter-schema ir::tests::fail_on_very_long_field_names |
7599 | 2024-12-21T01:12:50.934Z | PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
7600 | 2024-12-21T01:12:50.938Z | PASS [ 0.022s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
7601 | 2024-12-21T01:12:50.953Z | PASS [ 0.019s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
7602 | 2024-12-21T01:12:50.961Z | PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
7603 | 2024-12-21T01:12:50.971Z | PASS [ 0.018s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
7604 | 2024-12-21T01:12:50.982Z | PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
7605 | 2024-12-21T01:12:50.990Z | PASS [ 0.018s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
7606 | 2024-12-21T01:12:51.000Z | PASS [ 0.018s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
7607 | 2024-12-21T01:12:51.007Z | PASS [ 0.017s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
7608 | 2024-12-21T01:12:51.020Z | PASS [ 0.019s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
7609 | 2024-12-21T01:12:51.030Z | PASS [ 0.023s] oximeter-schema ir::tests::only_support_format_version_1 |
7610 | 2024-12-21T01:12:51.045Z | PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
7611 | 2024-12-21T01:12:51.053Z | PASS [ 0.022s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
7612 | 2024-12-21T01:12:51.143Z | PASS [ 0.090s] oximeter-test-utils tests::test_sample_struct |
7613 | 2024-12-21T01:12:51.150Z | PASS [ 0.104s] oximeter-test-utils tests::test_gen_test_samples |
7614 | 2024-12-21T01:12:51.167Z | PASS [ 0.024s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
7615 | 2024-12-21T01:12:51.173Z | PASS [ 0.023s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
7616 | 2024-12-21T01:12:51.186Z | PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
7617 | 2024-12-21T01:12:51.192Z | PASS [ 0.018s] oximeter-types histogram::tests::test_bin_range |
7618 | 2024-12-21T01:12:51.202Z | PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_from |
7619 | 2024-12-21T01:12:51.207Z | PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_to |
7620 | 2024-12-21T01:12:51.223Z | PASS [ 0.019s] oximeter-types histogram::tests::test_empty_bins_not_supported |
7621 | 2024-12-21T01:12:51.226Z | PASS [ 0.018s] oximeter-types histogram::tests::test_ensure_finite |
7622 | 2024-12-21T01:12:51.249Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_construct_with |
7623 | 2024-12-21T01:12:51.256Z | PASS [ 0.033s] oximeter-types histogram::tests::test_histogram |
7624 | 2024-12-21T01:12:51.274Z | PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_extreme_bins |
7625 | 2024-12-21T01:12:51.280Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_samples |
7626 | 2024-12-21T01:12:51.294Z | PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_float_bins |
7627 | 2024-12-21T01:12:51.298Z | PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
7628 | 2024-12-21T01:12:51.317Z | PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_with_bins |
7629 | 2024-12-21T01:12:51.323Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
7630 | 2024-12-21T01:12:51.338Z | PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
7631 | 2024-12-21T01:12:51.347Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
7632 | 2024-12-21T01:12:51.364Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_bins_u64 |
7633 | 2024-12-21T01:12:51.378Z | PASS [ 0.032s] oximeter-types histogram::tests::test_log_bins_u8 |
7634 | 2024-12-21T01:12:51.405Z | PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
7635 | 2024-12-21T01:12:51.412Z | PASS [ 0.047s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
7636 | 2024-12-21T01:12:51.428Z | PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
7637 | 2024-12-21T01:12:51.435Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
7638 | 2024-12-21T01:12:51.452Z | PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
7639 | 2024-12-21T01:12:51.458Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
7640 | 2024-12-21T01:12:51.475Z | PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
7641 | 2024-12-21T01:12:51.484Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
7642 | 2024-12-21T01:12:51.500Z | PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
7643 | 2024-12-21T01:12:51.506Z | PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades |
7644 | 2024-12-21T01:12:51.517Z | PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
7645 | 2024-12-21T01:12:51.522Z | PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
7646 | 2024-12-21T01:12:51.534Z | PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
7647 | 2024-12-21T01:12:51.538Z | PASS [ 0.015s] oximeter-types quantile::tests::test_default_percentiles |
7648 | 2024-12-21T01:12:51.551Z | PASS [ 0.017s] oximeter-types quantile::tests::test_empty_observations |
7649 | 2024-12-21T01:12:51.557Z | PASS [ 0.018s] oximeter-types quantile::tests::test_find_cells |
7650 | 2024-12-21T01:12:51.570Z | PASS [ 0.019s] oximeter-types quantile::tests::test_float_observations |
7651 | 2024-12-21T01:12:51.577Z | PASS [ 0.020s] oximeter-types quantile::tests::test_integer_observations |
7652 | 2024-12-21T01:12:51.591Z | PASS [ 0.020s] oximeter-types quantile::tests::test_invalid_p_value |
7653 | 2024-12-21T01:12:51.596Z | PASS [ 0.018s] oximeter-types quantile::tests::test_max_p |
7654 | 2024-12-21T01:12:51.614Z | PASS [ 0.022s] oximeter-types quantile::tests::test_min_p |
7655 | 2024-12-21T01:12:51.618Z | PASS [ 0.021s] oximeter-types quantile::tests::test_non_filled_observations |
7656 | 2024-12-21T01:12:51.636Z | PASS [ 0.022s] oximeter-types quantile::tests::test_rounding |
7657 | 2024-12-21T01:12:51.641Z | PASS [ 0.023s] oximeter-types schema::tests::test_field_schema_ordering |
7658 | 2024-12-21T01:12:51.682Z | PASS [ 0.046s] oximeter-types schema::tests::test_timeseries_name |
7659 | 2024-12-21T01:12:51.689Z | PASS [ 0.046s] oximeter-types schema::tests::test_timeseries_name_from_str |
7660 | 2024-12-21T01:12:51.709Z | PASS [ 0.026s] oximeter-types traits::tests::test_metric_trait |
7661 | 2024-12-21T01:12:51.724Z | PASS [ 0.034s] oximeter-types traits::tests::test_producer_trait |
7662 | 2024-12-21T01:12:51.729Z | PASS [ 0.020s] oximeter-types traits::tests::test_target_trait |
7663 | 2024-12-21T01:12:51.744Z | PASS [ 0.020s] oximeter-types types::tests::test_cumulative_f64 |
7664 | 2024-12-21T01:12:51.750Z | PASS [ 0.021s] oximeter-types types::tests::test_cumulative_i64 |
7665 | 2024-12-21T01:12:51.766Z | PASS [ 0.022s] oximeter-types types::tests::test_datum |
7666 | 2024-12-21T01:12:51.773Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
7667 | 2024-12-21T01:12:51.792Z | PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
7668 | 2024-12-21T01:12:51.792Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
7669 | 2024-12-21T01:12:51.810Z | PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
7670 | 2024-12-21T01:12:51.815Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
7671 | 2024-12-21T01:12:51.830Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
7672 | 2024-12-21T01:12:51.838Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
7673 | 2024-12-21T01:12:51.851Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
7674 | 2024-12-21T01:12:51.857Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
7675 | 2024-12-21T01:12:51.871Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
7676 | 2024-12-21T01:12:51.878Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
7677 | 2024-12-21T01:12:51.888Z | PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
7678 | 2024-12-21T01:12:51.892Z | PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
7679 | 2024-12-21T01:12:51.910Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
7680 | 2024-12-21T01:12:51.916Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
7681 | 2024-12-21T01:12:51.935Z | PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
7682 | 2024-12-21T01:12:51.941Z | PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
7683 | 2024-12-21T01:12:51.958Z | PASS [ 0.022s] oximeter-types types::tests::test_measurement |
7684 | 2024-12-21T01:12:51.964Z | PASS [ 0.022s] oximeter-types types::tests::test_verify_field_names |
7685 | 2024-12-21T01:12:51.982Z | PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file |
7686 | 2024-12-21T01:12:51.985Z | PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
7687 | 2024-12-21T01:12:52.003Z | PASS [ 0.020s] oxlog tests::test_sort_logs |
7688 | 2024-12-21T01:12:52.055Z | PASS [ 0.052s] oxql-types point::tests::test_cast_points_from_double |
7689 | 2024-12-21T01:12:52.058Z | PASS [ 0.072s] oxql-types point::tests::test_cast_points_from_bool |
7690 | 2024-12-21T01:12:52.083Z | PASS [ 0.027s] oxql-types point::tests::test_cast_points_from_int_distribution |
7691 | 2024-12-21T01:12:52.090Z | PASS [ 0.033s] oxql-types point::tests::test_cast_points_from_double_distribution |
7692 | 2024-12-21T01:12:52.107Z | PASS [ 0.024s] oxql-types point::tests::test_cast_points_from_integer |
7693 | 2024-12-21T01:12:52.122Z | PASS [ 0.033s] oxql-types point::tests::test_cast_points_from_string |
7694 | 2024-12-21T01:12:52.130Z | PASS [ 0.023s] oxql-types point::tests::test_join_point_arrays |
7695 | 2024-12-21T01:12:52.151Z | PASS [ 0.027s] oxql-types point::tests::test_point_delta_between |
7696 | 2024-12-21T01:12:52.156Z | PASS [ 0.025s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
7697 | 2024-12-21T01:12:52.174Z | PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
7698 | 2024-12-21T01:12:52.179Z | PASS [ 0.023s] oxql-types point::tests::test_push_concrete_values |
7699 | 2024-12-21T01:12:52.198Z | PASS [ 0.023s] oxql-types point::tests::test_sub_between_histogram_distributions |
7700 | 2024-12-21T01:12:52.225Z | PASS [ 0.045s] range-requests test::get_response_no_range |
7701 | 2024-12-21T01:12:52.232Z | PASS [ 0.034s] range-requests test::get_response_with_range |
7702 | 2024-12-21T01:12:52.239Z | PASS [ 0.013s] range-requests test::invalid_ranges |
7703 | 2024-12-21T01:12:52.244Z | PASS [ 0.012s] range-requests test::parse_range_invalid |
7704 | 2024-12-21T01:12:52.252Z | PASS [ 0.012s] range-requests test::parse_range_valid |
7705 | 2024-12-21T01:12:52.265Z | PASS [ 0.020s] range-requests test::potential_range_parsing_does_not_crash |
7706 | 2024-12-21T01:12:52.270Z | PASS [ 0.018s] range-requests test::single_range_parsing_does_not_crash |
7707 | 2024-12-21T01:12:52.890Z | PASS [ 0.625s] reconfigurator-cli::test_basic test_basic |
7708 | 2024-12-21T01:12:53.029Z | PASS [ 0.138s] reconfigurator-cli::test_basic test_example |
7709 | 2024-12-21T01:12:53.161Z | PASS [ 0.133s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
7710 | 2024-12-21T01:12:53.188Z | PASS [ 0.025s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
7711 | 2024-12-21T01:12:53.231Z | PASS [ 0.043s] sled-agent-types rack_init::tests::parse_rack_initialization |
7712 | 2024-12-21T01:12:53.258Z | PASS [ 0.027s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
7713 | 2024-12-21T01:12:53.294Z | PASS [ 0.035s] sled-agent-types rack_init::tests::test_extra_certs |
7714 | 2024-12-21T01:12:53.310Z | PASS [ 0.017s] sled-agent-types rack_init::tests::test_subnets |
7715 | 2024-12-21T01:12:53.347Z | PASS [ 0.036s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
7716 | 2024-12-21T01:12:53.367Z | PASS [ 0.020s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
7717 | 2024-12-21T01:12:53.386Z | PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_compare_bundles |
7718 | 2024-12-21T01:12:53.402Z | PASS [ 0.016s] sled-agent-types zone_bundle::tests::test_priority_dimension |
7719 | 2024-12-21T01:12:53.417Z | PASS [ 0.015s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
7720 | 2024-12-21T01:12:53.433Z | PASS [ 0.015s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
7721 | 2024-12-21T01:12:53.471Z | PASS [ 0.038s] sled-diagnostics queries::test::test_command_stderr_is_correct |
7722 | 2024-12-21T01:12:53.491Z | PASS [ 0.019s] sled-diagnostics queries::test::test_command_stdout_is_correct |
7723 | 2024-12-21T01:12:53.516Z | PASS [ 0.025s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved |
7724 | 2024-12-21T01:12:53.536Z | PASS [ 3.061s] oximeter-producer tests::test_producer_registration_task |
7725 | 2024-12-21T01:12:53.585Z | PASS [ 0.047s] sled-hardware disk::test::test_disk_paths |
7726 | 2024-12-21T01:12:53.609Z | PASS [ 0.024s] sled-hardware disk::test::test_partition_device_paths |
7727 | 2024-12-21T01:12:53.689Z | PASS [ 0.068s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
7728 | 2024-12-21T01:12:53.705Z | PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
7729 | 2024-12-21T01:12:53.728Z | PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
7730 | 2024-12-21T01:12:53.752Z | PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
7731 | 2024-12-21T01:12:53.801Z | PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
7732 | 2024-12-21T01:12:53.823Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
7733 | 2024-12-21T01:12:53.843Z | PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
7734 | 2024-12-21T01:12:53.867Z | PASS [ 0.023s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
7735 | 2024-12-21T01:12:53.961Z | PASS [ 0.094s] sled-storage dataset::test::serialize_dataset_name |
7736 | 2024-12-21T01:12:54.031Z | PASS [ 0.069s] sled-storage manager::test::test_datasets_schema |
7737 | 2024-12-21T01:12:54.038Z | PASS [ 0.522s] sled-diagnostics queries::test::test_long_running_command_is_aborted |
7738 | 2024-12-21T01:12:54.053Z | PASS [ 0.022s] sled-storage manager::test::test_omicron_physical_disks_schema |
7739 | 2024-12-21T01:12:54.946Z | PASS [ 0.892s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
7740 | 2024-12-21T01:12:54.978Z | PASS [ 0.031s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
7741 | 2024-12-21T01:12:55.634Z | PASS [ 1.595s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
7742 | 2024-12-21T01:12:57.459Z | PASS [ 32.153s] omicron-sled-agent nexus::test::nexus_self_notification_test |
7743 | 2024-12-21T01:12:57.514Z | PASS [ 1.880s] sled-storage manager::tests::ensure_datasets |
7744 | 2024-12-21T01:12:57.566Z | PASS [ 0.051s] sled-storage manager::tests::ensure_using_exactly_these_disks |
7745 | 2024-12-21T01:12:57.847Z | PASS [ 2.868s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
7746 | 2024-12-21T01:12:59.514Z | PASS [ 1.947s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
7747 | 2024-12-21T01:12:59.814Z | PASS [ 1.966s] sled-storage manager::tests::nested_dataset |
7748 | 2024-12-21T01:13:01.003Z | PASS [ 1.189s] sled-storage manager::tests::update_rawdisk_firmware |
7749 | 2024-12-21T01:13:01.829Z | PASS [ 2.314s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
7750 | 2024-12-21T01:13:03.137Z | PASS [ 2.132s] sled-storage manager::tests::upsert_filesystem |
7751 | 2024-12-21T01:13:04.001Z | PASS [ 2.169s] sled-storage manager::tests::upsert_filesystem_no_uuid |
7752 | 2024-12-21T01:13:04.264Z | PASS [ 14.508s] oximeter-db::integration_test test_schemas_disjoint |
7753 | 2024-12-21T01:13:04.447Z | PASS [ 1.310s] sled-storage manager::tests::wait_for_boot_disk |
7754 | 2024-12-21T01:13:05.047Z | PASS [ 0.782s] tufaceous::integration-tests command_tests::test_init_and_add |
7755 | 2024-12-21T01:13:05.102Z | PASS [ 0.055s] tufaceous-lib archive::tests::test_validate_path |
7756 | 2024-12-21T01:13:05.213Z | PASS [ 0.111s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
7757 | 2024-12-21T01:13:05.511Z | PASS [ 0.296s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
7758 | 2024-12-21T01:13:05.528Z | PASS [ 1.527s] tufaceous::integration-tests command_tests::test_assemble_fake |
7759 | 2024-12-21T01:13:05.547Z | PASS [ 1.098s] tufaceous::manifest-tests check_manifest::fake.toml |
7760 | 2024-12-21T01:13:05.729Z | PASS [ 0.182s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses |
7761 | 2024-12-21T01:13:05.833Z | PASS [ 0.103s] update-common artifacts::update_plan::tests::test_bad_rot_versions |
7762 | 2024-12-21T01:13:05.943Z | PASS [ 0.109s] update-common artifacts::update_plan::tests::test_multi_rot_bord |
7763 | 2024-12-21T01:13:06.041Z | PASS [ 0.098s] update-common artifacts::update_plan::tests::test_multi_rot_version |
7764 | 2024-12-21T01:13:06.083Z | PASS [ 0.042s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders |
7765 | 2024-12-21T01:13:06.134Z | PASS [ 0.050s] update-common artifacts::update_plan::tests::test_too_many_rot_bord |
7766 | 2024-12-21T01:13:06.219Z | PASS [ 0.084s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
7767 | 2024-12-21T01:13:06.596Z | PASS [ 0.377s] update-engine buffer::tests::test_buffer |
7768 | 2024-12-21T01:13:06.603Z | PASS [ 1.094s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
7769 | 2024-12-21T01:13:06.642Z | PASS [ 0.038s] update-engine display::line_display_shared::tests::test_format_progress_counter |
7770 | 2024-12-21T01:13:06.691Z | PASS [ 0.048s] update-engine display::line_display_shared::tests::test_start_line |
7771 | 2024-12-21T01:13:06.703Z | PASS [ 0.107s] update-engine display::group_display::tests::test_stats |
7772 | 2024-12-21T01:13:06.718Z | PASS [ 0.027s] update-engine engine::tests::error_exits_early |
7773 | 2024-12-21T01:13:06.757Z | PASS [ 0.038s] update-engine events::tests::step_event_parse_unknown |
7774 | 2024-12-21T01:13:06.760Z | PASS [ 0.053s] update-engine events::tests::progress_event_parse_unknown |
7775 | 2024-12-21T01:13:06.779Z | PASS [ 0.021s] update-engine spec::tests::test_merge_anyhow_list |
7776 | 2024-12-21T01:13:06.811Z | PASS [ 0.032s] wicket state::inventory::tests::component_id_display |
7777 | 2024-12-21T01:13:06.855Z | PASS [ 0.043s] wicket state::rack::tests::prev_next_are_opposites |
7778 | 2024-12-21T01:13:06.886Z | PASS [ 0.031s] wicket state::rack::tests::up_down_are_opposites |
7779 | 2024-12-21T01:13:06.984Z | PASS [ 0.227s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
7780 | 2024-12-21T01:13:07.072Z | PASS [ 0.087s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
7781 | 2024-12-21T01:13:07.192Z | PASS [ 0.120s] wicketd installinator_progress::tests::test_states |
7782 | 2024-12-21T01:13:07.296Z | PASS [ 0.103s] wicketd rss_config::tests::test_bgp_auth_key_states |
7783 | 2024-12-21T01:13:07.394Z | PASS [ 0.507s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
7784 | 2024-12-21T01:13:08.700Z | PASS [ 11.239s] sled-storage manager::tests::ensure_many_datasets |
7785 | 2024-12-21T01:13:08.711Z | PASS [ 1.414s] wicketd::mod integration_tests::inventory::test_inventory |
7786 | 2024-12-21T01:13:09.586Z | PASS [ 4.057s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
7787 | 2024-12-21T01:13:09.661Z | PASS [ 19.913s] oximeter-db::integration_test test_cluster |
7788 | 2024-12-21T01:13:10.030Z | PASS [ 30.044s] oximeter-db client::tests::cannot_ping_nonexistent_server |
7789 | 2024-12-21T01:13:10.234Z | PASS [ 1.533s] wicketd::mod integration_tests::updates::test_update_races |
7790 | 2024-12-21T01:13:11.316Z | PASS [ 2.604s] wicketd::mod integration_tests::updates::test_updates |
7791 | 2024-12-21T01:13:11.403Z | PASS [ 4.008s] wicketd::mod integration_tests::updates::test_installinator_fetch |
7792 | 2024-12-21T01:13:16.509Z | PASS [ 24.234s] reconfigurator-cli::test_basic test_blueprint_edit |
7793 | 2024-12-21T01:13:35.910Z | PASS [ 55.697s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
7794 | 2024-12-21T01:13:38.594Z | PASS [ 2.683s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
7795 | 2024-12-21T01:13:50.627Z | PASS [ 12.030s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
7796 | 2024-12-21T01:14:05.588Z | PASS [ 14.958s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
7797 | 2024-12-21T01:15:05.621Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
7798 | 2024-12-21T01:16:05.619Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
7799 | 2024-12-21T01:17:05.631Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
7800 | 2024-12-21T01:18:05.643Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
7801 | 2024-12-21T01:19:05.655Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
7802 | 2024-12-21T01:19:07.068Z | PASS [ 301.422s] oximeter-db client::tests::test_replicated |
7803 | 2024-12-21T01:19:07.072Z | ──────────── |
7804 | 2024-12-21T01:19:07.072Z | Summary [2572.687s] 1753 tests run: 1750 passed (21 slow, 1 leaky), 3 failed, 4 skipped |
7805 | 2024-12-21T01:19:07.073Z | FAIL [ 57.288s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
7806 | 2024-12-21T01:19:07.073Z | FAIL [ 54.195s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
7807 | 2024-12-21T01:19:07.073Z | FAIL [ 28.427s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
7808 | 2024-12-21T01:19:07.143Z | error: test run failed |
7809 | 2024-12-21T01:19:07.154Z | |
7810 | 2024-12-21T01:19:07.157Z | real 43:19.847133122 |
7811 | 2024-12-21T01:19:07.157Z | user 3:58:01.525631493 |
7812 | 2024-12-21T01:19:07.157Z | sys 41:39.043514450 |
7813 | 2024-12-21T01:19:07.157Z | trap 3:19.984292935 |
7814 | 2024-12-21T01:19:07.157Z | tflt 43.768559481 |
7815 | 2024-12-21T01:19:07.157Z | dflt 2:30.397320173 |
7816 | 2024-12-21T01:19:07.157Z | kflt 0.580887329 |
7817 | 2024-12-21T01:19:07.157Z | lock 1326:17:16.151940257 |
7818 | 2024-12-21T01:19:07.157Z | slp 111:05:39.871647738 |
7819 | 2024-12-21T01:19:07.157Z | lat 5:00:32.697840387 |
7820 | 2024-12-21T01:19:07.157Z | stop 1:03:42.302200147 |
7821 | 2024-12-21T01:19:07.209Z | process exited: duration 6219817 ms, exit code 100 |
|
7822 | 2024-12-21T01:19:07.228Z | found 196 output files |
7823 | 2024-12-21T01:19:07.228Z | uploading: /work/crate-build-timings.json (598152 bytes) |
7824 | 2024-12-21T01:19:08.275Z | uploaded: /work/crate-build-timings.json |
7825 | 2024-12-21T01:19:08.275Z | uploading: /work/environment.json (108 bytes) |
7826 | 2024-12-21T01:19:09.288Z | uploaded: /work/environment.json |
7827 | 2024-12-21T01:19:09.288Z | uploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (473442 bytes) |
7828 | 2024-12-21T01:19:10.303Z | uploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml |
7829 | 2024-12-21T01:19:10.303Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/cockroachdb_stderr (704 bytes) |
7830 | 2024-12-21T01:19:11.311Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/cockroachdb_stderr |
7831 | 2024-12-21T01:19:11.311Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/cockroachdb_stdout (873 bytes) |
7832 | 2024-12-21T01:19:12.319Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/cockroachdb_stdout |
7833 | 2024-12-21T01:19:12.320Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/000015.log (162628 bytes) |
7834 | 2024-12-21T01:19:13.333Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/000015.log |
7835 | 2024-12-21T01:19:13.333Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/000018.sst (557560 bytes) |
7836 | 2024-12-21T01:19:14.351Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/000018.sst |
7837 | 2024-12-21T01:19:14.351Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/000019.log (14731130 bytes) |
7838 | 2024-12-21T01:19:15.591Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/000019.log |
7839 | 2024-12-21T01:19:15.591Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/CURRENT (16 bytes) |
7840 | 2024-12-21T01:19:16.599Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/CURRENT |
7841 | 2024-12-21T01:19:16.599Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/LOCK (0 bytes) |
7842 | 2024-12-21T01:19:17.607Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/LOCK |
7843 | 2024-12-21T01:19:17.607Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/MANIFEST-000001 (44 bytes) |
7844 | 2024-12-21T01:19:18.614Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/MANIFEST-000001 |
7845 | 2024-12-21T01:19:18.614Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/MANIFEST-000016 (640 bytes) |
7846 | 2024-12-21T01:19:19.623Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/MANIFEST-000016 |
7847 | 2024-12-21T01:19:19.623Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/OPTIONS-000017 (2366 bytes) |
7848 | 2024-12-21T01:19:20.631Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/OPTIONS-000017 |
7849 | 2024-12-21T01:19:20.631Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/STORAGE_MIN_VERSION (8 bytes) |
7850 | 2024-12-21T01:19:21.638Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/STORAGE_MIN_VERSION |
7851 | 2024-12-21T01:19:21.638Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/000002.log (0 bytes) |
7852 | 2024-12-21T01:19:22.645Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/000002.log |
7853 | 2024-12-21T01:19:22.645Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/CURRENT (16 bytes) |
7854 | 2024-12-21T01:19:23.652Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/CURRENT |
7855 | 2024-12-21T01:19:23.652Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/LOCK (0 bytes) |
7856 | 2024-12-21T01:19:24.658Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/LOCK |
7857 | 2024-12-21T01:19:24.658Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/MANIFEST-000001 (50 bytes) |
7858 | 2024-12-21T01:19:25.665Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/MANIFEST-000001 |
7859 | 2024-12-21T01:19:25.665Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/OPTIONS-000003 (2303 bytes) |
7860 | 2024-12-21T01:19:26.673Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/OPTIONS-000003 |
7861 | 2024-12-21T01:19:26.673Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/TEMP_DIR.LOCK (0 bytes) |
7862 | 2024-12-21T01:19:27.679Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach-temp1471168223/TEMP_DIR.LOCK |
7863 | 2024-12-21T01:19:27.679Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.advertise-addr (11 bytes) |
7864 | 2024-12-21T01:19:28.687Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.advertise-addr |
7865 | 2024-12-21T01:19:28.687Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.advertise-sql-addr (11 bytes) |
7866 | 2024-12-21T01:19:29.695Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.advertise-sql-addr |
7867 | 2024-12-21T01:19:29.695Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.http-addr (11 bytes) |
7868 | 2024-12-21T01:19:30.703Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.http-addr |
7869 | 2024-12-21T01:19:30.703Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.listen-addr (11 bytes) |
7870 | 2024-12-21T01:19:31.712Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.listen-addr |
7871 | 2024-12-21T01:19:31.712Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.sql-addr (11 bytes) |
7872 | 2024-12-21T01:19:32.720Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/cockroach.sql-addr |
7873 | 2024-12-21T01:19:32.720Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-health.log (4908 bytes) |
7874 | 2024-12-21T01:19:33.729Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-health.log |
7875 | 2024-12-21T01:19:33.729Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log (1336 bytes) |
7876 | 2024-12-21T01:19:34.750Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log |
7877 | 2024-12-21T01:19:34.750Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_55Z.013218.log (4908 bytes) |
7878 | 2024-12-21T01:19:35.759Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_55Z.013218.log |
7879 | 2024-12-21T01:19:35.759Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-pebble.log (5042 bytes) |
7880 | 2024-12-21T01:19:36.767Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-pebble.log |
7881 | 2024-12-21T01:19:36.767Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (3220 bytes) |
7882 | 2024-12-21T01:19:37.775Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
7883 | 2024-12-21T01:19:37.776Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_54Z.013218.log (5042 bytes) |
7884 | 2024-12-21T01:19:38.784Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_54Z.013218.log |
7885 | 2024-12-21T01:19:38.784Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-security.log (1783 bytes) |
7886 | 2024-12-21T01:19:39.793Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-security.log |
7887 | 2024-12-21T01:19:39.793Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-security.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log (1783 bytes) |
7888 | 2024-12-21T01:19:40.801Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-security.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log |
7889 | 2024-12-21T01:19:40.802Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-sql-schema.log (201195 bytes) |
7890 | 2024-12-21T01:19:41.818Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-sql-schema.log |
7891 | 2024-12-21T01:19:41.818Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-sql-schema.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (201195 bytes) |
7892 | 2024-12-21T01:19:42.831Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-sql-schema.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
7893 | 2024-12-21T01:19:42.832Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-stderr.log (1129 bytes) |
7894 | 2024-12-21T01:19:43.841Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-stderr.log |
7895 | 2024-12-21T01:19:43.844Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (1140 bytes) |
7896 | 2024-12-21T01:19:44.852Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
7897 | 2024-12-21T01:19:44.852Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_54Z.013218.log (1129 bytes) |
7898 | 2024-12-21T01:19:45.860Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_54Z.013218.log |
7899 | 2024-12-21T01:19:45.860Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-telemetry.log (45442 bytes) |
7900 | 2024-12-21T01:19:46.871Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-telemetry.log |
7901 | 2024-12-21T01:19:46.871Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-telemetry.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_55Z.013218.log (45442 bytes) |
7902 | 2024-12-21T01:19:47.883Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach-telemetry.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_55Z.013218.log |
7903 | 2024-12-21T01:19:47.883Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach.log (53448 bytes) |
7904 | 2024-12-21T01:19:48.903Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach.log |
7905 | 2024-12-21T01:19:48.903Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (352382 bytes) |
7906 | 2024-12-21T01:19:49.918Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
7907 | 2024-12-21T01:19:49.918Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_54Z.013218.log (53448 bytes) |
7908 | 2024-12-21T01:19:50.931Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_54Z.013218.log |
7909 | 2024-12-21T01:19:50.931Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_05.581.32690592.pprof (80748 bytes) |
7910 | 2024-12-21T01:19:51.943Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_05.581.32690592.pprof |
7911 | 2024-12-21T01:19:51.943Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_15.572.58396336.pprof (104501 bytes) |
7912 | 2024-12-21T01:19:52.956Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_15.572.58396336.pprof |
7913 | 2024-12-21T01:19:52.956Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_35.573.78035136.pprof (151635 bytes) |
7914 | 2024-12-21T01:19:53.970Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_35.573.78035136.pprof |
7915 | 2024-12-21T01:19:53.970Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_45.573.84588384.pprof (163015 bytes) |
7916 | 2024-12-21T01:19:54.984Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/logs/heap_profiler/memprof.2024-12-21T00_39_45.573.84588384.pprof |
7917 | 2024-12-21T01:19:54.984Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/marker.format-version.000005.006 (0 bytes) |
7918 | 2024-12-21T01:19:55.990Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/marker.format-version.000005.006 |
7919 | 2024-12-21T01:19:55.990Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
7920 | 2024-12-21T01:19:56.999Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/marker.manifest.000002.MANIFEST-000016 |
7921 | 2024-12-21T01:19:56.999Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/temp-dirs-record.txt (62 bytes) |
7922 | 2024-12-21T01:19:58.007Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/data/temp-dirs-record.txt |
7923 | 2024-12-21T01:19:58.007Z | uploading: /var/tmp/omicron_tmp/.tmp2kjJ4S/listen-url (56 bytes) |
7924 | 2024-12-21T01:19:59.017Z | uploaded: /var/tmp/omicron_tmp/.tmp2kjJ4S/listen-url |
7925 | 2024-12-21T01:19:59.017Z | uploading: /var/tmp/omicron_tmp/.tmp3TxJ0M/mgd_stderr (0 bytes) |
7926 | 2024-12-21T01:20:00.028Z | uploaded: /var/tmp/omicron_tmp/.tmp3TxJ0M/mgd_stderr |
7927 | 2024-12-21T01:20:00.028Z | uploading: /var/tmp/omicron_tmp/.tmp3TxJ0M/mgd_stdout (21770 bytes) |
7928 | 2024-12-21T01:20:01.039Z | uploaded: /var/tmp/omicron_tmp/.tmp3TxJ0M/mgd_stdout |
7929 | 2024-12-21T01:20:01.039Z | uploading: /var/tmp/omicron_tmp/.tmp3TxJ0M/rdb/conf (62 bytes) |
7930 | 2024-12-21T01:20:02.048Z | uploaded: /var/tmp/omicron_tmp/.tmp3TxJ0M/rdb/conf |
7931 | 2024-12-21T01:20:02.048Z | uploading: /var/tmp/omicron_tmp/.tmp3TxJ0M/rdb/db (629 bytes) |
7932 | 2024-12-21T01:20:03.056Z | uploaded: /var/tmp/omicron_tmp/.tmp3TxJ0M/rdb/db |
7933 | 2024-12-21T01:20:03.056Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/cockroachdb_stderr (704 bytes) |
7934 | 2024-12-21T01:20:04.065Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/cockroachdb_stderr |
7935 | 2024-12-21T01:20:04.065Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/cockroachdb_stdout (874 bytes) |
7936 | 2024-12-21T01:20:05.073Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/cockroachdb_stdout |
7937 | 2024-12-21T01:20:05.073Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/000015.log (161035 bytes) |
7938 | 2024-12-21T01:20:06.090Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/000015.log |
7939 | 2024-12-21T01:20:06.090Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/000018.sst (557560 bytes) |
7940 | 2024-12-21T01:20:07.118Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/000018.sst |
7941 | 2024-12-21T01:20:07.119Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/000019.log (4510477 bytes) |
7942 | 2024-12-21T01:20:08.212Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/000019.log |
7943 | 2024-12-21T01:20:08.212Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/CURRENT (16 bytes) |
7944 | 2024-12-21T01:20:09.222Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/CURRENT |
7945 | 2024-12-21T01:20:09.222Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/LOCK (0 bytes) |
7946 | 2024-12-21T01:20:10.230Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/LOCK |
7947 | 2024-12-21T01:20:10.230Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/MANIFEST-000001 (44 bytes) |
7948 | 2024-12-21T01:20:11.239Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/MANIFEST-000001 |
7949 | 2024-12-21T01:20:11.239Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/MANIFEST-000016 (640 bytes) |
7950 | 2024-12-21T01:20:12.250Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/MANIFEST-000016 |
7951 | 2024-12-21T01:20:12.250Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/OPTIONS-000017 (2366 bytes) |
7952 | 2024-12-21T01:20:13.258Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/OPTIONS-000017 |
7953 | 2024-12-21T01:20:13.258Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/STORAGE_MIN_VERSION (8 bytes) |
7954 | 2024-12-21T01:20:14.268Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/STORAGE_MIN_VERSION |
7955 | 2024-12-21T01:20:14.269Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/000002.log (0 bytes) |
7956 | 2024-12-21T01:20:15.275Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/000002.log |
7957 | 2024-12-21T01:20:15.275Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/CURRENT (16 bytes) |
7958 | 2024-12-21T01:20:16.283Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/CURRENT |
7959 | 2024-12-21T01:20:16.283Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/LOCK (0 bytes) |
7960 | 2024-12-21T01:20:17.289Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/LOCK |
7961 | 2024-12-21T01:20:17.290Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/MANIFEST-000001 (50 bytes) |
7962 | 2024-12-21T01:20:18.298Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/MANIFEST-000001 |
7963 | 2024-12-21T01:20:18.298Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/OPTIONS-000003 (2303 bytes) |
7964 | 2024-12-21T01:20:19.306Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/OPTIONS-000003 |
7965 | 2024-12-21T01:20:19.306Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/TEMP_DIR.LOCK (0 bytes) |
7966 | 2024-12-21T01:20:20.311Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach-temp3863049150/TEMP_DIR.LOCK |
7967 | 2024-12-21T01:20:20.312Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.advertise-addr (11 bytes) |
7968 | 2024-12-21T01:20:21.319Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.advertise-addr |
7969 | 2024-12-21T01:20:21.319Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.advertise-sql-addr (11 bytes) |
7970 | 2024-12-21T01:20:22.327Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.advertise-sql-addr |
7971 | 2024-12-21T01:20:22.328Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.http-addr (11 bytes) |
7972 | 2024-12-21T01:20:23.336Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.http-addr |
7973 | 2024-12-21T01:20:23.336Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.listen-addr (11 bytes) |
7974 | 2024-12-21T01:20:24.343Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.listen-addr |
7975 | 2024-12-21T01:20:24.343Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.sql-addr (11 bytes) |
7976 | 2024-12-21T01:20:25.352Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/cockroach.sql-addr |
7977 | 2024-12-21T01:20:25.352Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-health.log (2685 bytes) |
7978 | 2024-12-21T01:20:26.360Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-health.log |
7979 | 2024-12-21T01:20:26.360Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log (1336 bytes) |
7980 | 2024-12-21T01:20:27.369Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log |
7981 | 2024-12-21T01:20:27.369Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_29Z.017545.log (2685 bytes) |
7982 | 2024-12-21T01:20:28.376Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_29Z.017545.log |
7983 | 2024-12-21T01:20:28.376Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-pebble.log (5026 bytes) |
7984 | 2024-12-21T01:20:29.384Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-pebble.log |
7985 | 2024-12-21T01:20:29.384Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (3220 bytes) |
7986 | 2024-12-21T01:20:30.392Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
7987 | 2024-12-21T01:20:30.393Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_28Z.017545.log (5026 bytes) |
7988 | 2024-12-21T01:20:31.441Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_28Z.017545.log |
7989 | 2024-12-21T01:20:31.441Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-security.log (1783 bytes) |
7990 | 2024-12-21T01:20:32.473Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-security.log |
7991 | 2024-12-21T01:20:32.473Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-security.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log (1783 bytes) |
7992 | 2024-12-21T01:20:33.482Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-security.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log |
7993 | 2024-12-21T01:20:33.482Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-sql-schema.log (201195 bytes) |
7994 | 2024-12-21T01:20:34.497Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-sql-schema.log |
7995 | 2024-12-21T01:20:34.497Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-sql-schema.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (201195 bytes) |
7996 | 2024-12-21T01:20:35.514Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-sql-schema.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
7997 | 2024-12-21T01:20:35.514Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-stderr.log (1129 bytes) |
7998 | 2024-12-21T01:20:36.523Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-stderr.log |
7999 | 2024-12-21T01:20:36.523Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (1140 bytes) |
8000 | 2024-12-21T01:20:37.531Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
8001 | 2024-12-21T01:20:37.531Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_28Z.017545.log (1129 bytes) |
8002 | 2024-12-21T01:20:38.539Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_28Z.017545.log |
8003 | 2024-12-21T01:20:38.539Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-telemetry.log (22368 bytes) |
8004 | 2024-12-21T01:20:39.550Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-telemetry.log |
8005 | 2024-12-21T01:20:39.550Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-telemetry.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_29Z.017545.log (22368 bytes) |
8006 | 2024-12-21T01:20:40.559Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach-telemetry.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_29Z.017545.log |
8007 | 2024-12-21T01:20:40.559Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach.log (20325 bytes) |
8008 | 2024-12-21T01:20:41.571Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach.log |
8009 | 2024-12-21T01:20:41.571Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (352382 bytes) |
8010 | 2024-12-21T01:20:42.591Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
8011 | 2024-12-21T01:20:42.591Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_28Z.017545.log (20325 bytes) |
8012 | 2024-12-21T01:20:43.601Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_52_28Z.017545.log |
8013 | 2024-12-21T01:20:43.601Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/heap_profiler/memprof.2024-12-21T00_52_39.067.46984456.pprof (106020 bytes) |
8014 | 2024-12-21T01:20:44.614Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/heap_profiler/memprof.2024-12-21T00_52_39.067.46984456.pprof |
8015 | 2024-12-21T01:20:44.614Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/heap_profiler/memprof.2024-12-21T00_52_49.067.54636176.pprof (131940 bytes) |
8016 | 2024-12-21T01:20:45.634Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/logs/heap_profiler/memprof.2024-12-21T00_52_49.067.54636176.pprof |
8017 | 2024-12-21T01:20:45.634Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/marker.format-version.000005.006 (0 bytes) |
8018 | 2024-12-21T01:20:46.640Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/marker.format-version.000005.006 |
8019 | 2024-12-21T01:20:46.640Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
8020 | 2024-12-21T01:20:47.645Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/marker.manifest.000002.MANIFEST-000016 |
8021 | 2024-12-21T01:20:47.648Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/data/temp-dirs-record.txt (62 bytes) |
8022 | 2024-12-21T01:20:48.656Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/data/temp-dirs-record.txt |
8023 | 2024-12-21T01:20:48.656Z | uploading: /var/tmp/omicron_tmp/.tmpAnGNmS/listen-url (56 bytes) |
8024 | 2024-12-21T01:20:49.735Z | uploaded: /var/tmp/omicron_tmp/.tmpAnGNmS/listen-url |
8025 | 2024-12-21T01:20:49.736Z | uploading: /var/tmp/omicron_tmp/.tmpC8zotH/dendrite_stderr (0 bytes) |
8026 | 2024-12-21T01:20:50.786Z | uploaded: /var/tmp/omicron_tmp/.tmpC8zotH/dendrite_stderr |
8027 | 2024-12-21T01:20:50.786Z | uploading: /var/tmp/omicron_tmp/.tmpC8zotH/dendrite_stdout (46886 bytes) |
8028 | 2024-12-21T01:20:51.800Z | uploaded: /var/tmp/omicron_tmp/.tmpC8zotH/dendrite_stdout |
8029 | 2024-12-21T01:20:51.800Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/cockroachdb_stderr (704 bytes) |
8030 | 2024-12-21T01:20:52.809Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/cockroachdb_stderr |
8031 | 2024-12-21T01:20:52.809Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/cockroachdb_stdout (874 bytes) |
8032 | 2024-12-21T01:20:53.819Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/cockroachdb_stdout |
8033 | 2024-12-21T01:20:53.819Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/000015.log (165209 bytes) |
8034 | 2024-12-21T01:20:54.840Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/000015.log |
8035 | 2024-12-21T01:20:54.841Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/000018.sst (557560 bytes) |
8036 | 2024-12-21T01:20:55.876Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/000018.sst |
8037 | 2024-12-21T01:20:55.876Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/000019.log (15065851 bytes) |
8038 | 2024-12-21T01:20:57.177Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/000019.log |
8039 | 2024-12-21T01:20:57.177Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/CURRENT (16 bytes) |
8040 | 2024-12-21T01:20:58.186Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/CURRENT |
8041 | 2024-12-21T01:20:58.186Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/LOCK (0 bytes) |
8042 | 2024-12-21T01:20:59.192Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/LOCK |
8043 | 2024-12-21T01:20:59.192Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/MANIFEST-000001 (44 bytes) |
8044 | 2024-12-21T01:21:00.203Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/MANIFEST-000001 |
8045 | 2024-12-21T01:21:00.203Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/MANIFEST-000016 (640 bytes) |
8046 | 2024-12-21T01:21:01.211Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/MANIFEST-000016 |
8047 | 2024-12-21T01:21:01.211Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/OPTIONS-000017 (2366 bytes) |
8048 | 2024-12-21T01:21:02.219Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/OPTIONS-000017 |
8049 | 2024-12-21T01:21:02.220Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/STORAGE_MIN_VERSION (8 bytes) |
8050 | 2024-12-21T01:21:03.228Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/STORAGE_MIN_VERSION |
8051 | 2024-12-21T01:21:03.228Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/000002.log (0 bytes) |
8052 | 2024-12-21T01:21:04.236Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/000002.log |
8053 | 2024-12-21T01:21:04.236Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/CURRENT (16 bytes) |
8054 | 2024-12-21T01:21:05.243Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/CURRENT |
8055 | 2024-12-21T01:21:05.243Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/LOCK (0 bytes) |
8056 | 2024-12-21T01:21:06.249Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/LOCK |
8057 | 2024-12-21T01:21:06.249Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/MANIFEST-000001 (50 bytes) |
8058 | 2024-12-21T01:21:07.257Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/MANIFEST-000001 |
8059 | 2024-12-21T01:21:07.257Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/OPTIONS-000003 (2303 bytes) |
8060 | 2024-12-21T01:21:08.264Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/OPTIONS-000003 |
8061 | 2024-12-21T01:21:08.264Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/TEMP_DIR.LOCK (0 bytes) |
8062 | 2024-12-21T01:21:09.271Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach-temp2046547489/TEMP_DIR.LOCK |
8063 | 2024-12-21T01:21:09.271Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.advertise-addr (11 bytes) |
8064 | 2024-12-21T01:21:10.281Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.advertise-addr |
8065 | 2024-12-21T01:21:10.281Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.advertise-sql-addr (11 bytes) |
8066 | 2024-12-21T01:21:11.290Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.advertise-sql-addr |
8067 | 2024-12-21T01:21:11.290Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.http-addr (11 bytes) |
8068 | 2024-12-21T01:21:12.303Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.http-addr |
8069 | 2024-12-21T01:21:12.303Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.listen-addr (11 bytes) |
8070 | 2024-12-21T01:21:13.308Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.listen-addr |
8071 | 2024-12-21T01:21:13.308Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.sql-addr (11 bytes) |
8072 | 2024-12-21T01:21:14.317Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/cockroach.sql-addr |
8073 | 2024-12-21T01:21:14.317Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-health.log (4857 bytes) |
8074 | 2024-12-21T01:21:15.325Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-health.log |
8075 | 2024-12-21T01:21:15.325Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log (1336 bytes) |
8076 | 2024-12-21T01:21:16.332Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log |
8077 | 2024-12-21T01:21:16.332Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log (4857 bytes) |
8078 | 2024-12-21T01:21:17.340Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-health.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log |
8079 | 2024-12-21T01:21:17.340Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-pebble.log (5032 bytes) |
8080 | 2024-12-21T01:21:18.348Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-pebble.log |
8081 | 2024-12-21T01:21:18.348Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (3220 bytes) |
8082 | 2024-12-21T01:21:19.356Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
8083 | 2024-12-21T01:21:19.356Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log (5032 bytes) |
8084 | 2024-12-21T01:21:20.364Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-pebble.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log |
8085 | 2024-12-21T01:21:20.364Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-security.log (1783 bytes) |
8086 | 2024-12-21T01:21:21.371Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-security.log |
8087 | 2024-12-21T01:21:21.372Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-security.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log (1783 bytes) |
8088 | 2024-12-21T01:21:22.380Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-security.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_25Z.009292.log |
8089 | 2024-12-21T01:21:22.380Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-sql-schema.log (201195 bytes) |
8090 | 2024-12-21T01:21:23.393Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-sql-schema.log |
8091 | 2024-12-21T01:21:23.393Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-sql-schema.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (201195 bytes) |
8092 | 2024-12-21T01:21:24.414Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-sql-schema.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
8093 | 2024-12-21T01:21:24.415Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-stderr.log (1129 bytes) |
8094 | 2024-12-21T01:21:25.423Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-stderr.log |
8095 | 2024-12-21T01:21:25.423Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (1140 bytes) |
8096 | 2024-12-21T01:21:26.431Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
8097 | 2024-12-21T01:21:26.431Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log (1129 bytes) |
8098 | 2024-12-21T01:21:27.443Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-stderr.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log |
8099 | 2024-12-21T01:21:27.443Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-telemetry.log (43803 bytes) |
8100 | 2024-12-21T01:21:28.454Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-telemetry.log |
8101 | 2024-12-21T01:21:28.454Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-telemetry.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_39_00Z.013333.log (43803 bytes) |
8102 | 2024-12-21T01:21:29.464Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach-telemetry.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_39_00Z.013333.log |
8103 | 2024-12-21T01:21:29.464Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach.log (51426 bytes) |
8104 | 2024-12-21T01:21:30.474Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach.log |
8105 | 2024-12-21T01:21:30.474Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log (352382 bytes) |
8106 | 2024-12-21T01:21:31.495Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_36_24Z.009292.log |
8107 | 2024-12-21T01:21:31.495Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log (51426 bytes) |
8108 | 2024-12-21T01:21:32.505Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/cockroach.w-01JFK6Q9T85370Q8EXG1J8TX2N.build.2024-12-21T00_38_59Z.013333.log |
8109 | 2024-12-21T01:21:32.505Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_09.850.61020536.pprof (81140 bytes) |
8110 | 2024-12-21T01:21:33.517Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_09.850.61020536.pprof |
8111 | 2024-12-21T01:21:33.517Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_19.850.64662232.pprof (108640 bytes) |
8112 | 2024-12-21T01:21:34.529Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_19.850.64662232.pprof |
8113 | 2024-12-21T01:21:34.530Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_29.850.69780992.pprof (127078 bytes) |
8114 | 2024-12-21T01:21:35.543Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_29.850.69780992.pprof |
8115 | 2024-12-21T01:21:35.543Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_49.852.84261784.pprof (163887 bytes) |
8116 | 2024-12-21T01:21:36.557Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/logs/heap_profiler/memprof.2024-12-21T00_39_49.852.84261784.pprof |
8117 | 2024-12-21T01:21:36.558Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/marker.format-version.000005.006 (0 bytes) |
8118 | 2024-12-21T01:21:37.564Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/marker.format-version.000005.006 |
8119 | 2024-12-21T01:21:37.564Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
8120 | 2024-12-21T01:21:38.569Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/marker.manifest.000002.MANIFEST-000016 |
8121 | 2024-12-21T01:21:38.569Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/data/temp-dirs-record.txt (62 bytes) |
8122 | 2024-12-21T01:21:39.577Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/data/temp-dirs-record.txt |
8123 | 2024-12-21T01:21:39.577Z | uploading: /var/tmp/omicron_tmp/.tmpHzo7VM/listen-url (56 bytes) |
8124 | 2024-12-21T01:21:40.585Z | uploaded: /var/tmp/omicron_tmp/.tmpHzo7VM/listen-url |
8125 | 2024-12-21T01:21:40.585Z | uploading: /var/tmp/omicron_tmp/.tmpK5kW35/dendrite_stderr (0 bytes) |
8126 | 2024-12-21T01:21:41.591Z | uploaded: /var/tmp/omicron_tmp/.tmpK5kW35/dendrite_stderr |
8127 | 2024-12-21T01:21:41.591Z | uploading: /var/tmp/omicron_tmp/.tmpK5kW35/dendrite_stdout (57200 bytes) |
8128 | 2024-12-21T01:21:42.604Z | uploaded: /var/tmp/omicron_tmp/.tmpK5kW35/dendrite_stdout |
8129 | 2024-12-21T01:21:42.604Z | uploading: /var/tmp/omicron_tmp/.tmpLmQm3A/dendrite_stderr (0 bytes) |
8130 | 2024-12-21T01:21:43.609Z | uploaded: /var/tmp/omicron_tmp/.tmpLmQm3A/dendrite_stderr |
8131 | 2024-12-21T01:21:43.609Z | uploading: /var/tmp/omicron_tmp/.tmpLmQm3A/dendrite_stdout (55878 bytes) |
8132 | 2024-12-21T01:21:44.620Z | uploaded: /var/tmp/omicron_tmp/.tmpLmQm3A/dendrite_stdout |
8133 | 2024-12-21T01:21:44.620Z | uploading: /var/tmp/omicron_tmp/.tmpRIkjDC/mgd_stderr (0 bytes) |
8134 | 2024-12-21T01:21:45.629Z | uploaded: /var/tmp/omicron_tmp/.tmpRIkjDC/mgd_stderr |
8135 | 2024-12-21T01:21:45.629Z | uploading: /var/tmp/omicron_tmp/.tmpRIkjDC/mgd_stdout (28514 bytes) |
8136 | 2024-12-21T01:21:46.638Z | uploaded: /var/tmp/omicron_tmp/.tmpRIkjDC/mgd_stdout |
8137 | 2024-12-21T01:21:46.638Z | uploading: /var/tmp/omicron_tmp/.tmpRIkjDC/rdb/conf (62 bytes) |
8138 | 2024-12-21T01:21:47.646Z | uploaded: /var/tmp/omicron_tmp/.tmpRIkjDC/rdb/conf |
8139 | 2024-12-21T01:21:47.646Z | uploading: /var/tmp/omicron_tmp/.tmpRIkjDC/rdb/db (629 bytes) |
8140 | 2024-12-21T01:21:48.654Z | uploaded: /var/tmp/omicron_tmp/.tmpRIkjDC/rdb/db |
8141 | 2024-12-21T01:21:48.654Z | uploading: /var/tmp/omicron_tmp/.tmpX9ywzt/dendrite_stderr (0 bytes) |
8142 | 2024-12-21T01:21:49.662Z | uploaded: /var/tmp/omicron_tmp/.tmpX9ywzt/dendrite_stderr |
8143 | 2024-12-21T01:21:49.662Z | uploading: /var/tmp/omicron_tmp/.tmpX9ywzt/dendrite_stdout (64066 bytes) |
8144 | 2024-12-21T01:21:50.673Z | uploaded: /var/tmp/omicron_tmp/.tmpX9ywzt/dendrite_stdout |
8145 | 2024-12-21T01:21:50.673Z | uploading: /var/tmp/omicron_tmp/.tmpkV8fCa/mgd_stderr (0 bytes) |
8146 | 2024-12-21T01:21:51.679Z | uploaded: /var/tmp/omicron_tmp/.tmpkV8fCa/mgd_stderr |
8147 | 2024-12-21T01:21:51.679Z | uploading: /var/tmp/omicron_tmp/.tmpkV8fCa/mgd_stdout (14450 bytes) |
8148 | 2024-12-21T01:21:52.688Z | uploaded: /var/tmp/omicron_tmp/.tmpkV8fCa/mgd_stdout |
8149 | 2024-12-21T01:21:52.688Z | uploading: /var/tmp/omicron_tmp/.tmpkV8fCa/rdb/conf (62 bytes) |
8150 | 2024-12-21T01:21:53.696Z | uploaded: /var/tmp/omicron_tmp/.tmpkV8fCa/rdb/conf |
8151 | 2024-12-21T01:21:53.696Z | uploading: /var/tmp/omicron_tmp/.tmpkV8fCa/rdb/db (629 bytes) |
8152 | 2024-12-21T01:21:54.703Z | uploaded: /var/tmp/omicron_tmp/.tmpkV8fCa/rdb/db |
8153 | 2024-12-21T01:21:54.703Z | uploading: /var/tmp/omicron_tmp/.tmpoe0PVC/dendrite_stderr (0 bytes) |
8154 | 2024-12-21T01:21:55.710Z | uploaded: /var/tmp/omicron_tmp/.tmpoe0PVC/dendrite_stderr |
8155 | 2024-12-21T01:21:55.710Z | uploading: /var/tmp/omicron_tmp/.tmpoe0PVC/dendrite_stdout (65386 bytes) |
8156 | 2024-12-21T01:21:56.721Z | uploaded: /var/tmp/omicron_tmp/.tmpoe0PVC/dendrite_stdout |
8157 | 2024-12-21T01:21:56.721Z | uploading: /var/tmp/omicron_tmp/.tmpq5Kelp/mgd_stderr (0 bytes) |
8158 | 2024-12-21T01:21:57.729Z | uploaded: /var/tmp/omicron_tmp/.tmpq5Kelp/mgd_stderr |
8159 | 2024-12-21T01:21:57.729Z | uploading: /var/tmp/omicron_tmp/.tmpq5Kelp/mgd_stdout (34713 bytes) |
8160 | 2024-12-21T01:21:58.738Z | uploaded: /var/tmp/omicron_tmp/.tmpq5Kelp/mgd_stdout |
8161 | 2024-12-21T01:21:58.738Z | uploading: /var/tmp/omicron_tmp/.tmpq5Kelp/rdb/conf (62 bytes) |
8162 | 2024-12-21T01:21:59.747Z | uploaded: /var/tmp/omicron_tmp/.tmpq5Kelp/rdb/conf |
8163 | 2024-12-21T01:21:59.747Z | uploading: /var/tmp/omicron_tmp/.tmpq5Kelp/rdb/db (629 bytes) |
8164 | 2024-12-21T01:22:00.757Z | uploaded: /var/tmp/omicron_tmp/.tmpq5Kelp/rdb/db |
8165 | 2024-12-21T01:22:00.757Z | uploading: /var/tmp/omicron_tmp/.tmpsL0mEK/mgd_stderr (0 bytes) |
8166 | 2024-12-21T01:22:01.764Z | uploaded: /var/tmp/omicron_tmp/.tmpsL0mEK/mgd_stderr |
8167 | 2024-12-21T01:22:01.764Z | uploading: /var/tmp/omicron_tmp/.tmpsL0mEK/mgd_stdout (24582 bytes) |
8168 | 2024-12-21T01:22:02.773Z | uploaded: /var/tmp/omicron_tmp/.tmpsL0mEK/mgd_stdout |
8169 | 2024-12-21T01:22:02.773Z | uploading: /var/tmp/omicron_tmp/.tmpsL0mEK/rdb/conf (62 bytes) |
8170 | 2024-12-21T01:22:03.789Z | uploaded: /var/tmp/omicron_tmp/.tmpsL0mEK/rdb/conf |
8171 | 2024-12-21T01:22:03.790Z | uploading: /var/tmp/omicron_tmp/.tmpsL0mEK/rdb/db (629 bytes) |
8172 | 2024-12-21T01:22:04.841Z | uploaded: /var/tmp/omicron_tmp/.tmpsL0mEK/rdb/db |
8173 | 2024-12-21T01:22:04.841Z | uploading: /var/tmp/omicron_tmp/.tmpuJ3RtD/mgd_stderr (0 bytes) |
8174 | 2024-12-21T01:22:05.851Z | uploaded: /var/tmp/omicron_tmp/.tmpuJ3RtD/mgd_stderr |
8175 | 2024-12-21T01:22:05.851Z | uploading: /var/tmp/omicron_tmp/.tmpuJ3RtD/mgd_stdout (25115 bytes) |
8176 | 2024-12-21T01:22:06.863Z | uploaded: /var/tmp/omicron_tmp/.tmpuJ3RtD/mgd_stdout |
8177 | 2024-12-21T01:22:06.863Z | uploading: /var/tmp/omicron_tmp/.tmpuJ3RtD/rdb/conf (62 bytes) |
8178 | 2024-12-21T01:22:07.871Z | uploaded: /var/tmp/omicron_tmp/.tmpuJ3RtD/rdb/conf |
8179 | 2024-12-21T01:22:07.871Z | uploading: /var/tmp/omicron_tmp/.tmpuJ3RtD/rdb/db (629 bytes) |
8180 | 2024-12-21T01:22:08.879Z | uploaded: /var/tmp/omicron_tmp/.tmpuJ3RtD/rdb/db |
8181 | 2024-12-21T01:22:08.879Z | uploading: /var/tmp/omicron_tmp/.tmpvc3GV7/dendrite_stderr (0 bytes) |
8182 | 2024-12-21T01:22:09.886Z | uploaded: /var/tmp/omicron_tmp/.tmpvc3GV7/dendrite_stderr |
8183 | 2024-12-21T01:22:09.886Z | uploading: /var/tmp/omicron_tmp/.tmpvc3GV7/dendrite_stdout (47954 bytes) |
8184 | 2024-12-21T01:22:10.896Z | uploaded: /var/tmp/omicron_tmp/.tmpvc3GV7/dendrite_stdout |
8185 | 2024-12-21T01:22:10.896Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.0.log (5843794 bytes) |
8186 | 2024-12-21T01:22:12.003Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.0.log |
8187 | 2024-12-21T01:22:12.003Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.1-clickhouse-uOcIsx/clickhouse-server.errlog (20460 bytes) |
8188 | 2024-12-21T01:22:13.072Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.1-clickhouse-uOcIsx/clickhouse-server.errlog |
8189 | 2024-12-21T01:22:13.072Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.1-clickhouse-uOcIsx/clickhouse-server.log (316732 bytes) |
8190 | 2024-12-21T01:22:14.143Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.1-clickhouse-uOcIsx/clickhouse-server.log |
8191 | 2024-12-21T01:22:14.143Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.2.log (3836779 bytes) |
8192 | 2024-12-21T01:22:15.233Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.2.log |
8193 | 2024-12-21T01:22:15.233Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.3.log (8028260 bytes) |
8194 | 2024-12-21T01:22:16.418Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_ensure_preserve_downgrade_option.13204.3.log |
8195 | 2024-12-21T01:22:16.418Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.0.log (5881489 bytes) |
8196 | 2024-12-21T01:22:17.551Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.0.log |
8197 | 2024-12-21T01:22:17.551Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.1-clickhouse-dsmJVU/clickhouse-server.errlog (20460 bytes) |
8198 | 2024-12-21T01:22:18.562Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.1-clickhouse-dsmJVU/clickhouse-server.errlog |
8199 | 2024-12-21T01:22:18.562Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.1-clickhouse-dsmJVU/clickhouse-server.log (307903 bytes) |
8200 | 2024-12-21T01:22:19.580Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.1-clickhouse-dsmJVU/clickhouse-server.log |
8201 | 2024-12-21T01:22:19.580Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.2.log (3790557 bytes) |
8202 | 2024-12-21T01:22:20.728Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.2.log |
8203 | 2024-12-21T01:22:20.728Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.3.log (8054292 bytes) |
8204 | 2024-12-21T01:22:22.114Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-9e5b23e94d3da80b-test_silos_external_dns_end_to_end.13326.3.log |
8205 | 2024-12-21T01:22:22.114Z | uploading: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.0.log (4095600 bytes) |
8206 | 2024-12-21T01:22:23.330Z | uploaded: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.0.log |
8207 | 2024-12-21T01:22:23.330Z | uploading: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.1-clickhouse-86H1kC/clickhouse-server.errlog (20460 bytes) |
8208 | 2024-12-21T01:22:24.345Z | uploaded: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.1-clickhouse-86H1kC/clickhouse-server.errlog |
8209 | 2024-12-21T01:22:24.345Z | uploading: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.1-clickhouse-86H1kC/clickhouse-server.log (155370 bytes) |
8210 | 2024-12-21T01:22:25.388Z | uploaded: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.1-clickhouse-86H1kC/clickhouse-server.log |
8211 | 2024-12-21T01:22:25.388Z | uploading: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.2.log (1730720 bytes) |
8212 | 2024-12-21T01:22:26.490Z | uploaded: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.2.log |
8213 | 2024-12-21T01:22:26.490Z | uploading: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.3.log (2934964 bytes) |
8214 | 2024-12-21T01:22:27.569Z | uploaded: /var/tmp/omicron_tmp/test_all-8c17754d64a7fa50-test_racing_replacements_for_soft_deleted_disk_volume.17541.3.log |