|
|
|
1 | 2024-10-18T22:09:57.005Z | job assigned to worker 01JAGTTY86NRSTE9KFWXBEB43R (queued for 44 s) |
|
2 | 2024-10-18T22:10:04.644Z | starting task 0: "setup" |
3 | 2024-10-18T22:10:04.653Z | ++ uname -s |
4 | 2024-10-18T22:10:04.658Z | + kern=SunOS |
5 | 2024-10-18T22:10:04.658Z | + case "$kern" in |
6 | 2024-10-18T22:10:04.658Z | + groupadd -g 12345 build |
7 | 2024-10-18T22:10:04.666Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T22:10:06.668Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T22:10:06.828Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T22:10:06.830Z | + home_fs=zfs |
11 | 2024-10-18T22:10:06.831Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T22:10:06.831Z | + mkdir -p /home/build |
13 | 2024-10-18T22:10:06.833Z | + chown build:build /home/build /work |
14 | 2024-10-18T22:10:08.834Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T22:10:08.837Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-10-18T22:10:08.842Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T22:10:08.848Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T22:10:08.848Z | ' 1.80.1 |
19 | 2024-10-18T22:10:08.848Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T22:10:08.850Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T22:10:08.850Z | * toolchain profile = "default" |
22 | 2024-10-18T22:10:08.850Z | ' default |
23 | 2024-10-18T22:10:08.850Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T22:10:08.850Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T22:10:08.965Z | info: downloading installer |
26 | 2024-10-18T22:10:10.161Z | info: profile set to 'default' |
27 | 2024-10-18T22:10:10.161Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T22:10:10.161Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T22:10:10.309Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T22:10:10.309Z | info: downloading component 'cargo' |
31 | 2024-10-18T22:10:11.155Z | info: downloading component 'clippy' |
32 | 2024-10-18T22:10:11.453Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T22:10:12.633Z | info: downloading component 'rust-std' |
34 | 2024-10-18T22:10:14.278Z | info: downloading component 'rustc' |
35 | 2024-10-18T22:10:18.890Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T22:10:19.136Z | info: installing component 'cargo' |
37 | 2024-10-18T22:10:19.974Z | info: installing component 'clippy' |
38 | 2024-10-18T22:10:20.344Z | info: installing component 'rust-docs' |
39 | 2024-10-18T22:10:21.992Z | info: installing component 'rust-std' |
40 | 2024-10-18T22:10:23.649Z | info: installing component 'rustc' |
41 | 2024-10-18T22:10:27.850Z | info: installing component 'rustfmt' |
42 | 2024-10-18T22:10:28.184Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T22:10:28.184Z | |
44 | 2024-10-18T22:10:28.442Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T22:10:28.442Z | |
46 | 2024-10-18T22:10:28.445Z | |
47 | 2024-10-18T22:10:28.445Z | Rust is installed now. Great! |
48 | 2024-10-18T22:10:28.445Z | |
49 | 2024-10-18T22:10:28.445Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T22:10:28.445Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T22:10:28.445Z | |
52 | 2024-10-18T22:10:28.445Z | To configure your current shell, you need to source |
53 | 2024-10-18T22:10:28.445Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T22:10:28.445Z | |
55 | 2024-10-18T22:10:28.445Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T22:10:28.445Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T22:10:28.445Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T22:10:28.495Z | + rustc --version |
59 | 2024-10-18T22:10:28.560Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T22:10:28.564Z | process exited: duration 19722 ms, exit code 0 |
|
61 | 2024-10-18T22:10:28.569Z | starting task 2: "authentication" |
62 | 2024-10-18T22:10:28.590Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-18T22:10:28.595Z | starting task 3: "clone repository" |
64 | 2024-10-18T22:10:28.600Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T22:10:28.603Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T22:10:28.642Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T22:10:35.711Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T22:10:35.711Z | + git fetch origin e725a7682413619bab3a80edd0c7908693a2402e |
69 | 2024-10-18T22:10:36.014Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T22:10:36.014Z | * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD |
71 | 2024-10-18T22:10:36.025Z | + [[ -n single-node-clickhouse-init ]] |
72 | 2024-10-18T22:10:36.028Z | ++ git branch --show-current |
73 | 2024-10-18T22:10:36.031Z | + current=main |
74 | 2024-10-18T22:10:36.031Z | + [[ main != single-node-clickhouse-init ]] |
75 | 2024-10-18T22:10:36.031Z | + git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e |
76 | 2024-10-18T22:10:36.034Z | + git checkout -f single-node-clickhouse-init |
77 | 2024-10-18T22:10:36.204Z | Switched to branch 'single-node-clickhouse-init' |
78 | 2024-10-18T22:10:36.209Z | + git reset --hard e725a7682413619bab3a80edd0c7908693a2402e |
79 | 2024-10-18T22:10:36.369Z | HEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization |
80 | 2024-10-18T22:10:36.376Z | process exited: duration 7775 ms, exit code 0 |
|
81 | 2024-10-18T22:10:36.461Z | starting task 4: "build" |
82 | 2024-10-18T22:10:36.466Z | + source ./env.sh |
83 | 2024-10-18T22:10:36.466Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-18T22:10:36.466Z | ++ set -o xtrace |
85 | 2024-10-18T22:10:36.469Z | ++++ dirname ./env.sh |
86 | 2024-10-18T22:10:36.472Z | +++ readlink -f . |
87 | 2024-10-18T22:10:36.475Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ 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-10-18T22:10:36.475Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-18T22:10:36.475Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-18T22:10:36.475Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-18T22:10:36.475Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-18T22:10:36.475Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-18T22:10:36.475Z | + target_os=illumos |
102 | 2024-10-18T22:10:36.475Z | + NEXTEST_VERSION=0.9.78 |
103 | 2024-10-18T22:10:36.475Z | + cargo --version |
104 | 2024-10-18T22:10:36.531Z | cargo 1.80.1 (376290515 2024-07-16) |
105 | 2024-10-18T22:10:36.535Z | + rustc --version |
106 | 2024-10-18T22:10:36.594Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
107 | 2024-10-18T22:10:36.599Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos |
108 | 2024-10-18T22:10:36.602Z | + gunzip |
109 | 2024-10-18T22:10:36.602Z | + tar -xvf - -C /home/build/.cargo/bin |
110 | 2024-10-18T22:10:37.729Z | x cargo-nextest, 16059952 bytes, 31368 tape blocks |
111 | 2024-10-18T22:10:37.735Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
112 | 2024-10-18T22:10:37.735Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
113 | 2024-10-18T22:10:37.735Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
114 | 2024-10-18T22:10:37.735Z | + mkdir /var/tmp/omicron_tmp |
115 | 2024-10-18T22:10:37.735Z | + OUTPUT_DIR=/work |
116 | 2024-10-18T22:10:37.735Z | + echo 'tests will store non-ephemeral output in /work' |
117 | 2024-10-18T22:10:37.735Z | tests will store non-ephemeral output in /work |
118 | 2024-10-18T22:10:37.735Z | + mkdir -p /work |
119 | 2024-10-18T22:10:37.735Z | + banner prerequisites |
120 | 2024-10-18T22:10:37.740Z | |
121 | 2024-10-18T22:10:37.740Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2024-10-18T22:10:37.740Z | # # # # # # # # # # # # # # # |
123 | 2024-10-18T22:10:37.740Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2024-10-18T22:10:37.740Z | ##### ##### # ##### # # # # # # # # # |
125 | 2024-10-18T22:10:37.740Z | # # # # # # # # # # # # # # # |
126 | 2024-10-18T22:10:37.741Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2024-10-18T22:10:37.741Z | |
128 | 2024-10-18T22:10:37.741Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2024-10-18T22:10:45.686Z | Startup: Refreshing catalog 'helios-dev' ... Done |
130 | 2024-10-18T22:10:48.911Z | Startup: Caching catalogs ... Done |
131 | 2024-10-18T22:10:55.146Z | Planning: Solver setup ... Done (5.508s) |
132 | 2024-10-18T22:10:55.242Z | Planning: Running solver ... Done (0.083s) |
133 | 2024-10-18T22:10:55.282Z | Planning: Finding local manifests ... Done (0.003s) |
134 | 2024-10-18T22:10:55.298Z | Planning: Fetching manifests: 0/5 0% complete |
135 | 2024-10-18T22:10:55.544Z | Planning: Fetching manifests: 5/5 100% complete |
136 | 2024-10-18T22:10:55.647Z | Planning: Package planning ... Done (0.102s) |
137 | 2024-10-18T22:10:55.699Z | Planning: Merging actions ... Done (0.057s) |
138 | 2024-10-18T22:10:59.642Z | Planning: Checking for conflicting actions ... Done (0.348s) |
139 | 2024-10-18T22:10:59.669Z | Planning: Consolidating action changes ... Done (1.879s) |
140 | 2024-10-18T22:10:59.669Z | Planning: Evaluating mediators ... Done (0.421s) |
141 | 2024-10-18T22:10:59.669Z | Planning: Planning completed in 9.44 seconds |
142 | 2024-10-18T22:10:59.669Z | Packages to install: 4 |
143 | 2024-10-18T22:10:59.669Z | Packages to update: 1 |
144 | 2024-10-18T22:10:59.669Z | Mediators to change: 2 |
145 | 2024-10-18T22:10:59.669Z | Services to change: 1 |
146 | 2024-10-18T22:10:59.669Z | Estimated space available: 155.70 GB |
147 | 2024-10-18T22:10:59.669Z | Estimated space to be consumed: 1.58 GB |
148 | 2024-10-18T22:10:59.669Z | Create boot environment: No |
149 | 2024-10-18T22:10:59.669Z | Create backup boot environment: Yes |
150 | 2024-10-18T22:10:59.669Z | Rebuild boot archive: No |
151 | 2024-10-18T22:10:59.669Z | |
152 | 2024-10-18T22:10:59.670Z | Changed mediators: |
153 | 2024-10-18T22:10:59.670Z | mediator clang: |
154 | 2024-10-18T22:10:59.670Z | version: None -> 15 (system default) |
155 | 2024-10-18T22:10:59.670Z | |
156 | 2024-10-18T22:10:59.670Z | mediator llvm: |
157 | 2024-10-18T22:10:59.670Z | version: 14 (system default) -> 15 (system default) |
158 | 2024-10-18T22:10:59.670Z | |
159 | 2024-10-18T22:10:59.670Z | Changed packages: |
160 | 2024-10-18T22:10:59.670Z | helios-dev |
161 | 2024-10-18T22:10:59.670Z | developer/build-essential |
162 | 2024-10-18T22:10:59.670Z | None -> 11-2.0 |
163 | 2024-10-18T22:10:59.670Z | library/libxmlsec1 |
164 | 2024-10-18T22:10:59.670Z | None -> 1.2.35-2.0 |
165 | 2024-10-18T22:10:59.670Z | ooce/developer/clang-15 |
166 | 2024-10-18T22:10:59.670Z | None -> 15.0.7-2.0 |
167 | 2024-10-18T22:10:59.670Z | ooce/developer/llvm-15 |
168 | 2024-10-18T22:10:59.670Z | None -> 15.0.7-2.0 |
169 | 2024-10-18T22:10:59.670Z | package/pkg |
170 | 2024-10-18T22:10:59.670Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
171 | 2024-10-18T22:10:59.670Z | |
172 | 2024-10-18T22:10:59.670Z | Services: |
173 | 2024-10-18T22:10:59.670Z | restart_fmri: |
174 | 2024-10-18T22:10:59.670Z | svc:/system/update-man-index:default |
175 | 2024-10-18T22:10:59.670Z | |
176 | 2024-10-18T22:10:59.670Z | Editable files to change: |
177 | 2024-10-18T22:10:59.670Z | Update: |
178 | 2024-10-18T22:10:59.670Z | usr/share/lib/pkg/web/config.shtml |
179 | 2024-10-18T22:10:59.670Z | |
180 | 2024-10-18T22:10:59.670Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
181 | 2024-10-18T22:11:03.546Z | Download: 1123/4281 items 28.3/220.6MB 12% complete (5.7M/s) |
182 | 2024-10-18T22:11:08.551Z | Download: 1750/4281 items 118.2/220.6MB 53% complete (12.0M/s) |
183 | 2024-10-18T22:11:13.568Z | Download: 2848/4281 items 121.1/220.6MB 54% complete (9.3M/s) |
184 | 2024-10-18T22:11:18.940Z | Download: 3244/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
185 | 2024-10-18T22:11:26.615Z | Download: 3283/4281 items 212.3/220.6MB 96% complete (9.0M/s) |
186 | 2024-10-18T22:11:32.789Z | Download: 3286/4281 items 212.3/220.6MB 96% complete (8.2M/s) |
187 | 2024-10-18T22:11:37.792Z | Download: 3859/4281 items 218.6/220.6MB 99% complete (1.0M/s) |
188 | 2024-10-18T22:11:41.818Z | Download: Completed 220.60 MB in 43.29 seconds (5.1M/s) |
189 | 2024-10-18T22:11:43.961Z | Actions: 1/5063 actions (Removing old actions) |
190 | 2024-10-18T22:11:43.977Z | Actions: 194/5063 actions (Installing new actions) |
191 | 2024-10-18T22:11:48.722Z | Actions: 4226/5063 actions (Updating modified actions) |
192 | 2024-10-18T22:11:49.040Z | Actions: Completed 5063 actions in 5.08 seconds. |
193 | 2024-10-18T22:11:49.242Z | Done (0.194s) |
194 | 2024-10-18T22:11:49.244Z | Done (0.000s) |
195 | 2024-10-18T22:11:49.738Z | Done (0.495s) |
196 | 2024-10-18T22:11:54.267Z | Done (4.320s) |
197 | 2024-10-18T22:11:54.349Z | Done (0.020s) |
198 | 2024-10-18T22:11:54.353Z | Done (0.000s) |
199 | 2024-10-18T22:11:54.502Z | Done (0.000s) |
200 | 2024-10-18T22:11:55.168Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-10-18T22:11:55.339Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-10-18T22:11:55.342Z | Planning: Consolidating action changes ... Done |
203 | 2024-10-18T22:11:55.626Z | Planning: Evaluating mediators ... Done |
204 | 2024-10-18T22:11:55.629Z | Planning: Planning completed in 0.46 seconds |
205 | 2024-10-18T22:11:55.667Z | Mediators to change: 2 |
206 | 2024-10-18T22:11:55.667Z | Create boot environment: No |
207 | 2024-10-18T22:11:55.670Z | Create backup boot environment: No |
208 | 2024-10-18T22:11:55.733Z | Done |
209 | 2024-10-18T22:11:55.733Z | Done |
210 | 2024-10-18T22:11:56.056Z | Done |
211 | 2024-10-18T22:11:59.864Z | Done |
212 | 2024-10-18T22:11:59.955Z | Done |
213 | 2024-10-18T22:11:59.960Z | Done |
214 | 2024-10-18T22:12:00.061Z | Done |
215 | 2024-10-18T22:12:00.694Z | Planning: Evaluating mediator changes ... Done |
216 | 2024-10-18T22:12:00.701Z | Planning: Merging actions ... Done |
217 | 2024-10-18T22:12:00.891Z | Planning: Checking for conflicting actions ... Done |
218 | 2024-10-18T22:12:00.895Z | Planning: Consolidating action changes ... Done |
219 | 2024-10-18T22:12:01.168Z | Planning: Evaluating mediators ... Done |
220 | 2024-10-18T22:12:01.223Z | Planning: Planning completed in 0.78 seconds |
221 | 2024-10-18T22:12:01.267Z | Packages to change: 1 |
222 | 2024-10-18T22:12:01.267Z | Mediators to change: 1 |
223 | 2024-10-18T22:12:01.273Z | Services to change: 1 |
224 | 2024-10-18T22:12:01.273Z | Create boot environment: No |
225 | 2024-10-18T22:12:01.273Z | Create backup boot environment: Yes |
226 | 2024-10-18T22:12:03.300Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2024-10-18T22:12:03.303Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2024-10-18T22:12:03.303Z | Done |
229 | 2024-10-18T22:12:03.303Z | Done |
230 | 2024-10-18T22:12:03.401Z | Done |
231 | 2024-10-18T22:12:07.088Z | Done |
232 | 2024-10-18T22:12:07.185Z | Done |
233 | 2024-10-18T22:12:07.188Z | Done |
234 | 2024-10-18T22:12:07.299Z | Done |
235 | 2024-10-18T22:12:07.745Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2024-10-18T22:12:07.745Z | clang system 15 system |
237 | 2024-10-18T22:12:07.745Z | csh system system illumos |
238 | 2024-10-18T22:12:07.745Z | ctags system system illumos |
239 | 2024-10-18T22:12:07.745Z | gcc vendor 12 vendor |
240 | 2024-10-18T22:12:07.745Z | gcc system 10 system |
241 | 2024-10-18T22:12:07.745Z | gcc system 7 system |
242 | 2024-10-18T22:12:07.745Z | go system 1.20 system |
243 | 2024-10-18T22:12:07.745Z | go system 1.19 system |
244 | 2024-10-18T22:12:07.745Z | llvm system 15 system |
245 | 2024-10-18T22:12:07.745Z | llvm system 14 system |
246 | 2024-10-18T22:12:07.745Z | mariadb system 10.6 system |
247 | 2024-10-18T22:12:07.745Z | mta vendor vendor dma |
248 | 2024-10-18T22:12:07.745Z | openjdk system 17 system |
249 | 2024-10-18T22:12:07.745Z | openjdk system 11 system |
250 | 2024-10-18T22:12:07.745Z | openjdk system 1.8 system |
251 | 2024-10-18T22:12:07.745Z | openssl vendor 3 vendor |
252 | 2024-10-18T22:12:07.745Z | perl system 5.36 system |
253 | 2024-10-18T22:12:07.745Z | postgresql system 15 system |
254 | 2024-10-18T22:12:07.745Z | postgresql system 13 system |
255 | 2024-10-18T22:12:07.745Z | python vendor 3 vendor |
256 | 2024-10-18T22:12:07.745Z | python system 2 system |
257 | 2024-10-18T22:12:07.745Z | python3 system 3.11 system |
258 | 2024-10-18T22:12:07.745Z | ruby system 3.0 system |
259 | 2024-10-18T22:12:07.745Z | words vendor vendor american-english |
260 | 2024-10-18T22:12:07.745Z | words system system australian-english |
261 | 2024-10-18T22:12:07.745Z | words system system british-english |
262 | 2024-10-18T22:12:07.745Z | words system system canadian-english |
263 | 2024-10-18T22:12:07.745Z | words system system french |
264 | 2024-10-18T22:12:07.745Z | words system system italian |
265 | 2024-10-18T22:12:07.745Z | words system system ngerman |
266 | 2024-10-18T22:12:07.746Z | words system system ogerman |
267 | 2024-10-18T22:12:07.746Z | words system system spanish |
268 | 2024-10-18T22:12:08.088Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2024-10-18T22:12:08.088Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2024-10-18T22:12:10.443Z | FMRI IFO |
271 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
281 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
283 | 2024-10-18T22:12:10.443Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2024-10-18T22:12:11.161Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2024-10-18T22:12:11.440Z | Updating crates.io index |
286 | 2024-10-18T22:12:11.443Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2024-10-18T22:12:12.237Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2024-10-18T22:12:12.502Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2024-10-18T22:12:12.767Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2024-10-18T22:12:13.008Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2024-10-18T22:12:13.782Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2024-10-18T22:12:15.911Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2024-10-18T22:12:16.995Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2024-10-18T22:12:17.775Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2024-10-18T22:12:18.053Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2024-10-18T22:12:18.323Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2024-10-18T22:12:18.889Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2024-10-18T22:12:19.194Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2024-10-18T22:12:19.630Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2024-10-18T22:12:19.904Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2024-10-18T22:12:20.153Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2024-10-18T22:12:20.427Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2024-10-18T22:12:20.729Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
304 | 2024-10-18T22:12:21.151Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2024-10-18T22:12:21.475Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
306 | 2024-10-18T22:12:21.873Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2024-10-18T22:12:22.364Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
308 | 2024-10-18T22:12:22.651Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
309 | 2024-10-18T22:12:23.140Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2024-10-18T22:12:23.512Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-10-18T22:12:23.781Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-10-18T22:12:24.022Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-10-18T22:12:25.302Z | Downloading crates ... |
314 | 2024-10-18T22:12:25.426Z | Downloaded autocfg v1.4.0 |
315 | 2024-10-18T22:12:25.430Z | Downloaded camino-tempfile v1.1.1 |
316 | 2024-10-18T22:12:25.436Z | Downloaded anstyle-query v1.1.1 |
317 | 2024-10-18T22:12:25.436Z | Downloaded anstyle v1.0.8 |
318 | 2024-10-18T22:12:25.436Z | Downloaded equivalent v1.0.1 |
319 | 2024-10-18T22:12:25.447Z | Downloaded swrite v0.1.0 |
320 | 2024-10-18T22:12:25.454Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-10-18T22:12:25.460Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-10-18T22:12:25.460Z | Downloaded heck v0.5.0 |
323 | 2024-10-18T22:12:25.460Z | Downloaded heck v0.4.1 |
324 | 2024-10-18T22:12:25.460Z | Downloaded block-buffer v0.10.4 |
325 | 2024-10-18T22:12:25.469Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-10-18T22:12:25.469Z | Downloaded anstyle-parse v0.2.5 |
327 | 2024-10-18T22:12:25.469Z | Downloaded fs-err v2.11.0 |
328 | 2024-10-18T22:12:25.469Z | Downloaded fastrand v2.1.1 |
329 | 2024-10-18T22:12:25.469Z | Downloaded crypto-common v0.1.6 |
330 | 2024-10-18T22:12:25.469Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-10-18T22:12:25.476Z | Downloaded dof v0.3.0 |
332 | 2024-10-18T22:12:25.476Z | Downloaded colorchoice v1.0.2 |
333 | 2024-10-18T22:12:25.476Z | Downloaded cargo-platform v0.1.8 |
334 | 2024-10-18T22:12:25.476Z | Downloaded smawk v0.3.2 |
335 | 2024-10-18T22:12:25.480Z | Downloaded itoa v1.0.11 |
336 | 2024-10-18T22:12:25.480Z | Downloaded thiserror-impl v1.0.64 |
337 | 2024-10-18T22:12:25.480Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-10-18T22:12:25.484Z | Downloaded thread-id v4.2.2 |
339 | 2024-10-18T22:12:25.484Z | Downloaded plain v0.2.3 |
340 | 2024-10-18T22:12:25.484Z | Downloaded thiserror v1.0.64 |
341 | 2024-10-18T22:12:25.488Z | Downloaded byteorder v1.5.0 |
342 | 2024-10-18T22:12:25.490Z | Downloaded anstream v0.6.15 |
343 | 2024-10-18T22:12:25.494Z | Downloaded dtrace-parser v0.2.0 |
344 | 2024-10-18T22:12:25.497Z | Downloaded pest_generator v2.7.14 |
345 | 2024-10-18T22:12:25.500Z | Downloaded terminal_size v0.4.0 |
346 | 2024-10-18T22:12:25.504Z | Downloaded version_check v0.9.5 |
347 | 2024-10-18T22:12:25.506Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-10-18T22:12:25.508Z | Downloaded clap_derive v4.5.18 |
349 | 2024-10-18T22:12:25.511Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-10-18T22:12:25.513Z | Downloaded cargo_toml v0.20.5 |
351 | 2024-10-18T22:12:25.517Z | Downloaded usdt v0.5.0 |
352 | 2024-10-18T22:12:25.519Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-10-18T22:12:25.527Z | Downloaded cfg-if v1.0.0 |
354 | 2024-10-18T22:12:25.530Z | Downloaded bytecount v0.6.8 |
355 | 2024-10-18T22:12:25.534Z | Downloaded errno v0.3.9 |
356 | 2024-10-18T22:12:25.536Z | Downloaded digest v0.10.7 |
357 | 2024-10-18T22:12:25.539Z | Downloaded cpufeatures v0.2.14 |
358 | 2024-10-18T22:12:25.544Z | Downloaded pretty-hex v0.4.1 |
359 | 2024-10-18T22:12:25.547Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2024-10-18T22:12:25.552Z | Downloaded clap_lex v0.7.2 |
361 | 2024-10-18T22:12:25.555Z | Downloaded clap v4.5.20 |
362 | 2024-10-18T22:12:25.562Z | Downloaded anyhow v1.0.89 |
363 | 2024-10-18T22:12:25.566Z | Downloaded ucd-trie v0.1.7 |
364 | 2024-10-18T22:12:25.569Z | Downloaded typenum v1.17.0 |
365 | 2024-10-18T22:12:25.572Z | Downloaded ryu v1.0.18 |
366 | 2024-10-18T22:12:25.574Z | Downloaded once_cell v1.20.2 |
367 | 2024-10-18T22:12:25.576Z | Downloaded fnv v1.0.7 |
368 | 2024-10-18T22:12:25.579Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-10-18T22:12:25.579Z | Downloaded camino v1.1.9 |
370 | 2024-10-18T22:12:25.582Z | Downloaded utf8parse v0.2.2 |
371 | 2024-10-18T22:12:25.582Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2024-10-18T22:12:25.584Z | Downloaded generic-array v0.14.7 |
373 | 2024-10-18T22:12:25.586Z | Downloaded quote v1.0.37 |
374 | 2024-10-18T22:12:25.587Z | Downloaded macaddr v1.0.1 |
375 | 2024-10-18T22:12:25.589Z | Downloaded strsim v0.11.1 |
376 | 2024-10-18T22:12:25.594Z | Downloaded serde_spanned v0.6.8 |
377 | 2024-10-18T22:12:25.597Z | Downloaded bitflags v2.6.0 |
378 | 2024-10-18T22:12:25.599Z | Downloaded log v0.4.22 |
379 | 2024-10-18T22:12:25.606Z | Downloaded pest_derive v2.7.14 |
380 | 2024-10-18T22:12:25.609Z | Downloaded memmap v0.7.0 |
381 | 2024-10-18T22:12:25.612Z | Downloaded tempfile v3.13.0 |
382 | 2024-10-18T22:12:25.617Z | Downloaded semver v1.0.23 |
383 | 2024-10-18T22:12:25.627Z | Downloaded usdt-impl v0.5.0 |
384 | 2024-10-18T22:12:25.630Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2024-10-18T22:12:25.633Z | Downloaded scroll v0.12.0 |
386 | 2024-10-18T22:12:25.639Z | Downloaded sha2 v0.10.8 |
387 | 2024-10-18T22:12:25.644Z | Downloaded unicode-ident v1.0.13 |
388 | 2024-10-18T22:12:25.647Z | Downloaded serde_derive v1.0.210 |
389 | 2024-10-18T22:12:25.654Z | Downloaded textwrap v0.16.1 |
390 | 2024-10-18T22:12:25.658Z | Downloaded pest_meta v2.7.14 |
391 | 2024-10-18T22:12:25.660Z | Downloaded serde v1.0.210 |
392 | 2024-10-18T22:12:25.663Z | Downloaded memchr v2.7.4 |
393 | 2024-10-18T22:12:25.669Z | Downloaded toml v0.8.19 |
394 | 2024-10-18T22:12:25.672Z | Downloaded papergrid v0.11.0 |
395 | 2024-10-18T22:12:25.676Z | Downloaded indexmap v2.6.0 |
396 | 2024-10-18T22:12:25.681Z | Downloaded proc-macro2 v1.0.87 |
397 | 2024-10-18T22:12:25.715Z | Downloaded pest v2.7.14 |
398 | 2024-10-18T22:12:25.736Z | Downloaded toml_edit v0.22.22 |
399 | 2024-10-18T22:12:25.758Z | Downloaded serde_json v1.0.128 |
400 | 2024-10-18T22:12:25.765Z | Downloaded zerocopy v0.7.35 |
401 | 2024-10-18T22:12:25.780Z | Downloaded hashbrown v0.15.0 |
402 | 2024-10-18T22:12:25.785Z | Downloaded winnow v0.6.20 |
403 | 2024-10-18T22:12:25.793Z | Downloaded goblin v0.8.2 |
404 | 2024-10-18T22:12:25.799Z | Downloaded tabled v0.15.0 |
405 | 2024-10-18T22:12:25.815Z | Downloaded clap_builder v4.5.20 |
406 | 2024-10-18T22:12:25.821Z | Downloaded unicode-width v0.1.14 |
407 | 2024-10-18T22:12:25.826Z | Downloaded syn v2.0.79 |
408 | 2024-10-18T22:12:25.837Z | Downloaded syn v1.0.109 |
409 | 2024-10-18T22:12:25.847Z | Downloaded rustix v0.38.37 |
410 | 2024-10-18T22:12:25.879Z | Downloaded libc v0.2.159 |
411 | 2024-10-18T22:12:26.184Z | Compiling proc-macro2 v1.0.87 |
412 | 2024-10-18T22:12:26.188Z | Compiling unicode-ident v1.0.13 |
413 | 2024-10-18T22:12:26.188Z | Compiling serde v1.0.210 |
414 | 2024-10-18T22:12:26.188Z | Compiling version_check v0.9.5 |
415 | 2024-10-18T22:12:26.188Z | Compiling memchr v2.7.4 |
416 | 2024-10-18T22:12:26.188Z | Compiling thiserror v1.0.64 |
417 | 2024-10-18T22:12:26.188Z | Compiling libc v0.2.159 |
418 | 2024-10-18T22:12:26.222Z | Compiling ucd-trie v0.1.7 |
419 | 2024-10-18T22:12:26.425Z | Compiling itoa v1.0.11 |
420 | 2024-10-18T22:12:26.658Z | Compiling ryu v1.0.18 |
421 | 2024-10-18T22:12:26.970Z | Compiling once_cell v1.20.2 |
422 | 2024-10-18T22:12:26.996Z | Compiling byteorder v1.5.0 |
423 | 2024-10-18T22:12:27.045Z | Compiling serde_json v1.0.128 |
424 | 2024-10-18T22:12:27.067Z | Compiling rustix v0.38.37 |
425 | 2024-10-18T22:12:27.473Z | Compiling bitflags v2.6.0 |
426 | 2024-10-18T22:12:27.628Z | Compiling usdt-impl v0.5.0 |
427 | 2024-10-18T22:12:27.932Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2024-10-18T22:12:27.936Z | Compiling syn v1.0.109 |
429 | 2024-10-18T22:12:27.974Z | Compiling quote v1.0.37 |
430 | 2024-10-18T22:12:28.134Z | Compiling proc-macro-error v1.0.4 |
431 | 2024-10-18T22:12:28.205Z | Compiling camino v1.1.9 |
432 | 2024-10-18T22:12:28.333Z | Compiling equivalent v1.0.1 |
433 | 2024-10-18T22:12:28.448Z | Compiling syn v2.0.79 |
434 | 2024-10-18T22:12:28.475Z | Compiling errno v0.3.9 |
435 | 2024-10-18T22:12:28.679Z | Compiling utf8parse v0.2.2 |
436 | 2024-10-18T22:12:28.705Z | Compiling plain v0.2.3 |
437 | 2024-10-18T22:12:28.708Z | Compiling hashbrown v0.15.0 |
438 | 2024-10-18T22:12:28.841Z | Compiling log v0.4.22 |
439 | 2024-10-18T22:12:28.888Z | Compiling anstyle-parse v0.2.5 |
440 | 2024-10-18T22:12:28.962Z | Compiling thread-id v4.2.2 |
441 | 2024-10-18T22:12:29.249Z | Compiling pretty-hex v0.4.1 |
442 | 2024-10-18T22:12:29.252Z | Compiling unicode-width v0.1.14 |
443 | 2024-10-18T22:12:29.468Z | Compiling winnow v0.6.20 |
444 | 2024-10-18T22:12:29.595Z | Compiling colorchoice v1.0.2 |
445 | 2024-10-18T22:12:29.759Z | Compiling anstyle-query v1.1.1 |
446 | 2024-10-18T22:12:29.837Z | Compiling semver v1.0.23 |
447 | 2024-10-18T22:12:29.921Z | Compiling indexmap v2.6.0 |
448 | 2024-10-18T22:12:29.947Z | Compiling is_terminal_polyfill v1.70.1 |
449 | 2024-10-18T22:12:29.970Z | Compiling anstyle v1.0.8 |
450 | 2024-10-18T22:12:30.085Z | Compiling autocfg v1.4.0 |
451 | 2024-10-18T22:12:30.428Z | Compiling anstream v0.6.15 |
452 | 2024-10-18T22:12:30.745Z | Compiling bytecount v0.6.8 |
453 | 2024-10-18T22:12:30.981Z | Compiling terminal_size v0.4.0 |
454 | 2024-10-18T22:12:31.203Z | Compiling heck v0.5.0 |
455 | 2024-10-18T22:12:31.228Z | Compiling clap_lex v0.7.2 |
456 | 2024-10-18T22:12:31.296Z | Compiling heck v0.4.1 |
457 | 2024-10-18T22:12:31.319Z | Compiling fs-err v2.11.0 |
458 | 2024-10-18T22:12:31.635Z | Compiling anyhow v1.0.89 |
459 | 2024-10-18T22:12:31.661Z | Compiling fnv v1.0.7 |
460 | 2024-10-18T22:12:31.765Z | Compiling cfg-if v1.0.0 |
461 | 2024-10-18T22:12:31.814Z | Compiling fastrand v2.1.1 |
462 | 2024-10-18T22:12:31.864Z | Compiling strsim v0.11.1 |
463 | 2024-10-18T22:12:32.231Z | Compiling clap_builder v4.5.20 |
464 | 2024-10-18T22:12:32.355Z | Compiling tempfile v3.13.0 |
465 | 2024-10-18T22:12:32.437Z | Compiling papergrid v0.11.0 |
466 | 2024-10-18T22:12:32.643Z | Compiling memmap v0.7.0 |
467 | 2024-10-18T22:12:32.863Z | Compiling smawk v0.3.2 |
468 | 2024-10-18T22:12:33.012Z | Compiling unicode-linebreak v0.1.5 |
469 | 2024-10-18T22:12:33.360Z | Compiling swrite v0.1.0 |
470 | 2024-10-18T22:12:33.495Z | Compiling textwrap v0.16.1 |
471 | 2024-10-18T22:12:34.652Z | Compiling tabled_derive v0.7.0 |
472 | 2024-10-18T22:12:36.384Z | Compiling tabled v0.15.0 |
473 | 2024-10-18T22:12:37.398Z | Compiling serde_derive v1.0.210 |
474 | 2024-10-18T22:12:37.401Z | Compiling thiserror-impl v1.0.64 |
475 | 2024-10-18T22:12:37.401Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-10-18T22:12:37.495Z | Compiling scroll_derive v0.12.0 |
477 | 2024-10-18T22:12:37.676Z | Compiling clap_derive v4.5.18 |
478 | 2024-10-18T22:12:38.919Z | Compiling scroll v0.12.0 |
479 | 2024-10-18T22:12:39.395Z | Compiling goblin v0.8.2 |
480 | 2024-10-18T22:12:39.496Z | Compiling zerocopy v0.7.35 |
481 | 2024-10-18T22:12:40.302Z | Compiling pest v2.7.14 |
482 | 2024-10-18T22:12:41.393Z | Compiling clap v4.5.20 |
483 | 2024-10-18T22:12:42.651Z | Compiling pest_meta v2.7.14 |
484 | 2024-10-18T22:12:43.478Z | Compiling pest_generator v2.7.14 |
485 | 2024-10-18T22:12:45.241Z | Compiling pest_derive v2.7.14 |
486 | 2024-10-18T22:12:45.975Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-10-18T22:12:47.757Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-10-18T22:12:47.994Z | Compiling toml_datetime v0.6.8 |
489 | 2024-10-18T22:12:47.994Z | Compiling serde_spanned v0.6.8 |
490 | 2024-10-18T22:12:48.059Z | Compiling cargo-platform v0.1.8 |
491 | 2024-10-18T22:12:48.315Z | Compiling toml_edit v0.22.22 |
492 | 2024-10-18T22:12:48.377Z | Compiling macaddr v1.0.1 |
493 | 2024-10-18T22:12:48.625Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-10-18T22:12:49.189Z | Compiling dof v0.3.0 |
495 | 2024-10-18T22:12:49.539Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-10-18T22:12:50.847Z | Compiling usdt-macro v0.5.0 |
497 | 2024-10-18T22:12:50.871Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2024-10-18T22:12:51.253Z | Compiling toml v0.8.19 |
499 | 2024-10-18T22:12:52.077Z | Compiling cargo_toml v0.20.5 |
500 | 2024-10-18T22:12:52.243Z | Compiling usdt v0.5.0 |
501 | 2024-10-18T22:12:55.703Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-10-18T22:12:59.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
503 | 2024-10-18T22:13:00.024Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-10-18T22:13:00.622Z | Downloading crates ... |
505 | 2024-10-18T22:13:00.767Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-10-18T22:13:00.770Z | Downloaded crunchy v0.2.2 |
507 | 2024-10-18T22:13:00.777Z | Downloaded cfg_aliases v0.2.1 |
508 | 2024-10-18T22:13:00.780Z | Downloaded darling_macro v0.20.10 |
509 | 2024-10-18T22:13:00.780Z | Downloaded cstr-argument v0.1.2 |
510 | 2024-10-18T22:13:00.958Z | Downloaded highway v1.2.0 |
511 | 2024-10-18T22:13:00.962Z | Downloaded adler2 v2.0.0 |
512 | 2024-10-18T22:13:00.962Z | Downloaded hickory-resolver v0.24.1 |
513 | 2024-10-18T22:13:00.962Z | Downloaded hubpack_derive v0.1.1 |
514 | 2024-10-18T22:13:00.962Z | Downloaded ahash v0.8.11 |
515 | 2024-10-18T22:13:00.962Z | Downloaded http-body v1.0.1 |
516 | 2024-10-18T22:13:00.962Z | Downloaded buf-list v1.0.3 |
517 | 2024-10-18T22:13:00.962Z | Downloaded bit-vec v0.6.3 |
518 | 2024-10-18T22:13:00.962Z | Downloaded bitfield-struct v0.6.2 |
519 | 2024-10-18T22:13:00.962Z | Downloaded normalize-line-endings v0.3.0 |
520 | 2024-10-18T22:13:00.962Z | Downloaded newtype_derive v0.1.6 |
521 | 2024-10-18T22:13:00.962Z | Downloaded constant_time_eq v0.3.1 |
522 | 2024-10-18T22:13:00.962Z | Downloaded newline-converter v0.3.0 |
523 | 2024-10-18T22:13:00.962Z | Downloaded md5 v0.7.0 |
524 | 2024-10-18T22:13:00.962Z | Downloaded crc-catalog v2.4.0 |
525 | 2024-10-18T22:13:00.962Z | Downloaded colored v2.1.0 |
526 | 2024-10-18T22:13:00.962Z | Downloaded bcrypt-pbkdf v0.10.0 |
527 | 2024-10-18T22:13:00.962Z | Downloaded internet-checksum v0.2.1 |
528 | 2024-10-18T22:13:00.962Z | Downloaded arrayref v0.3.9 |
529 | 2024-10-18T22:13:00.962Z | Downloaded hyper-tls v0.6.0 |
530 | 2024-10-18T22:13:00.962Z | Downloaded match_cfg v0.1.0 |
531 | 2024-10-18T22:13:00.962Z | Downloaded instability v0.3.2 |
532 | 2024-10-18T22:13:00.962Z | Downloaded debug-ignore v1.0.5 |
533 | 2024-10-18T22:13:00.962Z | Downloaded ipnetwork v0.20.0 |
534 | 2024-10-18T22:13:00.962Z | Downloaded http-body-util v0.1.2 |
535 | 2024-10-18T22:13:00.962Z | Downloaded impl-trait-for-tuples v0.2.2 |
536 | 2024-10-18T22:13:00.962Z | Downloaded nanorand v0.7.0 |
537 | 2024-10-18T22:13:00.962Z | Downloaded mockall v0.13.0 |
538 | 2024-10-18T22:13:00.962Z | Downloaded aead v0.5.2 |
539 | 2024-10-18T22:13:00.962Z | Downloaded lock_api v0.4.12 |
540 | 2024-10-18T22:13:00.962Z | Downloaded backoff v0.4.0 |
541 | 2024-10-18T22:13:00.962Z | Downloaded nodrop v0.1.14 |
542 | 2024-10-18T22:13:00.962Z | Downloaded ciborium v0.2.2 |
543 | 2024-10-18T22:13:00.962Z | Downloaded iana-time-zone v0.1.61 |
544 | 2024-10-18T22:13:00.962Z | Downloaded indoc v1.0.9 |
545 | 2024-10-18T22:13:00.962Z | Downloaded cookie v0.18.1 |
546 | 2024-10-18T22:13:00.963Z | Downloaded ciborium-io v0.2.2 |
547 | 2024-10-18T22:13:00.963Z | Downloaded multer v3.1.0 |
548 | 2024-10-18T22:13:00.963Z | Downloaded memoffset v0.9.1 |
549 | 2024-10-18T22:13:00.963Z | Downloaded async-stream-impl v0.3.6 |
550 | 2024-10-18T22:13:00.963Z | Downloaded mime_guess v2.0.5 |
551 | 2024-10-18T22:13:00.963Z | Downloaded jobserver v0.1.32 |
552 | 2024-10-18T22:13:00.963Z | Downloaded hmac v0.12.1 |
553 | 2024-10-18T22:13:00.963Z | Downloaded indexmap v1.9.3 |
554 | 2024-10-18T22:13:00.963Z | Downloaded castaway v0.2.3 |
555 | 2024-10-18T22:13:00.963Z | Downloaded miniz_oxide v0.8.0 |
556 | 2024-10-18T22:13:00.963Z | Downloaded http-range v0.1.5 |
557 | 2024-10-18T22:13:00.963Z | Downloaded crucible-workspace-hack v0.1.0 |
558 | 2024-10-18T22:13:00.963Z | Downloaded crc v3.2.1 |
559 | 2024-10-18T22:13:00.963Z | Downloaded async-trait v0.1.83 |
560 | 2024-10-18T22:13:00.963Z | Downloaded ident_case v1.0.1 |
561 | 2024-10-18T22:13:00.963Z | Downloaded instant v0.1.13 |
562 | 2024-10-18T22:13:00.963Z | Downloaded signal-hook-tokio v0.3.1 |
563 | 2024-10-18T22:13:00.963Z | Downloaded is_ci v1.2.0 |
564 | 2024-10-18T22:13:00.963Z | Downloaded new_debug_unreachable v1.0.6 |
565 | 2024-10-18T22:13:00.963Z | Downloaded take_mut v0.2.2 |
566 | 2024-10-18T22:13:00.963Z | Downloaded matches v0.1.10 |
567 | 2024-10-18T22:13:00.963Z | Downloaded crossbeam-epoch v0.9.18 |
568 | 2024-10-18T22:13:00.963Z | Downloaded blake2 v0.10.6 |
569 | 2024-10-18T22:13:00.963Z | Downloaded blowfish v0.9.1 |
570 | 2024-10-18T22:13:00.963Z | Downloaded libloading v0.8.5 |
571 | 2024-10-18T22:13:00.963Z | Downloaded bitflags v1.3.2 |
572 | 2024-10-18T22:13:00.963Z | Downloaded inout v0.1.3 |
573 | 2024-10-18T22:13:00.963Z | Downloaded allocator-api2 v0.2.18 |
574 | 2024-10-18T22:13:00.963Z | Downloaded bitfield v0.14.0 |
575 | 2024-10-18T22:13:00.963Z | Downloaded chrono-tz-build v0.4.0 |
576 | 2024-10-18T22:13:00.963Z | Downloaded async-recursion v1.1.1 |
577 | 2024-10-18T22:13:00.963Z | Downloaded spin v0.5.2 |
578 | 2024-10-18T22:13:00.963Z | Downloaded indent_write v2.2.0 |
579 | 2024-10-18T22:13:00.963Z | Downloaded humantime v2.1.0 |
580 | 2024-10-18T22:13:00.963Z | Downloaded spki v0.7.3 |
581 | 2024-10-18T22:13:00.963Z | Downloaded hubpack v0.1.2 |
582 | 2024-10-18T22:13:00.963Z | Downloaded try-lock v0.2.5 |
583 | 2024-10-18T22:13:00.963Z | Downloaded cipher v0.4.4 |
584 | 2024-10-18T22:13:00.963Z | Downloaded newtype-uuid v1.1.2 |
585 | 2024-10-18T22:13:00.963Z | Downloaded data-encoding v2.6.0 |
586 | 2024-10-18T22:13:00.964Z | Downloaded display-error-chain v0.2.1 |
587 | 2024-10-18T22:13:00.964Z | Downloaded rusty-fork v0.3.0 |
588 | 2024-10-18T22:13:00.964Z | Downloaded tiny-keccak v2.0.2 |
589 | 2024-10-18T22:13:00.964Z | Downloaded clang-sys v1.8.1 |
590 | 2024-10-18T22:13:00.964Z | Downloaded lazycell v1.3.0 |
591 | 2024-10-18T22:13:00.964Z | Downloaded downcast v0.11.0 |
592 | 2024-10-18T22:13:00.964Z | Downloaded multimap v0.10.0 |
593 | 2024-10-18T22:13:00.964Z | Downloaded zone_cfg_derive v0.3.0 |
594 | 2024-10-18T22:13:00.964Z | Downloaded rand_core v0.6.4 |
595 | 2024-10-18T22:13:00.964Z | Downloaded mime v0.3.17 |
596 | 2024-10-18T22:13:00.964Z | Downloaded linked-hash-map v0.5.6 |
597 | 2024-10-18T22:13:00.964Z | Downloaded linear-map v1.2.0 |
598 | 2024-10-18T22:13:00.964Z | Downloaded keccak v0.1.5 |
599 | 2024-10-18T22:13:00.974Z | Downloaded rustversion v1.0.17 |
600 | 2024-10-18T22:13:00.974Z | Downloaded lalrpop-util v0.19.12 |
601 | 2024-10-18T22:13:00.974Z | Downloaded path-slash v0.1.5 |
602 | 2024-10-18T22:13:00.974Z | Downloaded openssl-macros v0.1.1 |
603 | 2024-10-18T22:13:00.974Z | Downloaded fxhash v0.2.1 |
604 | 2024-10-18T22:13:00.974Z | Downloaded md-5 v0.10.6 |
605 | 2024-10-18T22:13:00.974Z | Downloaded maplit v1.0.2 |
606 | 2024-10-18T22:13:00.974Z | Downloaded tap v1.0.1 |
607 | 2024-10-18T22:13:00.974Z | Downloaded structmeta-derive v0.2.0 |
608 | 2024-10-18T22:13:00.977Z | Downloaded tabwriter v1.4.0 |
609 | 2024-10-18T22:13:00.977Z | Downloaded cancel-safe-futures v0.1.5 |
610 | 2024-10-18T22:13:00.987Z | Downloaded bzip2 v0.4.4 |
611 | 2024-10-18T22:13:00.987Z | Downloaded bcs v0.1.6 |
612 | 2024-10-18T22:13:00.987Z | Downloaded atomic-waker v1.1.2 |
613 | 2024-10-18T22:13:00.987Z | Downloaded openssl-probe v0.1.5 |
614 | 2024-10-18T22:13:00.990Z | Downloaded xattr v1.3.1 |
615 | 2024-10-18T22:13:00.990Z | Downloaded arrayvec v0.7.6 |
616 | 2024-10-18T22:13:00.990Z | Downloaded crc32fast v1.4.2 |
617 | 2024-10-18T22:13:00.993Z | Downloaded wyz v0.5.1 |
618 | 2024-10-18T22:13:00.993Z | Downloaded rustc_version v0.4.1 |
619 | 2024-10-18T22:13:00.997Z | Downloaded nibble_vec v0.1.0 |
620 | 2024-10-18T22:13:00.997Z | Downloaded base64ct v1.6.0 |
621 | 2024-10-18T22:13:00.999Z | Downloaded slog-envlogger v2.2.0 |
622 | 2024-10-18T22:13:01.002Z | Downloaded base64 v0.21.7 |
623 | 2024-10-18T22:13:01.004Z | Downloaded phf_shared v0.10.0 |
624 | 2024-10-18T22:13:01.007Z | Downloaded uzers v0.11.3 |
625 | 2024-10-18T22:13:01.007Z | Downloaded unarray v0.1.4 |
626 | 2024-10-18T22:13:01.010Z | Downloaded utf-8 v0.7.6 |
627 | 2024-10-18T22:13:01.010Z | Downloaded typify-macro v0.2.0 |
628 | 2024-10-18T22:13:01.012Z | Downloaded float-ord v0.3.2 |
629 | 2024-10-18T22:13:01.012Z | Downloaded hyper-staticfile v0.10.1 |
630 | 2024-10-18T22:13:01.015Z | Downloaded chacha20poly1305 v0.10.1 |
631 | 2024-10-18T22:13:01.018Z | Downloaded slog-dtrace v0.3.0 |
632 | 2024-10-18T22:13:01.020Z | Downloaded precomputed-hash v0.1.1 |
633 | 2024-10-18T22:13:01.020Z | Downloaded foldhash v0.1.3 |
634 | 2024-10-18T22:13:01.020Z | Downloaded memmap2 v0.9.5 |
635 | 2024-10-18T22:13:01.024Z | Downloaded rustls-pemfile v1.0.4 |
636 | 2024-10-18T22:13:01.027Z | Downloaded rustls-pemfile v2.2.0 |
637 | 2024-10-18T22:13:01.027Z | Downloaded strum v0.26.3 |
638 | 2024-10-18T22:13:01.029Z | Downloaded serde-big-array v0.5.1 |
639 | 2024-10-18T22:13:01.032Z | Downloaded hash32 v0.3.1 |
640 | 2024-10-18T22:13:01.032Z | Downloaded toolchain_find v0.4.0 |
641 | 2024-10-18T22:13:01.037Z | Downloaded env_filter v0.1.2 |
642 | 2024-10-18T22:13:01.037Z | Downloaded float-cmp v0.9.0 |
643 | 2024-10-18T22:13:01.039Z | Downloaded group v0.13.0 |
644 | 2024-10-18T22:13:01.039Z | Downloaded hickory-server v0.24.1 |
645 | 2024-10-18T22:13:01.044Z | Downloaded enum-as-inner v0.6.1 |
646 | 2024-10-18T22:13:01.047Z | Downloaded time-core v0.1.2 |
647 | 2024-10-18T22:13:01.050Z | Downloaded tokio-rustls v0.24.1 |
648 | 2024-10-18T22:13:01.050Z | Downloaded crc-any v2.5.0 |
649 | 2024-10-18T22:13:01.052Z | Downloaded deranged v0.3.11 |
650 | 2024-10-18T22:13:01.055Z | Downloaded ipnet v2.10.1 |
651 | 2024-10-18T22:13:01.057Z | Downloaded fd-lock v4.0.2 |
652 | 2024-10-18T22:13:01.060Z | Downloaded signature v2.2.0 |
653 | 2024-10-18T22:13:01.063Z | Downloaded crossbeam-utils v0.8.20 |
654 | 2024-10-18T22:13:01.066Z | Downloaded waitgroup v0.1.2 |
655 | 2024-10-18T22:13:01.066Z | Downloaded spin v0.9.8 |
656 | 2024-10-18T22:13:01.070Z | Downloaded cookie_store v0.21.0 |
657 | 2024-10-18T22:13:01.073Z | Downloaded typify v0.2.0 |
658 | 2024-10-18T22:13:01.073Z | Downloaded phf_generator v0.11.2 |
659 | 2024-10-18T22:13:01.075Z | Downloaded derive_builder_macro v0.20.2 |
660 | 2024-10-18T22:13:01.075Z | Downloaded foreign-types-shared v0.3.1 |
661 | 2024-10-18T22:13:01.080Z | Downloaded progenitor v0.8.0 |
662 | 2024-10-18T22:13:01.080Z | Downloaded packed_struct_codegen v0.10.1 |
663 | 2024-10-18T22:13:01.084Z | Downloaded oso-derive v0.27.3 |
664 | 2024-10-18T22:13:01.084Z | Downloaded ppv-lite86 v0.2.20 |
665 | 2024-10-18T22:13:01.084Z | Downloaded russh-keys v0.45.0 |
666 | 2024-10-18T22:13:01.088Z | Downloaded derive_builder v0.20.2 |
667 | 2024-10-18T22:13:01.099Z | Downloaded der_derive v0.7.3 |
668 | 2024-10-18T22:13:01.102Z | Downloaded structmeta-derive v0.3.0 |
669 | 2024-10-18T22:13:01.107Z | Downloaded num-complex v0.4.6 |
670 | 2024-10-18T22:13:01.112Z | Downloaded slog-bunyan v2.5.0 |
671 | 2024-10-18T22:13:01.112Z | Downloaded slog-async v2.8.0 |
672 | 2024-10-18T22:13:01.112Z | Downloaded shlex v1.3.0 |
673 | 2024-10-18T22:13:01.114Z | Downloaded serde-hex v0.1.0 |
674 | 2024-10-18T22:13:01.114Z | Downloaded http v1.1.0 |
675 | 2024-10-18T22:13:01.117Z | Downloaded scheduled-thread-pool v0.2.7 |
676 | 2024-10-18T22:13:01.119Z | Downloaded same-file v1.0.6 |
677 | 2024-10-18T22:13:01.119Z | Downloaded rpassword v7.3.1 |
678 | 2024-10-18T22:13:01.122Z | Downloaded slog-scope v4.4.0 |
679 | 2024-10-18T22:13:01.122Z | Downloaded slog-json v2.6.1 |
680 | 2024-10-18T22:13:01.125Z | Downloaded radium v0.7.0 |
681 | 2024-10-18T22:13:01.125Z | Downloaded r2d2 v0.8.10 |
682 | 2024-10-18T22:13:01.128Z | Downloaded quick-error v1.2.3 |
683 | 2024-10-18T22:13:01.128Z | Downloaded darling_core v0.20.10 |
684 | 2024-10-18T22:13:01.134Z | Downloaded sigpipe v0.1.3 |
685 | 2024-10-18T22:13:01.137Z | Downloaded ena v0.14.3 |
686 | 2024-10-18T22:13:01.137Z | Downloaded wait-timeout v0.2.0 |
687 | 2024-10-18T22:13:01.141Z | Downloaded fragile v2.0.0 |
688 | 2024-10-18T22:13:01.141Z | Downloaded indicatif v0.17.8 |
689 | 2024-10-18T22:13:01.145Z | Downloaded hyper-util v0.1.9 |
690 | 2024-10-18T22:13:01.148Z | Downloaded hex-literal v0.4.1 |
691 | 2024-10-18T22:13:01.151Z | Downloaded defmt-macros v0.3.9 |
692 | 2024-10-18T22:13:01.153Z | Downloaded parking_lot v0.11.2 |
693 | 2024-10-18T22:13:01.156Z | Downloaded sync_wrapper v0.1.2 |
694 | 2024-10-18T22:13:01.159Z | Downloaded defmt-parser v0.3.4 |
695 | 2024-10-18T22:13:01.159Z | Downloaded topological-sort v0.2.2 |
696 | 2024-10-18T22:13:01.159Z | Downloaded semver v0.1.20 |
697 | 2024-10-18T22:13:01.162Z | Downloaded value-bag v1.9.0 |
698 | 2024-10-18T22:13:01.165Z | Downloaded uuid v1.10.0 |
699 | 2024-10-18T22:13:01.169Z | Downloaded percent-encoding v2.3.1 |
700 | 2024-10-18T22:13:01.169Z | Downloaded funty v2.0.0 |
701 | 2024-10-18T22:13:01.172Z | Downloaded pkg-config v0.3.31 |
702 | 2024-10-18T22:13:01.172Z | Downloaded base64 v0.13.1 |
703 | 2024-10-18T22:13:01.174Z | Downloaded dropshot_endpoint v0.12.0 |
704 | 2024-10-18T22:13:01.177Z | Downloaded bytes v1.7.2 |
705 | 2024-10-18T22:13:01.183Z | Downloaded base64 v0.22.1 |
706 | 2024-10-18T22:13:01.186Z | Downloaded rayon-core v1.12.1 |
707 | 2024-10-18T22:13:01.190Z | Downloaded crypto-bigint v0.5.5 |
708 | 2024-10-18T22:13:01.198Z | Downloaded foreign-types-shared v0.1.1 |
709 | 2024-10-18T22:13:01.201Z | Downloaded rtoolbox v0.0.2 |
710 | 2024-10-18T22:13:01.201Z | Downloaded pretty-hex v0.2.1 |
711 | 2024-10-18T22:13:01.204Z | Downloaded dsl_auto_type v0.1.2 |
712 | 2024-10-18T22:13:01.204Z | Downloaded scopeguard v1.2.0 |
713 | 2024-10-18T22:13:01.204Z | Downloaded polyval v0.6.2 |
714 | 2024-10-18T22:13:01.206Z | Downloaded embedded-io v0.6.1 |
715 | 2024-10-18T22:13:01.209Z | Downloaded tokio-macros v2.4.0 |
716 | 2024-10-18T22:13:01.209Z | Downloaded universal-hash v0.5.1 |
717 | 2024-10-18T22:13:01.214Z | Downloaded subtle v2.6.1 |
718 | 2024-10-18T22:13:01.214Z | Downloaded string_cache v0.8.7 |
719 | 2024-10-18T22:13:01.216Z | Downloaded strum_macros v0.25.3 |
720 | 2024-10-18T22:13:01.216Z | Downloaded hickory-client v0.24.1 |
721 | 2024-10-18T22:13:01.219Z | Downloaded progenitor-client v0.8.0 |
722 | 2024-10-18T22:13:01.222Z | Downloaded owo-colors v4.1.0 |
723 | 2024-10-18T22:13:01.225Z | Downloaded toml v0.7.8 |
724 | 2024-10-18T22:13:01.227Z | Downloaded supports-color v3.0.1 |
725 | 2024-10-18T22:13:01.230Z | Downloaded foreign-types-macros v0.2.3 |
726 | 2024-10-18T22:13:01.230Z | Downloaded dyn-clone v1.0.17 |
727 | 2024-10-18T22:13:01.232Z | Downloaded dirs-sys-next v0.1.2 |
728 | 2024-10-18T22:13:01.232Z | Downloaded which v4.4.2 |
729 | 2024-10-18T22:13:01.235Z | Downloaded ron v0.7.1 |
730 | 2024-10-18T22:13:01.239Z | Downloaded flume v0.11.0 |
731 | 2024-10-18T22:13:01.244Z | Downloaded ssh-cipher v0.2.0 |
732 | 2024-10-18T22:13:01.247Z | Downloaded whoami v1.5.2 |
733 | 2024-10-18T22:13:01.247Z | Downloaded cc v1.1.30 |
734 | 2024-10-18T22:13:01.251Z | Downloaded backtrace v0.3.74 |
735 | 2024-10-18T22:13:01.256Z | Downloaded vte_generate_state_changes v0.1.2 |
736 | 2024-10-18T22:13:01.260Z | Downloaded untrusted v0.7.1 |
737 | 2024-10-18T22:13:01.263Z | Downloaded parse-display v0.10.0 |
738 | 2024-10-18T22:13:01.263Z | Downloaded olpc-cjson v0.1.4 |
739 | 2024-10-18T22:13:01.263Z | Downloaded opaque-debug v0.3.1 |
740 | 2024-10-18T22:13:01.263Z | Downloaded phf_codegen v0.11.2 |
741 | 2024-10-18T22:13:01.265Z | Downloaded num v0.4.3 |
742 | 2024-10-18T22:13:01.265Z | Downloaded heck v0.3.3 |
743 | 2024-10-18T22:13:01.268Z | Downloaded poly1305 v0.8.0 |
744 | 2024-10-18T22:13:01.270Z | Downloaded tinyvec_macros v0.1.1 |
745 | 2024-10-18T22:13:01.270Z | Downloaded serde_urlencoded v0.7.1 |
746 | 2024-10-18T22:13:01.273Z | Downloaded predicates-tree v1.0.11 |
747 | 2024-10-18T22:13:01.273Z | Downloaded predicates-core v1.0.8 |
748 | 2024-10-18T22:13:01.276Z | Downloaded powerfmt v0.2.0 |
749 | 2024-10-18T22:13:01.276Z | Downloaded tokio-tungstenite v0.23.1 |
750 | 2024-10-18T22:13:01.278Z | Downloaded peg v0.8.4 |
751 | 2024-10-18T22:13:01.283Z | Downloaded oso v0.27.3 |
752 | 2024-10-18T22:13:01.286Z | Downloaded parse-display-derive v0.10.0 |
753 | 2024-10-18T22:13:01.290Z | Downloaded env_logger v0.11.5 |
754 | 2024-10-18T22:13:01.292Z | Downloaded ron v0.8.1 |
755 | 2024-10-18T22:13:01.296Z | Downloaded hash32 v0.2.1 |
756 | 2024-10-18T22:13:01.298Z | Downloaded psl-types v2.0.11 |
757 | 2024-10-18T22:13:01.301Z | Downloaded progenitor-macro v0.8.0 |
758 | 2024-10-18T22:13:01.301Z | Downloaded proc-macro-crate v1.3.1 |
759 | 2024-10-18T22:13:01.301Z | Downloaded primeorder v0.13.6 |
760 | 2024-10-18T22:13:01.304Z | Downloaded progenitor-impl v0.8.0 |
761 | 2024-10-18T22:13:01.307Z | Downloaded thiserror-no-std v2.0.2 |
762 | 2024-10-18T22:13:01.310Z | Downloaded thread_local v1.1.8 |
763 | 2024-10-18T22:13:01.313Z | Downloaded thiserror-impl-no-std v2.0.2 |
764 | 2024-10-18T22:13:01.313Z | Downloaded futures-channel v0.3.31 |
765 | 2024-10-18T22:13:01.315Z | Downloaded phf v0.11.2 |
766 | 2024-10-18T22:13:01.318Z | Downloaded getrandom v0.2.15 |
767 | 2024-10-18T22:13:01.320Z | Downloaded crossterm v0.28.1 |
768 | 2024-10-18T22:13:01.326Z | Downloaded tls_codec v0.4.1 |
769 | 2024-10-18T22:13:01.328Z | Downloaded foreign-types v0.5.0 |
770 | 2024-10-18T22:13:01.331Z | Downloaded either v1.13.0 |
771 | 2024-10-18T22:13:01.334Z | Downloaded walkdir v2.5.0 |
772 | 2024-10-18T22:13:01.334Z | Downloaded ff v0.13.0 |
773 | 2024-10-18T22:13:01.337Z | Downloaded fallible-streaming-iterator v0.1.9 |
774 | 2024-10-18T22:13:01.337Z | Downloaded fallible-iterator v0.3.0 |
775 | 2024-10-18T22:13:01.340Z | Downloaded pkcs5 v0.7.1 |
776 | 2024-10-18T22:13:01.342Z | Downloaded parse-size v1.0.0 |
777 | 2024-10-18T22:13:01.342Z | Downloaded postgres-types v0.2.8 |
778 | 2024-10-18T22:13:01.345Z | Downloaded postgres-protocol v0.6.7 |
779 | 2024-10-18T22:13:01.347Z | Downloaded gethostname v0.5.0 |
780 | 2024-10-18T22:13:01.350Z | Downloaded nu-ansi-term v0.50.1 |
781 | 2024-10-18T22:13:01.352Z | Downloaded pin-project v1.1.6 |
782 | 2024-10-18T22:13:01.362Z | Downloaded zone_cfg_derive v0.1.2 |
783 | 2024-10-18T22:13:01.365Z | Downloaded serde_plain v1.0.2 |
784 | 2024-10-18T22:13:01.367Z | Downloaded toml_edit v0.19.15 |
785 | 2024-10-18T22:13:01.381Z | Downloaded tokio-postgres v0.7.12 |
786 | 2024-10-18T22:13:01.387Z | Downloaded num_threads v0.1.7 |
787 | 2024-10-18T22:13:01.389Z | Downloaded num-conv v0.1.0 |
788 | 2024-10-18T22:13:01.389Z | Downloaded zone v0.3.0 |
789 | 2024-10-18T22:13:01.391Z | Downloaded serde_repr v0.1.19 |
790 | 2024-10-18T22:13:01.394Z | Downloaded vsss-rs v3.3.4 |
791 | 2024-10-18T22:13:01.397Z | Downloaded twox-hash v1.6.3 |
792 | 2024-10-18T22:13:01.399Z | Downloaded zone v0.1.8 |
793 | 2024-10-18T22:13:01.399Z | Downloaded static_assertions v1.1.0 |
794 | 2024-10-18T22:13:01.403Z | Downloaded ssh-encoding v0.2.0 |
795 | 2024-10-18T22:13:01.405Z | Downloaded rand_xorshift v0.3.0 |
796 | 2024-10-18T22:13:01.405Z | Downloaded num_enum_derive v0.5.11 |
797 | 2024-10-18T22:13:01.405Z | Downloaded futures-core v0.3.31 |
798 | 2024-10-18T22:13:01.407Z | Downloaded unicode-bidi v0.3.17 |
799 | 2024-10-18T22:13:01.410Z | Downloaded mio v1.0.2 |
800 | 2024-10-18T22:13:01.415Z | Downloaded russh-cryptovec v0.7.3 |
801 | 2024-10-18T22:13:01.419Z | Downloaded openssl-sys v0.9.103 |
802 | 2024-10-18T22:13:01.421Z | Downloaded tower-service v0.3.3 |
803 | 2024-10-18T22:13:01.424Z | Downloaded futures-sink v0.3.31 |
804 | 2024-10-18T22:13:01.424Z | Downloaded sec1 v0.7.3 |
805 | 2024-10-18T22:13:01.426Z | Downloaded qorb v0.0.2 |
806 | 2024-10-18T22:13:01.429Z | Downloaded flate2 v1.0.34 |
807 | 2024-10-18T22:13:01.435Z | Downloaded term v0.7.0 |
808 | 2024-10-18T22:13:01.439Z | Downloaded termios v0.3.3 |
809 | 2024-10-18T22:13:01.441Z | Downloaded x509-cert v0.2.5 |
810 | 2024-10-18T22:13:01.447Z | Downloaded termcolor v1.4.1 |
811 | 2024-10-18T22:13:01.449Z | Downloaded num-integer v0.1.46 |
812 | 2024-10-18T22:13:01.452Z | Downloaded filetime v0.2.25 |
813 | 2024-10-18T22:13:01.452Z | Downloaded signal-hook-mio v0.2.4 |
814 | 2024-10-18T22:13:01.457Z | Downloaded num_enum v0.5.11 |
815 | 2024-10-18T22:13:01.459Z | Downloaded nom v7.1.3 |
816 | 2024-10-18T22:13:01.465Z | Downloaded num-iter v0.1.45 |
817 | 2024-10-18T22:13:01.468Z | Downloaded headers-core v0.3.0 |
818 | 2024-10-18T22:13:01.468Z | Downloaded shell-words v1.1.0 |
819 | 2024-10-18T22:13:01.471Z | Downloaded sync_wrapper v1.0.1 |
820 | 2024-10-18T22:13:01.471Z | Downloaded stringprep v0.1.5 |
821 | 2024-10-18T22:13:01.471Z | Downloaded sha1 v0.10.6 |
822 | 2024-10-18T22:13:01.474Z | Downloaded fatfs v0.3.6 |
823 | 2024-10-18T22:13:01.477Z | Downloaded rustc-hash v1.1.0 |
824 | 2024-10-18T22:13:01.477Z | Downloaded ecdsa v0.16.9 |
825 | 2024-10-18T22:13:01.479Z | Downloaded rfc6979 v0.4.0 |
826 | 2024-10-18T22:13:01.482Z | Downloaded foreign-types v0.3.2 |
827 | 2024-10-18T22:13:01.482Z | Downloaded futures-task v0.3.31 |
828 | 2024-10-18T22:13:01.485Z | Downloaded tui-tree-widget v0.22.0 |
829 | 2024-10-18T22:13:01.485Z | Downloaded prettyplease v0.2.22 |
830 | 2024-10-18T22:13:01.487Z | Downloaded num-derive v0.4.2 |
831 | 2024-10-18T22:13:01.490Z | Downloaded diesel-dtrace v0.3.0 |
832 | 2024-10-18T22:13:01.493Z | Downloaded password-hash v0.4.2 |
833 | 2024-10-18T22:13:01.495Z | Downloaded parking_lot_core v0.8.6 |
834 | 2024-10-18T22:13:01.499Z | Downloaded peg-runtime v0.8.3 |
835 | 2024-10-18T22:13:01.499Z | Downloaded snafu-derive v0.8.5 |
836 | 2024-10-18T22:13:01.502Z | Downloaded hashbrown v0.12.3 |
837 | 2024-10-18T22:13:01.504Z | Downloaded typed-path v0.7.1 |
838 | 2024-10-18T22:13:01.509Z | Downloaded schemars_derive v0.8.21 |
839 | 2024-10-18T22:13:01.512Z | Downloaded want v0.3.1 |
840 | 2024-10-18T22:13:01.516Z | Downloaded flagset v0.4.6 |
841 | 2024-10-18T22:13:01.516Z | Downloaded des v0.8.1 |
842 | 2024-10-18T22:13:01.518Z | Downloaded socket2 v0.5.7 |
843 | 2024-10-18T22:13:01.518Z | Downloaded number_prefix v0.4.0 |
844 | 2024-10-18T22:13:02.524Z | Downloaded zeroize_derive v1.4.2 |
845 | 2024-10-18T22:13:02.524Z | Downloaded vte v0.11.1 |
846 | 2024-10-18T22:13:02.529Z | Downloaded slog v2.7.0 |
847 | 2024-10-18T22:13:02.529Z | Downloaded libxml v0.3.3 |
848 | 2024-10-18T22:13:02.529Z | Downloaded rustc-hash v2.0.0 |
849 | 2024-10-18T22:13:02.529Z | Downloaded hyper v0.14.30 |
850 | 2024-10-18T22:13:02.529Z | Downloaded der v0.7.9 |
851 | 2024-10-18T22:13:02.529Z | Downloaded structmeta v0.3.0 |
852 | 2024-10-18T22:13:02.529Z | Downloaded pin-utils v0.1.0 |
853 | 2024-10-18T22:13:02.529Z | Downloaded structmeta v0.2.0 |
854 | 2024-10-18T22:13:02.529Z | Downloaded difflib v0.4.0 |
855 | 2024-10-18T22:13:02.529Z | Downloaded endian-type v0.1.2 |
856 | 2024-10-18T22:13:02.529Z | Downloaded xz2 v0.1.7 |
857 | 2024-10-18T22:13:02.529Z | Downloaded signal-hook v0.3.17 |
858 | 2024-10-18T22:13:02.529Z | Downloaded resolv-conf v0.7.0 |
859 | 2024-10-18T22:13:02.529Z | Downloaded tracing-attributes v0.1.27 |
860 | 2024-10-18T22:13:02.529Z | Downloaded diesel_table_macro_syntax v0.2.0 |
861 | 2024-10-18T22:13:02.529Z | Downloaded unicase v2.7.0 |
862 | 2024-10-18T22:13:02.529Z | Downloaded rustyline v14.0.0 |
863 | 2024-10-18T22:13:02.529Z | Downloaded itertools v0.12.1 |
864 | 2024-10-18T22:13:02.529Z | Downloaded phf_shared v0.11.2 |
865 | 2024-10-18T22:13:02.529Z | Downloaded pin-project-lite v0.2.14 |
866 | 2024-10-18T22:13:02.529Z | Downloaded dhcproto v0.12.0 |
867 | 2024-10-18T22:13:02.529Z | Downloaded snafu v0.8.5 |
868 | 2024-10-18T22:13:02.529Z | Downloaded embedded-io v0.4.0 |
869 | 2024-10-18T22:13:02.529Z | Downloaded smf v0.2.3 |
870 | 2024-10-18T22:13:02.529Z | Downloaded url v2.5.2 |
871 | 2024-10-18T22:13:02.529Z | Downloaded ed25519 v2.2.3 |
872 | 2024-10-18T22:13:02.529Z | Downloaded pbkdf2 v0.12.2 |
873 | 2024-10-18T22:13:02.529Z | Downloaded paste v1.0.15 |
874 | 2024-10-18T22:13:02.529Z | Downloaded test-strategy v0.3.1 |
875 | 2024-10-18T22:13:02.529Z | Downloaded enum-as-inner v0.5.1 |
876 | 2024-10-18T22:13:02.529Z | Downloaded dirs-next v2.0.0 |
877 | 2024-10-18T22:13:02.529Z | Downloaded zeroize v1.8.1 |
878 | 2024-10-18T22:13:02.530Z | Downloaded ref-cast-impl v1.0.23 |
879 | 2024-10-18T22:13:02.530Z | Downloaded secrecy v0.8.0 |
880 | 2024-10-18T22:13:02.530Z | Downloaded pbkdf2 v0.11.0 |
881 | 2024-10-18T22:13:02.530Z | Downloaded globset v0.4.15 |
882 | 2024-10-18T22:13:02.530Z | Downloaded parking_lot_core v0.9.10 |
883 | 2024-10-18T22:13:02.530Z | Downloaded itertools v0.13.0 |
884 | 2024-10-18T22:13:02.530Z | Downloaded strip-ansi-escapes v0.2.0 |
885 | 2024-10-18T22:13:02.530Z | Downloaded parking_lot v0.12.3 |
886 | 2024-10-18T22:13:02.530Z | Downloaded fallible-iterator v0.2.0 |
887 | 2024-10-18T22:13:02.530Z | Downloaded pem v3.0.4 |
888 | 2024-10-18T22:13:02.530Z | Downloaded hyper v1.4.1 |
889 | 2024-10-18T22:13:02.530Z | Downloaded blake3 v1.5.4 |
890 | 2024-10-18T22:13:02.530Z | Downloaded publicsuffix v2.2.3 |
891 | 2024-10-18T22:13:02.530Z | Downloaded rustfmt-wrapper v0.2.1 |
892 | 2024-10-18T22:13:02.530Z | Downloaded rustc_version v0.1.7 |
893 | 2024-10-18T22:13:02.530Z | Downloaded ref-cast v1.0.23 |
894 | 2024-10-18T22:13:02.530Z | Downloaded smallvec v1.13.2 |
895 | 2024-10-18T22:13:02.530Z | Downloaded password-hash v0.5.0 |
896 | 2024-10-18T22:13:02.530Z | Downloaded hashlink v0.9.1 |
897 | 2024-10-18T22:13:02.530Z | Downloaded derive_more v0.99.18 |
898 | 2024-10-18T22:13:02.530Z | Downloaded reqwest v0.11.27 |
899 | 2024-10-18T22:13:02.530Z | Downloaded smallvec v0.6.14 |
900 | 2024-10-18T22:13:02.530Z | Downloaded rand v0.8.5 |
901 | 2024-10-18T22:13:02.530Z | Downloaded tough v0.17.1 |
902 | 2024-10-18T22:13:02.530Z | Downloaded rustls-webpki v0.101.7 |
903 | 2024-10-18T22:13:02.530Z | Downloaded pkcs1 v0.7.5 |
904 | 2024-10-18T22:13:02.530Z | Downloaded peg-macros v0.8.4 |
905 | 2024-10-18T22:13:02.530Z | Downloaded unicode-properties v0.1.3 |
906 | 2024-10-18T22:13:02.530Z | Downloaded unicode_categories v0.1.1 |
907 | 2024-10-18T22:13:02.530Z | Downloaded hkdf v0.12.4 |
908 | 2024-10-18T22:13:02.530Z | Downloaded tokio-rustls v0.26.0 |
909 | 2024-10-18T22:13:02.530Z | Downloaded tokio-stream v0.1.16 |
910 | 2024-10-18T22:13:02.530Z | Downloaded zip v0.6.6 |
911 | 2024-10-18T22:13:02.530Z | Downloaded headers v0.4.0 |
912 | 2024-10-18T22:13:02.530Z | Downloaded tar v0.4.42 |
913 | 2024-10-18T22:13:02.530Z | Downloaded ed25519-dalek v2.1.1 |
914 | 2024-10-18T22:13:02.530Z | Downloaded tracing-core v0.1.32 |
915 | 2024-10-18T22:13:02.530Z | Downloaded tracing v0.1.40 |
916 | 2024-10-18T22:13:02.530Z | Downloaded parse-zoneinfo v0.3.1 |
917 | 2024-10-18T22:13:02.530Z | Downloaded lalrpop v0.19.12 |
918 | 2024-10-18T22:13:02.530Z | Downloaded bindgen v0.69.5 |
919 | 2024-10-18T22:13:02.531Z | Downloaded futures-util v0.3.31 |
920 | 2024-10-18T22:13:02.531Z | Downloaded schemars v0.8.21 |
921 | 2024-10-18T22:13:02.531Z | Downloaded tungstenite v0.23.0 |
922 | 2024-10-18T22:13:02.531Z | Downloaded expectorate v1.1.0 |
923 | 2024-10-18T22:13:02.531Z | Downloaded serde_with v3.11.0 |
924 | 2024-10-18T22:13:02.531Z | Downloaded samael v0.0.17 |
925 | 2024-10-18T22:13:02.531Z | Downloaded diff v0.1.13 |
926 | 2024-10-18T22:13:02.531Z | Downloaded rcgen v0.12.1 |
927 | 2024-10-18T22:13:02.531Z | Downloaded elliptic-curve v0.13.8 |
928 | 2024-10-18T22:13:02.531Z | Downloaded rustls-webpki v0.102.8 |
929 | 2024-10-18T22:13:02.531Z | Downloaded unsafe-libyaml v0.2.11 |
930 | 2024-10-18T22:13:02.531Z | Downloaded quinn v0.11.5 |
931 | 2024-10-18T22:13:02.531Z | Downloaded chrono v0.4.38 |
932 | 2024-10-18T22:13:02.531Z | Downloaded ssh-key v0.6.6 |
933 | 2024-10-18T22:13:02.531Z | Downloaded idna v0.2.3 |
934 | 2024-10-18T22:13:02.531Z | Downloaded diesel_derives v2.2.3 |
935 | 2024-10-18T22:13:02.531Z | Downloaded russh v0.45.0 |
936 | 2024-10-18T22:13:02.531Z | Downloaded rayon v1.10.0 |
937 | 2024-10-18T22:13:02.531Z | Downloaded serde_yaml v0.9.34+deprecated |
938 | 2024-10-18T22:13:02.531Z | Downloaded portable-atomic v1.9.0 |
939 | 2024-10-18T22:13:02.531Z | Downloaded curve25519-dalek v4.1.3 |
940 | 2024-10-18T22:13:02.531Z | Downloaded num-bigint v0.4.6 |
941 | 2024-10-18T22:13:02.531Z | Downloaded regex v1.11.0 |
942 | 2024-10-18T22:13:02.531Z | Downloaded sqlparser v0.45.0 |
943 | 2024-10-18T22:13:02.531Z | Downloaded idna v0.5.0 |
944 | 2024-10-18T22:13:02.531Z | Downloaded unicode-normalization v0.1.24 |
945 | 2024-10-18T22:13:02.531Z | Downloaded reedline v0.35.0 |
946 | 2024-10-18T22:13:02.534Z | Downloaded quick-xml v0.33.0 |
947 | 2024-10-18T22:13:02.534Z | Downloaded vcpkg v0.2.15 |
948 | 2024-10-18T22:13:02.534Z | Downloaded idna v0.3.0 |
949 | 2024-10-18T22:13:02.534Z | Downloaded winnow v0.5.40 |
950 | 2024-10-18T22:13:02.534Z | Downloaded proptest v1.5.0 |
951 | 2024-10-18T22:13:02.534Z | Downloaded radix_trie v0.2.1 |
952 | 2024-10-18T22:13:02.534Z | Downloaded openssl v0.10.66 |
953 | 2024-10-18T22:13:02.534Z | Downloaded h2 v0.3.26 |
954 | 2024-10-18T22:13:02.534Z | Downloaded h2 v0.4.6 |
955 | 2024-10-18T22:13:02.534Z | Downloaded regex-syntax v0.6.29 |
956 | 2024-10-18T22:13:02.534Z | Downloaded salty v0.3.0 |
957 | 2024-10-18T22:13:02.534Z | Downloaded chrono-tz v0.10.0 |
958 | 2024-10-18T22:13:02.534Z | Downloaded p384 v0.13.0 |
959 | 2024-10-18T22:13:02.534Z | Downloaded dropshot v0.12.0 |
960 | 2024-10-18T22:13:02.534Z | Downloaded polar-core v0.27.3 |
961 | 2024-10-18T22:13:02.534Z | Downloaded quinn-proto v0.11.8 |
962 | 2024-10-18T22:13:02.534Z | Downloaded rustls v0.22.4 |
963 | 2024-10-18T22:13:02.535Z | Downloaded bstr v1.10.0 |
964 | 2024-10-18T22:13:02.535Z | Downloaded gimli v0.31.1 |
965 | 2024-10-18T22:13:02.535Z | Downloaded regress v0.10.1 |
966 | 2024-10-18T22:13:02.535Z | Downloaded smoltcp v0.11.0 |
967 | 2024-10-18T22:13:02.535Z | Downloaded rustls v0.23.14 |
968 | 2024-10-18T22:13:02.535Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2024-10-18T22:13:02.535Z | Downloaded typify-impl v0.2.0 |
970 | 2024-10-18T22:13:02.535Z | Downloaded rustls v0.21.12 |
971 | 2024-10-18T22:13:02.535Z | Downloaded regress v0.9.1 |
972 | 2024-10-18T22:13:02.535Z | Downloaded openapiv3 v2.0.0 |
973 | 2024-10-18T22:13:02.535Z | Downloaded diesel v2.2.4 |
974 | 2024-10-18T22:13:02.535Z | Downloaded regex-syntax v0.8.5 |
975 | 2024-10-18T22:13:02.535Z | Downloaded ratatui v0.28.1 |
976 | 2024-10-18T22:13:02.535Z | Downloaded regex-automata v0.4.8 |
977 | 2024-10-18T22:13:02.535Z | Downloaded zerocopy-derive v0.6.6 |
978 | 2024-10-18T22:13:02.535Z | Downloaded sled v0.34.7 |
979 | 2024-10-18T22:13:02.535Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
980 | 2024-10-18T22:13:02.535Z | Downloaded object v0.36.5 |
981 | 2024-10-18T22:13:02.535Z | Downloaded petgraph v0.6.5 |
982 | 2024-10-18T22:13:02.535Z | Downloaded sha3 v0.10.8 |
983 | 2024-10-18T22:13:02.535Z | Downloaded csv v1.3.0 |
984 | 2024-10-18T22:13:02.535Z | Downloaded hickory-proto v0.24.1 |
985 | 2024-10-18T22:13:02.535Z | Downloaded lzma-sys v0.1.20 |
986 | 2024-10-18T22:13:02.535Z | Downloaded libz-sys v1.1.20 |
987 | 2024-10-18T22:13:02.535Z | Downloaded tokio v1.40.0 |
988 | 2024-10-18T22:13:02.538Z | Downloaded reqwest v0.12.8 |
989 | 2024-10-18T22:13:02.545Z | Downloaded git2 v0.19.0 |
990 | 2024-10-18T22:13:02.553Z | Downloaded webpki-roots v0.26.6 |
991 | 2024-10-18T22:13:02.557Z | Downloaded nix v0.29.0 |
992 | 2024-10-18T22:13:02.569Z | Downloaded nix v0.28.0 |
993 | 2024-10-18T22:13:02.581Z | Downloaded object v0.30.4 |
994 | 2024-10-18T22:13:02.591Z | Downloaded smoltcp v0.9.1 |
995 | 2024-10-18T22:13:02.603Z | Downloaded p521 v0.13.3 |
996 | 2024-10-18T22:13:02.607Z | Downloaded idna v0.4.0 |
997 | 2024-10-18T22:13:02.615Z | Downloaded num-bigint-dig v0.8.4 |
998 | 2024-10-18T22:13:02.622Z | Downloaded nix v0.27.1 |
999 | 2024-10-18T22:13:02.633Z | Downloaded heapless v0.7.17 |
1000 | 2024-10-18T22:13:02.638Z | Downloaded steno v0.4.1 |
1001 | 2024-10-18T22:13:02.643Z | Downloaded rusqlite v0.32.1 |
1002 | 2024-10-18T22:13:02.650Z | Downloaded serde_with_macros v3.11.0 |
1003 | 2024-10-18T22:13:02.653Z | Downloaded quinn-udp v0.5.5 |
1004 | 2024-10-18T22:13:02.656Z | Downloaded half v2.4.1 |
1005 | 2024-10-18T22:13:02.658Z | Downloaded bitvec v1.0.1 |
1006 | 2024-10-18T22:13:02.672Z | Downloaded serde_derive_internals v0.29.1 |
1007 | 2024-10-18T22:13:02.675Z | Downloaded tokio-rustls v0.25.0 |
1008 | 2024-10-18T22:13:02.677Z | Downloaded env_logger v0.10.2 |
1009 | 2024-10-18T22:13:02.680Z | Downloaded tungstenite v0.21.0 |
1010 | 2024-10-18T22:13:02.682Z | Downloaded hashbrown v0.14.5 |
1011 | 2024-10-18T22:13:02.687Z | Downloaded time v0.3.36 |
1012 | 2024-10-18T22:13:02.693Z | Downloaded tokio-util v0.7.12 |
1013 | 2024-10-18T22:13:02.700Z | Downloaded encoding_rs v0.8.34 |
1014 | 2024-10-18T22:13:02.720Z | Downloaded sct v0.7.1 |
1015 | 2024-10-18T22:13:02.724Z | Downloaded heapless v0.8.0 |
1016 | 2024-10-18T22:13:02.727Z | Downloaded signal-hook-registry v1.4.2 |
1017 | 2024-10-18T22:13:02.730Z | Downloaded unicode-xid v0.2.6 |
1018 | 2024-10-18T22:13:02.730Z | Downloaded tls_codec_derive v0.4.1 |
1019 | 2024-10-18T22:13:02.733Z | Downloaded tokio-native-tls v0.3.1 |
1020 | 2024-10-18T22:13:02.735Z | Downloaded pin-project-internal v1.1.6 |
1021 | 2024-10-18T22:13:02.735Z | Downloaded p256 v0.13.2 |
1022 | 2024-10-18T22:13:02.738Z | Downloaded num-traits v0.2.19 |
1023 | 2024-10-18T22:13:02.741Z | Downloaded unicode-segmentation v1.12.0 |
1024 | 2024-10-18T22:13:02.744Z | Downloaded hashbrown v0.13.2 |
1025 | 2024-10-18T22:13:02.750Z | Downloaded libm v0.2.8 |
1026 | 2024-10-18T22:13:02.758Z | Downloaded aes-gcm v0.10.3 |
1027 | 2024-10-18T22:13:02.762Z | Downloaded ring v0.16.20 |
1028 | 2024-10-18T22:13:02.845Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1029 | 2024-10-18T22:13:02.907Z | Downloaded omicron-zone-package v0.11.1 |
1030 | 2024-10-18T22:13:02.911Z | Downloaded rand_seeder v0.3.0 |
1031 | 2024-10-18T22:13:02.914Z | Downloaded rand_chacha v0.3.1 |
1032 | 2024-10-18T22:13:02.914Z | Downloaded futures-macro v0.3.31 |
1033 | 2024-10-18T22:13:02.914Z | Downloaded futures-io v0.3.31 |
1034 | 2024-10-18T22:13:02.914Z | Downloaded futures-executor v0.3.31 |
1035 | 2024-10-18T22:13:02.916Z | Downloaded rustc-demangle v0.1.24 |
1036 | 2024-10-18T22:13:02.918Z | Downloaded postcard v1.0.10 |
1037 | 2024-10-18T22:13:02.921Z | Downloaded glob v0.3.1 |
1038 | 2024-10-18T22:13:02.922Z | Downloaded predicates v3.1.2 |
1039 | 2024-10-18T22:13:02.924Z | Downloaded dhcproto-macros v0.1.0 |
1040 | 2024-10-18T22:13:02.927Z | Downloaded termtree v0.4.1 |
1041 | 2024-10-18T22:13:02.927Z | Downloaded stable_deref_trait v1.2.0 |
1042 | 2024-10-18T22:13:02.927Z | Downloaded time-macros v0.2.18 |
1043 | 2024-10-18T22:13:02.929Z | Downloaded vergen v8.3.2 |
1044 | 2024-10-18T22:13:02.931Z | Downloaded futures v0.3.31 |
1045 | 2024-10-18T22:13:02.936Z | Downloaded minimal-lexical v0.2.1 |
1046 | 2024-10-18T22:13:02.941Z | Downloaded serde_path_to_error v0.1.16 |
1047 | 2024-10-18T22:13:02.943Z | Downloaded salsa20 v0.10.2 |
1048 | 2024-10-18T22:13:02.946Z | Downloaded untrusted v0.9.0 |
1049 | 2024-10-18T22:13:02.946Z | Downloaded similar v2.6.0 |
1050 | 2024-10-18T22:13:02.951Z | Downloaded zerocopy v0.6.6 |
1051 | 2024-10-18T22:13:02.953Z | Downloaded http v0.2.12 |
1052 | 2024-10-18T22:13:02.957Z | Downloaded scrypt v0.11.0 |
1053 | 2024-10-18T22:13:02.959Z | Downloaded tokio-tungstenite v0.21.0 |
1054 | 2024-10-18T22:13:02.962Z | Downloaded strum_macros v0.26.4 |
1055 | 2024-10-18T22:13:02.965Z | Downloaded sqlparser_derive v0.2.2 |
1056 | 2024-10-18T22:13:02.965Z | Downloaded ghash v0.5.1 |
1057 | 2024-10-18T22:13:02.967Z | Downloaded itertools v0.10.5 |
1058 | 2024-10-18T22:13:02.972Z | Downloaded slab v0.4.9 |
1059 | 2024-10-18T22:13:02.974Z | Downloaded siphasher v0.3.11 |
1060 | 2024-10-18T22:13:02.977Z | Downloaded derive_builder_core v0.20.2 |
1061 | 2024-10-18T22:13:02.977Z | Downloaded defmt v0.3.8 |
1062 | 2024-10-18T22:13:02.980Z | Downloaded yasna v0.5.2 |
1063 | 2024-10-18T22:13:02.982Z | Downloaded pem-rfc7468 v0.7.0 |
1064 | 2024-10-18T22:13:02.985Z | Downloaded slog-term v2.9.1 |
1065 | 2024-10-18T22:13:02.987Z | Downloaded aes v0.8.4 |
1066 | 2024-10-18T22:13:02.990Z | Downloaded compact_str v0.8.0 |
1067 | 2024-10-18T22:13:02.994Z | Downloaded crossbeam-channel v0.5.13 |
1068 | 2024-10-18T22:13:02.998Z | Downloaded tinyvec v1.8.0 |
1069 | 2024-10-18T22:13:03.001Z | Downloaded subprocess v0.2.9 |
1070 | 2024-10-18T22:13:03.004Z | Downloaded hex v0.4.3 |
1071 | 2024-10-18T22:13:03.007Z | Downloaded derive-where v1.2.7 |
1072 | 2024-10-18T22:13:03.009Z | Downloaded form_urlencoded v1.2.1 |
1073 | 2024-10-18T22:13:03.012Z | Downloaded fixedbitset v0.4.2 |
1074 | 2024-10-18T22:13:03.012Z | Downloaded unicode-truncate v1.1.0 |
1075 | 2024-10-18T22:13:03.015Z | Downloaded pkcs8 v0.10.2 |
1076 | 2024-10-18T22:13:03.017Z | Downloaded num-rational v0.4.2 |
1077 | 2024-10-18T22:13:03.020Z | Downloaded aho-corasick v1.1.3 |
1078 | 2024-10-18T22:13:03.023Z | Downloaded strum_macros v0.24.3 |
1079 | 2024-10-18T22:13:03.026Z | Downloaded slog-stdlog v4.1.1 |
1080 | 2024-10-18T22:13:03.028Z | Downloaded packed_struct v0.10.1 |
1081 | 2024-10-18T22:13:03.028Z | Downloaded rsa v0.9.6 |
1082 | 2024-10-18T22:13:03.033Z | Downloaded native-tls v0.2.12 |
1083 | 2024-10-18T22:13:03.036Z | Downloaded rustls-pki-types v1.9.0 |
1084 | 2024-10-18T22:13:03.039Z | Downloaded mockall_derive v0.13.0 |
1085 | 2024-10-18T22:13:03.042Z | Downloaded const_format v0.2.33 |
1086 | 2024-10-18T22:13:03.047Z | Downloaded sqlformat v0.2.6 |
1087 | 2024-10-18T22:13:03.049Z | Downloaded const-oid v0.9.6 |
1088 | 2024-10-18T22:13:03.052Z | Downloaded lru v0.12.5 |
1089 | 2024-10-18T22:13:03.052Z | Downloaded arc-swap v1.7.1 |
1090 | 2024-10-18T22:13:03.055Z | Downloaded httpdate v1.0.3 |
1091 | 2024-10-18T22:13:03.057Z | Downloaded curve25519-dalek-derive v0.1.1 |
1092 | 2024-10-18T22:13:03.058Z | Downloaded const_format_proc_macros v0.2.33 |
1093 | 2024-10-18T22:13:03.060Z | Downloaded crossbeam-deque v0.8.5 |
1094 | 2024-10-18T22:13:03.063Z | Downloaded cobs v0.2.3 |
1095 | 2024-10-18T22:13:03.063Z | Downloaded http-body v0.4.6 |
1096 | 2024-10-18T22:13:03.065Z | Downloaded home v0.5.9 |
1097 | 2024-10-18T22:13:03.065Z | Downloaded ctr v0.9.2 |
1098 | 2024-10-18T22:13:03.067Z | Downloaded convert_case v0.4.0 |
1099 | 2024-10-18T22:13:03.067Z | Downloaded chacha20 v0.9.1 |
1100 | 2024-10-18T22:13:03.070Z | Downloaded array-init v0.0.4 |
1101 | 2024-10-18T22:13:03.073Z | Downloaded bb8 v0.8.5 |
1102 | 2024-10-18T22:13:03.073Z | Downloaded async-bb8-diesel v0.2.1 |
1103 | 2024-10-18T22:13:03.075Z | Downloaded addr2line v0.24.2 |
1104 | 2024-10-18T22:13:03.078Z | Downloaded bit-set v0.5.3 |
1105 | 2024-10-18T22:13:03.078Z | Downloaded is-terminal v0.4.13 |
1106 | 2024-10-18T22:13:03.080Z | Downloaded hostname v0.3.1 |
1107 | 2024-10-18T22:13:03.080Z | Downloaded hyper-rustls v0.27.3 |
1108 | 2024-10-18T22:13:03.083Z | Downloaded httparse v1.9.5 |
1109 | 2024-10-18T22:13:03.085Z | Downloaded darling v0.20.10 |
1110 | 2024-10-18T22:13:03.089Z | Downloaded csv-core v0.1.11 |
1111 | 2024-10-18T22:13:03.091Z | Downloaded cfg_aliases v0.1.1 |
1112 | 2024-10-18T22:13:03.091Z | Downloaded maybe-uninit v2.0.0 |
1113 | 2024-10-18T22:13:03.094Z | Downloaded managed v0.8.0 |
1114 | 2024-10-18T22:13:03.094Z | Downloaded lru-cache v0.1.2 |
1115 | 2024-10-18T22:13:03.097Z | Downloaded atty v0.2.14 |
1116 | 2024-10-18T22:13:03.097Z | Downloaded assert_matches v1.5.0 |
1117 | 2024-10-18T22:13:03.097Z | Downloaded libsw v3.3.1 |
1118 | 2024-10-18T22:13:03.099Z | Downloaded libefi-sys v0.1.0 |
1119 | 2024-10-18T22:13:03.102Z | Downloaded lazy_static v1.5.0 |
1120 | 2024-10-18T22:13:03.102Z | Downloaded kstat-rs v0.2.4 |
1121 | 2024-10-18T22:13:03.105Z | Downloaded hostname v0.4.0 |
1122 | 2024-10-18T22:13:03.105Z | Downloaded console v0.15.8 |
1123 | 2024-10-18T22:13:03.108Z | Downloaded cassowary v0.3.0 |
1124 | 2024-10-18T22:13:03.110Z | Downloaded argon2 v0.5.3 |
1125 | 2024-10-18T22:13:03.110Z | Downloaded base16ct v0.2.0 |
1126 | 2024-10-18T22:13:03.113Z | Downloaded ciborium-ll v0.2.2 |
1127 | 2024-10-18T22:13:03.113Z | Downloaded cexpr v0.6.0 |
1128 | 2024-10-18T22:13:03.115Z | Downloaded cbc v0.1.2 |
1129 | 2024-10-18T22:13:03.117Z | Downloaded block-padding v0.3.3 |
1130 | 2024-10-18T22:13:03.117Z | Downloaded async-stream v0.3.6 |
1131 | 2024-10-18T22:13:03.120Z | Downloaded ascii-canvas v3.0.0 |
1132 | 2024-10-18T22:13:03.204Z | Downloaded ring v0.17.8 |
1133 | 2024-10-18T22:13:03.323Z | Downloaded libsqlite3-sys v0.30.1 |
1134 | 2024-10-18T22:13:03.515Z | Compiling serde v1.0.210 |
1135 | 2024-10-18T22:13:03.518Z | Compiling typenum v1.17.0 |
1136 | 2024-10-18T22:13:03.518Z | Compiling generic-array v0.14.7 |
1137 | 2024-10-18T22:13:03.518Z | Compiling lock_api v0.4.12 |
1138 | 2024-10-18T22:13:03.518Z | Compiling scopeguard v1.2.0 |
1139 | 2024-10-18T22:13:03.518Z | Compiling subtle v2.6.1 |
1140 | 2024-10-18T22:13:03.711Z | Compiling syn v2.0.79 |
1141 | 2024-10-18T22:13:03.727Z | Compiling getrandom v0.2.15 |
1142 | 2024-10-18T22:13:03.965Z | Compiling rand_core v0.6.4 |
1143 | 2024-10-18T22:13:04.047Z | Compiling value-bag v1.9.0 |
1144 | 2024-10-18T22:13:04.065Z | Compiling const-oid v0.9.6 |
1145 | 2024-10-18T22:13:04.113Z | Compiling pin-project-lite v0.2.14 |
1146 | 2024-10-18T22:13:04.235Z | Compiling smallvec v1.13.2 |
1147 | 2024-10-18T22:13:04.255Z | Compiling jobserver v0.1.32 |
1148 | 2024-10-18T22:13:04.499Z | Compiling log v0.4.22 |
1149 | 2024-10-18T22:13:04.605Z | Compiling parking_lot_core v0.9.10 |
1150 | 2024-10-18T22:13:04.649Z | Compiling shlex v1.3.0 |
1151 | 2024-10-18T22:13:04.682Z | Compiling futures-core v0.3.31 |
1152 | 2024-10-18T22:13:04.930Z | Compiling cc v1.1.30 |
1153 | 2024-10-18T22:13:05.081Z | Compiling signal-hook-registry v1.4.2 |
1154 | 2024-10-18T22:13:05.197Z | Compiling mio v1.0.2 |
1155 | 2024-10-18T22:13:05.371Z | Compiling cpufeatures v0.2.14 |
1156 | 2024-10-18T22:13:05.476Z | Compiling futures-sink v0.3.31 |
1157 | 2024-10-18T22:13:05.633Z | Compiling parking_lot v0.12.3 |
1158 | 2024-10-18T22:13:05.815Z | Compiling spin v0.9.8 |
1159 | 2024-10-18T22:13:05.921Z | Compiling socket2 v0.5.7 |
1160 | 2024-10-18T22:13:06.053Z | Compiling slab v0.4.9 |
1161 | 2024-10-18T22:13:06.222Z | Compiling serde_json v1.0.128 |
1162 | 2024-10-18T22:13:06.351Z | Compiling futures-channel v0.3.31 |
1163 | 2024-10-18T22:13:06.405Z | Compiling allocator-api2 v0.2.18 |
1164 | 2024-10-18T22:13:06.563Z | Compiling pin-utils v0.1.0 |
1165 | 2024-10-18T22:13:06.611Z | Compiling tinyvec_macros v0.1.1 |
1166 | 2024-10-18T22:13:06.660Z | Compiling futures-task v0.3.31 |
1167 | 2024-10-18T22:13:06.706Z | Compiling foldhash v0.1.3 |
1168 | 2024-10-18T22:13:06.770Z | Compiling futures-io v0.3.31 |
1169 | 2024-10-18T22:13:06.808Z | Compiling tinyvec v1.8.0 |
1170 | 2024-10-18T22:13:06.883Z | Compiling libm v0.2.8 |
1171 | 2024-10-18T22:13:06.957Z | Compiling num-traits v0.2.19 |
1172 | 2024-10-18T22:13:07.017Z | Compiling unicode-bidi v0.3.17 |
1173 | 2024-10-18T22:13:07.092Z | Compiling hashbrown v0.15.0 |
1174 | 2024-10-18T22:13:07.202Z | Compiling base64ct v1.6.0 |
1175 | 2024-10-18T22:13:07.558Z | Compiling httparse v1.9.5 |
1176 | 2024-10-18T22:13:07.934Z | Compiling pem-rfc7468 v0.7.0 |
1177 | 2024-10-18T22:13:08.398Z | Compiling unicode-normalization v0.1.24 |
1178 | 2024-10-18T22:13:08.538Z | Compiling flagset v0.4.6 |
1179 | 2024-10-18T22:13:08.679Z | Compiling tracing-core v0.1.32 |
1180 | 2024-10-18T22:13:08.708Z | Compiling crossbeam-utils v0.8.20 |
1181 | 2024-10-18T22:13:08.746Z | Compiling rustls-pki-types v1.9.0 |
1182 | 2024-10-18T22:13:08.841Z | Compiling percent-encoding v2.3.1 |
1183 | 2024-10-18T22:13:09.302Z | Compiling ring v0.17.8 |
1184 | 2024-10-18T22:13:09.397Z | Compiling pkg-config v0.3.31 |
1185 | 2024-10-18T22:13:09.549Z | Compiling num-conv v0.1.0 |
1186 | 2024-10-18T22:13:09.857Z | Compiling untrusted v0.9.0 |
1187 | 2024-10-18T22:13:09.888Z | Compiling powerfmt v0.2.0 |
1188 | 2024-10-18T22:13:09.978Z | Compiling vcpkg v0.2.15 |
1189 | 2024-10-18T22:13:10.028Z | Compiling time-core v0.1.2 |
1190 | 2024-10-18T22:13:10.206Z | Compiling time-macros v0.2.18 |
1191 | 2024-10-18T22:13:10.281Z | Compiling deranged v0.3.11 |
1192 | 2024-10-18T22:13:10.492Z | Compiling num_threads v0.1.7 |
1193 | 2024-10-18T22:13:10.638Z | Compiling atomic-waker v1.1.2 |
1194 | 2024-10-18T22:13:10.838Z | Compiling form_urlencoded v1.2.1 |
1195 | 2024-10-18T22:13:10.963Z | Compiling rustix v0.38.37 |
1196 | 2024-10-18T22:13:11.146Z | Compiling slog v2.7.0 |
1197 | 2024-10-18T22:13:11.396Z | Compiling try-lock v0.2.5 |
1198 | 2024-10-18T22:13:11.538Z | Compiling want v0.3.1 |
1199 | 2024-10-18T22:13:11.761Z | Compiling httpdate v1.0.3 |
1200 | 2024-10-18T22:13:11.863Z | Compiling idna v0.5.0 |
1201 | 2024-10-18T22:13:12.111Z | Compiling openssl-sys v0.9.103 |
1202 | 2024-10-18T22:13:12.205Z | Compiling match_cfg v0.1.0 |
1203 | 2024-10-18T22:13:12.242Z | Compiling tower-service v0.3.3 |
1204 | 2024-10-18T22:13:12.322Z | Compiling foreign-types-shared v0.1.1 |
1205 | 2024-10-18T22:13:12.372Z | Compiling base64 v0.22.1 |
1206 | 2024-10-18T22:13:12.436Z | Compiling iana-time-zone v0.1.61 |
1207 | 2024-10-18T22:13:12.607Z | Compiling rustversion v1.0.17 |
1208 | 2024-10-18T22:13:12.900Z | Compiling openssl v0.10.66 |
1209 | 2024-10-18T22:13:13.129Z | Compiling url v2.5.2 |
1210 | 2024-10-18T22:13:13.336Z | Compiling foreign-types v0.3.2 |
1211 | 2024-10-18T22:13:13.415Z | Compiling hostname v0.3.1 |
1212 | 2024-10-18T22:13:13.434Z | Compiling dirs-sys-next v0.1.2 |
1213 | 2024-10-18T22:13:13.466Z | Compiling aho-corasick v1.1.3 |
1214 | 2024-10-18T22:13:13.497Z | Compiling time v0.3.36 |
1215 | 2024-10-18T22:13:13.650Z | Compiling native-tls v0.2.12 |
1216 | 2024-10-18T22:13:14.023Z | Compiling adler2 v2.0.0 |
1217 | 2024-10-18T22:13:14.083Z | Compiling syn v1.0.109 |
1218 | 2024-10-18T22:13:14.223Z | Compiling rustls v0.22.4 |
1219 | 2024-10-18T22:13:14.496Z | Compiling siphasher v0.3.11 |
1220 | 2024-10-18T22:13:14.664Z | Compiling rustls v0.23.14 |
1221 | 2024-10-18T22:13:14.760Z | Compiling data-encoding v2.6.0 |
1222 | 2024-10-18T22:13:14.897Z | Compiling regex-syntax v0.8.5 |
1223 | 2024-10-18T22:13:14.950Z | Compiling miniz_oxide v0.8.0 |
1224 | 2024-10-18T22:13:15.047Z | Compiling dirs-next v2.0.0 |
1225 | 2024-10-18T22:13:16.539Z | Compiling serde_derive_internals v0.29.1 |
1226 | 2024-10-18T22:13:16.608Z | Compiling crossbeam-epoch v0.9.18 |
1227 | 2024-10-18T22:13:17.086Z | Compiling lazy_static v1.5.0 |
1228 | 2024-10-18T22:13:17.215Z | Compiling thread_local v1.1.8 |
1229 | 2024-10-18T22:13:17.408Z | Compiling cookie v0.18.1 |
1230 | 2024-10-18T22:13:17.719Z | Compiling multer v3.1.0 |
1231 | 2024-10-18T22:13:17.782Z | Compiling encoding_rs v0.8.34 |
1232 | 2024-10-18T22:13:18.018Z | Compiling rayon-core v1.12.1 |
1233 | 2024-10-18T22:13:18.189Z | Compiling serde_derive v1.0.210 |
1234 | 2024-10-18T22:13:18.308Z | Compiling zeroize_derive v1.4.2 |
1235 | 2024-10-18T22:13:18.810Z | Compiling zerocopy-derive v0.7.35 |
1236 | 2024-10-18T22:13:18.860Z | Compiling tokio-macros v2.4.0 |
1237 | 2024-10-18T22:13:19.310Z | Compiling thiserror-impl v1.0.64 |
1238 | 2024-10-18T22:13:19.951Z | Compiling zeroize v1.8.1 |
1239 | 2024-10-18T22:13:20.032Z | Compiling futures-macro v0.3.31 |
1240 | 2024-10-18T22:13:20.534Z | Compiling der_derive v0.7.3 |
1241 | 2024-10-18T22:13:21.088Z | Compiling zerocopy v0.7.35 |
1242 | 2024-10-18T22:13:21.597Z | Compiling tracing-attributes v0.1.27 |
1243 | 2024-10-18T22:13:21.829Z | Compiling crypto-common v0.1.6 |
1244 | 2024-10-18T22:13:22.070Z | Compiling block-buffer v0.10.4 |
1245 | 2024-10-18T22:13:22.088Z | Compiling futures-util v0.3.31 |
1246 | 2024-10-18T22:13:22.233Z | Compiling block-padding v0.3.3 |
1247 | 2024-10-18T22:13:22.363Z | Compiling digest v0.10.7 |
1248 | 2024-10-18T22:13:22.538Z | Compiling inout v0.1.3 |
1249 | 2024-10-18T22:13:22.719Z | Compiling thiserror v1.0.64 |
1250 | 2024-10-18T22:13:22.787Z | Compiling hmac v0.12.1 |
1251 | 2024-10-18T22:13:22.827Z | Compiling sha2 v0.10.8 |
1252 | 2024-10-18T22:13:22.855Z | Compiling cipher v0.4.4 |
1253 | 2024-10-18T22:13:22.874Z | Compiling ppv-lite86 v0.2.20 |
1254 | 2024-10-18T22:13:23.034Z | Compiling pbkdf2 v0.12.2 |
1255 | 2024-10-18T22:13:23.126Z | Compiling der v0.7.9 |
1256 | 2024-10-18T22:13:23.210Z | Compiling pest v2.7.14 |
1257 | 2024-10-18T22:13:23.348Z | Compiling salsa20 v0.10.2 |
1258 | 2024-10-18T22:13:23.578Z | Compiling scrypt v0.11.0 |
1259 | 2024-10-18T22:13:23.731Z | Compiling rand_chacha v0.3.1 |
1260 | 2024-10-18T22:13:24.171Z | Compiling rand v0.8.5 |
1261 | 2024-10-18T22:13:25.572Z | Compiling tracing v0.1.40 |
1262 | 2024-10-18T22:13:26.109Z | Compiling spki v0.7.3 |
1263 | 2024-10-18T22:13:26.191Z | Compiling pest_meta v2.7.14 |
1264 | 2024-10-18T22:13:26.365Z | Compiling cbc v0.1.2 |
1265 | 2024-10-18T22:13:26.386Z | Compiling aes v0.8.4 |
1266 | 2024-10-18T22:13:26.422Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-10-18T22:13:26.441Z | Compiling rustls-webpki v0.102.8 |
1268 | 2024-10-18T22:13:26.471Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-10-18T22:13:26.602Z | Compiling async-trait v0.1.83 |
1270 | 2024-10-18T22:13:27.233Z | Compiling signature v2.2.0 |
1271 | 2024-10-18T22:13:27.554Z | Compiling pest_generator v2.7.14 |
1272 | 2024-10-18T22:13:27.972Z | Compiling scroll v0.12.0 |
1273 | 2024-10-18T22:13:28.379Z | Compiling pkcs5 v0.7.1 |
1274 | 2024-10-18T22:13:28.514Z | Compiling goblin v0.8.2 |
1275 | 2024-10-18T22:13:28.585Z | Compiling sha1 v0.10.6 |
1276 | 2024-10-18T22:13:29.031Z | Compiling pkcs8 v0.10.2 |
1277 | 2024-10-18T22:13:29.224Z | Compiling regex-automata v0.4.8 |
1278 | 2024-10-18T22:13:29.485Z | Compiling gimli v0.31.1 |
1279 | 2024-10-18T22:13:29.557Z | Compiling unicode-properties v0.1.3 |
1280 | 2024-10-18T22:13:29.607Z | Compiling paste v1.0.15 |
1281 | 2024-10-18T22:13:29.773Z | Compiling ipnet v2.10.1 |
1282 | 2024-10-18T22:13:29.959Z | Compiling signal-hook v0.3.17 |
1283 | 2024-10-18T22:13:30.145Z | Compiling schemars v0.8.21 |
1284 | 2024-10-18T22:13:30.246Z | Compiling either v1.13.0 |
1285 | 2024-10-18T22:13:30.517Z | Compiling slog-async v2.8.0 |
1286 | 2024-10-18T22:13:30.688Z | Compiling mime v0.3.17 |
1287 | 2024-10-18T22:13:30.999Z | Compiling openssl-probe v0.1.5 |
1288 | 2024-10-18T22:13:31.295Z | Compiling stringprep v0.1.5 |
1289 | 2024-10-18T22:13:31.315Z | Compiling pest_derive v2.7.14 |
1290 | 2024-10-18T22:13:31.317Z | Compiling futures-executor v0.3.31 |
1291 | 2024-10-18T22:13:32.145Z | Compiling dtrace-parser v0.2.0 |
1292 | 2024-10-18T22:13:32.434Z | Compiling bytes v1.7.2 |
1293 | 2024-10-18T22:13:33.729Z | Compiling tokio v1.40.0 |
1294 | 2024-10-18T22:13:34.414Z | Compiling indexmap v2.6.0 |
1295 | 2024-10-18T22:13:34.649Z | Compiling http v1.1.0 |
1296 | 2024-10-18T22:13:35.924Z | Compiling bitflags v2.6.0 |
1297 | 2024-10-18T22:13:35.944Z | Compiling semver v1.0.23 |
1298 | 2024-10-18T22:13:36.395Z | Compiling rustc_version v0.4.1 |
1299 | 2024-10-18T22:13:36.724Z | Compiling http-body v1.0.1 |
1300 | 2024-10-18T22:13:37.170Z | Compiling dof v0.3.0 |
1301 | 2024-10-18T22:13:37.198Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-10-18T22:13:37.854Z | Compiling toml_datetime v0.6.8 |
1303 | 2024-10-18T22:13:38.377Z | Compiling serde_spanned v0.6.8 |
1304 | 2024-10-18T22:13:38.614Z | Compiling uuid v1.10.0 |
1305 | 2024-10-18T22:13:39.014Z | Compiling usdt-impl v0.5.0 |
1306 | 2024-10-18T22:13:39.459Z | Compiling chrono v0.4.38 |
1307 | 2024-10-18T22:13:40.097Z | Compiling heapless v0.7.17 |
1308 | 2024-10-18T22:13:41.561Z | Compiling http-body-util v0.1.2 |
1309 | 2024-10-18T22:13:41.564Z | Compiling usdt-macro v0.5.0 |
1310 | 2024-10-18T22:13:41.981Z | Compiling usdt-attr-macro v0.5.0 |
1311 | 2024-10-18T22:13:42.328Z | Compiling tokio-util v0.7.12 |
1312 | 2024-10-18T22:13:42.567Z | Compiling toml_edit v0.22.22 |
1313 | 2024-10-18T22:13:42.655Z | Compiling curve25519-dalek v4.1.3 |
1314 | 2024-10-18T22:13:43.282Z | Compiling slog-json v2.6.1 |
1315 | 2024-10-18T22:13:43.326Z | Compiling addr2line v0.24.2 |
1316 | 2024-10-18T22:13:43.617Z | Compiling h2 v0.4.6 |
1317 | 2024-10-18T22:13:43.685Z | Compiling serde_urlencoded v0.7.1 |
1318 | 2024-10-18T22:13:43.781Z | Compiling md-5 v0.10.6 |
1319 | 2024-10-18T22:13:44.031Z | Compiling schemars_derive v0.8.21 |
1320 | 2024-10-18T22:13:44.085Z | Compiling enum-as-inner v0.6.1 |
1321 | 2024-10-18T22:13:44.213Z | Compiling async-stream-impl v0.3.6 |
1322 | 2024-10-18T22:13:45.342Z | Compiling crossbeam-deque v0.8.5 |
1323 | 2024-10-18T22:13:45.639Z | Compiling term v0.7.0 |
1324 | 2024-10-18T22:13:46.147Z | Compiling crossbeam-channel v0.5.13 |
1325 | 2024-10-18T22:13:47.232Z | Compiling num-integer v0.1.46 |
1326 | 2024-10-18T22:13:47.357Z | Compiling rustls-pemfile v2.2.0 |
1327 | 2024-10-18T22:13:47.713Z | Compiling idna v0.3.0 |
1328 | 2024-10-18T22:13:47.939Z | Compiling idna v0.4.0 |
1329 | 2024-10-18T22:13:48.137Z | Compiling ff v0.13.0 |
1330 | 2024-10-18T22:13:48.361Z | Compiling hash32 v0.2.1 |
1331 | 2024-10-18T22:13:48.723Z | Compiling is-terminal v0.4.13 |
1332 | 2024-10-18T22:13:48.860Z | Compiling dropshot v0.12.0 |
1333 | 2024-10-18T22:13:49.174Z | Compiling object v0.36.5 |
1334 | 2024-10-18T22:13:49.329Z | Compiling take_mut v0.2.2 |
1335 | 2024-10-18T22:13:49.454Z | Compiling portable-atomic v1.9.0 |
1336 | 2024-10-18T22:13:49.491Z | Compiling rustc-demangle v0.1.24 |
1337 | 2024-10-18T22:13:49.515Z | Compiling smoltcp v0.9.1 |
1338 | 2024-10-18T22:13:49.532Z | Compiling base16ct v0.2.0 |
1339 | 2024-10-18T22:13:49.853Z | Compiling quick-error v1.2.3 |
1340 | 2024-10-18T22:13:50.002Z | Compiling fallible-iterator v0.2.0 |
1341 | 2024-10-18T22:13:50.254Z | Compiling dyn-clone v1.0.17 |
1342 | 2024-10-18T22:13:50.465Z | Compiling utf-8 v0.7.6 |
1343 | 2024-10-18T22:13:50.487Z | Compiling psl-types v2.0.11 |
1344 | 2024-10-18T22:13:50.527Z | Compiling num-bigint-dig v0.8.4 |
1345 | 2024-10-18T22:13:50.676Z | Compiling linked-hash-map v0.5.6 |
1346 | 2024-10-18T22:13:50.679Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-10-18T22:13:50.778Z | Compiling hyper v1.4.1 |
1348 | 2024-10-18T22:13:50.781Z | Compiling anyhow v1.0.89 |
1349 | 2024-10-18T22:13:51.056Z | Compiling lru-cache v0.1.2 |
1350 | 2024-10-18T22:13:51.092Z | Compiling tungstenite v0.23.0 |
1351 | 2024-10-18T22:13:51.253Z | Compiling publicsuffix v2.2.3 |
1352 | 2024-10-18T22:13:51.526Z | Compiling postgres-protocol v0.6.7 |
1353 | 2024-10-18T22:13:52.066Z | Compiling resolv-conf v0.7.0 |
1354 | 2024-10-18T22:13:52.924Z | Compiling sec1 v0.7.3 |
1355 | 2024-10-18T22:13:53.495Z | Compiling hyper-util v0.1.9 |
1356 | 2024-10-18T22:13:53.593Z | Compiling slog-term v2.9.1 |
1357 | 2024-10-18T22:13:54.196Z | Compiling hickory-proto v0.24.1 |
1358 | 2024-10-18T22:13:54.650Z | Compiling usdt v0.5.0 |
1359 | 2024-10-18T22:13:54.893Z | Compiling group v0.13.0 |
1360 | 2024-10-18T22:13:55.032Z | Compiling num-iter v0.1.45 |
1361 | 2024-10-18T22:13:55.138Z | Compiling tokio-native-tls v0.3.1 |
1362 | 2024-10-18T22:13:55.215Z | Compiling toml v0.8.19 |
1363 | 2024-10-18T22:13:55.236Z | Compiling async-stream v0.3.6 |
1364 | 2024-10-18T22:13:56.663Z | Compiling backtrace v0.3.74 |
1365 | 2024-10-18T22:13:56.716Z | Compiling slog-bunyan v2.5.0 |
1366 | 2024-10-18T22:13:56.849Z | Compiling tokio-rustls v0.25.0 |
1367 | 2024-10-18T22:13:56.922Z | Compiling tokio-rustls v0.26.0 |
1368 | 2024-10-18T22:13:56.980Z | Compiling terminal_size v0.4.0 |
1369 | 2024-10-18T22:13:57.040Z | Compiling dropshot_endpoint v0.12.0 |
1370 | 2024-10-18T22:13:57.207Z | Compiling openapiv3 v2.0.0 |
1371 | 2024-10-18T22:13:57.227Z | Compiling camino v1.1.9 |
1372 | 2024-10-18T22:13:57.282Z | Compiling serde_path_to_error v0.1.16 |
1373 | 2024-10-18T22:13:57.403Z | Compiling futures v0.3.31 |
1374 | 2024-10-18T22:13:58.239Z | Compiling hkdf v0.12.4 |
1375 | 2024-10-18T22:13:58.510Z | Compiling crypto-bigint v0.5.5 |
1376 | 2024-10-18T22:13:58.778Z | Compiling zerocopy-derive v0.6.6 |
1377 | 2024-10-18T22:13:59.202Z | Compiling curve25519-dalek-derive v0.1.1 |
1378 | 2024-10-18T22:14:00.265Z | Compiling phf_shared v0.11.2 |
1379 | 2024-10-18T22:14:00.286Z | Compiling hubpack_derive v0.1.1 |
1380 | 2024-10-18T22:14:00.652Z | Compiling waitgroup v0.1.2 |
1381 | 2024-10-18T22:14:00.807Z | Compiling webpki-roots v0.26.6 |
1382 | 2024-10-18T22:14:00.858Z | Compiling hostname v0.4.0 |
1383 | 2024-10-18T22:14:01.004Z | Compiling ahash v0.8.11 |
1384 | 2024-10-18T22:14:01.025Z | Compiling fs-err v2.11.0 |
1385 | 2024-10-18T22:14:01.110Z | Compiling winnow v0.5.40 |
1386 | 2024-10-18T22:14:01.223Z | Compiling bitflags v1.3.2 |
1387 | 2024-10-18T22:14:01.322Z | Compiling debug-ignore v1.0.5 |
1388 | 2024-10-18T22:14:01.342Z | Compiling managed v0.8.0 |
1389 | 2024-10-18T22:14:01.435Z | Compiling console v0.15.8 |
1390 | 2024-10-18T22:14:01.462Z | Compiling clap_builder v4.5.20 |
1391 | 2024-10-18T22:14:01.765Z | Compiling elliptic-curve v0.13.8 |
1392 | 2024-10-18T22:14:02.815Z | Compiling hubpack v0.1.2 |
1393 | 2024-10-18T22:14:03.084Z | Compiling strum_macros v0.25.3 |
1394 | 2024-10-18T22:14:03.291Z | Compiling zerocopy v0.6.6 |
1395 | 2024-10-18T22:14:03.942Z | Compiling hyper-rustls v0.27.3 |
1396 | 2024-10-18T22:14:04.535Z | Compiling phf v0.11.2 |
1397 | 2024-10-18T22:14:04.703Z | Compiling toml_edit v0.19.15 |
1398 | 2024-10-18T22:14:04.727Z | Compiling hickory-resolver v0.24.1 |
1399 | 2024-10-18T22:14:04.837Z | Compiling signal-hook-mio v0.2.4 |
1400 | 2024-10-18T22:14:05.040Z | Compiling rayon v1.10.0 |
1401 | 2024-10-18T22:14:05.923Z | Compiling cookie_store v0.21.0 |
1402 | 2024-10-18T22:14:07.302Z | Compiling hyper-tls v0.6.0 |
1403 | 2024-10-18T22:14:07.731Z | Compiling postgres-types v0.2.8 |
1404 | 2024-10-18T22:14:09.344Z | Compiling tokio-tungstenite v0.23.1 |
1405 | 2024-10-18T22:14:09.997Z | Compiling tokio-stream v0.1.16 |
1406 | 2024-10-18T22:14:10.946Z | Compiling regex v1.11.0 |
1407 | 2024-10-18T22:14:11.063Z | Compiling bstr v1.10.0 |
1408 | 2024-10-18T22:14:11.219Z | Compiling serde-big-array v0.5.1 |
1409 | 2024-10-18T22:14:11.466Z | Compiling ed25519 v2.2.3 |
1410 | 2024-10-18T22:14:11.564Z | Compiling pkcs1 v0.7.5 |
1411 | 2024-10-18T22:14:11.674Z | Compiling rfc6979 v0.4.0 |
1412 | 2024-10-18T22:14:11.869Z | Compiling clap_derive v4.5.18 |
1413 | 2024-10-18T22:14:12.072Z | Compiling serde_repr v0.1.19 |
1414 | 2024-10-18T22:14:12.546Z | Compiling derive-where v1.2.7 |
1415 | 2024-10-18T22:14:12.631Z | Compiling phf_shared v0.10.0 |
1416 | 2024-10-18T22:14:12.839Z | Compiling float-cmp v0.9.0 |
1417 | 2024-10-18T22:14:12.873Z | Compiling sync_wrapper v1.0.1 |
1418 | 2024-10-18T22:14:13.027Z | Compiling crc32fast v1.4.2 |
1419 | 2024-10-18T22:14:13.030Z | Compiling static_assertions v1.1.0 |
1420 | 2024-10-18T22:14:13.065Z | Compiling predicates-core v1.0.8 |
1421 | 2024-10-18T22:14:13.126Z | Compiling minimal-lexical v0.2.1 |
1422 | 2024-10-18T22:14:13.335Z | Compiling normalize-line-endings v0.3.0 |
1423 | 2024-10-18T22:14:13.356Z | Compiling whoami v1.5.2 |
1424 | 2024-10-18T22:14:13.439Z | Compiling fixedbitset v0.4.2 |
1425 | 2024-10-18T22:14:13.463Z | Compiling bit-vec v0.6.3 |
1426 | 2024-10-18T22:14:13.554Z | Compiling new_debug_unreachable v1.0.6 |
1427 | 2024-10-18T22:14:13.645Z | Compiling number_prefix v0.4.0 |
1428 | 2024-10-18T22:14:13.664Z | Compiling unicode-segmentation v1.12.0 |
1429 | 2024-10-18T22:14:13.871Z | Compiling difflib v0.4.0 |
1430 | 2024-10-18T22:14:13.895Z | Compiling precomputed-hash v0.1.1 |
1431 | 2024-10-18T22:14:13.931Z | Compiling indicatif v0.17.8 |
1432 | 2024-10-18T22:14:13.990Z | Compiling string_cache v0.8.7 |
1433 | 2024-10-18T22:14:14.018Z | Compiling bit-set v0.5.3 |
1434 | 2024-10-18T22:14:14.315Z | Compiling predicates v3.1.2 |
1435 | 2024-10-18T22:14:14.463Z | Compiling similar v2.6.0 |
1436 | 2024-10-18T22:14:14.564Z | Compiling petgraph v0.6.5 |
1437 | 2024-10-18T22:14:15.510Z | Compiling tokio-postgres v0.7.12 |
1438 | 2024-10-18T22:14:16.082Z | Compiling nom v7.1.3 |
1439 | 2024-10-18T22:14:16.211Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1440 | 2024-10-18T22:14:16.247Z | Compiling qorb v0.0.2 |
1441 | 2024-10-18T22:14:16.947Z | Compiling clap v4.5.20 |
1442 | 2024-10-18T22:14:16.968Z | Compiling flate2 v1.0.34 |
1443 | 2024-10-18T22:14:17.079Z | Compiling reqwest v0.12.8 |
1444 | 2024-10-18T22:14:17.969Z | Compiling rsa v0.9.6 |
1445 | 2024-10-18T22:14:18.724Z | Compiling ecdsa v0.16.9 |
1446 | 2024-10-18T22:14:19.573Z | Compiling ed25519-dalek v2.1.1 |
1447 | 2024-10-18T22:14:19.771Z | Compiling toml v0.7.8 |
1448 | 2024-10-18T22:14:20.918Z | Compiling crossterm v0.28.1 |
1449 | 2024-10-18T22:14:22.262Z | Compiling hex v0.4.3 |
1450 | 2024-10-18T22:14:22.332Z | Compiling itertools v0.12.1 |
1451 | 2024-10-18T22:14:22.660Z | Compiling itertools v0.10.5 |
1452 | 2024-10-18T22:14:22.693Z | Compiling x509-cert v0.2.5 |
1453 | 2024-10-18T22:14:22.881Z | Compiling lalrpop-util v0.19.12 |
1454 | 2024-10-18T22:14:23.244Z | Compiling peg-runtime v0.8.3 |
1455 | 2024-10-18T22:14:23.306Z | Compiling unicode-xid v0.2.6 |
1456 | 2024-10-18T22:14:23.494Z | Compiling xattr v1.3.1 |
1457 | 2024-10-18T22:14:23.778Z | Compiling strum_macros v0.26.4 |
1458 | 2024-10-18T22:14:23.916Z | Compiling filetime v0.2.25 |
1459 | 2024-10-18T22:14:24.250Z | Compiling tar v0.4.42 |
1460 | 2024-10-18T22:14:27.274Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1461 | 2024-10-18T22:14:27.340Z | Compiling strum v0.26.3 |
1462 | 2024-10-18T22:14:27.557Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1463 | 2024-10-18T22:14:33.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
1464 | 2024-10-18T22:14:33.289Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1465 | 2024-10-18T22:14:33.337Z | Oct 18 22:14:32.982 INFO Starting download, target: Clickhouse |
1466 | 2024-10-18T22:14:33.337Z | Oct 18 22:14:32.982 INFO Starting download, target: Cockroach |
1467 | 2024-10-18T22:14:33.337Z | Oct 18 22:14:32.982 INFO Starting download, target: Console |
1468 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.982 INFO Starting download, target: DendriteOpenapi |
1469 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.982 INFO Starting download, target: DendriteStub |
1470 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.982 INFO Starting download, target: MaghemiteMgd |
1471 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.982 INFO Starting download, target: TransceiverControl |
1472 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1473 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1474 | 2024-10-18T22:14:33.339Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1475 | 2024-10-18T22:14:33.340Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1476 | 2024-10-18T22:14:33.340Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1477 | 2024-10-18T22:14:33.340Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1478 | 2024-10-18T22:14:33.340Z | Oct 18 22:14:32.983 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1479 | 2024-10-18T22:14:33.582Z | Oct 18 22:14:33.224 INFO Download complete, target: DendriteOpenapi |
1480 | 2024-10-18T22:14:33.680Z | Oct 18 22:14:33.324 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1481 | 2024-10-18T22:14:33.943Z | Oct 18 22:14:33.586 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1482 | 2024-10-18T22:14:34.056Z | Oct 18 22:14:33.701 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1483 | 2024-10-18T22:14:34.199Z | Oct 18 22:14:33.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1484 | 2024-10-18T22:14:34.324Z | Oct 18 22:14:33.969 INFO Download complete, target: Console |
1485 | 2024-10-18T22:14:34.501Z | Oct 18 22:14:34.147 INFO Download complete, target: TransceiverControl |
1486 | 2024-10-18T22:14:34.644Z | Oct 18 22:14:34.290 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1487 | 2024-10-18T22:14:34.645Z | Oct 18 22:14:34.290 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1488 | 2024-10-18T22:14:35.457Z | Oct 18 22:14:35.102 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1489 | 2024-10-18T22:14:37.119Z | Oct 18 22:14:36.764 INFO Download complete, target: DendriteStub |
1490 | 2024-10-18T22:14:37.445Z | Oct 18 22:14:37.090 INFO Download complete, target: MaghemiteMgd |
1491 | 2024-10-18T22:14:42.762Z | Oct 18 22:14:42.408 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1492 | 2024-10-18T22:14:43.076Z | Oct 18 22:14:42.722 INFO Checking that binary works, target: Cockroach |
1493 | 2024-10-18T22:14:43.238Z | Oct 18 22:14:42.884 INFO Download complete, target: Cockroach |
1494 | 2024-10-18T22:14:49.173Z | Oct 18 22:14:48.817 INFO Checking that binary works, target: Clickhouse |
1495 | 2024-10-18T22:14:49.333Z | Oct 18 22:14:48.980 INFO Download complete, target: Clickhouse |
1496 | 2024-10-18T22:14:49.355Z | All builder prerequisites installed successfully, and PATH looks valid |
1497 | 2024-10-18T22:14:49.357Z | |
1498 | 2024-10-18T22:14:49.358Z | real 4:11.631235021 |
1499 | 2024-10-18T22:14:49.358Z | user 13:02.084822977 |
1500 | 2024-10-18T22:14:49.358Z | sys 2:44.324517863 |
1501 | 2024-10-18T22:14:49.358Z | trap 0.469426508 |
1502 | 2024-10-18T22:14:49.358Z | tflt 1.629160464 |
1503 | 2024-10-18T22:14:49.358Z | dflt 1.542452443 |
1504 | 2024-10-18T22:14:49.358Z | kflt 0.021442389 |
1505 | 2024-10-18T22:14:49.358Z | lock 25:17.074170641 |
1506 | 2024-10-18T22:14:49.358Z | slp 50:12.723114895 |
1507 | 2024-10-18T22:14:49.358Z | lat 47.810050229 |
1508 | 2024-10-18T22:14:49.358Z | stop 2:09.628256931 |
1509 | 2024-10-18T22:14:49.358Z | + banner build |
1510 | 2024-10-18T22:14:49.361Z | |
1511 | 2024-10-18T22:14:49.361Z | ##### # # # # ##### |
1512 | 2024-10-18T22:14:49.361Z | # # # # # # # # |
1513 | 2024-10-18T22:14:49.361Z | ##### # # # # # # |
1514 | 2024-10-18T22:14:49.361Z | # # # # # # # # |
1515 | 2024-10-18T22:14:49.361Z | # # # # # # # # |
1516 | 2024-10-18T22:14:49.361Z | ##### #### # ###### ##### |
1517 | 2024-10-18T22:14:49.361Z | |
1518 | 2024-10-18T22:14:49.361Z | + export 'RUSTFLAGS=-D warnings' |
1519 | 2024-10-18T22:14:49.361Z | + RUSTFLAGS='-D warnings' |
1520 | 2024-10-18T22:14:49.361Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
1521 | 2024-10-18T22:14:49.361Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
1522 | 2024-10-18T22:14:49.362Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
1523 | 2024-10-18T22:14:49.362Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
1524 | 2024-10-18T22:14:49.362Z | + export TMPDIR=/var/tmp/omicron_tmp |
1525 | 2024-10-18T22:14:49.362Z | + TMPDIR=/var/tmp/omicron_tmp |
1526 | 2024-10-18T22:14:49.362Z | + export RUST_BACKTRACE=1 |
1527 | 2024-10-18T22:14:49.362Z | + RUST_BACKTRACE=1 |
1528 | 2024-10-18T22:14:49.362Z | + export CARGO_INCREMENTAL=0 |
1529 | 2024-10-18T22:14:49.362Z | + CARGO_INCREMENTAL=0 |
1530 | 2024-10-18T22:14:49.362Z | + export RUSTC_BOOTSTRAP=1 |
1531 | 2024-10-18T22:14:49.362Z | + RUSTC_BOOTSTRAP=1 |
1532 | 2024-10-18T22:14:49.362Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
1533 | 2024-10-18T22:14:50.135Z | Downloading crates ... |
1534 | 2024-10-18T22:14:50.503Z | Downloaded doc-comment v0.3.3 |
1535 | 2024-10-18T22:14:50.510Z | Downloaded concurrent-queue v2.5.0 |
1536 | 2024-10-18T22:14:50.517Z | Downloaded cast v0.3.0 |
1537 | 2024-10-18T22:14:50.517Z | Downloaded async-channel v1.9.0 |
1538 | 2024-10-18T22:14:50.517Z | Downloaded async-channel v2.3.1 |
1539 | 2024-10-18T22:14:50.517Z | Downloaded async-process v2.3.0 |
1540 | 2024-10-18T22:14:50.517Z | Downloaded async-lock v3.4.0 |
1541 | 2024-10-18T22:14:50.521Z | Downloaded async-global-executor v2.4.1 |
1542 | 2024-10-18T22:14:50.533Z | Downloaded anes v0.1.6 |
1543 | 2024-10-18T22:14:50.538Z | Downloaded approx v0.5.1 |
1544 | 2024-10-18T22:14:50.542Z | Downloaded async-object-pool v0.1.5 |
1545 | 2024-10-18T22:14:50.545Z | Downloaded serde_regex v1.1.0 |
1546 | 2024-10-18T22:14:50.545Z | Downloaded relative-path v1.9.3 |
1547 | 2024-10-18T22:14:50.547Z | Downloaded num_cpus v1.16.0 |
1548 | 2024-10-18T22:14:50.550Z | Downloaded similar-asserts v1.6.0 |
1549 | 2024-10-18T22:14:50.553Z | Downloaded path-tree v0.8.1 |
1550 | 2024-10-18T22:14:50.555Z | Downloaded tinytemplate v1.2.1 |
1551 | 2024-10-18T22:14:50.558Z | Downloaded parking v2.2.1 |
1552 | 2024-10-18T22:14:50.558Z | Downloaded proc-macro-crate v3.2.0 |
1553 | 2024-10-18T22:14:50.560Z | Downloaded escape8259 v0.5.3 |
1554 | 2024-10-18T22:14:50.560Z | Downloaded criterion-plot v0.5.0 |
1555 | 2024-10-18T22:14:50.563Z | Downloaded threadpool v1.8.1 |
1556 | 2024-10-18T22:14:50.565Z | Downloaded piper v0.2.4 |
1557 | 2024-10-18T22:14:50.567Z | Downloaded indoc v2.0.5 |
1558 | 2024-10-18T22:14:50.569Z | Downloaded event-listener v2.5.3 |
1559 | 2024-10-18T22:14:50.569Z | Downloaded futures-lite v2.3.0 |
1560 | 2024-10-18T22:14:50.572Z | Downloaded blake2b_simd v1.0.2 |
1561 | 2024-10-18T22:14:50.574Z | Downloaded assert_cmd v2.0.16 |
1562 | 2024-10-18T22:14:50.576Z | Downloaded target-lexicon v0.12.16 |
1563 | 2024-10-18T22:14:50.576Z | Downloaded libtest-mimic v0.7.3 |
1564 | 2024-10-18T22:14:50.579Z | Downloaded async-signal v0.2.10 |
1565 | 2024-10-18T22:14:50.581Z | Downloaded blocking v1.6.1 |
1566 | 2024-10-18T22:14:50.581Z | Downloaded assert-json-diff v2.0.2 |
1567 | 2024-10-18T22:14:50.584Z | Downloaded datatest-stable v0.2.9 |
1568 | 2024-10-18T22:14:50.586Z | Downloaded async-attributes v1.1.2 |
1569 | 2024-10-18T22:14:50.586Z | Downloaded event-listener-strategy v0.5.2 |
1570 | 2024-10-18T22:14:50.589Z | Downloaded plotters-backend v0.3.7 |
1571 | 2024-10-18T22:14:50.589Z | Downloaded plotters-svg v0.3.7 |
1572 | 2024-10-18T22:14:50.591Z | Downloaded nested v0.1.1 |
1573 | 2024-10-18T22:14:50.593Z | Downloaded guppy-workspace-hack v0.1.0 |
1574 | 2024-10-18T22:14:50.605Z | Downloaded oorandom v11.1.4 |
1575 | 2024-10-18T22:14:50.612Z | Downloaded futures-timer v3.0.3 |
1576 | 2024-10-18T22:14:50.617Z | Downloaded rstest_macros v0.23.0 |
1577 | 2024-10-18T22:14:50.621Z | Downloaded event-listener v5.3.1 |
1578 | 2024-10-18T22:14:50.627Z | Downloaded stringmetrics v2.2.2 |
1579 | 2024-10-18T22:14:50.631Z | Downloaded target-spec v3.2.2 |
1580 | 2024-10-18T22:14:50.631Z | Downloaded pathdiff v0.2.2 |
1581 | 2024-10-18T22:14:50.634Z | Downloaded async-io v2.3.4 |
1582 | 2024-10-18T22:14:50.636Z | Downloaded cfg-expr v0.17.0 |
1583 | 2024-10-18T22:14:50.639Z | Downloaded async-task v4.7.1 |
1584 | 2024-10-18T22:14:50.641Z | Downloaded async-executor v1.13.1 |
1585 | 2024-10-18T22:14:50.644Z | Downloaded kv-log-macro v1.0.7 |
1586 | 2024-10-18T22:14:50.647Z | Downloaded hyper-rustls v0.26.0 |
1587 | 2024-10-18T22:14:50.649Z | Downloaded rustls-native-certs v0.7.3 |
1588 | 2024-10-18T22:14:50.652Z | Downloaded polling v3.7.3 |
1589 | 2024-10-18T22:14:50.654Z | Downloaded partial-io v0.5.4 |
1590 | 2024-10-18T22:14:50.657Z | Downloaded rust-argon2 v2.1.0 |
1591 | 2024-10-18T22:14:50.659Z | Downloaded trybuild v1.0.100 |
1592 | 2024-10-18T22:14:50.662Z | Downloaded httptest v0.16.1 |
1593 | 2024-10-18T22:14:50.667Z | Downloaded rand_distr v0.4.3 |
1594 | 2024-10-18T22:14:50.671Z | Downloaded rstest v0.23.0 |
1595 | 2024-10-18T22:14:50.676Z | Downloaded pretty_assertions v1.4.1 |
1596 | 2024-10-18T22:14:50.679Z | Downloaded fancy-regex v0.13.0 |
1597 | 2024-10-18T22:14:50.682Z | Downloaded yansi v1.0.1 |
1598 | 2024-10-18T22:14:50.685Z | Downloaded guppy v0.17.8 |
1599 | 2024-10-18T22:14:50.690Z | Downloaded criterion v0.5.1 |
1600 | 2024-10-18T22:14:50.696Z | Downloaded plotters v0.3.7 |
1601 | 2024-10-18T22:14:50.705Z | Downloaded async-std v1.13.0 |
1602 | 2024-10-18T22:14:50.795Z | Downloaded httpmock v0.8.0-alpha.1 |
1603 | 2024-10-18T22:14:51.489Z | Dirty unicode-ident v1.0.13: the rustflags changed |
1604 | 2024-10-18T22:14:51.489Z | Compiling unicode-ident v1.0.13 |
1605 | 2024-10-18T22:14:51.493Z | Dirty proc-macro2 v1.0.87: the rustflags changed |
1606 | 2024-10-18T22:14:51.493Z | Compiling proc-macro2 v1.0.87 |
1607 | 2024-10-18T22:14:51.493Z | Dirty libc v0.2.159: the rustflags changed |
1608 | 2024-10-18T22:14:51.493Z | Compiling libc v0.2.159 |
1609 | 2024-10-18T22:14:51.493Z | Dirty cfg-if v1.0.0: the rustflags changed |
1610 | 2024-10-18T22:14:51.493Z | Compiling cfg-if v1.0.0 |
1611 | 2024-10-18T22:14:51.493Z | Dirty serde v1.0.210: the rustflags changed |
1612 | 2024-10-18T22:14:51.493Z | Compiling serde v1.0.210 |
1613 | 2024-10-18T22:14:51.493Z | Dirty autocfg v1.4.0: the rustflags changed |
1614 | 2024-10-18T22:14:51.493Z | Compiling autocfg v1.4.0 |
1615 | 2024-10-18T22:14:51.493Z | Dirty memchr v2.7.4: the rustflags changed |
1616 | 2024-10-18T22:14:51.493Z | Compiling memchr v2.7.4 |
1617 | 2024-10-18T22:14:51.493Z | Dirty version_check v0.9.5: the rustflags changed |
1618 | 2024-10-18T22:14:51.493Z | Compiling version_check v0.9.5 |
1619 | 2024-10-18T22:14:51.493Z | Running `/home/build/.rustup/toolchains/1.80.1-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.159/build.rs --error-format=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=2ac3d04886efdd46 -C extra-filename=-2ac3d04886efdd46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1620 | 2024-10-18T22:14:51.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=94faf137b493206b -C extra-filename=-94faf137b493206b --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` |
1621 | 2024-10-18T22:14:51.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=55862b4b1d68d132 -C extra-filename=-55862b4b1d68d132 --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` |
1622 | 2024-10-18T22:14:51.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/build.rs --error-format=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=17cdc4d31a0d05b9 -C extra-filename=-17cdc4d31a0d05b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1623 | 2024-10-18T22:14:51.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=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=c0aa51eaa19bc06f -C extra-filename=-c0aa51eaa19bc06f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1624 | 2024-10-18T22:14:51.636Z | Running `/home/build/.rustup/toolchains/1.80.1-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=31125824db6bbb08 -C extra-filename=-31125824db6bbb08 --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` |
1625 | 2024-10-18T22:14:51.639Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3b7d5cfbb443b029 -C extra-filename=-3b7d5cfbb443b029 --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` |
1626 | 2024-10-18T22:14:51.639Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6f67b0bf22e78afd -C extra-filename=-6f67b0bf22e78afd --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` |
1627 | 2024-10-18T22:14:51.748Z | Dirty value-bag v1.9.0: the rustflags changed |
1628 | 2024-10-18T22:14:51.748Z | Compiling value-bag v1.9.0 |
1629 | 2024-10-18T22:14:51.790Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6bc82a1397c079d6 -C extra-filename=-6bc82a1397c079d6 --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` |
1630 | 2024-10-18T22:14:51.813Z | Dirty scopeguard v1.2.0: the rustflags changed |
1631 | 2024-10-18T22:14:51.813Z | Compiling scopeguard v1.2.0 |
1632 | 2024-10-18T22:14:51.854Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5380524236143168 -C extra-filename=-5380524236143168 --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` |
1633 | 2024-10-18T22:14:51.989Z | Dirty once_cell v1.20.2: the rustflags changed |
1634 | 2024-10-18T22:14:51.989Z | Compiling once_cell v1.20.2 |
1635 | 2024-10-18T22:14:52.028Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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=eebe1899602319ed -C extra-filename=-eebe1899602319ed --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` |
1636 | 2024-10-18T22:14:52.293Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build` |
1637 | 2024-10-18T22:14:52.336Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9/build-script-build` |
1638 | 2024-10-18T22:14:52.341Z | Dirty log v0.4.22: the rustflags changed |
1639 | 2024-10-18T22:14:52.341Z | Compiling log v0.4.22 |
1640 | 2024-10-18T22:14:52.359Z | Running `/home/build/.rustup/toolchains/1.80.1-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=31bde78633f57151 -C extra-filename=-31bde78633f57151 --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-6bc82a1397c079d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1641 | 2024-10-18T22:14:52.382Z | Dirty itoa v1.0.11: the rustflags changed |
1642 | 2024-10-18T22:14:52.382Z | Compiling itoa v1.0.11 |
1643 | 2024-10-18T22:14:52.399Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4cb0fb6bacfafb96 -C extra-filename=-4cb0fb6bacfafb96 --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` |
1644 | 2024-10-18T22:14:52.403Z | Dirty byteorder v1.5.0: the rustflags changed |
1645 | 2024-10-18T22:14:52.403Z | Compiling byteorder v1.5.0 |
1646 | 2024-10-18T22:14:52.442Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=325983a483f82094 -C extra-filename=-325983a483f82094 --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` |
1647 | 2024-10-18T22:14:52.497Z | Dirty smallvec v1.13.2: the rustflags changed |
1648 | 2024-10-18T22:14:52.497Z | Compiling smallvec v1.13.2 |
1649 | 2024-10-18T22:14:52.500Z | Running `/home/build/.rustup/toolchains/1.80.1-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=90c42fabfdf6af03 -C extra-filename=-90c42fabfdf6af03 --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` |
1650 | 2024-10-18T22:14:52.571Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=03448f2c6b15b59e -C extra-filename=-03448f2c6b15b59e --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-55862b4b1d68d132.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)'` |
1651 | 2024-10-18T22:14:52.608Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
1652 | 2024-10-18T22:14:52.608Z | Compiling pin-project-lite v0.2.14 |
1653 | 2024-10-18T22:14:52.612Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.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=5196b1d39b63f0cb -C extra-filename=-5196b1d39b63f0cb --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` |
1654 | 2024-10-18T22:14:52.634Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46/build-script-build` |
1655 | 2024-10-18T22:14:52.716Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1b46dd66a7c6c3c6 -C extra-filename=-1b46dd66a7c6c3c6 --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_time64)' --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","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
1656 | 2024-10-18T22:14:52.754Z | Dirty subtle v2.6.1: the rustflags changed |
1657 | 2024-10-18T22:14:52.754Z | Compiling subtle v2.6.1 |
1658 | 2024-10-18T22:14:52.756Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b7b5464a5de3de01 -C extra-filename=-b7b5464a5de3de01 --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` |
1659 | 2024-10-18T22:14:52.859Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
1660 | 2024-10-18T22:14:52.859Z | Compiling parking_lot_core v0.9.10 |
1661 | 2024-10-18T22:14:52.863Z | Running `/home/build/.rustup/toolchains/1.80.1-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=aeb53c5354bb50d5 -C extra-filename=-aeb53c5354bb50d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1662 | 2024-10-18T22:14:52.888Z | Dirty lock_api v0.4.12: the rustflags changed |
1663 | 2024-10-18T22:14:52.888Z | Compiling lock_api v0.4.12 |
1664 | 2024-10-18T22:14:52.891Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7c4d407230a78784 -C extra-filename=-7c4d407230a78784 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-7c4d407230a78784 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1665 | 2024-10-18T22:14:52.920Z | Dirty thiserror v1.0.64: the rustflags changed |
1666 | 2024-10-18T22:14:52.921Z | Compiling thiserror v1.0.64 |
1667 | 2024-10-18T22:14:52.925Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=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=7b2eec9a92e86dcf -C extra-filename=-7b2eec9a92e86dcf --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1668 | 2024-10-18T22:14:53.105Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
1669 | 2024-10-18T22:14:53.105Z | Compiling allocator-api2 v0.2.18 |
1670 | 2024-10-18T22:14:53.108Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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=b6220780d1ff212d -C extra-filename=-b6220780d1ff212d --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` |
1671 | 2024-10-18T22:14:53.252Z | Dirty shlex v1.3.0: the rustflags changed |
1672 | 2024-10-18T22:14:53.252Z | Compiling shlex v1.3.0 |
1673 | 2024-10-18T22:14:53.255Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cf1da36a64fc6247 -C extra-filename=-cf1da36a64fc6247 --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` |
1674 | 2024-10-18T22:14:53.278Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-7c4d407230a78784/build-script-build` |
1675 | 2024-10-18T22:14:53.403Z | Dirty quote v1.0.37: the rustflags changed |
1676 | 2024-10-18T22:14:53.403Z | Compiling quote v1.0.37 |
1677 | 2024-10-18T22:14:53.405Z | Running `/home/build/.rustup/toolchains/1.80.1-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=826627f40ad2fed3 -C extra-filename=-826627f40ad2fed3 --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-03448f2c6b15b59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1678 | 2024-10-18T22:14:53.405Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build` |
1679 | 2024-10-18T22:14:53.466Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5c1b2e55179eacea -C extra-filename=-5c1b2e55179eacea --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-5380524236143168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1680 | 2024-10-18T22:14:53.478Z | Dirty typenum v1.17.0: the rustflags changed |
1681 | 2024-10-18T22:14:53.478Z | Compiling typenum v1.17.0 |
1682 | 2024-10-18T22:14:53.482Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.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=f78d3e5b0e6ba211 -C extra-filename=-f78d3e5b0e6ba211 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1683 | 2024-10-18T22:14:53.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build` |
1684 | 2024-10-18T22:14:53.708Z | Dirty generic-array v0.14.7: the rustflags changed |
1685 | 2024-10-18T22:14:53.708Z | Compiling generic-array v0.14.7 |
1686 | 2024-10-18T22:14:53.714Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6331d367a75138c7 -C extra-filename=-6331d367a75138c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1687 | 2024-10-18T22:14:53.851Z | Dirty syn v2.0.79: the rustflags changed |
1688 | 2024-10-18T22:14:53.851Z | Compiling syn v2.0.79 |
1689 | 2024-10-18T22:14:53.853Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-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=d1bb9b0d189db5f1 -C extra-filename=-d1bb9b0d189db5f1 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1690 | 2024-10-18T22:14:53.876Z | Dirty ryu v1.0.18: the rustflags changed |
1691 | 2024-10-18T22:14:53.876Z | Compiling ryu v1.0.18 |
1692 | 2024-10-18T22:14:53.879Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c8748712d383e42f -C extra-filename=-c8748712d383e42f --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` |
1693 | 2024-10-18T22:14:53.942Z | Dirty futures-core v0.3.31: the rustflags changed |
1694 | 2024-10-18T22:14:53.943Z | Compiling futures-core v0.3.31 |
1695 | 2024-10-18T22:14:53.946Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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=5c0c6b13016b0cbd -C extra-filename=-5c0c6b13016b0cbd --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` |
1696 | 2024-10-18T22:14:54.104Z | Dirty getrandom v0.2.15: the rustflags changed |
1697 | 2024-10-18T22:14:54.104Z | Compiling getrandom v0.2.15 |
1698 | 2024-10-18T22:14:54.107Z | Running `/home/build/.rustup/toolchains/1.80.1-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=32598d939f53b9b1 -C extra-filename=-32598d939f53b9b1 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1699 | 2024-10-18T22:14:54.131Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6a1cc2da7277af98 -C extra-filename=-6a1cc2da7277af98 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1700 | 2024-10-18T22:14:54.204Z | Dirty jobserver v0.1.32: the rustflags changed |
1701 | 2024-10-18T22:14:54.205Z | Compiling jobserver v0.1.32 |
1702 | 2024-10-18T22:14:54.208Z | Running `/home/build/.rustup/toolchains/1.80.1-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=53659cce17325665 -C extra-filename=-53659cce17325665 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1703 | 2024-10-18T22:14:54.229Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build` |
1704 | 2024-10-18T22:14:54.275Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
1705 | 2024-10-18T22:14:54.275Z | Compiling signal-hook-registry v1.4.2 |
1706 | 2024-10-18T22:14:54.278Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4f7cf3856044bb3a -C extra-filename=-4f7cf3856044bb3a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1707 | 2024-10-18T22:14:54.301Z | Dirty libm v0.2.8: the rustflags changed |
1708 | 2024-10-18T22:14:54.301Z | Compiling libm v0.2.8 |
1709 | 2024-10-18T22:14:54.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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=167dbd547a9f8507 -C extra-filename=-167dbd547a9f8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1710 | 2024-10-18T22:14:54.337Z | Dirty rand_core v0.6.4: the rustflags changed |
1711 | 2024-10-18T22:14:54.338Z | Compiling rand_core v0.6.4 |
1712 | 2024-10-18T22:14:54.358Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=1d0d56c09c2edc5e -C extra-filename=-1d0d56c09c2edc5e --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-32598d939f53b9b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1713 | 2024-10-18T22:14:54.495Z | Dirty parking_lot v0.12.3: the rustflags changed |
1714 | 2024-10-18T22:14:54.495Z | Compiling parking_lot v0.12.3 |
1715 | 2024-10-18T22:14:54.498Z | Running `/home/build/.rustup/toolchains/1.80.1-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=49c39b7cb98fb8f9 -C extra-filename=-49c39b7cb98fb8f9 --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-5c1b2e55179eacea.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6a1cc2da7277af98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1716 | 2024-10-18T22:14:54.639Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main` |
1717 | 2024-10-18T22:14:54.718Z | Dirty cc v1.1.30: the rustflags changed |
1718 | 2024-10-18T22:14:54.718Z | Compiling cc v1.1.30 |
1719 | 2024-10-18T22:14:54.745Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5b71ee306b0ec46a -C extra-filename=-5b71ee306b0ec46a --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-53659cce17325665.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1720 | 2024-10-18T22:14:54.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build` |
1721 | 2024-10-18T22:14:54.782Z | Dirty num-traits v0.2.19: the rustflags changed |
1722 | 2024-10-18T22:14:54.782Z | Compiling num-traits v0.2.19 |
1723 | 2024-10-18T22:14:54.784Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7c8aed53c6093f14 -C extra-filename=-7c8aed53c6093f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-7c8aed53c6093f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1724 | 2024-10-18T22:14:54.846Z | Running `/home/build/.rustup/toolchains/1.80.1-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=60752444239cd916 -C extra-filename=-60752444239cd916 --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` |
1725 | 2024-10-18T22:14:54.893Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ba00d9da7e296366 -C extra-filename=-ba00d9da7e296366 --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` |
1726 | 2024-10-18T22:14:55.092Z | Dirty equivalent v1.0.1: the rustflags changed |
1727 | 2024-10-18T22:14:55.092Z | Compiling equivalent v1.0.1 |
1728 | 2024-10-18T22:14:55.122Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8d0ebed4a536b088 -C extra-filename=-8d0ebed4a536b088 --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` |
1729 | 2024-10-18T22:14:55.127Z | Dirty foldhash v0.1.3: the rustflags changed |
1730 | 2024-10-18T22:14:55.127Z | Compiling foldhash v0.1.3 |
1731 | 2024-10-18T22:14:55.159Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a67cf306747de278 -C extra-filename=-a67cf306747de278 --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` |
1732 | 2024-10-18T22:14:55.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7c8aed53c6093f14/build-script-build` |
1733 | 2024-10-18T22:14:55.226Z | Dirty serde_json v1.0.128: the rustflags changed |
1734 | 2024-10-18T22:14:55.226Z | Compiling serde_json v1.0.128 |
1735 | 2024-10-18T22:14:55.229Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=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=ddccb03e725d221f -C extra-filename=-ddccb03e725d221f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1736 | 2024-10-18T22:14:55.378Z | Dirty hashbrown v0.15.0: the rustflags changed |
1737 | 2024-10-18T22:14:55.381Z | Compiling hashbrown v0.15.0 |
1738 | 2024-10-18T22:14:55.441Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="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", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b70767056d1a4824 -C extra-filename=-b70767056d1a4824 --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-b6220780d1ff212d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8d0ebed4a536b088.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a67cf306747de278.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1739 | 2024-10-18T22:14:55.450Z | Dirty mio v1.0.2: the rustflags changed |
1740 | 2024-10-18T22:14:55.450Z | Compiling mio v1.0.2 |
1741 | 2024-10-18T22:14:55.452Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a720034d2cb4e287 -C extra-filename=-a720034d2cb4e287 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1742 | 2024-10-18T22:14:55.479Z | Dirty spin v0.9.8: the rustflags changed |
1743 | 2024-10-18T22:14:55.479Z | Compiling spin v0.9.8 |
1744 | 2024-10-18T22:14:55.484Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2299d31376bf1b32 -C extra-filename=-2299d31376bf1b32 --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-5c1b2e55179eacea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1745 | 2024-10-18T22:14:55.695Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build` |
1746 | 2024-10-18T22:14:55.730Z | Dirty fnv v1.0.7: the rustflags changed |
1747 | 2024-10-18T22:14:55.730Z | Compiling fnv v1.0.7 |
1748 | 2024-10-18T22:14:55.733Z | Running `/home/build/.rustup/toolchains/1.80.1-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=384dbe410948d0e9 -C extra-filename=-384dbe410948d0e9 --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` |
1749 | 2024-10-18T22:14:55.894Z | Running `/home/build/.rustup/toolchains/1.80.1-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=64c24fe16140f6b4 -C extra-filename=-64c24fe16140f6b4 --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-ba00d9da7e296366.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)'` |
1750 | 2024-10-18T22:14:55.919Z | Dirty socket2 v0.5.7: the rustflags changed |
1751 | 2024-10-18T22:14:55.919Z | Compiling socket2 v0.5.7 |
1752 | 2024-10-18T22:14:55.922Z | Running `/home/build/.rustup/toolchains/1.80.1-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=31f20414dbea471d -C extra-filename=-31f20414dbea471d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1753 | 2024-10-18T22:14:56.353Z | Dirty slab v0.4.9: the rustflags changed |
1754 | 2024-10-18T22:14:56.353Z | Compiling slab v0.4.9 |
1755 | 2024-10-18T22:14:56.356Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d97bd3c5e27e00d6 -C extra-filename=-d97bd3c5e27e00d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-d97bd3c5e27e00d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1756 | 2024-10-18T22:14:56.405Z | Dirty futures-io v0.3.31: the rustflags changed |
1757 | 2024-10-18T22:14:56.405Z | Compiling futures-io v0.3.31 |
1758 | 2024-10-18T22:14:56.408Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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=1d4c5c102c6e9563 -C extra-filename=-1d4c5c102c6e9563 --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` |
1759 | 2024-10-18T22:14:56.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-d97bd3c5e27e00d6/build-script-build` |
1760 | 2024-10-18T22:14:56.772Z | Dirty const-oid v0.9.6: the rustflags changed |
1761 | 2024-10-18T22:14:56.772Z | Compiling const-oid v0.9.6 |
1762 | 2024-10-18T22:14:56.775Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.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=0fbd4ee0c026a43b -C extra-filename=-0fbd4ee0c026a43b --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` |
1763 | 2024-10-18T22:14:56.795Z | Dirty regex-syntax v0.8.5: the rustflags changed |
1764 | 2024-10-18T22:14:56.795Z | Compiling regex-syntax v0.8.5 |
1765 | 2024-10-18T22:14:56.798Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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=26edaa7b21c00140 -C extra-filename=-26edaa7b21c00140 --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` |
1766 | 2024-10-18T22:14:56.851Z | Dirty futures-sink v0.3.31: the rustflags changed |
1767 | 2024-10-18T22:14:56.851Z | Compiling futures-sink v0.3.31 |
1768 | 2024-10-18T22:14:56.854Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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=7739957597c73f63 -C extra-filename=-7739957597c73f63 --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` |
1769 | 2024-10-18T22:14:56.888Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=57539490ecf7bda6 -C extra-filename=-57539490ecf7bda6 --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` |
1770 | 2024-10-18T22:14:56.924Z | Dirty aho-corasick v1.1.3: the rustflags changed |
1771 | 2024-10-18T22:14:56.924Z | Compiling aho-corasick v1.1.3 |
1772 | 2024-10-18T22:14:56.940Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.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=b542551110e8af51 -C extra-filename=-b542551110e8af51 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1773 | 2024-10-18T22:14:57.016Z | Dirty pin-utils v0.1.0: the rustflags changed |
1774 | 2024-10-18T22:14:57.016Z | Compiling pin-utils v0.1.0 |
1775 | 2024-10-18T22:14:57.019Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab4c9310920e6cf2 -C extra-filename=-ab4c9310920e6cf2 --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` |
1776 | 2024-10-18T22:14:57.121Z | Dirty pkg-config v0.3.31: the rustflags changed |
1777 | 2024-10-18T22:14:57.121Z | Compiling pkg-config v0.3.31 |
1778 | 2024-10-18T22:14:57.124Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f4afa31b8ebbf95c -C extra-filename=-f4afa31b8ebbf95c --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` |
1779 | 2024-10-18T22:14:57.194Z | Dirty cpufeatures v0.2.14: the rustflags changed |
1780 | 2024-10-18T22:14:57.194Z | Compiling cpufeatures v0.2.14 |
1781 | 2024-10-18T22:14:57.198Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e9762077546cb7b8 -C extra-filename=-e9762077546cb7b8 --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` |
1782 | 2024-10-18T22:14:57.314Z | Dirty futures-channel v0.3.31: the rustflags changed |
1783 | 2024-10-18T22:14:57.314Z | Compiling futures-channel v0.3.31 |
1784 | 2024-10-18T22:14:57.317Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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=acd6c3528e857df4 -C extra-filename=-acd6c3528e857df4 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1785 | 2024-10-18T22:14:57.740Z | Dirty futures-task v0.3.31: the rustflags changed |
1786 | 2024-10-18T22:14:57.740Z | Compiling futures-task v0.3.31 |
1787 | 2024-10-18T22:14:57.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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=0af99bb190aa0ae2 -C extra-filename=-0af99bb190aa0ae2 --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` |
1788 | 2024-10-18T22:14:57.971Z | Dirty heck v0.5.0: the rustflags changed |
1789 | 2024-10-18T22:14:57.971Z | Compiling heck v0.5.0 |
1790 | 2024-10-18T22:14:57.973Z | Running `/home/build/.rustup/toolchains/1.80.1-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=830498e334c402a9 -C extra-filename=-830498e334c402a9 --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` |
1791 | 2024-10-18T22:14:58.049Z | Dirty rustix v0.38.37: the rustflags changed |
1792 | 2024-10-18T22:14:58.049Z | Compiling rustix v0.38.37 |
1793 | 2024-10-18T22:14:58.056Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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=1255d294522a49db -C extra-filename=-1255d294522a49db --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1794 | 2024-10-18T22:14:58.521Z | Dirty errno v0.3.9: the rustflags changed |
1795 | 2024-10-18T22:14:58.521Z | Compiling errno v0.3.9 |
1796 | 2024-10-18T22:14:58.528Z | Running `/home/build/.rustup/toolchains/1.80.1-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=845b76ba4aeefe65 -C extra-filename=-845b76ba4aeefe65 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1797 | 2024-10-18T22:14:58.690Z | Dirty semver v1.0.23: the rustflags changed |
1798 | 2024-10-18T22:14:58.690Z | Compiling semver v1.0.23 |
1799 | 2024-10-18T22:14:58.693Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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=746a93df62810af4 -C extra-filename=-746a93df62810af4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1800 | 2024-10-18T22:14:58.763Z | Dirty tracing-core v0.1.32: the rustflags changed |
1801 | 2024-10-18T22:14:58.764Z | Compiling tracing-core v0.1.32 |
1802 | 2024-10-18T22:14:58.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.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=77c057abc617a7c2 -C extra-filename=-77c057abc617a7c2 --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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1803 | 2024-10-18T22:14:58.794Z | Dirty iana-time-zone v0.1.61: the rustflags changed |
1804 | 2024-10-18T22:14:58.794Z | Compiling iana-time-zone v0.1.61 |
1805 | 2024-10-18T22:14:58.796Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.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=8635b5d8cbf154bd -C extra-filename=-8635b5d8cbf154bd --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` |
1806 | 2024-10-18T22:14:58.963Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db/build-script-build` |
1807 | 2024-10-18T22:14:59.091Z | Dirty syn v1.0.109: the rustflags changed |
1808 | 2024-10-18T22:14:59.091Z | Compiling syn v1.0.109 |
1809 | 2024-10-18T22:14:59.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --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=7bd69fb34c9940b1 -C extra-filename=-7bd69fb34c9940b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1810 | 2024-10-18T22:14:59.117Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
1811 | 2024-10-18T22:14:59.117Z | Compiling tinyvec_macros v0.1.1 |
1812 | 2024-10-18T22:14:59.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3f75058ddf213ea -C extra-filename=-e3f75058ddf213ea --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` |
1813 | 2024-10-18T22:14:59.228Z | Dirty tinyvec v1.8.0: the rustflags changed |
1814 | 2024-10-18T22:14:59.228Z | Compiling tinyvec v1.8.0 |
1815 | 2024-10-18T22:14:59.230Z | Running `/home/build/.rustup/toolchains/1.80.1-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=08d9e11b5e823d54 -C extra-filename=-08d9e11b5e823d54 --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-e3f75058ddf213ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1816 | 2024-10-18T22:14:59.284Z | Dirty unicode-bidi v0.3.17: the rustflags changed |
1817 | 2024-10-18T22:14:59.284Z | Compiling unicode-bidi v0.3.17 |
1818 | 2024-10-18T22:14:59.284Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=0123801162e17fdd -C extra-filename=-0123801162e17fdd --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` |
1819 | 2024-10-18T22:14:59.308Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build` |
1820 | 2024-10-18T22:14:59.383Z | Dirty percent-encoding v2.3.1: the rustflags changed |
1821 | 2024-10-18T22:14:59.383Z | Compiling percent-encoding v2.3.1 |
1822 | 2024-10-18T22:14:59.386Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8bf889c42ff0e1d1 -C extra-filename=-8bf889c42ff0e1d1 --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` |
1823 | 2024-10-18T22:14:59.767Z | Dirty schemars v0.8.21: the rustflags changed |
1824 | 2024-10-18T22:14:59.767Z | Compiling schemars v0.8.21 |
1825 | 2024-10-18T22:14:59.770Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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=55f55719d25eeb1e -C extra-filename=-55f55719d25eeb1e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1826 | 2024-10-18T22:14:59.820Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build` |
1827 | 2024-10-18T22:14:59.902Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --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=6e40a918bc2bff98 -C extra-filename=-6e40a918bc2bff98 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1828 | 2024-10-18T22:15:00.187Z | Dirty vcpkg v0.2.15: the rustflags changed |
1829 | 2024-10-18T22:15:00.187Z | Compiling vcpkg v0.2.15 |
1830 | 2024-10-18T22:15:00.190Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1de0e5370f5fe5c3 -C extra-filename=-1de0e5370f5fe5c3 --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` |
1831 | 2024-10-18T22:15:00.213Z | Dirty dyn-clone v1.0.17: the rustflags changed |
1832 | 2024-10-18T22:15:00.213Z | Compiling dyn-clone v1.0.17 |
1833 | 2024-10-18T22:15:00.216Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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=5859d1b7689bc278 -C extra-filename=-5859d1b7689bc278 --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` |
1834 | 2024-10-18T22:15:00.466Z | Dirty regex-automata v0.4.8: the rustflags changed |
1835 | 2024-10-18T22:15:00.467Z | Compiling regex-automata v0.4.8 |
1836 | 2024-10-18T22:15:00.470Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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=9f36d56a060ad2ad -C extra-filename=-9f36d56a060ad2ad --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-b542551110e8af51.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1837 | 2024-10-18T22:15:00.733Z | Dirty unicode-normalization v0.1.24: the rustflags changed |
1838 | 2024-10-18T22:15:00.733Z | Compiling unicode-normalization v0.1.24 |
1839 | 2024-10-18T22:15:00.735Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=8e3dd38d8af6e038 -C extra-filename=-8e3dd38d8af6e038 --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-08d9e11b5e823d54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1840 | 2024-10-18T22:15:00.757Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build` |
1841 | 2024-10-18T22:15:00.789Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
1842 | 2024-10-18T22:15:00.789Z | Compiling form_urlencoded v1.2.1 |
1843 | 2024-10-18T22:15:00.791Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5569ff5eb631ad8f -C extra-filename=-5569ff5eb631ad8f --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-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1844 | 2024-10-18T22:15:01.118Z | Dirty crossbeam-utils v0.8.20: the rustflags changed |
1845 | 2024-10-18T22:15:01.118Z | Compiling crossbeam-utils v0.8.20 |
1846 | 2024-10-18T22:15:01.121Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ce379f50ea539839 -C extra-filename=-ce379f50ea539839 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ce379f50ea539839 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1847 | 2024-10-18T22:15:01.827Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
1848 | 2024-10-18T22:15:01.827Z | Compiling serde_derive_internals v0.29.1 |
1849 | 2024-10-18T22:15:01.830Z | Running `/home/build/.rustup/toolchains/1.80.1-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=01dba1068e6c4535 -C extra-filename=-01dba1068e6c4535 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1850 | 2024-10-18T22:15:01.882Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ce379f50ea539839/build-script-build` |
1851 | 2024-10-18T22:15:01.918Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1fb66d11f8bf8743 -C extra-filename=-1fb66d11f8bf8743 --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)'` |
1852 | 2024-10-18T22:15:02.488Z | Dirty ring v0.17.8: the rustflags changed |
1853 | 2024-10-18T22:15:02.488Z | Compiling ring v0.17.8 |
1854 | 2024-10-18T22:15:02.490Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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"' --cfg 'feature="std"' --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=b11132edbeb9429d -C extra-filename=-b11132edbeb9429d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-b11132edbeb9429d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1855 | 2024-10-18T22:15:02.603Z | Dirty idna v0.5.0: the rustflags changed |
1856 | 2024-10-18T22:15:02.604Z | Compiling idna v0.5.0 |
1857 | 2024-10-18T22:15:02.606Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0db1af5b64a05ef8 -C extra-filename=-0db1af5b64a05ef8 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1858 | 2024-10-18T22:15:03.258Z | Dirty httparse v1.9.5: the rustflags changed |
1859 | 2024-10-18T22:15:03.258Z | Compiling httparse v1.9.5 |
1860 | 2024-10-18T22:15:03.261Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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=c795f19b1e3dffc8 -C extra-filename=-c795f19b1e3dffc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c795f19b1e3dffc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1861 | 2024-10-18T22:15:03.498Z | Dirty lazy_static v1.5.0: the rustflags changed |
1862 | 2024-10-18T22:15:03.498Z | Compiling lazy_static v1.5.0 |
1863 | 2024-10-18T22:15:03.501Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cf320adaf9052777 -C extra-filename=-cf320adaf9052777 --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-2299d31376bf1b32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1864 | 2024-10-18T22:15:03.640Z | Dirty url v2.5.2: the rustflags changed |
1865 | 2024-10-18T22:15:03.640Z | Compiling url v2.5.2 |
1866 | 2024-10-18T22:15:03.643Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=6398875b516cf905 -C extra-filename=-6398875b516cf905 --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-5569ff5eb631ad8f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0db1af5b64a05ef8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1867 | 2024-10-18T22:15:03.821Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-b11132edbeb9429d/build-script-build` |
1868 | 2024-10-18T22:15:04.127Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c795f19b1e3dffc8/build-script-build` |
1869 | 2024-10-18T22:15:04.210Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7a236d7ad8978468 -C extra-filename=-7a236d7ad8978468 --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` |
1870 | 2024-10-18T22:15:04.298Z | Dirty base64ct v1.6.0: the rustflags changed |
1871 | 2024-10-18T22:15:04.298Z | Compiling base64ct v1.6.0 |
1872 | 2024-10-18T22:15:04.300Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43a44750c8116f3c -C extra-filename=-43a44750c8116f3c --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` |
1873 | 2024-10-18T22:15:04.656Z | Dirty untrusted v0.9.0: the rustflags changed |
1874 | 2024-10-18T22:15:04.656Z | Compiling untrusted v0.9.0 |
1875 | 2024-10-18T22:15:04.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ba18449f0014995 -C extra-filename=-5ba18449f0014995 --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` |
1876 | 2024-10-18T22:15:04.819Z | Dirty num-conv v0.1.0: the rustflags changed |
1877 | 2024-10-18T22:15:04.819Z | Compiling num-conv v0.1.0 |
1878 | 2024-10-18T22:15:04.822Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2dbaadbd2a98f6d3 -C extra-filename=-2dbaadbd2a98f6d3 --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` |
1879 | 2024-10-18T22:15:04.868Z | Dirty time-core v0.1.2: the rustflags changed |
1880 | 2024-10-18T22:15:04.868Z | Compiling time-core v0.1.2 |
1881 | 2024-10-18T22:15:04.876Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=e8438a68f7699e06 -C extra-filename=-e8438a68f7699e06 --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` |
1882 | 2024-10-18T22:15:04.946Z | Dirty atomic-waker v1.1.2: the rustflags changed |
1883 | 2024-10-18T22:15:04.946Z | Compiling atomic-waker v1.1.2 |
1884 | 2024-10-18T22:15:04.948Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=0226d346e4689e13 -C extra-filename=-0226d346e4689e13 --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` |
1885 | 2024-10-18T22:15:05.030Z | Dirty adler2 v2.0.0: the rustflags changed |
1886 | 2024-10-18T22:15:05.031Z | Compiling adler2 v2.0.0 |
1887 | 2024-10-18T22:15:05.033Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3ab49a5399cf3c85 -C extra-filename=-3ab49a5399cf3c85 --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` |
1888 | 2024-10-18T22:15:05.113Z | Dirty powerfmt v0.2.0: the rustflags changed |
1889 | 2024-10-18T22:15:05.113Z | Compiling powerfmt v0.2.0 |
1890 | 2024-10-18T22:15:05.117Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3fa201fe28271c4f -C extra-filename=-3fa201fe28271c4f --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` |
1891 | 2024-10-18T22:15:05.144Z | Dirty time-macros v0.2.18: the rustflags changed |
1892 | 2024-10-18T22:15:05.144Z | Compiling time-macros v0.2.18 |
1893 | 2024-10-18T22:15:05.147Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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=fe135c41e946333f -C extra-filename=-fe135c41e946333f --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-2dbaadbd2a98f6d3.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1894 | 2024-10-18T22:15:05.236Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
1895 | 2024-10-18T22:15:05.236Z | Compiling miniz_oxide v0.8.0 |
1896 | 2024-10-18T22:15:05.239Z | Running `/home/build/.rustup/toolchains/1.80.1-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=568c7230d30d7b84 -C extra-filename=-568c7230d30d7b84 --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-3ab49a5399cf3c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1897 | 2024-10-18T22:15:05.492Z | Dirty deranged v0.3.11: the rustflags changed |
1898 | 2024-10-18T22:15:05.492Z | Compiling deranged v0.3.11 |
1899 | 2024-10-18T22:15:05.495Z | Running `/home/build/.rustup/toolchains/1.80.1-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=aad5a879e3302801 -C extra-filename=-aad5a879e3302801 --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-3fa201fe28271c4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1900 | 2024-10-18T22:15:05.545Z | Dirty num_threads v0.1.7: the rustflags changed |
1901 | 2024-10-18T22:15:05.545Z | Compiling num_threads v0.1.7 |
1902 | 2024-10-18T22:15:05.548Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4cdb0e798929dbb9 -C extra-filename=-4cdb0e798929dbb9 --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` |
1903 | 2024-10-18T22:15:05.727Z | Dirty strsim v0.11.1: the rustflags changed |
1904 | 2024-10-18T22:15:05.727Z | Compiling strsim v0.11.1 |
1905 | 2024-10-18T22:15:05.749Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a1f7ddb01f1b033d -C extra-filename=-a1f7ddb01f1b033d --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` |
1906 | 2024-10-18T22:15:06.655Z | Dirty regex v1.11.0: the rustflags changed |
1907 | 2024-10-18T22:15:06.655Z | Compiling regex v1.11.0 |
1908 | 2024-10-18T22:15:06.657Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=af2dab8125b2f6b0 -C extra-filename=-af2dab8125b2f6b0 --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-b542551110e8af51.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1909 | 2024-10-18T22:15:06.821Z | Dirty either v1.13.0: the rustflags changed |
1910 | 2024-10-18T22:15:06.821Z | Compiling either v1.13.0 |
1911 | 2024-10-18T22:15:06.824Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5d39f2eb1424d60a -C extra-filename=-5d39f2eb1424d60a --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` |
1912 | 2024-10-18T22:15:07.267Z | Dirty ahash v0.8.11: the rustflags changed |
1913 | 2024-10-18T22:15:07.267Z | Compiling ahash v0.8.11 |
1914 | 2024-10-18T22:15:07.269Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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=6093e0e56b120ab2 -C extra-filename=-6093e0e56b120ab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1915 | 2024-10-18T22:15:07.489Z | Dirty httpdate v1.0.3: the rustflags changed |
1916 | 2024-10-18T22:15:07.489Z | Compiling httpdate v1.0.3 |
1917 | 2024-10-18T22:15:07.492Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fbea464aaabb1e8 -C extra-filename=-6fbea464aaabb1e8 --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` |
1918 | 2024-10-18T22:15:07.683Z | Dirty try-lock v0.2.5: the rustflags changed |
1919 | 2024-10-18T22:15:07.683Z | Compiling try-lock v0.2.5 |
1920 | 2024-10-18T22:15:07.685Z | Running `/home/build/.rustup/toolchains/1.80.1-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=313404437aa63526 -C extra-filename=-313404437aa63526 --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` |
1921 | 2024-10-18T22:15:07.744Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build` |
1922 | 2024-10-18T22:15:07.819Z | Dirty want v0.3.1: the rustflags changed |
1923 | 2024-10-18T22:15:07.819Z | Compiling want v0.3.1 |
1924 | 2024-10-18T22:15:07.819Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=834a74e98d60d91b -C extra-filename=-834a74e98d60d91b --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-313404437aa63526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1925 | 2024-10-18T22:15:07.840Z | Dirty rustls-pki-types v1.9.0: the rustflags changed |
1926 | 2024-10-18T22:15:07.841Z | Compiling rustls-pki-types v1.9.0 |
1927 | 2024-10-18T22:15:07.843Z | Running `/home/build/.rustup/toolchains/1.80.1-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=81784d68f5720db1 -C extra-filename=-81784d68f5720db1 --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` |
1928 | 2024-10-18T22:15:07.985Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
1929 | 2024-10-18T22:15:07.985Z | Compiling pem-rfc7468 v0.7.0 |
1930 | 2024-10-18T22:15:07.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e6975d27c0797841 -C extra-filename=-e6975d27c0797841 --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-43a44750c8116f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1931 | 2024-10-18T22:15:08.101Z | Dirty base64 v0.22.1: the rustflags changed |
1932 | 2024-10-18T22:15:08.101Z | Compiling base64 v0.22.1 |
1933 | 2024-10-18T22:15:08.105Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2da632077f49dfb6 -C extra-filename=-2da632077f49dfb6 --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` |
1934 | 2024-10-18T22:15:08.578Z | Dirty time v0.3.36: the rustflags changed |
1935 | 2024-10-18T22:15:08.579Z | Compiling time v0.3.36 |
1936 | 2024-10-18T22:15:08.583Z | Running `/home/build/.rustup/toolchains/1.80.1-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=478e0f05d7cd44f4 -C extra-filename=-478e0f05d7cd44f4 --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-aad5a879e3302801.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4cdb0e798929dbb9.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1937 | 2024-10-18T22:15:08.611Z | Dirty serde_derive v1.0.210: the rustflags changed |
1938 | 2024-10-18T22:15:08.611Z | Compiling serde_derive v1.0.210 |
1939 | 2024-10-18T22:15:08.615Z | Running `/home/build/.rustup/toolchains/1.80.1-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.210/src/lib.rs --error-format=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=8a19dc9c99dbd829 -C extra-filename=-8a19dc9c99dbd829 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1940 | 2024-10-18T22:15:08.682Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
1941 | 2024-10-18T22:15:08.682Z | Compiling zeroize_derive v1.4.2 |
1942 | 2024-10-18T22:15:08.685Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa42a6b70ded341 -C extra-filename=-7aa42a6b70ded341 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1943 | 2024-10-18T22:15:08.870Z | Dirty thiserror-impl v1.0.64: the rustflags changed |
1944 | 2024-10-18T22:15:08.870Z | Compiling thiserror-impl v1.0.64 |
1945 | 2024-10-18T22:15:08.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=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=c968647aa7910e97 -C extra-filename=-c968647aa7910e97 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1946 | 2024-10-18T22:15:08.937Z | Dirty zerocopy-derive v0.7.35: the rustflags changed |
1947 | 2024-10-18T22:15:08.937Z | Compiling zerocopy-derive v0.7.35 |
1948 | 2024-10-18T22:15:08.940Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.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=3e54e5a87601fc58 -C extra-filename=-3e54e5a87601fc58 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1949 | 2024-10-18T22:15:09.488Z | Dirty tokio-macros v2.4.0: the rustflags changed |
1950 | 2024-10-18T22:15:09.489Z | Compiling tokio-macros v2.4.0 |
1951 | 2024-10-18T22:15:09.491Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=5ee6c8855525af6d -C extra-filename=-5ee6c8855525af6d --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1952 | 2024-10-18T22:15:10.437Z | Dirty zeroize v1.8.1: the rustflags changed |
1953 | 2024-10-18T22:15:10.437Z | Compiling zeroize v1.8.1 |
1954 | 2024-10-18T22:15:10.440Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5fccba4af4fe4320 -C extra-filename=-5fccba4af4fe4320 --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-7aa42a6b70ded341.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1955 | 2024-10-18T22:15:10.871Z | Running `/home/build/.rustup/toolchains/1.80.1-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=04cd9bd80d33c46b -C extra-filename=-04cd9bd80d33c46b --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-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1956 | 2024-10-18T22:15:11.421Z | Dirty futures-macro v0.3.31: the rustflags changed |
1957 | 2024-10-18T22:15:11.421Z | Compiling futures-macro v0.3.31 |
1958 | 2024-10-18T22:15:11.423Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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=e34a33ad812c94f1 -C extra-filename=-e34a33ad812c94f1 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1959 | 2024-10-18T22:15:11.445Z | Dirty zerocopy v0.7.35: the rustflags changed |
1960 | 2024-10-18T22:15:11.445Z | Compiling zerocopy v0.7.35 |
1961 | 2024-10-18T22:15:11.464Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3dc929aab0ea4ca4 -C extra-filename=-3dc929aab0ea4ca4 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-3e54e5a87601fc58.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1962 | 2024-10-18T22:15:12.363Z | Dirty crypto-common v0.1.6: the rustflags changed |
1963 | 2024-10-18T22:15:12.363Z | Compiling crypto-common v0.1.6 |
1964 | 2024-10-18T22:15:12.366Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=2b55e56def4fa78e -C extra-filename=-2b55e56def4fa78e --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-04cd9bd80d33c46b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1965 | 2024-10-18T22:15:12.404Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=4f56abb67316997f -C extra-filename=-4f56abb67316997f --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-c968647aa7910e97.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)'` |
1966 | 2024-10-18T22:15:12.567Z | Dirty block-buffer v0.10.4: the rustflags changed |
1967 | 2024-10-18T22:15:12.567Z | Compiling block-buffer v0.10.4 |
1968 | 2024-10-18T22:15:12.569Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f004307eaf77308 -C extra-filename=-3f004307eaf77308 --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-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1969 | 2024-10-18T22:15:12.612Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
1970 | 2024-10-18T22:15:12.612Z | Compiling tracing-attributes v0.1.27 |
1971 | 2024-10-18T22:15:12.615Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.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=10f516bcd2418e59 -C extra-filename=-10f516bcd2418e59 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1972 | 2024-10-18T22:15:12.857Z | Dirty digest v0.10.7: the rustflags changed |
1973 | 2024-10-18T22:15:12.857Z | Compiling digest v0.10.7 |
1974 | 2024-10-18T22:15:12.859Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --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=bb9f74c74e8cc0a6 -C extra-filename=-bb9f74c74e8cc0a6 --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-3f004307eaf77308.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2b55e56def4fa78e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1975 | 2024-10-18T22:15:13.080Z | Dirty ppv-lite86 v0.2.20: the rustflags changed |
1976 | 2024-10-18T22:15:13.080Z | Compiling ppv-lite86 v0.2.20 |
1977 | 2024-10-18T22:15:13.084Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b72cf542d410a35a -C extra-filename=-b72cf542d410a35a --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-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1978 | 2024-10-18T22:15:13.397Z | Dirty schemars_derive v0.8.21: the rustflags changed |
1979 | 2024-10-18T22:15:13.397Z | Compiling schemars_derive v0.8.21 |
1980 | 2024-10-18T22:15:13.401Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.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=57a9b1e4c78aa037 -C extra-filename=-57a9b1e4c78aa037 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-01dba1068e6c4535.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1981 | 2024-10-18T22:15:13.594Z | Dirty block-padding v0.3.3: the rustflags changed |
1982 | 2024-10-18T22:15:13.594Z | Compiling block-padding v0.3.3 |
1983 | 2024-10-18T22:15:13.597Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1fa762df6943b467 -C extra-filename=-1fa762df6943b467 --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-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1984 | 2024-10-18T22:15:13.656Z | Dirty futures-util v0.3.31: the rustflags changed |
1985 | 2024-10-18T22:15:13.656Z | Compiling futures-util v0.3.31 |
1986 | 2024-10-18T22:15:13.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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=276847dd56a0d30f -C extra-filename=-276847dd56a0d30f --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-e34a33ad812c94f1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1987 | 2024-10-18T22:15:13.862Z | Dirty rand_chacha v0.3.1: the rustflags changed |
1988 | 2024-10-18T22:15:13.862Z | Compiling rand_chacha v0.3.1 |
1989 | 2024-10-18T22:15:13.880Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=b937173290be0417 -C extra-filename=-b937173290be0417 --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-b72cf542d410a35a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1990 | 2024-10-18T22:15:13.919Z | Dirty inout v0.1.3: the rustflags changed |
1991 | 2024-10-18T22:15:13.919Z | Compiling inout v0.1.3 |
1992 | 2024-10-18T22:15:13.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=7d2350c4bdc55aa3 -C extra-filename=-7d2350c4bdc55aa3 --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-1fa762df6943b467.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1993 | 2024-10-18T22:15:13.953Z | Dirty hmac v0.12.1: the rustflags changed |
1994 | 2024-10-18T22:15:13.953Z | Compiling hmac v0.12.1 |
1995 | 2024-10-18T22:15:13.956Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=167d851200847cfe -C extra-filename=-167d851200847cfe --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-bb9f74c74e8cc0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1996 | 2024-10-18T22:15:14.113Z | Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="std"' --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=7917c3cdb9c23e16 -C extra-filename=-7917c3cdb9c23e16 --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-32598d939f53b9b1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1997 | 2024-10-18T22:15:14.215Z | Dirty cipher v0.4.4: the rustflags changed |
1998 | 2024-10-18T22:15:14.215Z | Compiling cipher v0.4.4 |
1999 | 2024-10-18T22:15:14.218Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=0f44ac4e55224ba0 -C extra-filename=-0f44ac4e55224ba0 --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-2b55e56def4fa78e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2000 | 2024-10-18T22:15:14.238Z | Dirty sha2 v0.10.8: the rustflags changed |
2001 | 2024-10-18T22:15:14.238Z | Compiling sha2 v0.10.8 |
2002 | 2024-10-18T22:15:14.241Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=1ff8684e49da1979 -C extra-filename=-1ff8684e49da1979 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2003 | 2024-10-18T22:15:14.758Z | Dirty rand v0.8.5: the rustflags changed |
2004 | 2024-10-18T22:15:14.758Z | Compiling rand v0.8.5 |
2005 | 2024-10-18T22:15:14.761Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="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=4772ba6bfd60d8c8 -C extra-filename=-4772ba6bfd60d8c8 --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-1b46dd66a7c6c3c6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b937173290be0417.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2006 | 2024-10-18T22:15:16.291Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c2c68dd1da33c7ee -C extra-filename=-c2c68dd1da33c7ee --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-32598d939f53b9b1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
2007 | 2024-10-18T22:15:16.762Z | Dirty tracing v0.1.40: the rustflags changed |
2008 | 2024-10-18T22:15:16.762Z | Compiling tracing v0.1.40 |
2009 | 2024-10-18T22:15:16.765Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c5813f0370454179 -C extra-filename=-c5813f0370454179 --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-31bde78633f57151.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-10f516bcd2418e59.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-77c057abc617a7c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2010 | 2024-10-18T22:15:16.901Z | Dirty slog v2.7.0: the rustflags changed |
2011 | 2024-10-18T22:15:16.901Z | Compiling slog v2.7.0 |
2012 | 2024-10-18T22:15:16.904Z | Running `/home/build/.rustup/toolchains/1.80.1-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=993125d68d51fc81 -C extra-filename=-993125d68d51fc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2013 | 2024-10-18T22:15:17.029Z | Dirty tower-service v0.3.3: the rustflags changed |
2014 | 2024-10-18T22:15:17.029Z | Compiling tower-service v0.3.3 |
2015 | 2024-10-18T22:15:17.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.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=f6ab7995d523906b -C extra-filename=-f6ab7995d523906b --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` |
2016 | 2024-10-18T22:15:17.125Z | Dirty gimli v0.31.1: the rustflags changed |
2017 | 2024-10-18T22:15:17.125Z | Compiling gimli v0.31.1 |
2018 | 2024-10-18T22:15:17.128Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7a255bb50b2fc5be -C extra-filename=-7a255bb50b2fc5be --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` |
2019 | 2024-10-18T22:15:17.172Z | Dirty async-trait v0.1.83: the rustflags changed |
2020 | 2024-10-18T22:15:17.172Z | Compiling async-trait v0.1.83 |
2021 | 2024-10-18T22:15:17.175Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=2a9b2223f6844e23 -C extra-filename=-2a9b2223f6844e23 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2022 | 2024-10-18T22:15:17.298Z | Dirty der_derive v0.7.3: the rustflags changed |
2023 | 2024-10-18T22:15:17.298Z | Compiling der_derive v0.7.3 |
2024 | 2024-10-18T22:15:17.298Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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=b51a583e45b6e168 -C extra-filename=-b51a583e45b6e168 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2025 | 2024-10-18T22:15:17.346Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a652f8ccc3e0df34 -C extra-filename=-a652f8ccc3e0df34 --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-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_core_error --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)'` |
2026 | 2024-10-18T22:15:17.549Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build` |
2027 | 2024-10-18T22:15:17.668Z | Dirty object v0.36.5: the rustflags changed |
2028 | 2024-10-18T22:15:17.668Z | Compiling object v0.36.5 |
2029 | 2024-10-18T22:15:17.670Z | Running `/home/build/.rustup/toolchains/1.80.1-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=9e256af12e960e08 -C extra-filename=-9e256af12e960e08 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2030 | 2024-10-18T22:15:17.845Z | Dirty flagset v0.4.6: the rustflags changed |
2031 | 2024-10-18T22:15:17.845Z | Compiling flagset v0.4.6 |
2032 | 2024-10-18T22:15:17.848Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7c1c6306161964a4 -C extra-filename=-7c1c6306161964a4 --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` |
2033 | 2024-10-18T22:15:18.064Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
2034 | 2024-10-18T22:15:18.064Z | Compiling rustc-demangle v0.1.24 |
2035 | 2024-10-18T22:15:18.066Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7e6a6a1eb2bce4c3 -C extra-filename=-7e6a6a1eb2bce4c3 --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` |
2036 | 2024-10-18T22:15:18.099Z | Dirty anyhow v1.0.89: the rustflags changed |
2037 | 2024-10-18T22:15:18.099Z | Compiling anyhow v1.0.89 |
2038 | 2024-10-18T22:15:18.102Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4604dbbbc7fdc589 -C extra-filename=-4604dbbbc7fdc589 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2039 | 2024-10-18T22:15:18.840Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build` |
2040 | 2024-10-18T22:15:19.034Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e9a5d2b6dcbc0177 -C extra-filename=-e9a5d2b6dcbc0177 --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` |
2041 | 2024-10-18T22:15:19.139Z | Dirty rustls-webpki v0.102.8: the rustflags changed |
2042 | 2024-10-18T22:15:19.139Z | Compiling rustls-webpki v0.102.8 |
2043 | 2024-10-18T22:15:19.141Z | Running `/home/build/.rustup/toolchains/1.80.1-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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=e6fb378449a7f0de -C extra-filename=-e6fb378449a7f0de --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-7917c3cdb9c23e16.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2044 | 2024-10-18T22:15:19.927Z | Dirty aes v0.8.4: the rustflags changed |
2045 | 2024-10-18T22:15:19.927Z | Compiling aes v0.8.4 |
2046 | 2024-10-18T22:15:19.930Z | Running `/home/build/.rustup/toolchains/1.80.1-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=61bc621b1427d340 -C extra-filename=-61bc621b1427d340 --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2047 | 2024-10-18T22:15:20.096Z | Dirty der v0.7.9: the rustflags changed |
2048 | 2024-10-18T22:15:20.096Z | Compiling der v0.7.9 |
2049 | 2024-10-18T22:15:20.099Z | Running `/home/build/.rustup/toolchains/1.80.1-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=644d9368c0827ff3 -C extra-filename=-644d9368c0827ff3 --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-0fbd4ee0c026a43b.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-b51a583e45b6e168.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7c1c6306161964a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2050 | 2024-10-18T22:15:20.137Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2051 | 2024-10-18T22:15:20.138Z | Compiling pbkdf2 v0.12.2 |
2052 | 2024-10-18T22:15:20.147Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f2c235fabfcdbf47 -C extra-filename=-f2c235fabfcdbf47 --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-bb9f74c74e8cc0a6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2053 | 2024-10-18T22:15:20.272Z | Dirty openssl-sys v0.9.103: the rustflags changed |
2054 | 2024-10-18T22:15:20.272Z | Compiling openssl-sys v0.9.103 |
2055 | 2024-10-18T22:15:20.284Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=38c1de6b0e2aedb5 -C extra-filename=-38c1de6b0e2aedb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-38c1de6b0e2aedb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2056 | 2024-10-18T22:15:20.323Z | Dirty mime v0.3.17: the rustflags changed |
2057 | 2024-10-18T22:15:20.323Z | Compiling mime v0.3.17 |
2058 | 2024-10-18T22:15:20.325Z | Running `/home/build/.rustup/toolchains/1.80.1-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=74bdd973ffb0df66 -C extra-filename=-74bdd973ffb0df66 --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` |
2059 | 2024-10-18T22:15:21.033Z | Dirty salsa20 v0.10.2: the rustflags changed |
2060 | 2024-10-18T22:15:21.033Z | Compiling salsa20 v0.10.2 |
2061 | 2024-10-18T22:15:21.035Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6361dc6c00b8ac0c -C extra-filename=-6361dc6c00b8ac0c --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-0f44ac4e55224ba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2062 | 2024-10-18T22:15:21.281Z | Dirty cbc v0.1.2: the rustflags changed |
2063 | 2024-10-18T22:15:21.281Z | Compiling cbc v0.1.2 |
2064 | 2024-10-18T22:15:21.284Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e246cc2f84931513 -C extra-filename=-e246cc2f84931513 --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-0f44ac4e55224ba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2065 | 2024-10-18T22:15:21.329Z | Dirty ipnet v2.10.1: the rustflags changed |
2066 | 2024-10-18T22:15:21.329Z | Compiling ipnet v2.10.1 |
2067 | 2024-10-18T22:15:21.332Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c57ae2e537255ab5 -C extra-filename=-c57ae2e537255ab5 --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` |
2068 | 2024-10-18T22:15:21.537Z | Dirty addr2line v0.24.2: the rustflags changed |
2069 | 2024-10-18T22:15:21.537Z | Compiling addr2line v0.24.2 |
2070 | 2024-10-18T22:15:21.540Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b3371133190a7816 -C extra-filename=-b3371133190a7816 --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-7a255bb50b2fc5be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2071 | 2024-10-18T22:15:21.567Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-38c1de6b0e2aedb5/build-script-main` |
2072 | 2024-10-18T22:15:21.676Z | Dirty rustversion v1.0.17: the rustflags changed |
2073 | 2024-10-18T22:15:21.676Z | Compiling rustversion v1.0.17 |
2074 | 2024-10-18T22:15:21.679Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.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=12b051871c96bdc0 -C extra-filename=-12b051871c96bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2075 | 2024-10-18T22:15:22.257Z | Dirty spki v0.7.3: the rustflags changed |
2076 | 2024-10-18T22:15:22.257Z | Compiling spki v0.7.3 |
2077 | 2024-10-18T22:15:22.276Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2e77d7e0dc8152f2 -C extra-filename=-2e77d7e0dc8152f2 --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-644d9368c0827ff3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2078 | 2024-10-18T22:15:22.284Z | Dirty scrypt v0.11.0: the rustflags changed |
2079 | 2024-10-18T22:15:22.284Z | Compiling scrypt v0.11.0 |
2080 | 2024-10-18T22:15:22.286Z | Running `/home/build/.rustup/toolchains/1.80.1-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=76e303cda637425e -C extra-filename=-76e303cda637425e --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-f2c235fabfcdbf47.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-6361dc6c00b8ac0c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2081 | 2024-10-18T22:15:22.550Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build` |
2082 | 2024-10-18T22:15:22.601Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cd12841eafeed674 -C extra-filename=-cd12841eafeed674 --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"))'` |
2083 | 2024-10-18T22:15:22.604Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2084 | 2024-10-18T22:15:22.604Z | Compiling pkcs5 v0.7.1 |
2085 | 2024-10-18T22:15:22.625Z | Running `/home/build/.rustup/toolchains/1.80.1-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=126008adb9320e42 -C extra-filename=-126008adb9320e42 --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-61bc621b1427d340.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-e246cc2f84931513.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f2c235fabfcdbf47.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-76e303cda637425e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2086 | 2024-10-18T22:15:22.628Z | Dirty futures-executor v0.3.31: the rustflags changed |
2087 | 2024-10-18T22:15:22.628Z | Compiling futures-executor v0.3.31 |
2088 | 2024-10-18T22:15:22.637Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=c8e481d63fdb0b6f -C extra-filename=-c8e481d63fdb0b6f --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-5c0c6b13016b0cbd.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2089 | 2024-10-18T22:15:22.844Z | Dirty camino v1.1.9: the rustflags changed |
2090 | 2024-10-18T22:15:22.844Z | Compiling camino v1.1.9 |
2091 | 2024-10-18T22:15:22.846Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=2abadfff710ca87e -C extra-filename=-2abadfff710ca87e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2092 | 2024-10-18T22:15:22.889Z | Dirty futures v0.3.31: the rustflags changed |
2093 | 2024-10-18T22:15:22.889Z | Compiling futures v0.3.31 |
2094 | 2024-10-18T22:15:22.891Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b3ec9c46c9402423 -C extra-filename=-b3ec9c46c9402423 --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c8e481d63fdb0b6f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2095 | 2024-10-18T22:15:23.021Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2096 | 2024-10-18T22:15:23.021Z | Compiling encoding_rs v0.8.34 |
2097 | 2024-10-18T22:15:23.024Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.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=036e08876869b21a -C extra-filename=-036e08876869b21a --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2098 | 2024-10-18T22:15:23.210Z | Dirty openssl v0.10.66: the rustflags changed |
2099 | 2024-10-18T22:15:23.210Z | Compiling openssl v0.10.66 |
2100 | 2024-10-18T22:15:23.213Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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=a8b0d1321d6e4d0d -C extra-filename=-a8b0d1321d6e4d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2101 | 2024-10-18T22:15:23.559Z | Dirty bytes v1.7.2: the rustflags changed |
2102 | 2024-10-18T22:15:23.559Z | Compiling bytes v1.7.2 |
2103 | 2024-10-18T22:15:23.587Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b8e9fbdeb91cd71f -C extra-filename=-b8e9fbdeb91cd71f --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2104 | 2024-10-18T22:15:23.591Z | Dirty bitflags v2.6.0: the rustflags changed |
2105 | 2024-10-18T22:15:23.591Z | Compiling bitflags v2.6.0 |
2106 | 2024-10-18T22:15:23.682Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fb02ffd1abc115c8 -C extra-filename=-fb02ffd1abc115c8 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2107 | 2024-10-18T22:15:23.688Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9c6fa6267da434ca -C extra-filename=-9c6fa6267da434ca --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-4cb0fb6bacfafb96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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"))'` |
2108 | 2024-10-18T22:15:23.718Z | Dirty indexmap v2.6.0: the rustflags changed |
2109 | 2024-10-18T22:15:23.718Z | Compiling indexmap v2.6.0 |
2110 | 2024-10-18T22:15:23.720Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f8788065ea5bfd1e -C extra-filename=-f8788065ea5bfd1e --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-8d0ebed4a536b088.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2111 | 2024-10-18T22:15:23.837Z | Dirty chrono v0.4.38: the rustflags changed |
2112 | 2024-10-18T22:15:23.837Z | Compiling chrono v0.4.38 |
2113 | 2024-10-18T22:15:23.840Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c93540a2dfb95ba6 -C extra-filename=-c93540a2dfb95ba6 --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-8635b5d8cbf154bd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2114 | 2024-10-18T22:15:24.048Z | Running `/home/build/.rustup/toolchains/1.80.1-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=052104b3b04a408e -C extra-filename=-052104b3b04a408e --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-fb02ffd1abc115c8.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-845b76ba4aeefe65.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2115 | 2024-10-18T22:15:24.072Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f3ea07a34ee8cc3c -C extra-filename=-f3ea07a34ee8cc3c --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-a652f8ccc3e0df34.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)'` |
2116 | 2024-10-18T22:15:24.855Z | Dirty tokio v1.40.0: the rustflags changed |
2117 | 2024-10-18T22:15:24.855Z | Compiling tokio v1.40.0 |
2118 | 2024-10-18T22:15:24.858Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7c339158ec10926e -C extra-filename=-7c339158ec10926e --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-b8e9fbdeb91cd71f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-5ee6c8855525af6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2119 | 2024-10-18T22:15:24.900Z | Dirty uuid v1.10.0: the rustflags changed |
2120 | 2024-10-18T22:15:24.900Z | Compiling uuid v1.10.0 |
2121 | 2024-10-18T22:15:24.902Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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"))' -C metadata=b82e695d61094c79 -C extra-filename=-b82e695d61094c79 --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-32598d939f53b9b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2122 | 2024-10-18T22:15:25.150Z | Dirty http v1.1.0: the rustflags changed |
2123 | 2024-10-18T22:15:25.150Z | Compiling http v1.1.0 |
2124 | 2024-10-18T22:15:25.153Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1d81c7bfc9a9aa6f -C extra-filename=-1d81c7bfc9a9aa6f --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-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2125 | 2024-10-18T22:15:25.573Z | Dirty serde_spanned v0.6.8: the rustflags changed |
2126 | 2024-10-18T22:15:25.573Z | Compiling serde_spanned v0.6.8 |
2127 | 2024-10-18T22:15:25.575Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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=741cd46f2bccac8d -C extra-filename=-741cd46f2bccac8d --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2128 | 2024-10-18T22:15:25.840Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2129 | 2024-10-18T22:15:25.840Z | Compiling toml_datetime v0.6.8 |
2130 | 2024-10-18T22:15:25.843Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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=2b3481f3706e9764 -C extra-filename=-2b3481f3706e9764 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2131 | 2024-10-18T22:15:26.375Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5ab635085ab15da1 -C extra-filename=-5ab635085ab15da1 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-57a9b1e4c78aa037.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2132 | 2024-10-18T22:15:26.415Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2133 | 2024-10-18T22:15:26.415Z | Compiling serde_tokenstream v0.2.2 |
2134 | 2024-10-18T22:15:26.417Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=14c741f43f60113c -C extra-filename=-14c741f43f60113c --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2135 | 2024-10-18T22:15:26.885Z | Dirty http-body v1.0.1: the rustflags changed |
2136 | 2024-10-18T22:15:26.885Z | Compiling http-body v1.0.1 |
2137 | 2024-10-18T22:15:26.888Z | Running `/home/build/.rustup/toolchains/1.80.1-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=98720ace90294482 -C extra-filename=-98720ace90294482 --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-b8e9fbdeb91cd71f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2138 | 2024-10-18T22:15:27.067Z | Dirty backtrace v0.3.74: the rustflags changed |
2139 | 2024-10-18T22:15:27.067Z | Compiling backtrace v0.3.74 |
2140 | 2024-10-18T22:15:27.070Z | Running `/home/build/.rustup/toolchains/1.80.1-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=212d704786e16b12 -C extra-filename=-212d704786e16b12 --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-b3371133190a7816.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-568c7230d30d7b84.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-9e256af12e960e08.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6a6a1eb2bce4c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2141 | 2024-10-18T22:15:27.157Z | Dirty rustc_version v0.4.1: the rustflags changed |
2142 | 2024-10-18T22:15:27.157Z | Compiling rustc_version v0.4.1 |
2143 | 2024-10-18T22:15:27.160Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=df445a3fedc90392 -C extra-filename=-df445a3fedc90392 --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-f3ea07a34ee8cc3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2144 | 2024-10-18T22:15:27.540Z | Dirty http-body-util v0.1.2: the rustflags changed |
2145 | 2024-10-18T22:15:27.540Z | Compiling http-body-util v0.1.2 |
2146 | 2024-10-18T22:15:27.544Z | Running `/home/build/.rustup/toolchains/1.80.1-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=05ca3dab5a32ac16 -C extra-filename=-05ca3dab5a32ac16 --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-b8e9fbdeb91cd71f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2147 | 2024-10-18T22:15:27.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build` |
2148 | 2024-10-18T22:15:27.772Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2149 | 2024-10-18T22:15:27.772Z | Compiling serde_urlencoded v0.7.1 |
2150 | 2024-10-18T22:15:27.775Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3395a9d988a5434 -C extra-filename=-b3395a9d988a5434 --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-5569ff5eb631ad8f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2151 | 2024-10-18T22:15:27.811Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2152 | 2024-10-18T22:15:27.811Z | Compiling pkcs8 v0.10.2 |
2153 | 2024-10-18T22:15:27.814Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=ed6f1b5479b4da49 -C extra-filename=-ed6f1b5479b4da49 --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-644d9368c0827ff3.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-126008adb9320e42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2154 | 2024-10-18T22:15:28.008Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=685fc404e0d5f353 -C extra-filename=-685fc404e0d5f353 --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-212d704786e16b12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg anyhow_no_core_error --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)'` |
2155 | 2024-10-18T22:15:28.059Z | Dirty utf8parse v0.2.2: the rustflags changed |
2156 | 2024-10-18T22:15:28.059Z | Compiling utf8parse v0.2.2 |
2157 | 2024-10-18T22:15:28.062Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ae49b486e5e6c5ee -C extra-filename=-ae49b486e5e6c5ee --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-10-18T22:15:28.228Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2159 | 2024-10-18T22:15:28.228Z | Compiling foreign-types-shared v0.1.1 |
2160 | 2024-10-18T22:15:28.231Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a7304dc04625fbbf -C extra-filename=-a7304dc04625fbbf --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` |
2161 | 2024-10-18T22:15:28.281Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2162 | 2024-10-18T22:15:28.281Z | Compiling openssl-probe v0.1.5 |
2163 | 2024-10-18T22:15:28.283Z | Running `/home/build/.rustup/toolchains/1.80.1-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=aba34158fbf029ed -C extra-filename=-aba34158fbf029ed --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` |
2164 | 2024-10-18T22:15:28.356Z | Dirty winnow v0.6.20: the rustflags changed |
2165 | 2024-10-18T22:15:28.356Z | Compiling winnow v0.6.20 |
2166 | 2024-10-18T22:15:28.360Z | Running `/home/build/.rustup/toolchains/1.80.1-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=aedad0cea9a4d1b0 -C extra-filename=-aedad0cea9a4d1b0 --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` |
2167 | 2024-10-18T22:15:28.531Z | Dirty foreign-types v0.3.2: the rustflags changed |
2168 | 2024-10-18T22:15:28.531Z | Compiling foreign-types v0.3.2 |
2169 | 2024-10-18T22:15:28.533Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bb01e7ef2f5b8a88 -C extra-filename=-bb01e7ef2f5b8a88 --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-a7304dc04625fbbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2170 | 2024-10-18T22:15:28.641Z | Running `/home/build/.rustup/toolchains/1.80.1-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=294229beec0d6e93 -C extra-filename=-294229beec0d6e93 --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-a652f8ccc3e0df34.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)'` |
2171 | 2024-10-18T22:15:28.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build` |
2172 | 2024-10-18T22:15:28.701Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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=a31e6b9fb38f4d29 -C extra-filename=-a31e6b9fb38f4d29 --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-1b46dd66a7c6c3c6.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)'` |
2173 | 2024-10-18T22:15:28.923Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2174 | 2024-10-18T22:15:28.923Z | Compiling openssl-macros v0.1.1 |
2175 | 2024-10-18T22:15:28.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0932d3712722b44f -C extra-filename=-0932d3712722b44f --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2176 | 2024-10-18T22:15:29.559Z | Dirty rustls-pemfile v2.2.0: the rustflags changed |
2177 | 2024-10-18T22:15:29.559Z | Compiling rustls-pemfile v2.2.0 |
2178 | 2024-10-18T22:15:29.561Z | Running `/home/build/.rustup/toolchains/1.80.1-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=157d5ce1a48d8a81 -C extra-filename=-157d5ce1a48d8a81 --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-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2179 | 2024-10-18T22:15:29.639Z | Dirty unicode-width v0.1.14: the rustflags changed |
2180 | 2024-10-18T22:15:29.640Z | Compiling unicode-width v0.1.14 |
2181 | 2024-10-18T22:15:29.659Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8f6b1da2456acb43 -C extra-filename=-8f6b1da2456acb43 --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` |
2182 | 2024-10-18T22:15:29.892Z | Dirty winnow v0.5.40: the rustflags changed |
2183 | 2024-10-18T22:15:29.893Z | Compiling winnow v0.5.40 |
2184 | 2024-10-18T22:15:29.895Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bbbcfac9a5ddaa19 -C extra-filename=-bbbcfac9a5ddaa19 --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` |
2185 | 2024-10-18T22:15:29.922Z | Dirty rustls v0.23.14: the rustflags changed |
2186 | 2024-10-18T22:15:29.922Z | Compiling rustls v0.23.14 |
2187 | 2024-10-18T22:15:29.925Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=087aa2f501fcb323 -C extra-filename=-087aa2f501fcb323 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-087aa2f501fcb323 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2188 | 2024-10-18T22:15:30.146Z | Running `/home/build/.rustup/toolchains/1.80.1-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=776d63c627f65d4a -C extra-filename=-776d63c627f65d4a --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0932d3712722b44f.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a31e6b9fb38f4d29.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)'` |
2189 | 2024-10-18T22:15:30.204Z | Dirty is-terminal v0.4.13: the rustflags changed |
2190 | 2024-10-18T22:15:30.204Z | Compiling is-terminal v0.4.13 |
2191 | 2024-10-18T22:15:30.204Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.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=1ac1e4502263767b -C extra-filename=-1ac1e4502263767b --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2192 | 2024-10-18T22:15:30.292Z | Dirty anstyle v1.0.8: the rustflags changed |
2193 | 2024-10-18T22:15:30.292Z | Compiling anstyle v1.0.8 |
2194 | 2024-10-18T22:15:30.295Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 '--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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f69afcb50accdb -C extra-filename=-43f69afcb50accdb --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` |
2195 | 2024-10-18T22:15:30.295Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-087aa2f501fcb323/build-script-build` |
2196 | 2024-10-18T22:15:30.341Z | Dirty data-encoding v2.6.0: the rustflags changed |
2197 | 2024-10-18T22:15:30.341Z | Compiling data-encoding v2.6.0 |
2198 | 2024-10-18T22:15:30.344Z | Dirty native-tls v0.2.12: the rustflags changed |
2199 | 2024-10-18T22:15:30.345Z | Compiling native-tls v0.2.12 |
2200 | 2024-10-18T22:15:30.345Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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=cd98acc801d35958 -C extra-filename=-cd98acc801d35958 --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` |
2201 | 2024-10-18T22:15:30.345Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6fe7b3c87df3e9ea -C extra-filename=-6fe7b3c87df3e9ea --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-6fe7b3c87df3e9ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2202 | 2024-10-18T22:15:30.609Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="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=8ac8aef1a56fdf4e -C extra-filename=-8ac8aef1a56fdf4e --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-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e6fb378449a7f0de.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
2203 | 2024-10-18T22:15:30.822Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-6fe7b3c87df3e9ea/build-script-build` |
2204 | 2024-10-18T22:15:30.848Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2205 | 2024-10-18T22:15:30.848Z | Compiling openapiv3 v2.0.0 |
2206 | 2024-10-18T22:15:30.868Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9be05d24d67c020d -C extra-filename=-9be05d24d67c020d --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2207 | 2024-10-18T22:15:30.878Z | Dirty cookie v0.18.1: the rustflags changed |
2208 | 2024-10-18T22:15:30.878Z | Compiling cookie v0.18.1 |
2209 | 2024-10-18T22:15:30.881Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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=6a89a6c6fe9502ee -C extra-filename=-6a89a6c6fe9502ee --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2210 | 2024-10-18T22:15:31.272Z | Dirty siphasher v0.3.11: the rustflags changed |
2211 | 2024-10-18T22:15:31.272Z | Compiling siphasher v0.3.11 |
2212 | 2024-10-18T22:15:31.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4d9b4c4f3cdb6951 -C extra-filename=-4d9b4c4f3cdb6951 --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` |
2213 | 2024-10-18T22:15:31.677Z | Dirty ucd-trie v0.1.7: the rustflags changed |
2214 | 2024-10-18T22:15:31.678Z | Compiling ucd-trie v0.1.7 |
2215 | 2024-10-18T22:15:31.680Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.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=1ac14b76a1fcbe60 -C extra-filename=-1ac14b76a1fcbe60 --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` |
2216 | 2024-10-18T22:15:32.288Z | Dirty pest v2.7.14: the rustflags changed |
2217 | 2024-10-18T22:15:32.288Z | Compiling pest v2.7.14 |
2218 | 2024-10-18T22:15:32.308Z | Running `/home/build/.rustup/toolchains/1.80.1-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=08cb5f6a2ae91a1a -C extra-filename=-08cb5f6a2ae91a1a --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-3b7d5cfbb443b029.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-1ac14b76a1fcbe60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2219 | 2024-10-18T22:15:32.313Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee/build-script-build` |
2220 | 2024-10-18T22:15:32.386Z | Dirty idna v0.3.0: the rustflags changed |
2221 | 2024-10-18T22:15:32.386Z | Compiling idna v0.3.0 |
2222 | 2024-10-18T22:15:32.389Z | Running `/home/build/.rustup/toolchains/1.80.1-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=33e2c5dfe94ba322 -C extra-filename=-33e2c5dfe94ba322 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2223 | 2024-10-18T22:15:32.807Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2224 | 2024-10-18T22:15:32.807Z | Compiling dirs-sys-next v0.1.2 |
2225 | 2024-10-18T22:15:32.809Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50e47a67884b79d4 -C extra-filename=-50e47a67884b79d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2226 | 2024-10-18T22:15:33.458Z | Dirty tokio-util v0.7.12: the rustflags changed |
2227 | 2024-10-18T22:15:33.458Z | Compiling tokio-util v0.7.12 |
2228 | 2024-10-18T22:15:33.461Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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=bb0546a1960aca55 -C extra-filename=-bb0546a1960aca55 --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-b8e9fbdeb91cd71f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2229 | 2024-10-18T22:15:33.967Z | Dirty toml_edit v0.19.15: the rustflags changed |
2230 | 2024-10-18T22:15:33.967Z | Compiling toml_edit v0.19.15 |
2231 | 2024-10-18T22:15:33.969Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=30fda7d263f86ef1 -C extra-filename=-30fda7d263f86ef1 --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2232 | 2024-10-18T22:15:34.048Z | Dirty psl-types v2.0.11: the rustflags changed |
2233 | 2024-10-18T22:15:34.048Z | Compiling psl-types v2.0.11 |
2234 | 2024-10-18T22:15:34.051Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4f6e6f689f08928b -C extra-filename=-4f6e6f689f08928b --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` |
2235 | 2024-10-18T22:15:34.258Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2236 | 2024-10-18T22:15:34.258Z | Compiling publicsuffix v2.2.3 |
2237 | 2024-10-18T22:15:34.261Z | Running `/home/build/.rustup/toolchains/1.80.1-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=de8c73ae466dacf1 -C extra-filename=-de8c73ae466dacf1 --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-33e2c5dfe94ba322.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4f6e6f689f08928b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2024-10-18T22:15:34.544Z | Dirty h2 v0.4.6: the rustflags changed |
2239 | 2024-10-18T22:15:34.544Z | Compiling h2 v0.4.6 |
2240 | 2024-10-18T22:15:34.546Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f820655f3aa82a51 -C extra-filename=-f820655f3aa82a51 --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-0226d346e4689e13.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2241 | 2024-10-18T22:15:34.902Z | Dirty pest_meta v2.7.14: the rustflags changed |
2242 | 2024-10-18T22:15:34.902Z | Compiling pest_meta v2.7.14 |
2243 | 2024-10-18T22:15:34.904Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.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=d5cd10e7c25ccaaf -C extra-filename=-d5cd10e7c25ccaaf --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-eebe1899602319ed.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-08cb5f6a2ae91a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2244 | 2024-10-18T22:15:35.154Z | Dirty dirs-next v2.0.0: the rustflags changed |
2245 | 2024-10-18T22:15:35.154Z | Compiling dirs-next v2.0.0 |
2246 | 2024-10-18T22:15:35.158Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09a781331eb17ddc -C extra-filename=-09a781331eb17ddc --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-94faf137b493206b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-50e47a67884b79d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2247 | 2024-10-18T22:15:35.364Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4d36d7576c2a65fc -C extra-filename=-4d36d7576c2a65fc --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-8bf889c42ff0e1d1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2248 | 2024-10-18T22:15:35.388Z | Dirty toml_edit v0.22.22: the rustflags changed |
2249 | 2024-10-18T22:15:35.388Z | Compiling toml_edit v0.22.22 |
2250 | 2024-10-18T22:15:35.391Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.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=9203d6efe3e23e2d -C extra-filename=-9203d6efe3e23e2d --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-aedad0cea9a4d1b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2251 | 2024-10-18T22:15:36.525Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8eedd80cb04eb868 -C extra-filename=-8eedd80cb04eb868 --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-31bde78633f57151.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a31e6b9fb38f4d29.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` |
2252 | 2024-10-18T22:15:37.215Z | Dirty tokio-rustls v0.26.0: the rustflags changed |
2253 | 2024-10-18T22:15:37.215Z | Compiling tokio-rustls v0.26.0 |
2254 | 2024-10-18T22:15:37.228Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ce65e0e041fdad42 -C extra-filename=-ce65e0e041fdad42 --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-8ac8aef1a56fdf4e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2255 | 2024-10-18T22:15:37.695Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2256 | 2024-10-18T22:15:37.695Z | Compiling tokio-native-tls v0.3.1 |
2257 | 2024-10-18T22:15:37.698Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=6ccf820ae5631892 -C extra-filename=-6ccf820ae5631892 --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-8eedd80cb04eb868.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2258 | 2024-10-18T22:15:37.995Z | Dirty anstyle-parse v0.2.5: the rustflags changed |
2259 | 2024-10-18T22:15:37.995Z | Compiling anstyle-parse v0.2.5 |
2260 | 2024-10-18T22:15:37.999Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.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=df00d39ce59d2847 -C extra-filename=-df00d39ce59d2847 --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-ae49b486e5e6c5ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2261 | 2024-10-18T22:15:38.353Z | Dirty sha1 v0.10.6: the rustflags changed |
2262 | 2024-10-18T22:15:38.353Z | Compiling sha1 v0.10.6 |
2263 | 2024-10-18T22:15:38.355Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=e088936947e2a38a -C extra-filename=-e088936947e2a38a --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2264 | 2024-10-18T22:15:38.815Z | Dirty signature v2.2.0: the rustflags changed |
2265 | 2024-10-18T22:15:38.815Z | Compiling signature v2.2.0 |
2266 | 2024-10-18T22:15:38.818Z | Running `/home/build/.rustup/toolchains/1.80.1-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=721ebf0427bce95e -C extra-filename=-721ebf0427bce95e --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-bb9f74c74e8cc0a6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2267 | 2024-10-18T22:15:39.131Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2268 | 2024-10-18T22:15:39.131Z | Compiling scroll_derive v0.12.0 |
2269 | 2024-10-18T22:15:39.133Z | Running `/home/build/.rustup/toolchains/1.80.1-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=09de1ed977f8e2c8 -C extra-filename=-09de1ed977f8e2c8 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2270 | 2024-10-18T22:15:39.312Z | Dirty webpki-roots v0.26.6: the rustflags changed |
2271 | 2024-10-18T22:15:39.312Z | Compiling webpki-roots v0.26.6 |
2272 | 2024-10-18T22:15:39.314Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.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=c619ac764501ed02 -C extra-filename=-c619ac764501ed02 --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-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2273 | 2024-10-18T22:15:39.560Z | Dirty colorchoice v1.0.2: the rustflags changed |
2274 | 2024-10-18T22:15:39.560Z | Compiling colorchoice v1.0.2 |
2275 | 2024-10-18T22:15:39.566Z | Running `/home/build/.rustup/toolchains/1.80.1-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=09e9e10c1ddc7acb -C extra-filename=-09e9e10c1ddc7acb --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` |
2276 | 2024-10-18T22:15:39.735Z | Dirty is_terminal_polyfill v1.70.1: the rustflags changed |
2277 | 2024-10-18T22:15:39.735Z | Compiling is_terminal_polyfill v1.70.1 |
2278 | 2024-10-18T22:15:39.755Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d3c98c1505f60f28 -C extra-filename=-d3c98c1505f60f28 --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` |
2279 | 2024-10-18T22:15:39.878Z | Dirty anstyle-query v1.1.1: the rustflags changed |
2280 | 2024-10-18T22:15:39.878Z | Compiling anstyle-query v1.1.1 |
2281 | 2024-10-18T22:15:39.880Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.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=b26b25eabbcc28f7 -C extra-filename=-b26b25eabbcc28f7 --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` |
2282 | 2024-10-18T22:15:39.945Z | Dirty heck v0.4.1: the rustflags changed |
2283 | 2024-10-18T22:15:39.945Z | Compiling heck v0.4.1 |
2284 | 2024-10-18T22:15:39.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=64fe453a3f9fcd4a -C extra-filename=-64fe453a3f9fcd4a --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` |
2285 | 2024-10-18T22:15:40.040Z | Dirty anstream v0.6.15: the rustflags changed |
2286 | 2024-10-18T22:15:40.040Z | Compiling anstream v0.6.15 |
2287 | 2024-10-18T22:15:40.060Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f36a4e983596f8b5 -C extra-filename=-f36a4e983596f8b5 --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-43f69afcb50accdb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-df00d39ce59d2847.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b26b25eabbcc28f7.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-09e9e10c1ddc7acb.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-d3c98c1505f60f28.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-ae49b486e5e6c5ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2288 | 2024-10-18T22:15:40.488Z | Dirty pest_generator v2.7.14: the rustflags changed |
2289 | 2024-10-18T22:15:40.488Z | Compiling pest_generator v2.7.14 |
2290 | 2024-10-18T22:15:40.491Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.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=dc6511921538f40d -C extra-filename=-dc6511921538f40d --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-08cb5f6a2ae91a1a.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d5cd10e7c25ccaaf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2291 | 2024-10-18T22:15:40.644Z | Dirty cookie_store v0.21.0: the rustflags changed |
2292 | 2024-10-18T22:15:40.644Z | Compiling cookie_store v0.21.0 |
2293 | 2024-10-18T22:15:40.647Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cbd70e04fd72bb8d -C extra-filename=-cbd70e04fd72bb8d --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-4d36d7576c2a65fc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0db1af5b64a05ef8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-de8c73ae466dacf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2024-10-18T22:15:40.825Z | Dirty term v0.7.0: the rustflags changed |
2295 | 2024-10-18T22:15:40.825Z | Compiling term v0.7.0 |
2296 | 2024-10-18T22:15:40.828Z | Dirty scroll v0.12.0: the rustflags changed |
2297 | 2024-10-18T22:15:40.828Z | Compiling scroll v0.12.0 |
2298 | 2024-10-18T22:15:40.828Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d2b024c6cdb0145f -C extra-filename=-d2b024c6cdb0145f --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-09a781331eb17ddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2299 | 2024-10-18T22:15:40.828Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c533031f83af5835 -C extra-filename=-c533031f83af5835 --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-09de1ed977f8e2c8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2300 | 2024-10-18T22:15:41.421Z | Dirty terminal_size v0.4.0: the rustflags changed |
2301 | 2024-10-18T22:15:41.421Z | Compiling terminal_size v0.4.0 |
2302 | 2024-10-18T22:15:41.424Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1acabd8678d43709 -C extra-filename=-1acabd8678d43709 --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-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2303 | 2024-10-18T22:15:41.663Z | Dirty hyper v1.4.1: the rustflags changed |
2304 | 2024-10-18T22:15:41.663Z | Compiling hyper v1.4.1 |
2305 | 2024-10-18T22:15:41.668Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --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=5411964e880bdcbd -C extra-filename=-5411964e880bdcbd --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-b8e9fbdeb91cd71f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f820655f3aa82a51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2306 | 2024-10-18T22:15:41.998Z | Dirty sync_wrapper v1.0.1: the rustflags changed |
2307 | 2024-10-18T22:15:41.999Z | Compiling sync_wrapper v1.0.1 |
2308 | 2024-10-18T22:15:42.006Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6b5efafbb407d993 -C extra-filename=-6b5efafbb407d993 --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-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2309 | 2024-10-18T22:15:42.162Z | Dirty plain v0.2.3: the rustflags changed |
2310 | 2024-10-18T22:15:42.162Z | Compiling plain v0.2.3 |
2311 | 2024-10-18T22:15:42.165Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7a3ece633e1d4183 -C extra-filename=-7a3ece633e1d4183 --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` |
2312 | 2024-10-18T22:15:42.235Z | Dirty unicode-segmentation v1.12.0: the rustflags changed |
2313 | 2024-10-18T22:15:42.235Z | Compiling unicode-segmentation v1.12.0 |
2314 | 2024-10-18T22:15:42.238Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.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=5c39d9428ba97409 -C extra-filename=-5c39d9428ba97409 --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` |
2315 | 2024-10-18T22:15:42.339Z | Dirty clap_lex v0.7.2: the rustflags changed |
2316 | 2024-10-18T22:15:42.339Z | Compiling clap_lex v0.7.2 |
2317 | 2024-10-18T22:15:42.362Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.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=9f934aedfc501517 -C extra-filename=-9f934aedfc501517 --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` |
2318 | 2024-10-18T22:15:42.405Z | Dirty goblin v0.8.2: the rustflags changed |
2319 | 2024-10-18T22:15:42.405Z | Compiling goblin v0.8.2 |
2320 | 2024-10-18T22:15:42.427Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8003e8a5a719161a -C extra-filename=-8003e8a5a719161a --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-31bde78633f57151.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c533031f83af5835.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2321 | 2024-10-18T22:15:42.528Z | Dirty pest_derive v2.7.14: the rustflags changed |
2322 | 2024-10-18T22:15:42.528Z | Compiling pest_derive v2.7.14 |
2323 | 2024-10-18T22:15:42.531Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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=bc6040319b1dd070 -C extra-filename=-bc6040319b1dd070 --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-08cb5f6a2ae91a1a.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-dc6511921538f40d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2324 | 2024-10-18T22:15:42.873Z | Dirty clap_builder v4.5.20: the rustflags changed |
2325 | 2024-10-18T22:15:42.873Z | Compiling clap_builder v4.5.20 |
2326 | 2024-10-18T22:15:42.876Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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' '--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=eac1481f3abb56e5 -C extra-filename=-eac1481f3abb56e5 --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-f36a4e983596f8b5.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-9f934aedfc501517.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-1acabd8678d43709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2327 | 2024-10-18T22:15:43.139Z | Dirty clap_derive v4.5.18: the rustflags changed |
2328 | 2024-10-18T22:15:43.139Z | Compiling clap_derive v4.5.18 |
2329 | 2024-10-18T22:15:43.142Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.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=9a3fc4d7aad8d2aa -C extra-filename=-9a3fc4d7aad8d2aa --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2330 | 2024-10-18T22:15:43.601Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2331 | 2024-10-18T22:15:43.601Z | Compiling usdt-impl v0.5.0 |
2332 | 2024-10-18T22:15:43.621Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6caa4c31d5230c97 -C extra-filename=-6caa4c31d5230c97 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2333 | 2024-10-18T22:15:43.826Z | Dirty base16ct v0.2.0: the rustflags changed |
2334 | 2024-10-18T22:15:43.826Z | Compiling base16ct v0.2.0 |
2335 | 2024-10-18T22:15:43.829Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f1815429b9cc9059 -C extra-filename=-f1815429b9cc9059 --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` |
2336 | 2024-10-18T22:15:44.050Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2337 | 2024-10-18T22:15:44.050Z | Compiling pretty-hex v0.4.1 |
2338 | 2024-10-18T22:15:44.055Z | Running `/home/build/.rustup/toolchains/1.80.1-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=966337b29a6969eb -C extra-filename=-966337b29a6969eb --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` |
2339 | 2024-10-18T22:15:44.166Z | Dirty hyper-util v0.1.9: the rustflags changed |
2340 | 2024-10-18T22:15:44.166Z | Compiling hyper-util v0.1.9 |
2341 | 2024-10-18T22:15:44.169Z | Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=9542cf70b01cc5f2 -C extra-filename=-9542cf70b01cc5f2 --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-b8e9fbdeb91cd71f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2024-10-18T22:15:44.286Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build` |
2343 | 2024-10-18T22:15:44.455Z | Dirty sec1 v0.7.3: the rustflags changed |
2344 | 2024-10-18T22:15:44.455Z | Compiling sec1 v0.7.3 |
2345 | 2024-10-18T22:15:44.457Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=8c98ad424c509d58 -C extra-filename=-8c98ad424c509d58 --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-f1815429b9cc9059.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2346 | 2024-10-18T22:15:45.049Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2347 | 2024-10-18T22:15:45.049Z | Compiling dtrace-parser v0.2.0 |
2348 | 2024-10-18T22:15:45.052Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e318aee7ef22ba2a -C extra-filename=-e318aee7ef22ba2a --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-08cb5f6a2ae91a1a.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-bc6040319b1dd070.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2349 | 2024-10-18T22:15:45.293Z | Dirty num-integer v0.1.46: the rustflags changed |
2350 | 2024-10-18T22:15:45.293Z | Compiling num-integer v0.1.46 |
2351 | 2024-10-18T22:15:45.296Z | Dirty ff v0.13.0: the rustflags changed |
2352 | 2024-10-18T22:15:45.296Z | Compiling ff v0.13.0 |
2353 | 2024-10-18T22:15:45.296Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7b6cf14b4f0145ca -C extra-filename=-7b6cf14b4f0145ca --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2354 | 2024-10-18T22:15:45.296Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=cd42505265878f5a -C extra-filename=-cd42505265878f5a --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-1d0d56c09c2edc5e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2355 | 2024-10-18T22:15:45.584Z | Dirty thread-id v4.2.2: the rustflags changed |
2356 | 2024-10-18T22:15:45.584Z | Compiling thread-id v4.2.2 |
2357 | 2024-10-18T22:15:45.588Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d6396d97982154c2 -C extra-filename=-d6396d97982154c2 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2358 | 2024-10-18T22:15:45.720Z | Dirty group v0.13.0: the rustflags changed |
2359 | 2024-10-18T22:15:45.720Z | Compiling group v0.13.0 |
2360 | 2024-10-18T22:15:45.723Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=1e0ee721bf20f95a -C extra-filename=-1e0ee721bf20f95a --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-cd42505265878f5a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2361 | 2024-10-18T22:15:45.998Z | Dirty toml v0.8.19: the rustflags changed |
2362 | 2024-10-18T22:15:45.998Z | Compiling toml v0.8.19 |
2363 | 2024-10-18T22:15:46.001Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7523705cabd7850e -C extra-filename=-7523705cabd7850e --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-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2024-10-18T22:15:46.072Z | Dirty hkdf v0.12.4: the rustflags changed |
2365 | 2024-10-18T22:15:46.072Z | Compiling hkdf v0.12.4 |
2366 | 2024-10-18T22:15:46.075Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a582bc366ef88e04 -C extra-filename=-a582bc366ef88e04 --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-167d851200847cfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2367 | 2024-10-18T22:15:46.100Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
2368 | 2024-10-18T22:15:46.100Z | Compiling crypto-bigint v0.5.5 |
2369 | 2024-10-18T22:15:46.102Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.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=1d8a4d583acceb1d -C extra-filename=-1d8a4d583acceb1d --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-04cd9bd80d33c46b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2370 | 2024-10-18T22:15:46.341Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
2371 | 2024-10-18T22:15:46.341Z | Compiling crossbeam-epoch v0.9.18 |
2372 | 2024-10-18T22:15:46.344Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e76fa68a49dedd34 -C extra-filename=-e76fa68a49dedd34 --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-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2373 | 2024-10-18T22:15:47.161Z | Dirty hyper-rustls v0.27.3: the rustflags changed |
2374 | 2024-10-18T22:15:47.161Z | Compiling hyper-rustls v0.27.3 |
2375 | 2024-10-18T22:15:47.190Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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=cb10fbf69f97e695 -C extra-filename=-cb10fbf69f97e695 --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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ac8aef1a56fdf4e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce65e0e041fdad42.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-c619ac764501ed02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2376 | 2024-10-18T22:15:47.341Z | Dirty hyper-tls v0.6.0: the rustflags changed |
2377 | 2024-10-18T22:15:47.341Z | Compiling hyper-tls v0.6.0 |
2378 | 2024-10-18T22:15:47.343Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.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=541700dd108f4381 -C extra-filename=-541700dd108f4381 --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-b8e9fbdeb91cd71f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-8eedd80cb04eb868.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6ccf820ae5631892.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2379 | 2024-10-18T22:15:47.435Z | Dirty crc32fast v1.4.2: the rustflags changed |
2380 | 2024-10-18T22:15:47.435Z | Compiling crc32fast v1.4.2 |
2381 | 2024-10-18T22:15:47.438Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b07e0b017e0ce628 -C extra-filename=-b07e0b017e0ce628 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2382 | 2024-10-18T22:15:47.764Z | Dirty reqwest v0.12.8: the rustflags changed |
2383 | 2024-10-18T22:15:47.764Z | Compiling reqwest v0.12.8 |
2384 | 2024-10-18T22:15:47.766Z | Dirty bitflags v1.3.2: the rustflags changed |
2385 | 2024-10-18T22:15:47.766Z | Compiling bitflags v1.3.2 |
2386 | 2024-10-18T22:15:47.766Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e992fadcca1ed6f2 -C extra-filename=-e992fadcca1ed6f2 --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` |
2387 | 2024-10-18T22:15:47.782Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --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="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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=13afba6a50cb6056 -C extra-filename=-13afba6a50cb6056 --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-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cbd70e04fd72bb8d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f820655f3aa82a51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cb10fbf69f97e695.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-541700dd108f4381.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-8eedd80cb04eb868.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ac8aef1a56fdf4e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-6b5efafbb407d993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-6ccf820ae5631892.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce65e0e041fdad42.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-c619ac764501ed02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
2388 | 2024-10-18T22:15:47.803Z | Dirty rayon-core v1.12.1: the rustflags changed |
2389 | 2024-10-18T22:15:47.804Z | Compiling rayon-core v1.12.1 |
2390 | 2024-10-18T22:15:47.806Z | Dirty paste v1.0.15: the rustflags changed |
2391 | 2024-10-18T22:15:47.806Z | Compiling paste v1.0.15 |
2392 | 2024-10-18T22:15:47.806Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.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=dbd7eded198f5a43 -C extra-filename=-dbd7eded198f5a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2393 | 2024-10-18T22:15:47.807Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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=fe0fbfc06ab2594b -C extra-filename=-fe0fbfc06ab2594b --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2394 | 2024-10-18T22:15:47.872Z | Dirty static_assertions v1.1.0: the rustflags changed |
2395 | 2024-10-18T22:15:47.872Z | Compiling static_assertions v1.1.0 |
2396 | 2024-10-18T22:15:47.879Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0a062de836263b83 -C extra-filename=-0a062de836263b83 --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` |
2397 | 2024-10-18T22:15:47.981Z | Dirty hex v0.4.3: the rustflags changed |
2398 | 2024-10-18T22:15:47.981Z | Compiling hex v0.4.3 |
2399 | 2024-10-18T22:15:47.984Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=063889f16a5b7e58 -C extra-filename=-063889f16a5b7e58 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-10-18T22:15:48.147Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build` |
2401 | 2024-10-18T22:15:48.183Z | Dirty itertools v0.10.5: the rustflags changed |
2402 | 2024-10-18T22:15:48.183Z | Compiling itertools v0.10.5 |
2403 | 2024-10-18T22:15:48.186Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=197a32e1da667e01 -C extra-filename=-197a32e1da667e01 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2404 | 2024-10-18T22:15:48.407Z | Dirty clap v4.5.20: the rustflags changed |
2405 | 2024-10-18T22:15:48.407Z | Compiling clap v4.5.20 |
2406 | 2024-10-18T22:15:48.410Z | Dirty dof v0.3.0: the rustflags changed |
2407 | 2024-10-18T22:15:48.410Z | Compiling dof v0.3.0 |
2408 | 2024-10-18T22:15:48.410Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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' '--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=1c0b57b8d2bf45f8 -C extra-filename=-1c0b57b8d2bf45f8 --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-eac1481f3abb56e5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9a3fc4d7aad8d2aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2409 | 2024-10-18T22:15:48.429Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3a6c3063b8d9d35b -C extra-filename=-3a6c3063b8d9d35b --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-8003e8a5a719161a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2024-10-18T22:15:48.546Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build` |
2411 | 2024-10-18T22:15:48.616Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2412 | 2024-10-18T22:15:48.616Z | Compiling stable_deref_trait v1.2.0 |
2413 | 2024-10-18T22:15:48.618Z | Dirty bit-vec v0.6.3: the rustflags changed |
2414 | 2024-10-18T22:15:48.618Z | Compiling bit-vec v0.6.3 |
2415 | 2024-10-18T22:15:48.618Z | Running `/home/build/.rustup/toolchains/1.80.1-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8344a76eab0acab -C extra-filename=-d8344a76eab0acab --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-10-18T22:15:48.618Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a4c480c9db0b285d -C extra-filename=-a4c480c9db0b285d --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` |
2417 | 2024-10-18T22:15:48.738Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4ec299dfa0e92da3 -C extra-filename=-4ec299dfa0e92da3 --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"))'` |
2418 | 2024-10-18T22:15:49.135Z | Dirty bit-set v0.5.3: the rustflags changed |
2419 | 2024-10-18T22:15:49.135Z | Compiling bit-set v0.5.3 |
2420 | 2024-10-18T22:15:49.137Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f27c634c8e28190b -C extra-filename=-f27c634c8e28190b --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-a4c480c9db0b285d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2421 | 2024-10-18T22:15:49.437Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6b52ecd9a4dea8e0 -C extra-filename=-6b52ecd9a4dea8e0 --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-325983a483f82094.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e318aee7ef22ba2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d6396d97982154c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2422 | 2024-10-18T22:15:50.144Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
2423 | 2024-10-18T22:15:50.144Z | Compiling elliptic-curve v0.13.8 |
2424 | 2024-10-18T22:15:50.147Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --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=2aaba52327a6d5d5 -C extra-filename=-2aaba52327a6d5d5 --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-f1815429b9cc9059.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-1d8a4d583acceb1d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-cd42505265878f5a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1e0ee721bf20f95a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8c98ad424c509d58.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2024-10-18T22:15:50.622Z | Dirty crossbeam-deque v0.8.5: the rustflags changed |
2426 | 2024-10-18T22:15:50.622Z | Compiling crossbeam-deque v0.8.5 |
2427 | 2024-10-18T22:15:50.624Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3e3c34df2ac5a0b8 -C extra-filename=-3e3c34df2ac5a0b8 --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-e76fa68a49dedd34.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2024-10-18T22:15:51.035Z | Dirty num-iter v0.1.45: the rustflags changed |
2429 | 2024-10-18T22:15:51.035Z | Compiling num-iter v0.1.45 |
2430 | 2024-10-18T22:15:51.069Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5f83b0ee0c6da907 -C extra-filename=-5f83b0ee0c6da907 --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-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2431 | 2024-10-18T22:15:51.069Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
2432 | 2024-10-18T22:15:51.070Z | Compiling curve25519-dalek v4.1.3 |
2433 | 2024-10-18T22:15:51.070Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=6c32d6e73b8db640 -C extra-filename=-6c32d6e73b8db640 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c32d6e73b8db640 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2024-10-18T22:15:51.079Z | Dirty crossbeam-channel v0.5.13: the rustflags changed |
2435 | 2024-10-18T22:15:51.079Z | Compiling crossbeam-channel v0.5.13 |
2436 | 2024-10-18T22:15:51.092Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4fdcc25f3cc7f51f -C extra-filename=-4fdcc25f3cc7f51f --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-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2437 | 2024-10-18T22:15:51.171Z | Dirty memmap v0.7.0: the rustflags changed |
2438 | 2024-10-18T22:15:51.171Z | Compiling memmap v0.7.0 |
2439 | 2024-10-18T22:15:51.176Z | Running `/home/build/.rustup/toolchains/1.80.1-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=05bc91404a9edc9a -C extra-filename=-05bc91404a9edc9a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2024-10-18T22:15:51.200Z | Dirty thread_local v1.1.8: the rustflags changed |
2441 | 2024-10-18T22:15:51.200Z | Compiling thread_local v1.1.8 |
2442 | 2024-10-18T22:15:51.207Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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=b310494f9fdab81c -C extra-filename=-b310494f9fdab81c --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-94faf137b493206b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2443 | 2024-10-18T22:15:51.576Z | Dirty slog-async v2.8.0: the rustflags changed |
2444 | 2024-10-18T22:15:51.576Z | Compiling slog-async v2.8.0 |
2445 | 2024-10-18T22:15:51.598Z | Running `/home/build/.rustup/toolchains/1.80.1-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=01c8cef20947d45b -C extra-filename=-01c8cef20947d45b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2024-10-18T22:15:51.791Z | Dirty utf-8 v0.7.6: the rustflags changed |
2447 | 2024-10-18T22:15:51.791Z | Compiling utf-8 v0.7.6 |
2448 | 2024-10-18T22:15:51.793Z | Running `/home/build/.rustup/toolchains/1.80.1-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=402f663b8b26fd9e -C extra-filename=-402f663b8b26fd9e --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` |
2449 | 2024-10-18T22:15:51.816Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
2450 | 2024-10-18T22:15:51.817Z | Compiling num-bigint-dig v0.8.4 |
2451 | 2024-10-18T22:15:51.817Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="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=a48bba7d8738e000 -C extra-filename=-a48bba7d8738e000 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2024-10-18T22:15:52.178Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c32d6e73b8db640/build-script-build` |
2453 | 2024-10-18T22:15:52.206Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=9403824613676c50 -C extra-filename=-9403824613676c50 --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-3e3c34df2ac5a0b8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2454 | 2024-10-18T22:15:52.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build` |
2455 | 2024-10-18T22:15:52.224Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build` |
2456 | 2024-10-18T22:15:52.267Z | Dirty flate2 v1.0.34: the rustflags changed |
2457 | 2024-10-18T22:15:52.267Z | Compiling flate2 v1.0.34 |
2458 | 2024-10-18T22:15:52.269Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ed861e9e9bc48d14 -C extra-filename=-ed861e9e9bc48d14 --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-b07e0b017e0ce628.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-568c7230d30d7b84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2459 | 2024-10-18T22:15:52.290Z | Dirty toml v0.7.8: the rustflags changed |
2460 | 2024-10-18T22:15:52.290Z | Compiling toml v0.7.8 |
2461 | 2024-10-18T22:15:52.293Z | Dirty phf_shared v0.11.2: the rustflags changed |
2462 | 2024-10-18T22:15:52.293Z | Compiling phf_shared v0.11.2 |
2463 | 2024-10-18T22:15:52.312Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1b82a5a547bb6b63 -C extra-filename=-1b82a5a547bb6b63 --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-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2464 | 2024-10-18T22:15:52.314Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=02e8e0acc1d2fa03 -C extra-filename=-02e8e0acc1d2fa03 --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2465 | 2024-10-18T22:15:52.335Z | Dirty rfc6979 v0.4.0: the rustflags changed |
2466 | 2024-10-18T22:15:52.335Z | Compiling rfc6979 v0.4.0 |
2467 | 2024-10-18T22:15:52.337Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1e00b2f8e318e40a -C extra-filename=-1e00b2f8e318e40a --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-167d851200847cfe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2024-10-18T22:15:52.427Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
2469 | 2024-10-18T22:15:52.427Z | Compiling curve25519-dalek-derive v0.1.1 |
2470 | 2024-10-18T22:15:52.430Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.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=0d86306d8e7d7369 -C extra-filename=-0d86306d8e7d7369 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2471 | 2024-10-18T22:15:52.539Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
2472 | 2024-10-18T22:15:52.539Z | Compiling zerocopy-derive v0.6.6 |
2473 | 2024-10-18T22:15:52.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.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=7dee4c9d58190fa0 -C extra-filename=-7dee4c9d58190fa0 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2474 | 2024-10-18T22:15:52.722Z | Dirty bstr v1.10.0: the rustflags changed |
2475 | 2024-10-18T22:15:52.722Z | Compiling bstr v1.10.0 |
2476 | 2024-10-18T22:15:52.724Z | Running `/home/build/.rustup/toolchains/1.80.1-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=51b12ef1d081c45d -C extra-filename=-51b12ef1d081c45d --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-3b7d5cfbb443b029.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2477 | 2024-10-18T22:15:53.147Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
2478 | 2024-10-18T22:15:53.148Z | Compiling usdt-attr-macro v0.5.0 |
2479 | 2024-10-18T22:15:53.150Z | Running `/home/build/.rustup/toolchains/1.80.1-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=657aeadc589ce0bf -C extra-filename=-657aeadc589ce0bf --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-e318aee7ef22ba2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6b52ecd9a4dea8e0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2480 | 2024-10-18T22:15:53.242Z | Dirty usdt-macro v0.5.0: the rustflags changed |
2481 | 2024-10-18T22:15:53.242Z | Compiling usdt-macro v0.5.0 |
2482 | 2024-10-18T22:15:53.245Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a8d691df4bbbbed8 -C extra-filename=-a8d691df4bbbbed8 --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-e318aee7ef22ba2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6b52ecd9a4dea8e0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2483 | 2024-10-18T22:15:54.004Z | Dirty match_cfg v0.1.0: the rustflags changed |
2484 | 2024-10-18T22:15:54.004Z | Compiling match_cfg v0.1.0 |
2485 | 2024-10-18T22:15:54.007Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d9904ced2909ba3a -C extra-filename=-d9904ced2909ba3a --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` |
2486 | 2024-10-18T22:15:54.034Z | Dirty signal-hook v0.3.17: the rustflags changed |
2487 | 2024-10-18T22:15:54.034Z | Compiling signal-hook v0.3.17 |
2488 | 2024-10-18T22:15:54.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=aa21692816cd7757 -C extra-filename=-aa21692816cd7757 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2489 | 2024-10-18T22:15:54.106Z | Dirty rustls v0.22.4: the rustflags changed |
2490 | 2024-10-18T22:15:54.106Z | Compiling rustls v0.22.4 |
2491 | 2024-10-18T22:15:54.109Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.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=7a39c18fd3e98d58 -C extra-filename=-7a39c18fd3e98d58 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2492 | 2024-10-18T22:15:54.173Z | Dirty fixedbitset v0.4.2: the rustflags changed |
2493 | 2024-10-18T22:15:54.173Z | Compiling fixedbitset v0.4.2 |
2494 | 2024-10-18T22:15:54.176Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fda43baac4e8c7a6 -C extra-filename=-fda43baac4e8c7a6 --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` |
2495 | 2024-10-18T22:15:54.380Z | Dirty take_mut v0.2.2: the rustflags changed |
2496 | 2024-10-18T22:15:54.380Z | Compiling take_mut v0.2.2 |
2497 | 2024-10-18T22:15:54.382Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f9518271d040c7fa -C extra-filename=-f9518271d040c7fa --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` |
2498 | 2024-10-18T22:15:54.445Z | Dirty managed v0.8.0: the rustflags changed |
2499 | 2024-10-18T22:15:54.445Z | Compiling managed v0.8.0 |
2500 | 2024-10-18T22:15:54.447Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7ebffa2b30e78119 -C extra-filename=-7ebffa2b30e78119 --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` |
2501 | 2024-10-18T22:15:54.552Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b45bb411940a19cd -C extra-filename=-b45bb411940a19cd --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-4fdcc25f3cc7f51f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f9518271d040c7fa.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b310494f9fdab81c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2502 | 2024-10-18T22:15:54.577Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build` |
2503 | 2024-10-18T22:15:54.614Z | Dirty petgraph v0.6.5: the rustflags changed |
2504 | 2024-10-18T22:15:54.614Z | Compiling petgraph v0.6.5 |
2505 | 2024-10-18T22:15:54.617Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c468925203a4a51b -C extra-filename=-c468925203a4a51b --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-fda43baac4e8c7a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2506 | 2024-10-18T22:15:54.638Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build` |
2507 | 2024-10-18T22:15:54.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.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=ec8430922b97966a -C extra-filename=-ec8430922b97966a --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0d86306d8e7d7369.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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"'` |
2508 | 2024-10-18T22:15:54.900Z | Dirty hostname v0.3.1: the rustflags changed |
2509 | 2024-10-18T22:15:54.900Z | Compiling hostname v0.3.1 |
2510 | 2024-10-18T22:15:54.902Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e7d282d0c72e90f8 -C extra-filename=-e7d282d0c72e90f8 --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-1b46dd66a7c6c3c6.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d9904ced2909ba3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2511 | 2024-10-18T22:15:54.943Z | Dirty zerocopy v0.6.6: the rustflags changed |
2512 | 2024-10-18T22:15:54.944Z | Compiling zerocopy v0.6.6 |
2513 | 2024-10-18T22:15:54.946Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c99036b84ef0c689 -C extra-filename=-c99036b84ef0c689 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7dee4c9d58190fa0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2024-10-18T22:15:55.081Z | Dirty ecdsa v0.16.9: the rustflags changed |
2515 | 2024-10-18T22:15:55.081Z | Compiling ecdsa v0.16.9 |
2516 | 2024-10-18T22:15:55.084Z | Running `/home/build/.rustup/toolchains/1.80.1-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=94a118b5504c05b1 -C extra-filename=-94a118b5504c05b1 --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-644d9368c0827ff3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1e00b2f8e318e40a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-721ebf0427bce95e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2517 | 2024-10-18T22:15:55.126Z | Dirty usdt v0.5.0: the rustflags changed |
2518 | 2024-10-18T22:15:55.126Z | Compiling usdt v0.5.0 |
2519 | 2024-10-18T22:15:55.129Z | Running `/home/build/.rustup/toolchains/1.80.1-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=095b72e99f9963ef -C extra-filename=-095b72e99f9963ef --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-3a6c3063b8d9d35b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e318aee7ef22ba2a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8003e8a5a719161a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-05bc91404a9edc9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-657aeadc589ce0bf.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6b52ecd9a4dea8e0.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a8d691df4bbbbed8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2520 | 2024-10-18T22:15:55.159Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="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=963bfbbd004da326 -C extra-filename=-963bfbbd004da326 --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-325983a483f82094.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2521 | 2024-10-18T22:15:55.720Z | Dirty slog-term v2.9.1: the rustflags changed |
2522 | 2024-10-18T22:15:55.720Z | Compiling slog-term v2.9.1 |
2523 | 2024-10-18T22:15:55.723Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=dd3dcc227d4a9bc7 -C extra-filename=-dd3dcc227d4a9bc7 --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-1ac1e4502263767b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b310494f9fdab81c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2524 | 2024-10-18T22:15:55.841Z | Dirty phf_shared v0.10.0: the rustflags changed |
2525 | 2024-10-18T22:15:55.841Z | Compiling phf_shared v0.10.0 |
2526 | 2024-10-18T22:15:55.844Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3867a56396e61cad -C extra-filename=-3867a56396e61cad --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2527 | 2024-10-18T22:15:55.867Z | Dirty pkcs1 v0.7.5: the rustflags changed |
2528 | 2024-10-18T22:15:55.867Z | Compiling pkcs1 v0.7.5 |
2529 | 2024-10-18T22:15:55.869Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=30fc075897f5ad03 -C extra-filename=-30fc075897f5ad03 --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-644d9368c0827ff3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2530 | 2024-10-18T22:15:56.032Z | Dirty unicode-xid v0.2.6: the rustflags changed |
2531 | 2024-10-18T22:15:56.032Z | Compiling unicode-xid v0.2.6 |
2532 | 2024-10-18T22:15:56.036Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7327f3d13197559b -C extra-filename=-7327f3d13197559b --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` |
2533 | 2024-10-18T22:15:56.224Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
2534 | 2024-10-18T22:15:56.224Z | Compiling new_debug_unreachable v1.0.6 |
2535 | 2024-10-18T22:15:56.224Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2da89dee01071d53 -C extra-filename=-2da89dee01071d53 --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` |
2536 | 2024-10-18T22:15:56.247Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
2537 | 2024-10-18T22:15:56.247Z | Compiling precomputed-hash v0.1.1 |
2538 | 2024-10-18T22:15:56.278Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fe9d34962777373e -C extra-filename=-fe9d34962777373e --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` |
2539 | 2024-10-18T22:15:56.333Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2540 | 2024-10-18T22:15:56.333Z | Compiling minimal-lexical v0.2.1 |
2541 | 2024-10-18T22:15:56.336Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=9a8e77c298b71cc5 -C extra-filename=-9a8e77c298b71cc5 --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` |
2542 | 2024-10-18T22:15:56.376Z | Dirty string_cache v0.8.7: the rustflags changed |
2543 | 2024-10-18T22:15:56.376Z | Compiling string_cache v0.8.7 |
2544 | 2024-10-18T22:15:56.379Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=5d4a0867caed1149 -C extra-filename=-5d4a0867caed1149 --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-2da89dee01071d53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3867a56396e61cad.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fe9d34962777373e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2545 | 2024-10-18T22:15:56.865Z | Dirty nom v7.1.3: the rustflags changed |
2546 | 2024-10-18T22:15:56.865Z | Compiling nom v7.1.3 |
2547 | 2024-10-18T22:15:56.868Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=48891256de0358bb -C extra-filename=-48891256de0358bb --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-3b7d5cfbb443b029.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-9a8e77c298b71cc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2024-10-18T22:15:56.890Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8b929d32c77d7889 -C extra-filename=-8b929d32c77d7889 --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-1b46dd66a7c6c3c6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2549 | 2024-10-18T22:15:56.936Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8638db72f9780f17 -C extra-filename=-8638db72f9780f17 --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e6fb378449a7f0de.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2550 | 2024-10-18T22:15:57.055Z | Dirty ed25519 v2.2.3: the rustflags changed |
2551 | 2024-10-18T22:15:57.055Z | Compiling ed25519 v2.2.3 |
2552 | 2024-10-18T22:15:57.057Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d26aec193b2828e6 -C extra-filename=-d26aec193b2828e6 --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-ed6f1b5479b4da49.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-721ebf0427bce95e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2553 | 2024-10-18T22:15:57.887Z | Dirty rsa v0.9.6: the rustflags changed |
2554 | 2024-10-18T22:15:57.887Z | Compiling rsa v0.9.6 |
2555 | 2024-10-18T22:15:57.898Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8a9350ba28558d6d -C extra-filename=-8a9350ba28558d6d --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-0fbd4ee0c026a43b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-963bfbbd004da326.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-30fc075897f5ad03.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-721ebf0427bce95e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2556 | 2024-10-18T22:15:58.897Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
2557 | 2024-10-18T22:15:58.897Z | Compiling hubpack_derive v0.1.1 |
2558 | 2024-10-18T22:15:58.933Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb02688a1548272d -C extra-filename=-cb02688a1548272d --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2559 | 2024-10-18T22:15:59.166Z | Dirty multer v3.1.0: the rustflags changed |
2560 | 2024-10-18T22:15:59.166Z | Compiling multer v3.1.0 |
2561 | 2024-10-18T22:15:59.169Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b0c2a76b3dbdbc46 -C extra-filename=-b0c2a76b3dbdbc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-10-18T22:15:59.557Z | Dirty quick-error v1.2.3: the rustflags changed |
2563 | 2024-10-18T22:15:59.557Z | Compiling quick-error v1.2.3 |
2564 | 2024-10-18T22:15:59.560Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5a51933d224a7ea6 -C extra-filename=-5a51933d224a7ea6 --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-10-18T22:15:59.722Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build` |
2566 | 2024-10-18T22:15:59.806Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
2567 | 2024-10-18T22:15:59.806Z | Compiling ed25519-dalek v2.1.1 |
2568 | 2024-10-18T22:15:59.809Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b168bd9c2bfc3356 -C extra-filename=-b168bd9c2bfc3356 --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-ec8430922b97966a.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d26aec193b2828e6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-721ebf0427bce95e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2024-10-18T22:16:00.057Z | Dirty hubpack v0.1.2: the rustflags changed |
2570 | 2024-10-18T22:16:00.057Z | Compiling hubpack v0.1.2 |
2571 | 2024-10-18T22:16:00.061Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acf39400c9ba3962 -C extra-filename=-acf39400c9ba3962 --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-cb02688a1548272d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2572 | 2024-10-18T22:16:00.585Z | Dirty heapless v0.7.17: the rustflags changed |
2573 | 2024-10-18T22:16:00.585Z | Compiling heapless v0.7.17 |
2574 | 2024-10-18T22:16:00.587Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.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=d4922d10487e963e -C extra-filename=-d4922d10487e963e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d4922d10487e963e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2575 | 2024-10-18T22:16:00.656Z | Dirty slog-json v2.6.1: the rustflags changed |
2576 | 2024-10-18T22:16:00.656Z | Compiling slog-json v2.6.1 |
2577 | 2024-10-18T22:16:00.658Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=a42fe83f30efa66d -C extra-filename=-a42fe83f30efa66d --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2578 | 2024-10-18T22:16:00.720Z | Dirty x509-cert v0.2.5: the rustflags changed |
2579 | 2024-10-18T22:16:00.720Z | Compiling x509-cert v0.2.5 |
2580 | 2024-10-18T22:16:00.722Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.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=30be5c1673f7667f -C extra-filename=-30be5c1673f7667f --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-0fbd4ee0c026a43b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2024-10-18T22:16:01.042Z | Dirty enum-as-inner v0.6.1: the rustflags changed |
2582 | 2024-10-18T22:16:01.042Z | Compiling enum-as-inner v0.6.1 |
2583 | 2024-10-18T22:16:01.045Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.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=a059b92cae5f0b6a -C extra-filename=-a059b92cae5f0b6a --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2584 | 2024-10-18T22:16:01.140Z | Dirty async-stream-impl v0.3.6: the rustflags changed |
2585 | 2024-10-18T22:16:01.140Z | Compiling async-stream-impl v0.3.6 |
2586 | 2024-10-18T22:16:01.143Z | Dirty itertools v0.12.1: the rustflags changed |
2587 | 2024-10-18T22:16:01.143Z | Compiling itertools v0.12.1 |
2588 | 2024-10-18T22:16:01.143Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f85522dc26f9bff0 -C extra-filename=-f85522dc26f9bff0 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2589 | 2024-10-18T22:16:01.143Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bb69c56d84ec7036 -C extra-filename=-bb69c56d84ec7036 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2024-10-18T22:16:02.340Z | Dirty tokio-rustls v0.25.0: the rustflags changed |
2591 | 2024-10-18T22:16:02.340Z | Compiling tokio-rustls v0.25.0 |
2592 | 2024-10-18T22:16:02.342Z | Running `/home/build/.rustup/toolchains/1.80.1-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=71e3ef5bca7c1ee3 -C extra-filename=-71e3ef5bca7c1ee3 --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-8638db72f9780f17.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2593 | 2024-10-18T22:16:02.800Z | Dirty idna v0.4.0: the rustflags changed |
2594 | 2024-10-18T22:16:02.800Z | Compiling idna v0.4.0 |
2595 | 2024-10-18T22:16:02.803Z | Dirty dropshot v0.12.0: the rustflags changed |
2596 | 2024-10-18T22:16:02.803Z | Compiling dropshot v0.12.0 |
2597 | 2024-10-18T22:16:02.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4a73eb2471afad94 -C extra-filename=-4a73eb2471afad94 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2598 | 2024-10-18T22:16:02.803Z | Running `/home/build/.rustup/toolchains/1.80.1-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=63e0d2c1df7453d2 -C extra-filename=-63e0d2c1df7453d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2024-10-18T22:16:02.916Z | Dirty debug-ignore v1.0.5: the rustflags changed |
2600 | 2024-10-18T22:16:02.916Z | Compiling debug-ignore v1.0.5 |
2601 | 2024-10-18T22:16:02.924Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f8d6e08c22f4130f -C extra-filename=-f8d6e08c22f4130f --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` |
2602 | 2024-10-18T22:16:03.069Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
2603 | 2024-10-18T22:16:03.069Z | Compiling lalrpop-util v0.19.12 |
2604 | 2024-10-18T22:16:03.072Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=cabd6990d00654d2 -C extra-filename=-cabd6990d00654d2 --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` |
2605 | 2024-10-18T22:16:03.202Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2/build-script-build` |
2606 | 2024-10-18T22:16:03.280Z | Dirty async-stream v0.3.6: the rustflags changed |
2607 | 2024-10-18T22:16:03.280Z | Compiling async-stream v0.3.6 |
2608 | 2024-10-18T22:16:03.283Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f83f57858a8bb458 -C extra-filename=-f83f57858a8bb458 --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-f85522dc26f9bff0.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2609 | 2024-10-18T22:16:03.430Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d4922d10487e963e/build-script-build` |
2610 | 2024-10-18T22:16:03.508Z | Dirty slog-bunyan v2.5.0: the rustflags changed |
2611 | 2024-10-18T22:16:03.508Z | Compiling slog-bunyan v2.5.0 |
2612 | 2024-10-18T22:16:03.511Z | Running `/home/build/.rustup/toolchains/1.80.1-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=06ac839049fff7fc -C extra-filename=-06ac839049fff7fc --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-e7d282d0c72e90f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a42fe83f30efa66d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2613 | 2024-10-18T22:16:03.621Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2eced4b22646087e -C extra-filename=-2eced4b22646087e --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-b8e9fbdeb91cd71f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2024-10-18T22:16:03.738Z | Dirty hickory-proto v0.24.1: the rustflags changed |
2615 | 2024-10-18T22:16:03.738Z | Compiling hickory-proto v0.24.1 |
2616 | 2024-10-18T22:16:03.741Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f3041bed5b6d6994 -C extra-filename=-f3041bed5b6d6994 --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-2a9b2223f6844e23.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a059b92cae5f0b6a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4a73eb2471afad94.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-08d9e11b5e823d54.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2617 | 2024-10-18T22:16:04.391Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
2618 | 2024-10-18T22:16:04.391Z | Compiling signal-hook-mio v0.2.4 |
2619 | 2024-10-18T22:16:04.393Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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=671dd385e5cd2b82 -C extra-filename=-671dd385e5cd2b82 --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-1b46dd66a7c6c3c6.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2620 | 2024-10-18T22:16:04.434Z | Dirty console v0.15.8: the rustflags changed |
2621 | 2024-10-18T22:16:04.434Z | Compiling console v0.15.8 |
2622 | 2024-10-18T22:16:04.437Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6324a0adf023d003 -C extra-filename=-6324a0adf023d003 --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-cf320adaf9052777.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2623 | 2024-10-18T22:16:04.570Z | Dirty dropshot_endpoint v0.12.0: the rustflags changed |
2624 | 2024-10-18T22:16:04.570Z | Compiling dropshot_endpoint v0.12.0 |
2625 | 2024-10-18T22:16:04.573Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d7b9693ca8e0e090 -C extra-filename=-d7b9693ca8e0e090 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2626 | 2024-10-18T22:16:04.728Z | Dirty serde_path_to_error v0.1.16: the rustflags changed |
2627 | 2024-10-18T22:16:04.728Z | Compiling serde_path_to_error v0.1.16 |
2628 | 2024-10-18T22:16:04.731Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=cda642eaa27d4783 -C extra-filename=-cda642eaa27d4783 --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-4cb0fb6bacfafb96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2629 | 2024-10-18T22:16:05.531Z | Dirty waitgroup v0.1.2: the rustflags changed |
2630 | 2024-10-18T22:16:05.531Z | Compiling waitgroup v0.1.2 |
2631 | 2024-10-18T22:16:05.534Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6992fbdcfd8dfd4 -C extra-filename=-c6992fbdcfd8dfd4 --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-0226d346e4689e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2024-10-18T22:16:05.652Z | Dirty hostname v0.4.0: the rustflags changed |
2633 | 2024-10-18T22:16:05.652Z | Compiling hostname v0.4.0 |
2634 | 2024-10-18T22:16:05.655Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f05b37f1d6d64d48 -C extra-filename=-f05b37f1d6d64d48 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2024-10-18T22:16:05.766Z | Dirty hash32 v0.2.1: the rustflags changed |
2636 | 2024-10-18T22:16:05.766Z | Compiling hash32 v0.2.1 |
2637 | 2024-10-18T22:16:05.768Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b2d4b24ee1288cc3 -C extra-filename=-b2d4b24ee1288cc3 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2638 | 2024-10-18T22:16:05.942Z | Dirty smoltcp v0.9.1: the rustflags changed |
2639 | 2024-10-18T22:16:05.942Z | Compiling smoltcp v0.9.1 |
2640 | 2024-10-18T22:16:05.945Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --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=bdbe85cbcf8150ee -C extra-filename=-bdbe85cbcf8150ee --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2641 | 2024-10-18T22:16:06.096Z | Dirty unicode-properties v0.1.3: the rustflags changed |
2642 | 2024-10-18T22:16:06.096Z | Compiling unicode-properties v0.1.3 |
2643 | 2024-10-18T22:16:06.099Z | Running `/home/build/.rustup/toolchains/1.80.1-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=80a2e358090f1ed4 -C extra-filename=-80a2e358090f1ed4 --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` |
2644 | 2024-10-18T22:16:06.154Z | Dirty portable-atomic v1.9.0: the rustflags changed |
2645 | 2024-10-18T22:16:06.154Z | Compiling portable-atomic v1.9.0 |
2646 | 2024-10-18T22:16:06.157Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=ed62a0e54811a300 -C extra-filename=-ed62a0e54811a300 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-ed62a0e54811a300 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2647 | 2024-10-18T22:16:06.294Z | Dirty linked-hash-map v0.5.6: the rustflags changed |
2648 | 2024-10-18T22:16:06.294Z | Compiling linked-hash-map v0.5.6 |
2649 | 2024-10-18T22:16:06.296Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e099fcafe1b8ddce -C extra-filename=-e099fcafe1b8ddce --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` |
2650 | 2024-10-18T22:16:06.519Z | Dirty predicates-core v1.0.8: the rustflags changed |
2651 | 2024-10-18T22:16:06.519Z | Compiling predicates-core v1.0.8 |
2652 | 2024-10-18T22:16:06.522Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.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=f77a3abcbbc6e22a -C extra-filename=-f77a3abcbbc6e22a --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` |
2653 | 2024-10-18T22:16:06.696Z | Dirty lru-cache v0.1.2: the rustflags changed |
2654 | 2024-10-18T22:16:06.696Z | Compiling lru-cache v0.1.2 |
2655 | 2024-10-18T22:16:06.699Z | Running `/home/build/.rustup/toolchains/1.80.1-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=014178c12363f11b -C extra-filename=-014178c12363f11b --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-e099fcafe1b8ddce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2024-10-18T22:16:06.815Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build` |
2657 | 2024-10-18T22:16:06.850Z | Dirty stringprep v0.1.5: the rustflags changed |
2658 | 2024-10-18T22:16:06.850Z | Compiling stringprep v0.1.5 |
2659 | 2024-10-18T22:16:06.854Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3221879efa85b86e -C extra-filename=-3221879efa85b86e --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-80a2e358090f1ed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2660 | 2024-10-18T22:16:06.895Z | Running `/home/build/.rustup/toolchains/1.80.1-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=845b1cbb096b6ddd -C extra-filename=-845b1cbb096b6ddd --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-b2d4b24ee1288cc3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2661 | 2024-10-18T22:16:06.918Z | Dirty crossterm v0.28.1: the rustflags changed |
2662 | 2024-10-18T22:16:06.919Z | Compiling crossterm v0.28.1 |
2663 | 2024-10-18T22:16:06.939Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8549c696a9de7ef1 -C extra-filename=-8549c696a9de7ef1 --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-fb02ffd1abc115c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-671dd385e5cd2b82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2664 | 2024-10-18T22:16:07.325Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ed62a0e54811a300/build-script-build` |
2665 | 2024-10-18T22:16:07.408Z | Dirty similar v2.6.0: the rustflags changed |
2666 | 2024-10-18T22:16:07.409Z | Compiling similar v2.6.0 |
2667 | 2024-10-18T22:16:07.411Z | Running `/home/build/.rustup/toolchains/1.80.1-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=827221e0f813566e -C extra-filename=-827221e0f813566e --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-51b12ef1d081c45d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2668 | 2024-10-18T22:16:07.776Z | Dirty rayon v1.10.0: the rustflags changed |
2669 | 2024-10-18T22:16:07.776Z | Compiling rayon v1.10.0 |
2670 | 2024-10-18T22:16:07.779Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cf1f1353f3838cad -C extra-filename=-cf1f1353f3838cad --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-5d39f2eb1424d60a.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9403824613676c50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2671 | 2024-10-18T22:16:08.003Z | Dirty tokio-stream v0.1.16: the rustflags changed |
2672 | 2024-10-18T22:16:08.003Z | Compiling tokio-stream v0.1.16 |
2673 | 2024-10-18T22:16:08.005Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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=3ec21695e06350f5 -C extra-filename=-3ec21695e06350f5 --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-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2674 | 2024-10-18T22:16:08.078Z | Dirty md-5 v0.10.6: the rustflags changed |
2675 | 2024-10-18T22:16:08.078Z | Compiling md-5 v0.10.6 |
2676 | 2024-10-18T22:16:08.081Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.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=38e264a6d1cd0141 -C extra-filename=-38e264a6d1cd0141 --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-94faf137b493206b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2677 | 2024-10-18T22:16:08.365Z | Dirty float-cmp v0.9.0: the rustflags changed |
2678 | 2024-10-18T22:16:08.365Z | Compiling float-cmp v0.9.0 |
2679 | 2024-10-18T22:16:08.376Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=65d65dd90aa32418 -C extra-filename=-65d65dd90aa32418 --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2680 | 2024-10-18T22:16:08.606Z | Dirty fs-err v2.11.0: the rustflags changed |
2681 | 2024-10-18T22:16:08.606Z | Compiling fs-err v2.11.0 |
2682 | 2024-10-18T22:16:08.609Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=6927faa1e4c3a7b4 -C extra-filename=-6927faa1e4c3a7b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-6927faa1e4c3a7b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2024-10-18T22:16:09.004Z | Dirty difflib v0.4.0: the rustflags changed |
2684 | 2024-10-18T22:16:09.004Z | Compiling difflib v0.4.0 |
2685 | 2024-10-18T22:16:09.008Z | Running `/home/build/.rustup/toolchains/1.80.1-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=df3a4df3c1440d6e -C extra-filename=-df3a4df3c1440d6e --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` |
2686 | 2024-10-18T22:16:09.064Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
2687 | 2024-10-18T22:16:09.064Z | Compiling fallible-iterator v0.2.0 |
2688 | 2024-10-18T22:16:09.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99585d275a54a8fa -C extra-filename=-99585d275a54a8fa --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` |
2689 | 2024-10-18T22:16:09.770Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cbc6f0686b99e4c6 -C extra-filename=-cbc6f0686b99e4c6 --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-f83f57858a8bb458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-d7b9693ca8e0e090.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f05b37f1d6d64d48.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-2eced4b22646087e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-06ac839049fff7fc.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a42fe83f30efa66d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-71e3ef5bca7c1ee3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6992fbdcfd8dfd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2690 | 2024-10-18T22:16:09.837Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
2691 | 2024-10-18T22:16:09.837Z | Compiling normalize-line-endings v0.3.0 |
2692 | 2024-10-18T22:16:09.846Z | Running `/home/build/.rustup/toolchains/1.80.1-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=eb19df894926175b -C extra-filename=-eb19df894926175b --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` |
2693 | 2024-10-18T22:16:09.916Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
2694 | 2024-10-18T22:16:09.916Z | Compiling postgres-protocol v0.6.7 |
2695 | 2024-10-18T22:16:09.919Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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=5c002ec3d6e0abc9 -C extra-filename=-5c002ec3d6e0abc9 --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-2da632077f49dfb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-38e264a6d1cd0141.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-3221879efa85b86e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2696 | 2024-10-18T22:16:09.981Z | Dirty predicates v3.1.2: the rustflags changed |
2697 | 2024-10-18T22:16:09.981Z | Compiling predicates v3.1.2 |
2698 | 2024-10-18T22:16:09.984Z | Running `/home/build/.rustup/toolchains/1.80.1-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=16eb17d651f323bf -C extra-filename=-16eb17d651f323bf --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-43f69afcb50accdb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-df3a4df3c1440d6e.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-65d65dd90aa32418.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-eb19df894926175b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f77a3abcbbc6e22a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2699 | 2024-10-18T22:16:10.268Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6927faa1e4c3a7b4/build-script-build` |
2700 | 2024-10-18T22:16:10.460Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --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=0f23f45b0e9d0ef6 -C extra-filename=-0f23f45b0e9d0ef6 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-845b1cbb096b6ddd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2024-10-18T22:16:10.640Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.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=bb0447e5c24e90ad -C extra-filename=-bb0447e5c24e90ad --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"))'` |
2702 | 2024-10-18T22:16:10.768Z | Dirty resolv-conf v0.7.0: the rustflags changed |
2703 | 2024-10-18T22:16:10.768Z | Compiling resolv-conf v0.7.0 |
2704 | 2024-10-18T22:16:10.771Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c593ae89b2fb6a7b -C extra-filename=-c593ae89b2fb6a7b --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-e7d282d0c72e90f8.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2705 | 2024-10-18T22:16:11.360Z | Dirty phf v0.11.2: the rustflags changed |
2706 | 2024-10-18T22:16:11.360Z | Compiling phf v0.11.2 |
2707 | 2024-10-18T22:16:11.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ee25658cf7098305 -C extra-filename=-ee25658cf7098305 --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-02e8e0acc1d2fa03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2024-10-18T22:16:11.596Z | Dirty tungstenite v0.23.0: the rustflags changed |
2709 | 2024-10-18T22:16:11.596Z | Compiling tungstenite v0.23.0 |
2710 | 2024-10-18T22:16:11.616Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2ae4bc1eb8d17c5c -C extra-filename=-2ae4bc1eb8d17c5c --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2711 | 2024-10-18T22:16:11.680Z | Dirty strum_macros v0.25.3: the rustflags changed |
2712 | 2024-10-18T22:16:11.680Z | Compiling strum_macros v0.25.3 |
2713 | 2024-10-18T22:16:11.683Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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=f4e5045a500f93df -C extra-filename=-f4e5045a500f93df --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2714 | 2024-10-18T22:16:11.760Z | Dirty serde-big-array v0.5.1: the rustflags changed |
2715 | 2024-10-18T22:16:11.760Z | Compiling serde-big-array v0.5.1 |
2716 | 2024-10-18T22:16:11.763Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=176255c2b6dd361c -C extra-filename=-176255c2b6dd361c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2717 | 2024-10-18T22:16:12.005Z | Dirty serde_repr v0.1.19: the rustflags changed |
2718 | 2024-10-18T22:16:12.005Z | Compiling serde_repr v0.1.19 |
2719 | 2024-10-18T22:16:12.008Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.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=ebeff5f98149d47c -C extra-filename=-ebeff5f98149d47c --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2720 | 2024-10-18T22:16:12.029Z | Dirty peg-runtime v0.8.3: the rustflags changed |
2721 | 2024-10-18T22:16:12.029Z | Compiling peg-runtime v0.8.3 |
2722 | 2024-10-18T22:16:12.032Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f68472f095c24de4 -C extra-filename=-f68472f095c24de4 --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` |
2723 | 2024-10-18T22:16:12.611Z | Dirty number_prefix v0.4.0: the rustflags changed |
2724 | 2024-10-18T22:16:12.611Z | Compiling number_prefix v0.4.0 |
2725 | 2024-10-18T22:16:12.614Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8f0572afc11e7106 -C extra-filename=-8f0572afc11e7106 --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` |
2726 | 2024-10-18T22:16:12.727Z | Dirty tokio-tungstenite v0.23.1: the rustflags changed |
2727 | 2024-10-18T22:16:12.727Z | Compiling tokio-tungstenite v0.23.1 |
2728 | 2024-10-18T22:16:12.740Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=d9d04c59ec4774f4 -C extra-filename=-d9d04c59ec4774f4 --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-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-2ae4bc1eb8d17c5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2729 | 2024-10-18T22:16:12.862Z | Dirty indicatif v0.17.8: the rustflags changed |
2730 | 2024-10-18T22:16:12.863Z | Compiling indicatif v0.17.8 |
2731 | 2024-10-18T22:16:12.867Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-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="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=dc54711507a81137 -C extra-filename=-dc54711507a81137 --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-6324a0adf023d003.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-8f0572afc11e7106.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-bb0447e5c24e90ad.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2024-10-18T22:16:12.900Z | Dirty hickory-resolver v0.24.1: the rustflags changed |
2733 | 2024-10-18T22:16:12.900Z | Compiling hickory-resolver v0.24.1 |
2734 | 2024-10-18T22:16:12.904Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6702bbd706a9646b -C extra-filename=-6702bbd706a9646b --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-94faf137b493206b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c593ae89b2fb6a7b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2735 | 2024-10-18T22:16:13.291Z | Dirty postgres-types v0.2.8: the rustflags changed |
2736 | 2024-10-18T22:16:13.291Z | Compiling postgres-types v0.2.8 |
2737 | 2024-10-18T22:16:13.294Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.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=6693331e986156ec -C extra-filename=-6693331e986156ec --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-b8e9fbdeb91cd71f.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5c002ec3d6e0abc9.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2738 | 2024-10-18T22:16:13.392Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=0473c3622bb6cbfb -C extra-filename=-0473c3622bb6cbfb --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-7c339158ec10926e.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)'` |
2739 | 2024-10-18T22:16:13.986Z | Dirty derive-where v1.2.7: the rustflags changed |
2740 | 2024-10-18T22:16:13.986Z | Compiling derive-where v1.2.7 |
2741 | 2024-10-18T22:16:13.989Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.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=c9f4d798832c0062 -C extra-filename=-c9f4d798832c0062 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2742 | 2024-10-18T22:16:14.257Z | Dirty whoami v1.5.2: the rustflags changed |
2743 | 2024-10-18T22:16:14.257Z | Compiling whoami v1.5.2 |
2744 | 2024-10-18T22:16:14.260Z | Running `/home/build/.rustup/toolchains/1.80.1-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=481ec9f9cd50a9a2 -C extra-filename=-481ec9f9cd50a9a2 --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` |
2745 | 2024-10-18T22:16:14.354Z | Compiling hashbrown v0.14.5 |
2746 | 2024-10-18T22:16:14.357Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a216341ac1c97509 -C extra-filename=-a216341ac1c97509 --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-c2c68dd1da33c7ee.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2024-10-18T22:16:14.855Z | Dirty tokio-postgres v0.7.12: the rustflags changed |
2748 | 2024-10-18T22:16:14.855Z | Compiling tokio-postgres v0.7.12 |
2749 | 2024-10-18T22:16:14.858Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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=5282b43012ffdab7 -C extra-filename=-5282b43012ffdab7 --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-2a9b2223f6844e23.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5c002ec3d6e0abc9.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6693331e986156ec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2750 | 2024-10-18T22:16:14.945Z | Compiling unsafe-libyaml v0.2.11 |
2751 | 2024-10-18T22:16:14.947Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.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=5d82dd58b0184436 -C extra-filename=-5d82dd58b0184436 --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` |
2752 | 2024-10-18T22:16:15.145Z | Dirty fastrand v2.1.1: the rustflags changed |
2753 | 2024-10-18T22:16:15.145Z | Compiling fastrand v2.1.1 |
2754 | 2024-10-18T22:16:15.148Z | Running `/home/build/.rustup/toolchains/1.80.1-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=021f1b051b6c63fa -C extra-filename=-021f1b051b6c63fa --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` |
2755 | 2024-10-18T22:16:15.756Z | Compiling regress v0.10.1 |
2756 | 2024-10-18T22:16:15.758Z | Running `/home/build/.rustup/toolchains/1.80.1-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=46f302c9b1cffccf -C extra-filename=-46f302c9b1cffccf --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-a216341ac1c97509.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2024-10-18T22:16:15.807Z | Compiling ident_case v1.0.1 |
2758 | 2024-10-18T22:16:15.809Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1f0a2acd79c1f241 -C extra-filename=-1f0a2acd79c1f241 --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` |
2759 | 2024-10-18T22:16:15.992Z | Compiling darling_core v0.20.10 |
2760 | 2024-10-18T22:16:15.992Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2278af24b1a50c87 -C extra-filename=-2278af24b1a50c87 --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-384dbe410948d0e9.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-1f0a2acd79c1f241.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-10-18T22:16:16.065Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
2762 | 2024-10-18T22:16:16.065Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2763 | 2024-10-18T22:16:16.068Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1c8f4e0cb357f561 -C extra-filename=-1c8f4e0cb357f561 --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-fb02ffd1abc115c8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-176255c2b6dd361c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-ebeff5f98149d47c.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0f23f45b0e9d0ef6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f4e5045a500f93df.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2764 | 2024-10-18T22:16:16.997Z | Compiling serde_yaml v0.9.34+deprecated |
2765 | 2024-10-18T22:16:17.000Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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=eb6fd8431c9edecc -C extra-filename=-eb6fd8431c9edecc --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-f8788065ea5bfd1e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5d82dd58b0184436.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2766 | 2024-10-18T22:16:17.957Z | Dirty qorb v0.0.2: the rustflags changed |
2767 | 2024-10-18T22:16:17.957Z | Compiling qorb v0.0.2 |
2768 | 2024-10-18T22:16:17.960Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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 --cfg 'feature="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=c4c8526b80be35ee -C extra-filename=-c4c8526b80be35ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
2769 | 2024-10-18T22:16:19.453Z | Compiling progenitor-client v0.8.0 |
2770 | 2024-10-18T22:16:19.456Z | Running `/home/build/.rustup/toolchains/1.80.1-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=431073cec4faf42d -C extra-filename=-431073cec4faf42d --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-b8e9fbdeb91cd71f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
2771 | 2024-10-18T22:16:19.734Z | Compiling typify-impl v0.2.0 |
2772 | 2024-10-18T22:16:19.737Z | Running `/home/build/.rustup/toolchains/1.80.1-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=733fe0e8a6cf1f4f -C extra-filename=-733fe0e8a6cf1f4f --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-830498e334c402a9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-46f302c9b1cffccf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2773 | 2024-10-18T22:16:19.919Z | Compiling ipnetwork v0.20.0 |
2774 | 2024-10-18T22:16:19.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=08d424c691fbf9b7 -C extra-filename=-08d424c691fbf9b7 --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-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2775 | 2024-10-18T22:16:20.756Z | Compiling tempfile v3.13.0 |
2776 | 2024-10-18T22:16:20.758Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e9e06acf0e6a9e7b -C extra-filename=-e9e06acf0e6a9e7b --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-94faf137b493206b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2024-10-18T22:16:20.889Z | Dirty strum_macros v0.26.4: the rustflags changed |
2778 | 2024-10-18T22:16:20.889Z | Compiling strum_macros v0.26.4 |
2779 | 2024-10-18T22:16:20.891Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.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=b534315ca1a3744c -C extra-filename=-b534315ca1a3744c --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2780 | 2024-10-18T22:16:20.976Z | Compiling newtype-uuid v1.1.2 |
2781 | 2024-10-18T22:16:20.979Z | Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=3b6a66c130d88708 -C extra-filename=-3b6a66c130d88708 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2782 | 2024-10-18T22:16:21.352Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708/build-script-build` |
2783 | 2024-10-18T22:16:21.386Z | Running `/home/build/.rustup/toolchains/1.80.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=233eac4e075e93bb -C extra-filename=-233eac4e075e93bb --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-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
2784 | 2024-10-18T22:16:21.407Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2785 | 2024-10-18T22:16:21.409Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4c56c4994d51434f -C extra-filename=-4c56c4994d51434f --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-08d424c691fbf9b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2786 | 2024-10-18T22:16:21.651Z | Compiling structmeta-derive v0.3.0 |
2787 | 2024-10-18T22:16:21.671Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.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=a80a3f5c8f64ad13 -C extra-filename=-a80a3f5c8f64ad13 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2788 | 2024-10-18T22:16:21.721Z | Compiling instant v0.1.13 |
2789 | 2024-10-18T22:16:21.724Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f7e1d6861bc5a0b0 -C extra-filename=-f7e1d6861bc5a0b0 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2790 | 2024-10-18T22:16:21.890Z | Compiling regress v0.9.1 |
2791 | 2024-10-18T22:16:21.893Z | Running `/home/build/.rustup/toolchains/1.80.1-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=766a577f90e102e7 -C extra-filename=-766a577f90e102e7 --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-a216341ac1c97509.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2792 | 2024-10-18T22:16:22.208Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2793 | 2024-10-18T22:16:22.211Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f3330dfa5c148615 -C extra-filename=-f3330dfa5c148615 --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-233eac4e075e93bb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2794 | 2024-10-18T22:16:22.563Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2795 | 2024-10-18T22:16:22.566Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0d7d2998473d8a5b -C extra-filename=-0d7d2998473d8a5b --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2796 | 2024-10-18T22:16:23.158Z | Compiling darling_macro v0.20.10 |
2797 | 2024-10-18T22:16:23.163Z | Running `/home/build/.rustup/toolchains/1.80.1-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=214f10642a9b12ec -C extra-filename=-214f10642a9b12ec --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-2278af24b1a50c87.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2024-10-18T22:16:23.270Z | Compiling backoff v0.4.0 |
2799 | 2024-10-18T22:16:23.273Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --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=a145cdbd982de1ca -C extra-filename=-a145cdbd982de1ca --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-5c0c6b13016b0cbd.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-32598d939f53b9b1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f7e1d6861bc5a0b0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2800 | 2024-10-18T22:16:23.540Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2801 | 2024-10-18T22:16:23.542Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=72173a9ea899e76d -C extra-filename=-72173a9ea899e76d --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-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-0d7d2998473d8a5b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-10-18T22:16:23.645Z | Compiling macaddr v1.0.1 |
2803 | 2024-10-18T22:16:23.647Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=f1ccdd3195e5f523 -C extra-filename=-f1ccdd3195e5f523 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2024-10-18T22:16:23.726Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2805 | 2024-10-18T22:16:23.732Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8392285166d821a5 -C extra-filename=-8392285166d821a5 --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-063889f16a5b7e58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2806 | 2024-10-18T22:16:23.894Z | Compiling wait-timeout v0.2.0 |
2807 | 2024-10-18T22:16:23.897Z | Running `/home/build/.rustup/toolchains/1.80.1-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=32e63b1de861798b -C extra-filename=-32e63b1de861798b --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2808 | 2024-10-18T22:16:24.112Z | Compiling rusty-fork v0.3.0 |
2809 | 2024-10-18T22:16:24.125Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=317fd5c42b98394c -C extra-filename=-317fd5c42b98394c --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-384dbe410948d0e9.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2024-10-18T22:16:24.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2811 | 2024-10-18T22:16:24.272Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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=818ef40fdfc61887 -C extra-filename=-818ef40fdfc61887 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-818ef40fdfc61887 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c2c68dd1da33c7ee.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-b542551110e8af51.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-eac1481f3abb56e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2b55e56def4fa78e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ec8430922b97966a.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-94a118b5504c05b1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-cd42505265878f5a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-32598d939f53b9b1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1e0ee721bf20f95a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cb10fbf69f97e695.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-963bfbbd004da326.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6693331e986156ec.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ac8aef1a56fdf4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-5d4a0867caed1149.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce65e0e041fdad42.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-7327f3d13197559b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6b52ecd9a4dea8e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
2812 | 2024-10-18T22:16:24.340Z | Compiling darling v0.20.10 |
2813 | 2024-10-18T22:16:24.343Z | Running `/home/build/.rustup/toolchains/1.80.1-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=67c501a86fe790f0 -C extra-filename=-67c501a86fe790f0 --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-2278af24b1a50c87.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-214f10642a9b12ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2814 | 2024-10-18T22:16:24.478Z | Compiling serde_with_macros v3.11.0 |
2815 | 2024-10-18T22:16:24.480Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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=1dd44243da284755 -C extra-filename=-1dd44243da284755 --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-67c501a86fe790f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2024-10-18T22:16:24.503Z | Compiling structmeta-derive v0.2.0 |
2817 | 2024-10-18T22:16:24.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=999e17840cb00b8b -C extra-filename=-999e17840cb00b8b --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2024-10-18T22:16:24.595Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-818ef40fdfc61887/build-script-build` |
2819 | 2024-10-18T22:16:24.632Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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=1569900b4ebf64e1 -C extra-filename=-1569900b4ebf64e1 --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-c2c68dd1da33c7ee.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-b542551110e8af51.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-eac1481f3abb56e5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2b55e56def4fa78e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ec8430922b97966a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-94a118b5504c05b1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-cd42505265878f5a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-32598d939f53b9b1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1e0ee721bf20f95a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cb10fbf69f97e695.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-963bfbbd004da326.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6693331e986156ec.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ac8aef1a56fdf4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-5d4a0867caed1149.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce65e0e041fdad42.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6b52ecd9a4dea8e0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
2820 | 2024-10-18T22:16:24.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2821 | 2024-10-18T22:16:24.748Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ed9c3f579f367a64 -C extra-filename=-ed9c3f579f367a64 --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-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
2822 | 2024-10-18T22:16:24.862Z | Compiling structmeta v0.3.0 |
2823 | 2024-10-18T22:16:24.864Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b27bac30dc2f6b6e -C extra-filename=-b27bac30dc2f6b6e --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a80a3f5c8f64ad13.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2824 | 2024-10-18T22:16:24.909Z | Compiling rand_xorshift v0.3.0 |
2825 | 2024-10-18T22:16:24.911Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=85b85b5c54f5d7c5 -C extra-filename=-85b85b5c54f5d7c5 --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-1d0d56c09c2edc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2826 | 2024-10-18T22:16:25.260Z | Compiling unarray v0.1.4 |
2827 | 2024-10-18T22:16:25.263Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=902f42438c2f18fe -C extra-filename=-902f42438c2f18fe --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` |
2828 | 2024-10-18T22:16:25.315Z | Compiling parse-display-derive v0.10.0 |
2829 | 2024-10-18T22:16:25.318Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=b133cb3f7b17403f -C extra-filename=-b133cb3f7b17403f --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-b27bac30dc2f6b6e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2830 | 2024-10-18T22:16:25.472Z | Compiling proptest v1.5.0 |
2831 | 2024-10-18T22:16:25.475Z | Running `/home/build/.rustup/toolchains/1.80.1-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=75a9a4545112aea4 -C extra-filename=-75a9a4545112aea4 --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-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b937173290be0417.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-85b85b5c54f5d7c5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-317fd5c42b98394c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-902f42438c2f18fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2024-10-18T22:16:25.686Z | Compiling camino-tempfile v1.1.1 |
2833 | 2024-10-18T22:16:25.689Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=603790e109690430 -C extra-filename=-603790e109690430 --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-294229beec0d6e93.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2834 | 2024-10-18T22:16:26.176Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
2835 | 2024-10-18T22:16:26.176Z | Compiling proc-macro-error-attr v1.0.4 |
2836 | 2024-10-18T22:16:26.200Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d000a157274cd67 -C extra-filename=-5d000a157274cd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2837 | 2024-10-18T22:16:26.266Z | Dirty strum v0.26.3: the rustflags changed |
2838 | 2024-10-18T22:16:26.267Z | Compiling strum v0.26.3 |
2839 | 2024-10-18T22:16:26.269Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a5fdb242a92b805a -C extra-filename=-a5fdb242a92b805a --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-b534315ca1a3744c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2024-10-18T22:16:26.465Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
2841 | 2024-10-18T22:16:26.465Z | Compiling proc-macro-error v1.0.4 |
2842 | 2024-10-18T22:16:26.468Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a4bca8a215788b67 -C extra-filename=-a4bca8a215788b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2843 | 2024-10-18T22:16:26.564Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build` |
2844 | 2024-10-18T22:16:26.644Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68f122e0d2163110 -C extra-filename=-68f122e0d2163110 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2845 | 2024-10-18T22:16:26.854Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build` |
2846 | 2024-10-18T22:16:27.017Z | Compiling proc-macro-crate v1.3.1 |
2847 | 2024-10-18T22:16:27.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1208aeb5b4302f67 -C extra-filename=-1208aeb5b4302f67 --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-eebe1899602319ed.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2848 | 2024-10-18T22:16:27.152Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2849 | 2024-10-18T22:16:27.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e5a9887b0b0e8e -C extra-filename=-d7e5a9887b0b0e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2024-10-18T22:16:27.592Z | Compiling serde_with v3.11.0 |
2851 | 2024-10-18T22:16:27.592Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=836e2c374cf90b03 -C extra-filename=-836e2c374cf90b03 --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-68f122e0d2163110.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2852 | 2024-10-18T22:16:27.610Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=8d52e71b5f275706 -C extra-filename=-8d52e71b5f275706 --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1dd44243da284755.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2853 | 2024-10-18T22:16:27.652Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build` |
2854 | 2024-10-18T22:16:27.656Z | Compiling structmeta v0.2.0 |
2855 | 2024-10-18T22:16:27.656Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6068c22f85f1ab0e -C extra-filename=-6068c22f85f1ab0e --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-999e17840cb00b8b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2856 | 2024-10-18T22:16:27.685Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2857 | 2024-10-18T22:16:27.688Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525ace519d3346b6 -C extra-filename=-525ace519d3346b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2858 | 2024-10-18T22:16:28.055Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build` |
2859 | 2024-10-18T22:16:28.088Z | Compiling foreign-types-macros v0.2.3 |
2860 | 2024-10-18T22:16:28.088Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=04b7b57f0d8e75d6 -C extra-filename=-04b7b57f0d8e75d6 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2024-10-18T22:16:28.105Z | Compiling test-strategy v0.3.1 |
2862 | 2024-10-18T22:16:28.108Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd7fbb4f14d40c5b -C extra-filename=-fd7fbb4f14d40c5b --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6068c22f85f1ab0e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-10-18T22:16:28.146Z | Compiling num_enum_derive v0.5.11 |
2864 | 2024-10-18T22:16:28.149Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=31c1f68904ff6151 -C extra-filename=-31c1f68904ff6151 --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-1208aeb5b4302f67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-10-18T22:16:28.306Z | Compiling foreign-types-shared v0.3.1 |
2866 | 2024-10-18T22:16:28.309Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62e6d3d49a368cf7 -C extra-filename=-62e6d3d49a368cf7 --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` |
2867 | 2024-10-18T22:16:28.441Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66564d91ab6f2ef3 -C extra-filename=-66564d91ab6f2ef3 --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` |
2868 | 2024-10-18T22:16:28.627Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0294cfe81e15398b -C extra-filename=-0294cfe81e15398b --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` |
2869 | 2024-10-18T22:16:28.825Z | Compiling tabwriter v1.4.0 |
2870 | 2024-10-18T22:16:28.829Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2da5a6fab03534d3 -C extra-filename=-2da5a6fab03534d3 --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-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2871 | 2024-10-18T22:16:29.356Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2872 | 2024-10-18T22:16:29.358Z | Running `/home/build/.rustup/toolchains/1.80.1-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=36183a0c179aba72 -C extra-filename=-36183a0c179aba72 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2873 | 2024-10-18T22:16:29.611Z | Compiling foreign-types v0.5.0 |
2874 | 2024-10-18T22:16:29.614Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dcc8af15904b5b83 -C extra-filename=-dcc8af15904b5b83 --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-04b7b57f0d8e75d6.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-62e6d3d49a368cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2024-10-18T22:16:29.734Z | Compiling cstr-argument v0.1.2 |
2876 | 2024-10-18T22:16:29.737Z | Running `/home/build/.rustup/toolchains/1.80.1-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=296e251edda4f9b1 -C extra-filename=-296e251edda4f9b1 --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-94faf137b493206b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2024-10-18T22:16:29.995Z | Compiling pretty-hex v0.2.1 |
2878 | 2024-10-18T22:16:29.997Z | Running `/home/build/.rustup/toolchains/1.80.1-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=27176efeb89a212c -C extra-filename=-27176efeb89a212c --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` |
2879 | 2024-10-18T22:16:30.182Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2880 | 2024-10-18T22:16:30.185Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=793f7ef534fdef53 -C extra-filename=-793f7ef534fdef53 --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-296e251edda4f9b1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dcc8af15904b5b83.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-10-18T22:16:30.354Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2882 | 2024-10-18T22:16:30.357Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b2d86a21abaac1fc -C extra-filename=-b2d86a21abaac1fc --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-1b46dd66a7c6c3c6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-36183a0c179aba72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2024-10-18T22:16:30.407Z | Compiling parse-display v0.10.0 |
2884 | 2024-10-18T22:16:30.410Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=df3af215e239554f -C extra-filename=-df3af215e239554f --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-b133cb3f7b17403f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2024-10-18T22:16:30.584Z | Compiling colored v2.1.0 |
2886 | 2024-10-18T22:16:30.586Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7d9dfb8b3088a042 -C extra-filename=-7d9dfb8b3088a042 --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-cf320adaf9052777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2887 | 2024-10-18T22:16:30.846Z | Compiling smf v0.2.3 |
2888 | 2024-10-18T22:16:30.865Z | Running `/home/build/.rustup/toolchains/1.80.1-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=93a9df5e6bd72088 -C extra-filename=-93a9df5e6bd72088 --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-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2889 | 2024-10-18T22:16:31.084Z | Compiling num_enum v0.5.11 |
2890 | 2024-10-18T22:16:31.089Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=179cfc7ef42b0d18 -C extra-filename=-179cfc7ef42b0d18 --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-31c1f68904ff6151.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2891 | 2024-10-18T22:16:31.137Z | Compiling crucible-workspace-hack v0.1.0 |
2892 | 2024-10-18T22:16:31.139Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7bb6db9d5be3b93a -C extra-filename=-7bb6db9d5be3b93a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2893 | 2024-10-18T22:16:31.253Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2894 | 2024-10-18T22:16:31.255Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f56f8cc97185ca3c -C extra-filename=-f56f8cc97185ca3c --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-1b46dd66a7c6c3c6.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-66564d91ab6f2ef3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2895 | 2024-10-18T22:16:31.395Z | Compiling heapless v0.8.0 |
2896 | 2024-10-18T22:16:31.398Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e556d1dbcfabb7d1 -C extra-filename=-e556d1dbcfabb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2897 | 2024-10-18T22:16:31.503Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build` |
2898 | 2024-10-18T22:16:31.539Z | Compiling termtree v0.4.1 |
2899 | 2024-10-18T22:16:31.542Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f580d41a8e4e74f -C extra-filename=-3f580d41a8e4e74f --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` |
2900 | 2024-10-18T22:16:31.626Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8df2ed83fa4c112a -C extra-filename=-8df2ed83fa4c112a --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` |
2901 | 2024-10-18T22:16:31.672Z | Compiling hash32 v0.3.1 |
2902 | 2024-10-18T22:16:31.675Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4832032344ca634d -C extra-filename=-4832032344ca634d --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2903 | 2024-10-18T22:16:31.735Z | Compiling predicates-tree v1.0.11 |
2904 | 2024-10-18T22:16:31.738Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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=cddcddc67b25fbf7 -C extra-filename=-cddcddc67b25fbf7 --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-f77a3abcbbc6e22a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3f580d41a8e4e74f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2905 | 2024-10-18T22:16:31.778Z | Compiling smoltcp v0.11.0 |
2906 | 2024-10-18T22:16:31.781Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.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=8932ed320cfb35a5 -C extra-filename=-8932ed320cfb35a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2907 | 2024-10-18T22:16:31.913Z | Compiling cobs v0.2.3 |
2908 | 2024-10-18T22:16:31.915Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e7a06af4cb4d7afa -C extra-filename=-e7a06af4cb4d7afa --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` |
2909 | 2024-10-18T22:16:32.075Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build` |
2910 | 2024-10-18T22:16:32.209Z | Compiling postcard v1.0.10 |
2911 | 2024-10-18T22:16:32.228Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7324dbc620a7e06a -C extra-filename=-7324dbc620a7e06a --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-e7a06af4cb4d7afa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2912 | 2024-10-18T22:16:32.233Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2913 | 2024-10-18T22:16:32.254Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=6dfe4ebb06f19d7f -C extra-filename=-6dfe4ebb06f19d7f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-10-18T22:16:32.304Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2915 | 2024-10-18T22:16:32.306Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=12138e8c068a750e -C extra-filename=-12138e8c068a750e --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` |
2916 | 2024-10-18T22:16:32.396Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b9ac8a798b087133 -C extra-filename=-b9ac8a798b087133 --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-4832032344ca634d.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2024-10-18T22:16:32.417Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2918 | 2024-10-18T22:16:32.420Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=b169fde8fb2bf410 -C extra-filename=-b169fde8fb2bf410 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2024-10-18T22:16:32.467Z | Compiling sigpipe v0.1.3 |
2920 | 2024-10-18T22:16:32.470Z | Running `/home/build/.rustup/toolchains/1.80.1-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=955f100085ab1813 -C extra-filename=-955f100085ab1813 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2024-10-18T22:16:32.599Z | Compiling base64 v0.21.7 |
2922 | 2024-10-18T22:16:32.601Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a2ffa63167802121 -C extra-filename=-a2ffa63167802121 --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` |
2923 | 2024-10-18T22:16:32.622Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f/build-script-build` |
2924 | 2024-10-18T22:16:32.622Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build` |
2925 | 2024-10-18T22:16:32.671Z | Compiling mockall_derive v0.13.0 |
2926 | 2024-10-18T22:16:32.676Z | Running `/home/build/.rustup/toolchains/1.80.1-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=840718ae530a1b62 -C extra-filename=-840718ae530a1b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2927 | 2024-10-18T22:16:32.694Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2928 | 2024-10-18T22:16:32.696Z | Running `/home/build/.rustup/toolchains/1.80.1-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=03b8ac6ea3fd311e -C extra-filename=-03b8ac6ea3fd311e --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2929 | 2024-10-18T22:16:32.866Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2930 | 2024-10-18T22:16:32.869Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1bcf0f2aa9b53959 -C extra-filename=-1bcf0f2aa9b53959 --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` |
2931 | 2024-10-18T22:16:33.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build` |
2932 | 2024-10-18T22:16:33.075Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build` |
2933 | 2024-10-18T22:16:33.097Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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=f0b89fd9c83f1409 -C extra-filename=-f0b89fd9c83f1409 --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-94faf137b493206b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
2934 | 2024-10-18T22:16:33.124Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f9b3e7b7833f7b4e -C extra-filename=-f9b3e7b7833f7b4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f56f8cc97185ca3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-793f7ef534fdef53.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-b2d86a21abaac1fc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-aedad0cea9a4d1b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2935 | 2024-10-18T22:16:33.184Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2936 | 2024-10-18T22:16:33.186Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d7552a1b47d6f9ea -C extra-filename=-d7552a1b47d6f9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
2937 | 2024-10-18T22:16:33.327Z | Compiling zone_cfg_derive v0.3.0 |
2938 | 2024-10-18T22:16:33.329Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4d26b8852d03116 -C extra-filename=-e4d26b8852d03116 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2939 | 2024-10-18T22:16:33.467Z | Running `/home/build/.rustup/toolchains/1.80.1-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=602d7e1333826dc3 -C extra-filename=-602d7e1333826dc3 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b9ac8a798b087133.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2940 | 2024-10-18T22:16:33.490Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2941 | 2024-10-18T22:16:33.490Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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=4218bc574f821fc8 -C extra-filename=-4218bc574f821fc8 --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2024-10-18T22:16:33.971Z | Compiling num-derive v0.4.2 |
2943 | 2024-10-18T22:16:33.974Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.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=74e295ba2bdbedaa -C extra-filename=-74e295ba2bdbedaa --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-10-18T22:16:34.349Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2945 | 2024-10-18T22:16:34.353Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a3fc801a6ca21997 -C extra-filename=-a3fc801a6ca21997 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2946 | 2024-10-18T22:16:34.724Z | Compiling fragile v2.0.0 |
2947 | 2024-10-18T22:16:34.727Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d2f257ecbd91aeaa -C extra-filename=-d2f257ecbd91aeaa --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` |
2948 | 2024-10-18T22:16:35.049Z | Compiling downcast v0.11.0 |
2949 | 2024-10-18T22:16:35.051Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4fcc4acd430b883f -C extra-filename=-4fcc4acd430b883f --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` |
2950 | 2024-10-18T22:16:35.310Z | Compiling zone v0.3.0 |
2951 | 2024-10-18T22:16:35.327Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=a38aa9c6d50a9b94 -C extra-filename=-a38aa9c6d50a9b94 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-e4d26b8852d03116.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2952 | 2024-10-18T22:16:35.404Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build` |
2953 | 2024-10-18T22:16:35.463Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2954 | 2024-10-18T22:16:35.466Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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=e9f93ba449c14507 -C extra-filename=-e9f93ba449c14507 --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-4218bc574f821fc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2955 | 2024-10-18T22:16:35.951Z | Compiling same-file v1.0.6 |
2956 | 2024-10-18T22:16:35.954Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9239fd0f0a5434c0 -C extra-filename=-9239fd0f0a5434c0 --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` |
2957 | 2024-10-18T22:16:36.276Z | Compiling walkdir v2.5.0 |
2958 | 2024-10-18T22:16:36.279Z | Running `/home/build/.rustup/toolchains/1.80.1-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=321402a375879e82 -C extra-filename=-321402a375879e82 --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-9239fd0f0a5434c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2024-10-18T22:16:36.543Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2960 | 2024-10-18T22:16:36.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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=6cd6197983cd85a2 -C extra-filename=-6cd6197983cd85a2 --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-8df2ed83fa4c112a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-74e295ba2bdbedaa.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-10-18T22:16:37.028Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2962 | 2024-10-18T22:16:37.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=e94a802546331907 -C extra-filename=-e94a802546331907 --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-12138e8c068a750e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7324dbc620a7e06a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2963 | 2024-10-18T22:16:37.052Z | Compiling atomicwrites v0.4.4 |
2964 | 2024-10-18T22:16:37.054Z | Running `/home/build/.rustup/toolchains/1.80.1-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=10fdcca982d1ff6d -C extra-filename=-10fdcca982d1ff6d --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-052104b3b04a408e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2965 | 2024-10-18T22:16:37.429Z | Dirty xattr v1.3.1: the rustflags changed |
2966 | 2024-10-18T22:16:37.429Z | Compiling xattr v1.3.1 |
2967 | 2024-10-18T22:16:37.432Z | Dirty filetime v0.2.25: the rustflags changed |
2968 | 2024-10-18T22:16:37.432Z | Compiling filetime v0.2.25 |
2969 | 2024-10-18T22:16:37.432Z | Running `/home/build/.rustup/toolchains/1.80.1-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=81c5097282ccd27d -C extra-filename=-81c5097282ccd27d --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-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2970 | 2024-10-18T22:16:37.432Z | Running `/home/build/.rustup/toolchains/1.80.1-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=65322f84cd556c62 -C extra-filename=-65322f84cd556c62 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2024-10-18T22:16:37.512Z | Compiling convert_case v0.4.0 |
2972 | 2024-10-18T22:16:37.515Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=6dc902c7485ec1d1 -C extra-filename=-6dc902c7485ec1d1 --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` |
2973 | 2024-10-18T22:16:37.704Z | Dirty tar v0.4.42: the rustflags changed |
2974 | 2024-10-18T22:16:37.704Z | Compiling tar v0.4.42 |
2975 | 2024-10-18T22:16:37.707Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cc3594c35b1192a2 -C extra-filename=-cc3594c35b1192a2 --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-65322f84cd556c62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-81c5097282ccd27d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2976 | 2024-10-18T22:16:37.766Z | Compiling newline-converter v0.3.0 |
2977 | 2024-10-18T22:16:37.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=125e7d04f08b3131 -C extra-filename=-125e7d04f08b3131 --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-5c39d9428ba97409.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2978 | 2024-10-18T22:16:37.954Z | Compiling expectorate v1.1.0 |
2979 | 2024-10-18T22:16:37.972Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5795117bd2a5ccbb -C extra-filename=-5795117bd2a5ccbb --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-6324a0adf023d003.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-125e7d04f08b3131.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2980 | 2024-10-18T22:16:38.153Z | Compiling itertools v0.13.0 |
2981 | 2024-10-18T22:16:38.156Z | Running `/home/build/.rustup/toolchains/1.80.1-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=17374fece069bfba -C extra-filename=-17374fece069bfba --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2982 | 2024-10-18T22:16:38.543Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=f9416555ad719824 -C extra-filename=-f9416555ad719824 --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-94faf137b493206b.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b169fde8fb2bf410.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e94a802546331907.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7324dbc620a7e06a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.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)'` |
2983 | 2024-10-18T22:16:38.590Z | Compiling derive_more v0.99.18 |
2984 | 2024-10-18T22:16:38.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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=a3d9dca8df99eae3 -C extra-filename=-a3d9dca8df99eae3 --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-6dc902c7485ec1d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2985 | 2024-10-18T22:16:38.766Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2986 | 2024-10-18T22:16:38.769Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=a33bd06d9d09039b -C extra-filename=-a33bd06d9d09039b --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-94faf137b493206b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f9416555ad719824.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2987 | 2024-10-18T22:16:38.869Z | Compiling typify-macro v0.2.0 |
2988 | 2024-10-18T22:16:38.871Z | Running `/home/build/.rustup/toolchains/1.80.1-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=31666d2282b4918f -C extra-filename=-31666d2282b4918f --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-733fe0e8a6cf1f4f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2989 | 2024-10-18T22:16:39.150Z | Compiling tungstenite v0.21.0 |
2990 | 2024-10-18T22:16:39.152Z | Running `/home/build/.rustup/toolchains/1.80.1-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=70fb701bb35d9926 -C extra-filename=-70fb701bb35d9926 --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2991 | 2024-10-18T22:16:40.033Z | Compiling arc-swap v1.7.1 |
2992 | 2024-10-18T22:16:40.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.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=0d304e6ef816775a -C extra-filename=-0d304e6ef816775a --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` |
2993 | 2024-10-18T22:16:40.743Z | Compiling tokio-tungstenite v0.21.0 |
2994 | 2024-10-18T22:16:40.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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=1e66db89af9dc271 -C extra-filename=-1e66db89af9dc271 --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-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-70fb701bb35d9926.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2995 | 2024-10-18T22:16:41.093Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2996 | 2024-10-18T22:16:41.096Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=8640c2214b883930 -C extra-filename=-8640c2214b883930 --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-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f9b3e7b7833f7b4e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f9416555ad719824.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a33bd06d9d09039b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7324dbc620a7e06a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2997 | 2024-10-18T22:16:41.310Z | Compiling slog-scope v4.4.0 |
2998 | 2024-10-18T22:16:41.313Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4fdc56053d58830a -C extra-filename=-4fdc56053d58830a --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-0d304e6ef816775a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2999 | 2024-10-18T22:16:41.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3000 | 2024-10-18T22:16:41.423Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8d58239e3028eceb -C extra-filename=-8d58239e3028eceb --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-1569900b4ebf64e1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3001 | 2024-10-18T22:16:41.533Z | Compiling slog-stdlog v4.1.1 |
3002 | 2024-10-18T22:16:41.536Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=dd7f34116a9df3c4 -C extra-filename=-dd7f34116a9df3c4 --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-31bde78633f57151.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4fdc56053d58830a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3003 | 2024-10-18T22:16:41.741Z | Compiling mockall v0.13.0 |
3004 | 2024-10-18T22:16:41.744Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bd9c69bc2f817c6f -C extra-filename=-bd9c69bc2f817c6f --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-94faf137b493206b.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-4fcc4acd430b883f.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d2f257ecbd91aeaa.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-f0b89fd9c83f1409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cddcddc67b25fbf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2024-10-18T22:16:41.774Z | Compiling slog-envlogger v2.2.0 |
3006 | 2024-10-18T22:16:41.777Z | Running `/home/build/.rustup/toolchains/1.80.1-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=93098097ea69be5c -C extra-filename=-93098097ea69be5c --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-31bde78633f57151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4fdc56053d58830a.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-dd7f34116a9df3c4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3007 | 2024-10-18T22:16:41.821Z | Compiling cancel-safe-futures v0.1.5 |
3008 | 2024-10-18T22:16:41.823Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2d15830b8e271b76 -C extra-filename=-2d15830b8e271b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3009 | 2024-10-18T22:16:41.918Z | Compiling owo-colors v4.1.0 |
3010 | 2024-10-18T22:16:41.921Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2bded459cb5572f2 -C extra-filename=-2bded459cb5572f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3011 | 2024-10-18T22:16:42.098Z | Dirty swrite v0.1.0: the rustflags changed |
3012 | 2024-10-18T22:16:42.098Z | Compiling swrite v0.1.0 |
3013 | 2024-10-18T22:16:42.100Z | Running `/home/build/.rustup/toolchains/1.80.1-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=618c4abe1decdfc2 -C extra-filename=-618c4abe1decdfc2 --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` |
3014 | 2024-10-18T22:16:42.239Z | Compiling num-rational v0.4.2 |
3015 | 2024-10-18T22:16:42.246Z | Running `/home/build/.rustup/toolchains/1.80.1-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=82401ad8ee4b526f -C extra-filename=-82401ad8ee4b526f --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-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2024-10-18T22:16:42.246Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build` |
3017 | 2024-10-18T22:16:42.291Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build` |
3018 | 2024-10-18T22:16:42.315Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=165a6047e47a6464 -C extra-filename=-165a6047e47a6464 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3019 | 2024-10-18T22:16:42.343Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1b9c87378f6a0ee3 -C extra-filename=-1b9c87378f6a0ee3 --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)'` |
3020 | 2024-10-18T22:16:42.507Z | Compiling libsw v3.3.1 |
3021 | 2024-10-18T22:16:42.510Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1066623980a9a54e -C extra-filename=-1066623980a9a54e --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-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2024-10-18T22:16:42.560Z | Compiling blake2 v0.10.6 |
3023 | 2024-10-18T22:16:42.563Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=56c4bf8381024c3e -C extra-filename=-56c4bf8381024c3e --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-bb9f74c74e8cc0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3024 | 2024-10-18T22:16:42.842Z | Compiling password-hash v0.5.0 |
3025 | 2024-10-18T22:16:42.845Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=a4c4aa64a363d33e -C extra-filename=-a4c4aa64a363d33e --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2024-10-18T22:16:42.922Z | Compiling num-complex v0.4.6 |
3027 | 2024-10-18T22:16:42.925Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f5c665b9f711dbf0 -C extra-filename=-f5c665b9f711dbf0 --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2024-10-18T22:16:43.905Z | Compiling linear-map v1.2.0 |
3029 | 2024-10-18T22:16:43.908Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fa674040a9ff2f04 -C extra-filename=-fa674040a9ff2f04 --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` |
3030 | 2024-10-18T22:16:43.942Z | Compiling typify v0.2.0 |
3031 | 2024-10-18T22:16:43.945Z | Running `/home/build/.rustup/toolchains/1.80.1-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=58aaee8cb7fa7c24 -C extra-filename=-58aaee8cb7fa7c24 --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-733fe0e8a6cf1f4f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-31666d2282b4918f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3032 | 2024-10-18T22:16:44.016Z | Compiling indent_write v2.2.0 |
3033 | 2024-10-18T22:16:44.018Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fe7c60a6b43fea40 -C extra-filename=-fe7c60a6b43fea40 --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` |
3034 | 2024-10-18T22:16:44.039Z | Compiling num v0.4.3 |
3035 | 2024-10-18T22:16:44.042Z | Running `/home/build/.rustup/toolchains/1.80.1-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=42d37f19843ec3ba -C extra-filename=-42d37f19843ec3ba --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-f5c665b9f711dbf0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-82401ad8ee4b526f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3036 | 2024-10-18T22:16:44.092Z | Compiling progenitor-impl v0.8.0 |
3037 | 2024-10-18T22:16:44.095Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f34f1cbad3d007cc -C extra-filename=-f34f1cbad3d007cc --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-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-58aaee8cb7fa7c24.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3038 | 2024-10-18T22:16:44.125Z | Compiling argon2 v0.5.3 |
3039 | 2024-10-18T22:16:44.127Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6fb87677763eeae6 -C extra-filename=-6fb87677763eeae6 --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-43a44750c8116f3c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-56c4bf8381024c3e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-a4c4aa64a363d33e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3040 | 2024-10-18T22:16:44.153Z | Compiling float-ord v0.3.2 |
3041 | 2024-10-18T22:16:44.153Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7a1c88d1453503cb -C extra-filename=-7a1c88d1453503cb --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` |
3042 | 2024-10-18T22:16:44.232Z | Compiling pem v3.0.4 |
3043 | 2024-10-18T22:16:44.254Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fc1210f8ac466272 -C extra-filename=-fc1210f8ac466272 --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-2da632077f49dfb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3044 | 2024-10-18T22:16:44.275Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3045 | 2024-10-18T22:16:44.278Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=11f196f403d3d887 -C extra-filename=-11f196f403d3d887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1066623980a9a54e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3046 | 2024-10-18T22:16:44.329Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
3047 | 2024-10-18T22:16:44.332Z | Running `/home/build/.rustup/toolchains/1.80.1-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=68f76a0818581d6b -C extra-filename=-68f76a0818581d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3048 | 2024-10-18T22:16:44.632Z | Compiling humantime v2.1.0 |
3049 | 2024-10-18T22:16:44.635Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a85939c8c116b02 -C extra-filename=-0a85939c8c116b02 --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` |
3050 | 2024-10-18T22:16:45.058Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3051 | 2024-10-18T22:16:45.061Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a02813be44857c73 -C extra-filename=-a02813be44857c73 --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-6fb87677763eeae6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3052 | 2024-10-18T22:16:45.187Z | Compiling lzma-sys v0.1.20 |
3053 | 2024-10-18T22:16:45.190Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8f6b91b5194bca38 -C extra-filename=-8f6b91b5194bca38 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-8f6b91b5194bca38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3054 | 2024-10-18T22:16:45.251Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build` |
3055 | 2024-10-18T22:16:45.308Z | Compiling heck v0.3.3 |
3056 | 2024-10-18T22:16:45.311Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b08fd12d5eb1523 -C extra-filename=-5b08fd12d5eb1523 --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-5c39d9428ba97409.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3057 | 2024-10-18T22:16:45.517Z | Compiling headers-core v0.3.0 |
3058 | 2024-10-18T22:16:45.520Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b473f86bf705a0ca -C extra-filename=-b473f86bf705a0ca --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-1d81c7bfc9a9aa6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3059 | 2024-10-18T22:16:45.693Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3060 | 2024-10-18T22:16:45.696Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ca3d463ff48c182f -C extra-filename=-ca3d463ff48c182f --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3061 | 2024-10-18T22:16:45.785Z | Compiling zone_cfg_derive v0.1.2 |
3062 | 2024-10-18T22:16:45.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.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=9f5a41ebe84cc5ed -C extra-filename=-9f5a41ebe84cc5ed --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-5b08fd12d5eb1523.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3063 | 2024-10-18T22:16:46.071Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build` |
3064 | 2024-10-18T22:16:46.103Z | Compiling headers v0.4.0 |
3065 | 2024-10-18T22:16:46.106Z | Running `/home/build/.rustup/toolchains/1.80.1-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=74ca782d43fb8f3d -C extra-filename=-74ca782d43fb8f3d --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b473f86bf705a0ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3066 | 2024-10-18T22:16:46.127Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-8f6b91b5194bca38/build-script-build` |
3067 | 2024-10-18T22:16:46.170Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e38a501cf63ef27d -C extra-filename=-e38a501cf63ef27d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3068 | 2024-10-18T22:16:46.359Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3069 | 2024-10-18T22:16:46.362Z | Running `/home/build/.rustup/toolchains/1.80.1-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=48ec1ff8a43a1de3 -C extra-filename=-48ec1ff8a43a1de3 --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2024-10-18T22:16:46.765Z | Compiling yasna v0.5.2 |
3071 | 2024-10-18T22:16:46.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=2dc5da634aeefc76 -C extra-filename=-2dc5da634aeefc76 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3072 | 2024-10-18T22:16:46.834Z | Compiling home v0.5.9 |
3073 | 2024-10-18T22:16:46.836Z | Running `/home/build/.rustup/toolchains/1.80.1-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=97a8c4bd154ecfb4 -C extra-filename=-97a8c4bd154ecfb4 --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` |
3074 | 2024-10-18T22:16:47.110Z | Compiling base64 v0.13.1 |
3075 | 2024-10-18T22:16:47.113Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=79bbfb0b738857f0 -C extra-filename=-79bbfb0b738857f0 --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-10-18T22:16:47.132Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3077 | 2024-10-18T22:16:47.135Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5416ebc209ccdaef -C extra-filename=-5416ebc209ccdaef --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-48ec1ff8a43a1de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3078 | 2024-10-18T22:16:47.558Z | Compiling zone v0.1.8 |
3079 | 2024-10-18T22:16:47.560Z | Running `/home/build/.rustup/toolchains/1.80.1-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=708c0c73bb292473 -C extra-filename=-708c0c73bb292473 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9f5a41ebe84cc5ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3080 | 2024-10-18T22:16:47.755Z | Compiling rcgen v0.12.1 |
3081 | 2024-10-18T22:16:47.763Z | Running `/home/build/.rustup/toolchains/1.80.1-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=477fcbba106332cc -C extra-filename=-477fcbba106332cc --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-fc1210f8ac466272.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2dc5da634aeefc76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
3082 | 2024-10-18T22:16:47.832Z | Compiling ron v0.7.1 |
3083 | 2024-10-18T22:16:47.834Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=40ead2f67d1e030f -C extra-filename=-40ead2f67d1e030f --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-79bbfb0b738857f0.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3084 | 2024-10-18T22:16:48.115Z | Compiling xz2 v0.1.7 |
3085 | 2024-10-18T22:16:48.117Z | Running `/home/build/.rustup/toolchains/1.80.1-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=faef8c84b4e284cf -C extra-filename=-faef8c84b4e284cf --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-e38a501cf63ef27d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3086 | 2024-10-18T22:16:48.381Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4cd284a54030f4aa -C extra-filename=-4cd284a54030f4aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-f56f8cc97185ca3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-793f7ef534fdef53.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-b2d86a21abaac1fc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-aedad0cea9a4d1b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3087 | 2024-10-18T22:16:48.531Z | Compiling highway v1.2.0 |
3088 | 2024-10-18T22:16:48.534Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1afa1300e0ddf1c3 -C extra-filename=-1afa1300e0ddf1c3 --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` |
3089 | 2024-10-18T22:16:48.625Z | Compiling subprocess v0.2.9 |
3090 | 2024-10-18T22:16:48.628Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb91b09131331d4 -C extra-filename=-abb91b09131331d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3091 | 2024-10-18T22:16:49.196Z | Compiling semver v0.1.20 |
3092 | 2024-10-18T22:16:49.199Z | Running `/home/build/.rustup/toolchains/1.80.1-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=af50ec457e24b5c5 -C extra-filename=-af50ec457e24b5c5 --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` |
3093 | 2024-10-18T22:16:49.345Z | Compiling prettyplease v0.2.22 |
3094 | 2024-10-18T22:16:49.348Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/build.rs --error-format=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=0cd99c1bb9496db1 -C extra-filename=-0cd99c1bb9496db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2024-10-18T22:16:49.720Z | Compiling rustc_version v0.1.7 |
3096 | 2024-10-18T22:16:49.729Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e7208ab064aef1a0 -C extra-filename=-e7208ab064aef1a0 --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-af50ec457e24b5c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2024-10-18T22:16:49.907Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build` |
3098 | 2024-10-18T22:16:49.942Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=a6e6f3e36c8ade8a -C extra-filename=-a6e6f3e36c8ade8a --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-03448f2c6b15b59e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.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)'` |
3099 | 2024-10-18T22:16:50.260Z | Compiling half v2.4.1 |
3100 | 2024-10-18T22:16:50.263Z | Compiling newtype_derive v0.1.6 |
3101 | 2024-10-18T22:16:50.263Z | Compiling ciborium-io v0.2.2 |
3102 | 2024-10-18T22:16:50.263Z | Running `/home/build/.rustup/toolchains/1.80.1-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=be03d1be726ab3c6 -C extra-filename=-be03d1be726ab3c6 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3103 | 2024-10-18T22:16:50.294Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9712a09c7e589f80 -C extra-filename=-9712a09c7e589f80 --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` |
3104 | 2024-10-18T22:16:50.297Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c4c1ae37bf8fd7dc -C extra-filename=-c4c1ae37bf8fd7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e7208ab064aef1a0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3105 | 2024-10-18T22:16:50.459Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5a7e850bf47c1998 -C extra-filename=-5a7e850bf47c1998 --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` |
3106 | 2024-10-18T22:16:50.659Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3107 | 2024-10-18T22:16:50.673Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ab578d95ed774534 -C extra-filename=-ab578d95ed774534 --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-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3108 | 2024-10-18T22:16:50.724Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build` |
3109 | 2024-10-18T22:16:50.772Z | Compiling ciborium-ll v0.2.2 |
3110 | 2024-10-18T22:16:50.775Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=0b42dc700e213fb4 -C extra-filename=-0b42dc700e213fb4 --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-9712a09c7e589f80.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-be03d1be726ab3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3111 | 2024-10-18T22:16:50.836Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a6c5e59db985c498 -C extra-filename=-a6c5e59db985c498 --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` |
3112 | 2024-10-18T22:16:50.868Z | Compiling display-error-chain v0.2.1 |
3113 | 2024-10-18T22:16:50.870Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=080efa0e0fcda2f8 -C extra-filename=-080efa0e0fcda2f8 --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` |
3114 | 2024-10-18T22:16:50.932Z | Compiling steno v0.4.1 |
3115 | 2024-10-18T22:16:50.936Z | Running `/home/build/.rustup/toolchains/1.80.1-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=985d9d72757c4465 -C extra-filename=-985d9d72757c4465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3116 | 2024-10-18T22:16:51.043Z | Compiling slog-dtrace v0.3.0 |
3117 | 2024-10-18T22:16:51.046Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4a6bc5db261f7a6c -C extra-filename=-4a6bc5db261f7a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3118 | 2024-10-18T22:16:51.210Z | Compiling ciborium v0.2.2 |
3119 | 2024-10-18T22:16:51.212Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d10adc533ec730cd -C extra-filename=-d10adc533ec730cd --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-9712a09c7e589f80.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0b42dc700e213fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3120 | 2024-10-18T22:16:51.439Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build` |
3121 | 2024-10-18T22:16:51.519Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d885d5dabc51293a -C extra-filename=-d885d5dabc51293a --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-c93540a2dfb95ba6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3122 | 2024-10-18T22:16:52.025Z | Compiling keccak v0.1.5 |
3123 | 2024-10-18T22:16:52.028Z | Running `/home/build/.rustup/toolchains/1.80.1-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=eb395ddfbca922f7 -C extra-filename=-eb395ddfbca922f7 --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` |
3124 | 2024-10-18T22:16:52.141Z | Compiling arrayref v0.3.9 |
3125 | 2024-10-18T22:16:52.144Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d173e624f6c8bca2 -C extra-filename=-d173e624f6c8bca2 --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` |
3126 | 2024-10-18T22:16:52.261Z | Compiling arrayvec v0.7.6 |
3127 | 2024-10-18T22:16:52.265Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ff10647d6b0400c3 -C extra-filename=-ff10647d6b0400c3 --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` |
3128 | 2024-10-18T22:16:52.329Z | Compiling progenitor-macro v0.8.0 |
3129 | 2024-10-18T22:16:52.332Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a4dd61dc35acb40e -C extra-filename=-a4dd61dc35acb40e --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-9be05d24d67c020d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f34f1cbad3d007cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-eb6fd8431c9edecc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2024-10-18T22:16:52.689Z | Compiling sha3 v0.10.8 |
3131 | 2024-10-18T22:16:52.692Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=8a216fac379353ef -C extra-filename=-8a216fac379353ef --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-bb9f74c74e8cc0a6.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eb395ddfbca922f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3132 | 2024-10-18T22:16:52.722Z | Compiling constant_time_eq v0.3.1 |
3133 | 2024-10-18T22:16:52.724Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.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=eeb5bc68ff7a9b64 -C extra-filename=-eeb5bc68ff7a9b64 --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` |
3134 | 2024-10-18T22:16:52.786Z | Compiling universal-hash v0.5.1 |
3135 | 2024-10-18T22:16:52.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=95f31453fd9000ec -C extra-filename=-95f31453fd9000ec --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-2b55e56def4fa78e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3136 | 2024-10-18T22:16:52.920Z | Compiling opaque-debug v0.3.1 |
3137 | 2024-10-18T22:16:52.922Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=41406f716c9b46c1 -C extra-filename=-41406f716c9b46c1 --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` |
3138 | 2024-10-18T22:16:52.992Z | Compiling secrecy v0.8.0 |
3139 | 2024-10-18T22:16:52.995Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=5997eb623e0b47f9 -C extra-filename=-5997eb623e0b47f9 --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-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3140 | 2024-10-18T22:16:53.023Z | Compiling blake3 v1.5.4 |
3141 | 2024-10-18T22:16:53.026Z | Running `/home/build/.rustup/toolchains/1.80.1-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=02c96fe85670d135 -C extra-filename=-02c96fe85670d135 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-02c96fe85670d135 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3142 | 2024-10-18T22:16:53.071Z | Compiling ring v0.16.20 |
3143 | 2024-10-18T22:16:53.075Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --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=8d5aa522c153dba3 -C extra-filename=-8d5aa522c153dba3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-8d5aa522c153dba3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3144 | 2024-10-18T22:16:53.117Z | Compiling gethostname v0.5.0 |
3145 | 2024-10-18T22:16:53.120Z | Running `/home/build/.rustup/toolchains/1.80.1-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=efd3d0374bd14d2a -C extra-filename=-efd3d0374bd14d2a --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-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3146 | 2024-10-18T22:16:53.250Z | Compiling memmap2 v0.9.5 |
3147 | 2024-10-18T22:16:53.252Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e03d62b2eaf5997e -C extra-filename=-e03d62b2eaf5997e --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3148 | 2024-10-18T22:16:53.331Z | Compiling glob v0.3.1 |
3149 | 2024-10-18T22:16:53.334Z | Running `/home/build/.rustup/toolchains/1.80.1-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=39f07e80d6316e9c -C extra-filename=-39f07e80d6316e9c --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` |
3150 | 2024-10-18T22:16:53.556Z | Compiling untrusted v0.7.1 |
3151 | 2024-10-18T22:16:53.558Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f1b32950861d692 -C extra-filename=-7f1b32950861d692 --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` |
3152 | 2024-10-18T22:16:53.732Z | Compiling spin v0.5.2 |
3153 | 2024-10-18T22:16:53.735Z | Running `/home/build/.rustup/toolchains/1.80.1-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=70522defaf54c867 -C extra-filename=-70522defaf54c867 --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` |
3154 | 2024-10-18T22:16:53.756Z | Compiling aead v0.5.2 |
3155 | 2024-10-18T22:16:53.776Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=1be8a22de50bd5f6 -C extra-filename=-1be8a22de50bd5f6 --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-2b55e56def4fa78e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3156 | 2024-10-18T22:16:53.779Z | Compiling topological-sort v0.2.2 |
3157 | 2024-10-18T22:16:53.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=652fc1df032ad6e6 -C extra-filename=-652fc1df032ad6e6 --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` |
3158 | 2024-10-18T22:16:53.817Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-02c96fe85670d135/build-script-build` |
3159 | 2024-10-18T22:16:53.979Z | Compiling poly1305 v0.8.0 |
3160 | 2024-10-18T22:16:53.982Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=72c85b9bc923f317 -C extra-filename=-72c85b9bc923f317 --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-e9762077546cb7b8.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-95f31453fd9000ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3161 | 2024-10-18T22:16:54.009Z | Compiling chacha20 v0.9.1 |
3162 | 2024-10-18T22:16:54.010Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3c7df0bb7687f15e -C extra-filename=-3c7df0bb7687f15e --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3163 | 2024-10-18T22:16:54.128Z | Compiling nibble_vec v0.1.0 |
3164 | 2024-10-18T22:16:54.131Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cff5fe5a9bb497b3 -C extra-filename=-cff5fe5a9bb497b3 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3165 | 2024-10-18T22:16:54.295Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-8d5aa522c153dba3/build-script-build` |
3166 | 2024-10-18T22:16:54.323Z | Compiling endian-type v0.1.2 |
3167 | 2024-10-18T22:16:54.325Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4766228c91a4863c -C extra-filename=-4766228c91a4863c --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` |
3168 | 2024-10-18T22:16:54.340Z | Compiling toolchain_find v0.4.0 |
3169 | 2024-10-18T22:16:54.344Z | Running `/home/build/.rustup/toolchains/1.80.1-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=dc17e3dde1f0aee1 -C extra-filename=-dc17e3dde1f0aee1 --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-97a8c4bd154ecfb4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3170 | 2024-10-18T22:16:54.462Z | Compiling thiserror-impl-no-std v2.0.2 |
3171 | 2024-10-18T22:16:54.466Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8cbf2f2d89b911ce -C extra-filename=-8cbf2f2d89b911ce --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3172 | 2024-10-18T22:16:54.485Z | Running `/home/build/.rustup/toolchains/1.80.1-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=031b9ebaa46556d0 -C extra-filename=-031b9ebaa46556d0 --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-d173e624f6c8bca2.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ff10647d6b0400c3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-eeb5bc68ff7a9b64.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e03d62b2eaf5997e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9403824613676c50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/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()))'` |
3173 | 2024-10-18T22:16:54.552Z | Compiling radix_trie v0.2.1 |
3174 | 2024-10-18T22:16:54.555Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1644b6022ae8b51 -C extra-filename=-f1644b6022ae8b51 --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-4766228c91a4863c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-cff5fe5a9bb497b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3175 | 2024-10-18T22:16:55.029Z | Compiling rustfmt-wrapper v0.2.1 |
3176 | 2024-10-18T22:16:55.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=7a1313405d0b7bb3 -C extra-filename=-7a1313405d0b7bb3 --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-a652f8ccc3e0df34.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-dc17e3dde1f0aee1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3177 | 2024-10-18T22:16:55.274Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3178 | 2024-10-18T22:16:55.306Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3779a5f5e0831b7d -C extra-filename=-3779a5f5e0831b7d --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-3779a5f5e0831b7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3179 | 2024-10-18T22:16:55.639Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3180 | 2024-10-18T22:16:55.645Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e51260f71c511de5 -C extra-filename=-e51260f71c511de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3181 | 2024-10-18T22:16:55.690Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-3779a5f5e0831b7d/build-script-build` |
3182 | 2024-10-18T22:16:55.725Z | Compiling chacha20poly1305 v0.10.1 |
3183 | 2024-10-18T22:16:55.735Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=4d01d48a2d68180d -C extra-filename=-4d01d48a2d68180d --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-1be8a22de50bd5f6.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3c7df0bb7687f15e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-72c85b9bc923f317.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3184 | 2024-10-18T22:16:55.748Z | Compiling fxhash v0.2.1 |
3185 | 2024-10-18T22:16:55.750Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7145ec3957bee753 -C extra-filename=-7145ec3957bee753 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3186 | 2024-10-18T22:16:55.766Z | Compiling termcolor v1.4.1 |
3187 | 2024-10-18T22:16:55.769Z | Running `/home/build/.rustup/toolchains/1.80.1-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=729e749081eb9f7f -C extra-filename=-729e749081eb9f7f --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` |
3188 | 2024-10-18T22:16:55.952Z | Compiling async-recursion v1.1.1 |
3189 | 2024-10-18T22:16:55.955Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=809d2ffd255a9c12 -C extra-filename=-809d2ffd255a9c12 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3190 | 2024-10-18T22:16:55.974Z | Compiling maplit v1.0.2 |
3191 | 2024-10-18T22:16:55.976Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c9380d86e5571d46 -C extra-filename=-c9380d86e5571d46 --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` |
3192 | 2024-10-18T22:16:55.999Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build` |
3193 | 2024-10-18T22:16:56.030Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f93ad356a6ac1681 -C extra-filename=-f93ad356a6ac1681 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.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/` |
3194 | 2024-10-18T22:16:56.098Z | Compiling radium v0.7.0 |
3195 | 2024-10-18T22:16:56.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aac5360a52d794c2 -C extra-filename=-aac5360a52d794c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3196 | 2024-10-18T22:16:56.476Z | Compiling maybe-uninit v2.0.0 |
3197 | 2024-10-18T22:16:56.478Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b33ceb08dbefeb3f -C extra-filename=-b33ceb08dbefeb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3198 | 2024-10-18T22:16:56.654Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build` |
3199 | 2024-10-18T22:16:56.676Z | Compiling tap v1.0.1 |
3200 | 2024-10-18T22:16:56.676Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b2d0ab5707464fd6 -C extra-filename=-b2d0ab5707464fd6 --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` |
3201 | 2024-10-18T22:16:56.704Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3594c9626bbbb1c8 -C extra-filename=-3594c9626bbbb1c8 --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` |
3202 | 2024-10-18T22:16:56.995Z | Compiling wyz v0.5.1 |
3203 | 2024-10-18T22:16:57.010Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=670d18d58e113ca4 -C extra-filename=-670d18d58e113ca4 --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-b2d0ab5707464fd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3204 | 2024-10-18T22:16:57.025Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --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=88c8bebe14835406 -C extra-filename=-88c8bebe14835406 --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-eebe1899602319ed.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-70522defaf54c867.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7f1b32950861d692.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out -l static=ring-core -l static=ring-test` |
3205 | 2024-10-18T22:16:57.091Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build` |
3206 | 2024-10-18T22:16:57.164Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3207 | 2024-10-18T22:16:57.167Z | Running `/home/build/.rustup/toolchains/1.80.1-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=df4dde119ce82958 -C extra-filename=-df4dde119ce82958 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-df4dde119ce82958 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2024-10-18T22:16:57.186Z | Compiling funty v2.0.0 |
3209 | 2024-10-18T22:16:57.189Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ce4fa0821c4650a -C extra-filename=-3ce4fa0821c4650a --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` |
3210 | 2024-10-18T22:16:57.333Z | Compiling packed_struct v0.10.1 |
3211 | 2024-10-18T22:16:57.366Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --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=d51a549b82168867 -C extra-filename=-d51a549b82168867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2024-10-18T22:16:57.806Z | Compiling crc-catalog v2.4.0 |
3213 | 2024-10-18T22:16:57.808Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.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=87c291626f6ecab4 -C extra-filename=-87c291626f6ecab4 --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` |
3214 | 2024-10-18T22:16:57.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-df4dde119ce82958/build-script-build` |
3215 | 2024-10-18T22:16:57.902Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build` |
3216 | 2024-10-18T22:16:57.936Z | Compiling crc v3.2.1 |
3217 | 2024-10-18T22:16:57.938Z | Running `/home/build/.rustup/toolchains/1.80.1-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=594e16b556b993ff -C extra-filename=-594e16b556b993ff --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-87c291626f6ecab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2024-10-18T22:16:57.963Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3bd8209eaf08f08e -C extra-filename=-3bd8209eaf08f08e --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` |
3219 | 2024-10-18T22:16:57.983Z | Compiling thiserror-no-std v2.0.2 |
3220 | 2024-10-18T22:16:57.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3075b1f82bb7351d -C extra-filename=-3075b1f82bb7351d --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-8cbf2f2d89b911ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3221 | 2024-10-18T22:16:58.065Z | Compiling packed_struct_codegen v0.10.1 |
3222 | 2024-10-18T22:16:58.068Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=05e036a006319f14 -C extra-filename=-05e036a006319f14 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3223 | 2024-10-18T22:16:58.102Z | Compiling vsss-rs v3.3.4 |
3224 | 2024-10-18T22:16:58.104Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.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=ec4938c88bf68dbe -C extra-filename=-ec4938c88bf68dbe --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-ec8430922b97966a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b937173290be0417.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-3075b1f82bb7351d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3225 | 2024-10-18T22:16:58.498Z | Compiling bitvec v1.0.1 |
3226 | 2024-10-18T22:16:58.501Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=909cbfa6eb3d9f80 -C extra-filename=-909cbfa6eb3d9f80 --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-3ce4fa0821c4650a.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-3594c9626bbbb1c8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-670d18d58e113ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3227 | 2024-10-18T22:16:58.531Z | Compiling indexmap v1.9.3 |
3228 | 2024-10-18T22:16:58.534Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --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=50c63f1fab97bff8 -C extra-filename=-50c63f1fab97bff8 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-50c63f1fab97bff8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3229 | 2024-10-18T22:16:58.883Z | Compiling nodrop v0.1.14 |
3230 | 2024-10-18T22:16:58.886Z | Running `/home/build/.rustup/toolchains/1.80.1-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=65f1921b9b77854c -C extra-filename=-65f1921b9b77854c --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` |
3231 | 2024-10-18T22:16:58.925Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-50c63f1fab97bff8/build-script-build` |
3232 | 2024-10-18T22:16:58.959Z | Compiling omicron-zone-package v0.11.1 |
3233 | 2024-10-18T22:16:58.961Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6fd75ef140f92e4f -C extra-filename=-6fd75ef140f92e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-031b9ebaa46556d0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-88c8bebe14835406.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-652fc1df032ad6e6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out` |
3234 | 2024-10-18T22:16:59.000Z | Compiling array-init v0.0.4 |
3235 | 2024-10-18T22:16:59.003Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e41c705284fc9a0c -C extra-filename=-e41c705284fc9a0c --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-65f1921b9b77854c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3236 | 2024-10-18T22:16:59.275Z | Running `/home/build/.rustup/toolchains/1.80.1-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=58675ab123e8a2b5 -C extra-filename=-58675ab123e8a2b5 --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-1b46dd66a7c6c3c6.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-5e407e6a221f7056/out/lib -l static=bz2` |
3237 | 2024-10-18T22:16:59.436Z | Compiling smallvec v0.6.14 |
3238 | 2024-10-18T22:16:59.439Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e983482a565d5787 -C extra-filename=-e983482a565d5787 --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-3bd8209eaf08f08e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3239 | 2024-10-18T22:16:59.918Z | Compiling bitfield v0.14.0 |
3240 | 2024-10-18T22:16:59.921Z | Running `/home/build/.rustup/toolchains/1.80.1-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=153e688f326b9e0e -C extra-filename=-153e688f326b9e0e --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` |
3241 | 2024-10-18T22:17:00.238Z | Compiling hashbrown v0.12.3 |
3242 | 2024-10-18T22:17:00.241Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --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=0f7cc877183c8f1d -C extra-filename=-0f7cc877183c8f1d --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` |
3243 | 2024-10-18T22:17:00.261Z | Compiling serde-hex v0.1.0 |
3244 | 2024-10-18T22:17:00.261Z | Running `/home/build/.rustup/toolchains/1.80.1-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=744505da29823d32 -C extra-filename=-744505da29823d32 --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-e41c705284fc9a0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e983482a565d5787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3245 | 2024-10-18T22:17:00.751Z | Compiling bzip2 v0.4.4 |
3246 | 2024-10-18T22:17:00.753Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6f4b6907bf6efd67 -C extra-filename=-6f4b6907bf6efd67 --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-58675ab123e8a2b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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-5e407e6a221f7056/out/lib` |
3247 | 2024-10-18T22:17:01.179Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3248 | 2024-10-18T22:17:01.182Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5153c8054febf16d -C extra-filename=-5153c8054febf16d --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3249 | 2024-10-18T22:17:01.211Z | Compiling env_logger v0.10.2 |
3250 | 2024-10-18T22:17:01.214Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-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=da1e3548ac5a94f5 -C extra-filename=-da1e3548ac5a94f5 --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-1ac1e4502263767b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2024-10-18T22:17:01.403Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --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=edbce32dcb3fcb43 -C extra-filename=-edbce32dcb3fcb43 --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-0f7cc877183c8f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3252 | 2024-10-18T22:17:01.489Z | Compiling ron v0.8.1 |
3253 | 2024-10-18T22:17:01.508Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=edbd0ff93d278eb0 -C extra-filename=-edbd0ff93d278eb0 --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-a2ffa63167802121.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3254 | 2024-10-18T22:17:02.302Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --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=eb3cfc36463b0702 -C extra-filename=-eb3cfc36463b0702 --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-909cbfa6eb3d9f80.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-05e036a006319f14.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3255 | 2024-10-18T22:17:02.324Z | Compiling hashbrown v0.13.2 |
3256 | 2024-10-18T22:17:02.327Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --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=35f128c020aabec4 -C extra-filename=-35f128c020aabec4 --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-c2c68dd1da33c7ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3257 | 2024-10-18T22:17:02.395Z | Compiling kstat-rs v0.2.4 |
3258 | 2024-10-18T22:17:02.398Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.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=6cdefa525328ae15 -C extra-filename=-6cdefa525328ae15 --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-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3259 | 2024-10-18T22:17:02.800Z | Compiling crc-any v2.5.0 |
3260 | 2024-10-18T22:17:02.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.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=073ff27b036b089f -C extra-filename=-073ff27b036b089f --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` |
3261 | 2024-10-18T22:17:03.050Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3262 | 2024-10-18T22:17:03.053Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99e145799fd9f617 -C extra-filename=-99e145799fd9f617 --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-edbd0ff93d278eb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5153c8054febf16d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3263 | 2024-10-18T22:17:03.342Z | Compiling zip v0.6.6 |
3264 | 2024-10-18T22:17:03.345Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --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=2efd7bcdd111917e -C extra-filename=-2efd7bcdd111917e --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-325983a483f82094.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6f4b6907bf6efd67.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b07e0b017e0ce628.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.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-5e407e6a221f7056/out/lib` |
3265 | 2024-10-18T22:17:03.500Z | Compiling object v0.30.4 |
3266 | 2024-10-18T22:17:03.503Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --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=689fb9c1e7ed0541 -C extra-filename=-689fb9c1e7ed0541 --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-b07e0b017e0ce628.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-35f128c020aabec4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-edbce32dcb3fcb43.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3267 | 2024-10-18T22:17:03.810Z | Compiling path-slash v0.1.5 |
3268 | 2024-10-18T22:17:03.813Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3979c874cbe4d4d2 -C extra-filename=-3979c874cbe4d4d2 --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` |
3269 | 2024-10-18T22:17:04.062Z | Compiling libefi-sys v0.1.0 |
3270 | 2024-10-18T22:17:04.065Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89eca4a85d7dc878 -C extra-filename=-89eca4a85d7dc878 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3271 | 2024-10-18T22:17:04.224Z | Compiling bitfield-struct v0.6.2 |
3272 | 2024-10-18T22:17:04.227Z | Running `/home/build/.rustup/toolchains/1.80.1-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=746677ac6cd92196 -C extra-filename=-746677ac6cd92196 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3273 | 2024-10-18T22:17:04.441Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build` |
3274 | 2024-10-18T22:17:04.475Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3275 | 2024-10-18T22:17:04.479Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2a4f8dfffe778a4a -C extra-filename=-2a4f8dfffe778a4a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2a4f8dfffe778a4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3276 | 2024-10-18T22:17:04.811Z | Compiling parking_lot_core v0.8.6 |
3277 | 2024-10-18T22:17:04.815Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a3f244115cffbfcf -C extra-filename=-a3f244115cffbfcf --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3278 | 2024-10-18T22:17:04.993Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2a4f8dfffe778a4a/build-script-build` |
3279 | 2024-10-18T22:17:05.108Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d06e3778a228b794 -C extra-filename=-d06e3778a228b794 --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` |
3280 | 2024-10-18T22:17:05.170Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3281 | 2024-10-18T22:17:05.173Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e74f75b7e3d51982 -C extra-filename=-e74f75b7e3d51982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3282 | 2024-10-18T22:17:05.432Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build` |
3283 | 2024-10-18T22:17:05.463Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3284 | 2024-10-18T22:17:05.466Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fc7dfca664bf9d4a -C extra-filename=-fc7dfca664bf9d4a --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` |
3285 | 2024-10-18T22:17:05.503Z | Running `/home/build/.rustup/toolchains/1.80.1-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=354997a5e1a41ef1 -C extra-filename=-354997a5e1a41ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e74f75b7e3d51982.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -l static=pci` |
3286 | 2024-10-18T22:17:05.559Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3287 | 2024-10-18T22:17:05.561Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=223daf447f1b2be9 -C extra-filename=-223daf447f1b2be9 --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-1b46dd66a7c6c3c6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3288 | 2024-10-18T22:17:05.589Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3c3f470fa35e7e41 -C extra-filename=-3c3f470fa35e7e41 --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-94faf137b493206b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f7e1d6861bc5a0b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2024-10-18T22:17:05.869Z | Compiling hickory-client v0.24.1 |
3290 | 2024-10-18T22:17:05.872Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c9a5884b6eca6c24 -C extra-filename=-c9a5884b6eca6c24 --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-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2024-10-18T22:17:05.922Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3292 | 2024-10-18T22:17:05.942Z | Running `/home/build/.rustup/toolchains/1.80.1-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=316ce4bc92229a92 -C extra-filename=-316ce4bc92229a92 --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-153e688f326b9e0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eb3cfc36463b0702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3293 | 2024-10-18T22:17:05.968Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3294 | 2024-10-18T22:17:05.968Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4b4029b055cb979a -C extra-filename=-4b4029b055cb979a --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-746677ac6cd92196.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3295 | 2024-10-18T22:17:05.991Z | Compiling parking_lot v0.11.2 |
3296 | 2024-10-18T22:17:05.991Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --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=260057ed80307727 -C extra-filename=-260057ed80307727 --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-f7e1d6861bc5a0b0.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c1b2e55179eacea.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-3c3f470fa35e7e41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3297 | 2024-10-18T22:17:06.250Z | Compiling hickory-server v0.24.1 |
3298 | 2024-10-18T22:17:06.253Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f4f0eaaf65076713 -C extra-filename=-f4f0eaaf65076713 --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-2a9b2223f6844e23.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a059b92cae5f0b6a.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2024-10-18T22:17:06.520Z | Compiling sled v0.34.7 |
3300 | 2024-10-18T22:17:06.523Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --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=9767ed5fd95efddb -C extra-filename=-9767ed5fd95efddb --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-b07e0b017e0ce628.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-260057ed80307727.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3301 | 2024-10-18T22:17:06.709Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3302 | 2024-10-18T22:17:06.712Z | Running `/home/build/.rustup/toolchains/1.80.1-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=08cc1ef2903b68d2 -C extra-filename=-08cc1ef2903b68d2 --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-4b4029b055cb979a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3303 | 2024-10-18T22:17:06.990Z | Compiling vte_generate_state_changes v0.1.2 |
3304 | 2024-10-18T22:17:06.992Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.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=7fda6454865d8958 -C extra-filename=-7fda6454865d8958 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3305 | 2024-10-18T22:17:07.377Z | Compiling fd-lock v4.0.2 |
3306 | 2024-10-18T22:17:07.381Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ba6e42911f834cb1 -C extra-filename=-ba6e42911f834cb1 --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3307 | 2024-10-18T22:17:07.601Z | Compiling diff v0.1.13 |
3308 | 2024-10-18T22:17:07.604Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0f6054f8c11a1395 -C extra-filename=-0f6054f8c11a1395 --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` |
3309 | 2024-10-18T22:17:07.729Z | Compiling vte v0.11.1 |
3310 | 2024-10-18T22:17:07.732Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=3edc221f82f10efa -C extra-filename=-3edc221f82f10efa --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-ae49b486e5e6c5ee.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-7fda6454865d8958.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3311 | 2024-10-18T22:17:07.751Z | Compiling nu-ansi-term v0.50.1 |
3312 | 2024-10-18T22:17:07.755Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.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=36fd3b2a5c727daf -C extra-filename=-36fd3b2a5c727daf --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` |
3313 | 2024-10-18T22:17:08.314Z | Compiling phf_generator v0.11.2 |
3314 | 2024-10-18T22:17:08.317Z | Running `/home/build/.rustup/toolchains/1.80.1-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=497cfc87cd2e0724 -C extra-filename=-497cfc87cd2e0724 --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-02e8e0acc1d2fa03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3315 | 2024-10-18T22:17:08.511Z | Compiling primeorder v0.13.6 |
3316 | 2024-10-18T22:17:08.515Z | Running `/home/build/.rustup/toolchains/1.80.1-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=086ec77d7c097725 -C extra-filename=-086ec77d7c097725 --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-2aaba52327a6d5d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3317 | 2024-10-18T22:17:08.535Z | Compiling phf_codegen v0.11.2 |
3318 | 2024-10-18T22:17:08.538Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2e15c7b72d2b27aa -C extra-filename=-2e15c7b72d2b27aa --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-497cfc87cd2e0724.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2024-10-18T22:17:08.760Z | Compiling parse-zoneinfo v0.3.1 |
3320 | 2024-10-18T22:17:08.779Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b1811536ca717ac6 -C extra-filename=-b1811536ca717ac6 --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-af2dab8125b2f6b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3321 | 2024-10-18T22:17:09.034Z | Compiling nanorand v0.7.0 |
3322 | 2024-10-18T22:17:09.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=777a8e0ddb8cc29f -C extra-filename=-777a8e0ddb8cc29f --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-32598d939f53b9b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3323 | 2024-10-18T22:17:09.272Z | Compiling strip-ansi-escapes v0.2.0 |
3324 | 2024-10-18T22:17:09.274Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ee72aad2603832ad -C extra-filename=-ee72aad2603832ad --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-3edc221f82f10efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2024-10-18T22:17:09.586Z | Compiling reedline v0.35.0 |
3326 | 2024-10-18T22:17:09.589Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ecbb137e75076073 -C extra-filename=-ecbb137e75076073 --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-c93540a2dfb95ba6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ba6e42911f834cb1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-36fd3b2a5c727daf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-ee72aad2603832ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b534315ca1a3744c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3327 | 2024-10-18T22:17:09.686Z | Compiling unicase v2.7.0 |
3328 | 2024-10-18T22:17:09.689Z | Running `/home/build/.rustup/toolchains/1.80.1-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=89ba4bd6c7d617ff -C extra-filename=-89ba4bd6c7d617ff --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3329 | 2024-10-18T22:17:10.087Z | Compiling cfg_aliases v0.1.1 |
3330 | 2024-10-18T22:17:10.090Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c436d8aeff88cf48 -C extra-filename=-c436d8aeff88cf48 --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` |
3331 | 2024-10-18T22:17:10.214Z | Dirty bytecount v0.6.8: the rustflags changed |
3332 | 2024-10-18T22:17:10.214Z | Compiling bytecount v0.6.8 |
3333 | 2024-10-18T22:17:10.216Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7ff1d2d43293053c -C extra-filename=-7ff1d2d43293053c --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` |
3334 | 2024-10-18T22:17:10.480Z | Dirty papergrid v0.11.0: the rustflags changed |
3335 | 2024-10-18T22:17:10.480Z | Compiling papergrid v0.11.0 |
3336 | 2024-10-18T22:17:10.484Z | Running `/home/build/.rustup/toolchains/1.80.1-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=993f320d6b0f0dee -C extra-filename=-993f320d6b0f0dee --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-7ff1d2d43293053c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3337 | 2024-10-18T22:17:10.747Z | Compiling nix v0.28.0 |
3338 | 2024-10-18T22:17:10.749Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ca13c98331e61947 -C extra-filename=-ca13c98331e61947 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c436d8aeff88cf48.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3339 | 2024-10-18T22:17:11.091Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build` |
3340 | 2024-10-18T22:17:11.309Z | Compiling chrono-tz-build v0.4.0 |
3341 | 2024-10-18T22:17:11.309Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4545e564faf42f31 -C extra-filename=-4545e564faf42f31 --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-b1811536ca717ac6.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-2e15c7b72d2b27aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3342 | 2024-10-18T22:17:11.589Z | Compiling progenitor v0.8.0 |
3343 | 2024-10-18T22:17:11.592Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1e9718fcd42eec73 -C extra-filename=-1e9718fcd42eec73 --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-431073cec4faf42d.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f34f1cbad3d007cc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-a4dd61dc35acb40e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3344 | 2024-10-18T22:17:11.709Z | Compiling flume v0.11.0 |
3345 | 2024-10-18T22:17:11.713Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=397d9dee0ae9d26d -C extra-filename=-397d9dee0ae9d26d --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-777a8e0ddb8cc29f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3346 | 2024-10-18T22:17:11.838Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
3347 | 2024-10-18T22:17:11.840Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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=3e144ba677c196cd -C extra-filename=-3e144ba677c196cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3348 | 2024-10-18T22:17:12.419Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3349 | 2024-10-18T22:17:12.422Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3350 | 2024-10-18T22:17:12.422Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ce33f7a32685709a -C extra-filename=-ce33f7a32685709a --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-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3351 | 2024-10-18T22:17:12.422Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d6bd23a53ac5c7e3 -C extra-filename=-d6bd23a53ac5c7e3 --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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1e66db89af9dc271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3352 | 2024-10-18T22:17:12.760Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3353 | 2024-10-18T22:17:12.763Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7fe70a532b68f6f9 -C extra-filename=-7fe70a532b68f6f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-7fe70a532b68f6f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6fd75ef140f92e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-7a1313405d0b7bb3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out` |
3354 | 2024-10-18T22:17:14.731Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3355 | 2024-10-18T22:17:14.734Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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=c8887d87277a6648 -C extra-filename=-c8887d87277a6648 --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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1e66db89af9dc271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3356 | 2024-10-18T22:17:17.192Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
3357 | 2024-10-18T22:17:17.197Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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=838eafd9c76bcba3 -C extra-filename=-838eafd9c76bcba3 --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-4c56c4994d51434f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3358 | 2024-10-18T22:17:18.442Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3359 | 2024-10-18T22:17:18.445Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=5d9534b740c3594b -C extra-filename=-5d9534b740c3594b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed9c3f579f367a64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a145cdbd982de1ca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3360 | 2024-10-18T22:17:18.652Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3361 | 2024-10-18T22:17:18.655Z | Running `/home/build/.rustup/toolchains/1.80.1-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=aee068eeef070503 -C extra-filename=-aee068eeef070503 --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4cd284a54030f4aa.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d6bd23a53ac5c7e3.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-5416ebc209ccdaef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-40ead2f67d1e030f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1e66db89af9dc271.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-faef8c84b4e284cf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-708c0c73bb292473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3362 | 2024-10-18T22:17:19.390Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=348a9bf6ed88aa6e -C extra-filename=-348a9bf6ed88aa6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed9c3f579f367a64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a145cdbd982de1ca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3363 | 2024-10-18T22:17:19.671Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3364 | 2024-10-18T22:17:19.674Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5d5c9d8bd6c8c3de -C extra-filename=-5d5c9d8bd6c8c3de --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-325983a483f82094.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-073ff27b036b089f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-da1e3548ac5a94f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-316ce4bc92229a92.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eb3cfc36463b0702.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-744505da29823d32.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3365 | 2024-10-18T22:17:20.026Z | Compiling tabled_derive v0.7.0 |
3366 | 2024-10-18T22:17:20.029Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.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=b016205a73239617 -C extra-filename=-b016205a73239617 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2024-10-18T22:17:22.117Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3368 | 2024-10-18T22:17:22.119Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f695a80cc3bc7144 -C extra-filename=-f695a80cc3bc7144 --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-063889f16a5b7e58.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-316ce4bc92229a92.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-5d5c9d8bd6c8c3de.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-689fb9c1e7ed0541.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5153c8054febf16d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-99e145799fd9f617.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2efd7bcdd111917e.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-5e407e6a221f7056/out/lib` |
3369 | 2024-10-18T22:17:22.505Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3370 | 2024-10-18T22:17:22.508Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2e9a8b16fdd74908 -C extra-filename=-2e9a8b16fdd74908 --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-1569900b4ebf64e1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3371 | 2024-10-18T22:17:22.747Z | Compiling dsl_auto_type v0.1.2 |
3372 | 2024-10-18T22:17:22.747Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ef1709c771efb772 -C extra-filename=-ef1709c771efb772 --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-67c501a86fe790f0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2024-10-18T22:17:22.846Z | Compiling diesel_table_macro_syntax v0.2.0 |
3374 | 2024-10-18T22:17:22.849Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.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=ac9a082df09db9de -C extra-filename=-ac9a082df09db9de --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-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2024-10-18T22:17:23.340Z | Compiling scheduled-thread-pool v0.2.7 |
3376 | 2024-10-18T22:17:23.423Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58a42020b65ca5ea -C extra-filename=-58a42020b65ca5ea --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-49c39b7cb98fb8f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2024-10-18T22:17:23.994Z | Compiling atty v0.2.14 |
3378 | 2024-10-18T22:17:23.997Z | Running `/home/build/.rustup/toolchains/1.80.1-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=42bb01a048b0cf97 -C extra-filename=-42bb01a048b0cf97 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-10-18T22:17:24.139Z | Compiling crunchy v0.2.2 |
3380 | 2024-10-18T22:17:24.143Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d0d09c3e0406dd3c -C extra-filename=-d0d09c3e0406dd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3381 | 2024-10-18T22:17:24.492Z | Compiling salty v0.3.0 |
3382 | 2024-10-18T22:17:24.495Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.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=82bf77a790973422 -C extra-filename=-82bf77a790973422 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-10-18T22:17:24.752Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build` |
3384 | 2024-10-18T22:17:24.788Z | Compiling diesel_derives v2.2.3 |
3385 | 2024-10-18T22:17:24.788Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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=4c2f4bafea521ffa -C extra-filename=-4c2f4bafea521ffa --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-ac9a082df09db9de.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-ef1709c771efb772.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3386 | 2024-10-18T22:17:25.041Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build` |
3387 | 2024-10-18T22:17:25.075Z | Compiling r2d2 v0.8.10 |
3388 | 2024-10-18T22:17:25.078Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcfabd7ccffa2f5d -C extra-filename=-dcfabd7ccffa2f5d --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-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-58a42020b65ca5ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3389 | 2024-10-18T22:17:25.362Z | Compiling tabled v0.15.0 |
3390 | 2024-10-18T22:17:25.365Z | Running `/home/build/.rustup/toolchains/1.80.1-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=9eb4ec78cc85feaa -C extra-filename=-9eb4ec78cc85feaa --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-993f320d6b0f0dee.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b016205a73239617.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2024-10-18T22:17:25.495Z | Compiling chrono-tz v0.10.0 |
3392 | 2024-10-18T22:17:25.499Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e95a8a44445f8e77 -C extra-filename=-e95a8a44445f8e77 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-e95a8a44445f8e77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-4545e564faf42f31.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3393 | 2024-10-18T22:17:26.461Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3394 | 2024-10-18T22:17:26.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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=d7615df6d1421b3e -C extra-filename=-d7615df6d1421b3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3395 | 2024-10-18T22:17:26.683Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build` |
3396 | 2024-10-18T22:17:26.718Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e2ab1fb871611f01 -C extra-filename=-e2ab1fb871611f01 --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` |
3397 | 2024-10-18T22:17:27.138Z | Compiling p384 v0.13.0 |
3398 | 2024-10-18T22:17:27.141Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e0389e7f278efa63 -C extra-filename=-e0389e7f278efa63 --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-94a118b5504c05b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-086ec77d7c097725.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3399 | 2024-10-18T22:17:28.172Z | Compiling clang-sys v1.8.1 |
3400 | 2024-10-18T22:17:28.175Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ee3a47dc1f16f97d -C extra-filename=-ee3a47dc1f16f97d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-ee3a47dc1f16f97d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2024-10-18T22:17:28.935Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
3402 | 2024-10-18T22:17:28.937Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=004ae25d6fec888e -C extra-filename=-004ae25d6fec888e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3403 | 2024-10-18T22:17:29.065Z | Compiling buf-list v1.0.3 |
3404 | 2024-10-18T22:17:29.068Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=dd0c3643a1e99061 -C extra-filename=-dd0c3643a1e99061 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2024-10-18T22:17:29.835Z | Compiling tiny-keccak v2.0.2 |
3406 | 2024-10-18T22:17:29.837Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=df1efb505928501a -C extra-filename=-df1efb505928501a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2024-10-18T22:17:29.885Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-7fe70a532b68f6f9/build-script-build` |
3408 | 2024-10-18T22:17:30.226Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build` |
3409 | 2024-10-18T22:17:30.261Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build` |
3410 | 2024-10-18T22:17:30.338Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=46f8e488864c855f -C extra-filename=-46f8e488864c855f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e9f93ba449c14507.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6cd6197983cd85a2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bd9c69bc2f817c6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a33bd06d9d09039b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d7552a1b47d6f9ea.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3411 | 2024-10-18T22:17:30.881Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3412 | 2024-10-18T22:17:30.885Z | Running `/home/build/.rustup/toolchains/1.80.1-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=71f7a0c6ba7cb4e7 -C extra-filename=-71f7a0c6ba7cb4e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3413 | 2024-10-18T22:17:31.354Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3414 | 2024-10-18T22:17:31.357Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3ee44058e862ae68 -C extra-filename=-3ee44058e862ae68 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3415 | 2024-10-18T22:17:32.734Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3416 | 2024-10-18T22:17:32.736Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c07ada34c4c97701 -C extra-filename=-c07ada34c4c97701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3417 | 2024-10-18T22:17:34.254Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3418 | 2024-10-18T22:17:34.257Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ce5e86d843e97d32 -C extra-filename=-ce5e86d843e97d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3419 | 2024-10-18T22:17:35.915Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3420 | 2024-10-18T22:17:35.918Z | Running `/home/build/.rustup/toolchains/1.80.1-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=46f4fdb5ba70712b -C extra-filename=-46f4fdb5ba70712b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3421 | 2024-10-18T22:17:38.151Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3422 | 2024-10-18T22:17:38.155Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=71bb9d24b7a1be5e -C extra-filename=-71bb9d24b7a1be5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-aee068eeef070503.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3423 | 2024-10-18T22:17:38.550Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ba7290c28d8898c6 -C extra-filename=-ba7290c28d8898c6 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-348a9bf6ed88aa6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3424 | 2024-10-18T22:17:39.125Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3425 | 2024-10-18T22:17:39.128Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fe21a582072244c6 -C extra-filename=-fe21a582072244c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3426 | 2024-10-18T22:17:40.660Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3427 | 2024-10-18T22:17:40.662Z | Running `/home/build/.rustup/toolchains/1.80.1-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=751e7147dc1e8318 -C extra-filename=-751e7147dc1e8318 --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-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3428 | 2024-10-18T22:17:41.013Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3adfec4dde45b553 -C extra-filename=-3adfec4dde45b553 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3429 | 2024-10-18T22:17:41.388Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3430 | 2024-10-18T22:17:41.391Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d26eaf461bc40223 -C extra-filename=-d26eaf461bc40223 --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3431 | 2024-10-18T22:17:42.286Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3432 | 2024-10-18T22:17:42.289Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4d5a9e6a14216a59 -C extra-filename=-4d5a9e6a14216a59 --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-c93540a2dfb95ba6.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3433 | 2024-10-18T22:17:42.355Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3434 | 2024-10-18T22:17:42.358Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=06bf3dfb8d5a38bb -C extra-filename=-06bf3dfb8d5a38bb --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-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3435 | 2024-10-18T22:17:42.976Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0d14a8105dfc1c92 -C extra-filename=-0d14a8105dfc1c92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba7290c28d8898c6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3436 | 2024-10-18T22:17:43.163Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3437 | 2024-10-18T22:17:43.166Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bc90243ef6999b7a -C extra-filename=-bc90243ef6999b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3438 | 2024-10-18T22:17:43.221Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3439 | 2024-10-18T22:17:43.223Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e78cb080c9cd67b4 -C extra-filename=-e78cb080c9cd67b4 --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-d10adc533ec730cd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3440 | 2024-10-18T22:17:43.519Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3441 | 2024-10-18T22:17:43.523Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c35e4018601b263f -C extra-filename=-c35e4018601b263f --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-080efa0e0fcda2f8.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a31e6b9fb38f4d29.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3442 | 2024-10-18T22:17:44.283Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3443 | 2024-10-18T22:17:44.286Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f50b499a157bc8e2 -C extra-filename=-f50b499a157bc8e2 --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-1c8f4e0cb357f561.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3444 | 2024-10-18T22:17:44.312Z | Compiling diesel v2.2.4 |
3445 | 2024-10-18T22:17:44.315Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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=e23e6a17130de916 -C extra-filename=-e23e6a17130de916 --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-fb02ffd1abc115c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-4c2f4bafea521ffa.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-dcfabd7ccffa2f5d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3446 | 2024-10-18T22:17:44.370Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ee3a47dc1f16f97d/build-script-build` |
3447 | 2024-10-18T22:17:44.404Z | Compiling mime_guess v2.0.5 |
3448 | 2024-10-18T22:17:44.406Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f1bcfbf5d6814c1a -C extra-filename=-f1bcfbf5d6814c1a --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-f1bcfbf5d6814c1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3449 | 2024-10-18T22:17:45.952Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3450 | 2024-10-18T22:17:45.955Z | Running `/home/build/.rustup/toolchains/1.80.1-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=876149eacfbc0343 -C extra-filename=-876149eacfbc0343 --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-46f8e488864c855f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3451 | 2024-10-18T22:17:46.788Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3452 | 2024-10-18T22:17:46.791Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b2405de27c7db9d7 -C extra-filename=-b2405de27c7db9d7 --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-46f8e488864c855f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3453 | 2024-10-18T22:17:47.027Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2db9191a511e323a -C extra-filename=-2db9191a511e323a --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-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4d01d48a2d68180d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ec4938c88bf68dbe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3454 | 2024-10-18T22:17:47.301Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3455 | 2024-10-18T22:17:47.304Z | Running `/home/build/.rustup/toolchains/1.80.1-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=9dc0b0e916c9de6a -C extra-filename=-9dc0b0e916c9de6a --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-1569900b4ebf64e1.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0d14a8105dfc1c92.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba7290c28d8898c6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3456 | 2024-10-18T22:17:48.947Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3457 | 2024-10-18T22:17:48.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=254294c1617b9b38 -C extra-filename=-254294c1617b9b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed9c3f579f367a64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-233eac4e075e93bb.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3458 | 2024-10-18T22:17:49.087Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3459 | 2024-10-18T22:17:49.089Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3b4fafcbde2ac6a0 -C extra-filename=-3b4fafcbde2ac6a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3460 | 2024-10-18T22:17:49.183Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3461 | 2024-10-18T22:17:49.186Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=926234aee9ec3222 -C extra-filename=-926234aee9ec3222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3462 | 2024-10-18T22:17:51.114Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3463 | 2024-10-18T22:17:51.117Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2f9ae1f0b376f5be -C extra-filename=-2f9ae1f0b376f5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3464 | 2024-10-18T22:17:54.989Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3465 | 2024-10-18T22:17:55.008Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d9cb63bcefc6e0cb -C extra-filename=-d9cb63bcefc6e0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab578d95ed774534.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fe21a582072244c6.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9dc0b0e916c9de6a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3466 | 2024-10-18T22:17:55.490Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3467 | 2024-10-18T22:17:55.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=429df8d97d7b69cf -C extra-filename=-429df8d97d7b69cf --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-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6cdefa525328ae15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3468 | 2024-10-18T22:18:00.413Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3469 | 2024-10-18T22:18:00.417Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=fe8ec623601aa8d6 -C extra-filename=-fe8ec623601aa8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e74f75b7e3d51982.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-223daf447f1b2be9.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-08cc1ef2903b68d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
3470 | 2024-10-18T22:18:02.305Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3471 | 2024-10-18T22:18:02.307Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0f6e045c867e1a24 -C extra-filename=-0f6e045c867e1a24 --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-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3472 | 2024-10-18T22:18:03.309Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3473 | 2024-10-18T22:18:03.315Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b7d0468cf53ed5d9 -C extra-filename=-b7d0468cf53ed5d9 --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-838eafd9c76bcba3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3474 | 2024-10-18T22:18:03.682Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3475 | 2024-10-18T22:18:03.685Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=35c881fc1069ee95 -C extra-filename=-35c881fc1069ee95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
3476 | 2024-10-18T22:18:04.524Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3477 | 2024-10-18T22:18:04.529Z | Running `/home/build/.rustup/toolchains/1.80.1-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=27d2774313928492 -C extra-filename=-27d2774313928492 --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-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3478 | 2024-10-18T22:18:06.105Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3479 | 2024-10-18T22:18:06.108Z | Running `/home/build/.rustup/toolchains/1.80.1-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=401d6edbfc8b395a -C extra-filename=-401d6edbfc8b395a --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-cbc6f0686b99e4c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3480 | 2024-10-18T22:18:07.690Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4a9863e88b1f6165 -C extra-filename=-4a9863e88b1f6165 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3481 | 2024-10-18T22:18:07.775Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-e95a8a44445f8e77/build-script-build` |
3482 | 2024-10-18T22:18:08.181Z | Running `/home/build/.rustup/toolchains/1.80.1-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=85429b35439d4169 -C extra-filename=-85429b35439d4169 --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-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3483 | 2024-10-18T22:18:08.479Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3484 | 2024-10-18T22:18:08.485Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=53f8dd56ac825a9d -C extra-filename=-53f8dd56ac825a9d --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3485 | 2024-10-18T22:18:08.507Z | Running `/home/build/.rustup/toolchains/1.80.1-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=162ad21e175bb473 -C extra-filename=-162ad21e175bb473 --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` |
3486 | 2024-10-18T22:18:08.595Z | Compiling peg-macros v0.8.4 |
3487 | 2024-10-18T22:18:08.603Z | Running `/home/build/.rustup/toolchains/1.80.1-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=708e4ea32ba5b260 -C extra-filename=-708e4ea32ba5b260 --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-f68472f095c24de4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3488 | 2024-10-18T22:18:08.619Z | Compiling sqlparser_derive v0.2.2 |
3489 | 2024-10-18T22:18:08.650Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.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=f85de2b75ea35afc -C extra-filename=-f85de2b75ea35afc --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3490 | 2024-10-18T22:18:08.915Z | Compiling env_filter v0.1.2 |
3491 | 2024-10-18T22:18:08.918Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5c314fc8ddce98dc -C extra-filename=-5c314fc8ddce98dc --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2024-10-18T22:18:09.150Z | Compiling ref-cast v1.0.23 |
3493 | 2024-10-18T22:18:09.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=ae2f172469cd8229 -C extra-filename=-ae2f172469cd8229 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3494 | 2024-10-18T22:18:09.687Z | Compiling unicode_categories v0.1.1 |
3495 | 2024-10-18T22:18:09.690Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2dd34baae30e9f8e -C extra-filename=-2dd34baae30e9f8e --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` |
3496 | 2024-10-18T22:18:09.803Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build` |
3497 | 2024-10-18T22:18:09.876Z | Compiling env_logger v0.11.5 |
3498 | 2024-10-18T22:18:09.896Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.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=9658813276394a8c -C extra-filename=-9658813276394a8c --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-5c314fc8ddce98dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2024-10-18T22:18:09.903Z | Compiling sqlparser v0.45.0 |
3500 | 2024-10-18T22:18:09.906Z | Running `/home/build/.rustup/toolchains/1.80.1-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=18626462a7083486 -C extra-filename=-18626462a7083486 --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-31bde78633f57151.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-f85de2b75ea35afc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3501 | 2024-10-18T22:18:10.034Z | Compiling sqlformat v0.2.6 |
3502 | 2024-10-18T22:18:10.037Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1bdd39bfebd03640 -C extra-filename=-1bdd39bfebd03640 --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-48891256de0358bb.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-2dd34baae30e9f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3503 | 2024-10-18T22:18:10.668Z | Compiling rustyline v14.0.0 |
3504 | 2024-10-18T22:18:10.672Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b19ea23f2ac45b20 -C extra-filename=-b19ea23f2ac45b20 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ba6e42911f834cb1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4a9863e88b1f6165.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-ae49b486e5e6c5ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3505 | 2024-10-18T22:18:11.662Z | Running `/home/build/.rustup/toolchains/1.80.1-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=adb8b25589acf367 -C extra-filename=-adb8b25589acf367 --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-c93540a2dfb95ba6.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3506 | 2024-10-18T22:18:12.648Z | Compiling peg v0.8.4 |
3507 | 2024-10-18T22:18:12.651Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c95009266722ad06 -C extra-filename=-c95009266722ad06 --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-708e4ea32ba5b260.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2024-10-18T22:18:12.768Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3509 | 2024-10-18T22:18:12.771Z | Running `/home/build/.rustup/toolchains/1.80.1-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=83c0dcd0a0b6c8b8 -C extra-filename=-83c0dcd0a0b6c8b8 --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-32598d939f53b9b1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-85429b35439d4169.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2024-10-18T22:18:13.818Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=3712e4e066a0ae45 -C extra-filename=-3712e4e066a0ae45 --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-162ad21e175bb473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3511 | 2024-10-18T22:18:14.509Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-f1bcfbf5d6814c1a/build-script-build` |
3512 | 2024-10-18T22:18:14.555Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=7095582080a1f210 -C extra-filename=-7095582080a1f210 --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-b8e9fbdeb91cd71f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3513 | 2024-10-18T22:18:15.093Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3514 | 2024-10-18T22:18:15.097Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0197ecb02ac1609d -C extra-filename=-0197ecb02ac1609d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0197ecb02ac1609d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3515 | 2024-10-18T22:18:15.137Z | Compiling ascii-canvas v3.0.0 |
3516 | 2024-10-18T22:18:15.140Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4decf57a75b623d -C extra-filename=-e4decf57a75b623d --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-d2b024c6cdb0145f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3517 | 2024-10-18T22:18:15.502Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3518 | 2024-10-18T22:18:15.507Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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=830a0d5008ed4081 -C extra-filename=-830a0d5008ed4081 --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-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3519 | 2024-10-18T22:18:15.757Z | Compiling bcs v0.1.6 |
3520 | 2024-10-18T22:18:15.760Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1061b23946bb5f7 -C extra-filename=-c1061b23946bb5f7 --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-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3521 | 2024-10-18T22:18:15.913Z | Compiling ref-cast-impl v1.0.23 |
3522 | 2024-10-18T22:18:15.916Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.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=88bc3539b7d73b8c -C extra-filename=-88bc3539b7d73b8c --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3523 | 2024-10-18T22:18:16.526Z | Compiling ena v0.14.3 |
3524 | 2024-10-18T22:18:16.532Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8104c5eec69b6dae -C extra-filename=-8104c5eec69b6dae --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3525 | 2024-10-18T22:18:16.571Z | Compiling libloading v0.8.5 |
3526 | 2024-10-18T22:18:16.575Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3e439eac2d1b51bb -C extra-filename=-3e439eac2d1b51bb --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3527 | 2024-10-18T22:18:16.946Z | Compiling bindgen v0.69.5 |
3528 | 2024-10-18T22:18:16.949Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.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=a67f027985ba5526 -C extra-filename=-a67f027985ba5526 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-a67f027985ba5526 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3529 | 2024-10-18T22:18:17.053Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3530 | 2024-10-18T22:18:17.062Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bbd900005dbd82b6 -C extra-filename=-bbd900005dbd82b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2024-10-18T22:18:17.300Z | Compiling regex-syntax v0.6.29 |
3532 | 2024-10-18T22:18:17.302Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=cf92ab4de6adaff0 -C extra-filename=-cf92ab4de6adaff0 --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` |
3533 | 2024-10-18T22:18:17.449Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build` |
3534 | 2024-10-18T22:18:17.485Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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=3522627863e48cb1 -C extra-filename=-3522627863e48cb1 --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-88bc3539b7d73b8c.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)'` |
3535 | 2024-10-18T22:18:17.647Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c1bfa8b182dc53e4 -C extra-filename=-c1bfa8b182dc53e4 --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-39f07e80d6316e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-3e439eac2d1b51bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2024-10-18T22:18:17.798Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-a67f027985ba5526/build-script-build` |
3537 | 2024-10-18T22:18:17.832Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0197ecb02ac1609d/build-script-build` |
3538 | 2024-10-18T22:18:17.867Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8020e0e28fbfc534 -C extra-filename=-8020e0e28fbfc534 --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-74bdd973ffb0df66.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3539 | 2024-10-18T22:18:18.855Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3540 | 2024-10-18T22:18:18.857Z | Running `/home/build/.rustup/toolchains/1.80.1-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=64b95442a8051442 -C extra-filename=-64b95442a8051442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-83c0dcd0a0b6c8b8.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9658813276394a8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e0389e7f278efa63.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3541 | 2024-10-18T22:18:20.052Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3542 | 2024-10-18T22:18:20.055Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=292842e92dfa038d -C extra-filename=-292842e92dfa038d --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3543 | 2024-10-18T22:18:20.467Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3544 | 2024-10-18T22:18:20.470Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0054e9e7d2a25bc9 -C extra-filename=-0054e9e7d2a25bc9 --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-08d424c691fbf9b7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3545 | 2024-10-18T22:18:22.209Z | Compiling lalrpop v0.19.12 |
3546 | 2024-10-18T22:18:22.213Z | Running `/home/build/.rustup/toolchains/1.80.1-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=902d8b59deb1e166 -C extra-filename=-902d8b59deb1e166 --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-e4decf57a75b623d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-8104c5eec69b6dae.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1ac1e4502263767b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cf92ab4de6adaff0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-5d4a0867caed1149.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3712e4e066a0ae45.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-7327f3d13197559b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3547 | 2024-10-18T22:18:23.266Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3548 | 2024-10-18T22:18:23.269Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=56c66a3b6ab4a6a6 -C extra-filename=-56c66a3b6ab4a6a6 --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-2e9a8b16fdd74908.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3549 | 2024-10-18T22:18:23.587Z | Compiling which v4.4.2 |
3550 | 2024-10-18T22:18:23.591Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e7aca0af4611fc92 -C extra-filename=-e7aca0af4611fc92 --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-5d39f2eb1424d60a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3551 | 2024-10-18T22:18:24.226Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3552 | 2024-10-18T22:18:24.229Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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=c2b3078d75df991b -C extra-filename=-c2b3078d75df991b --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-2da632077f49dfb6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3553 | 2024-10-18T22:18:25.289Z | Compiling cexpr v0.6.0 |
3554 | 2024-10-18T22:18:25.292Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da485d1658002250 -C extra-filename=-da485d1658002250 --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-48891256de0358bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2024-10-18T22:18:25.930Z | Compiling rustc-hash v1.1.0 |
3556 | 2024-10-18T22:18:25.935Z | Running `/home/build/.rustup/toolchains/1.80.1-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=151a9aad91d0e211 -C extra-filename=-151a9aad91d0e211 --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` |
3557 | 2024-10-18T22:18:26.105Z | Compiling http-range v0.1.5 |
3558 | 2024-10-18T22:18:26.109Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f676f2a2dbefdb2 -C extra-filename=-0f676f2a2dbefdb2 --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` |
3559 | 2024-10-18T22:18:26.491Z | Compiling lazycell v1.3.0 |
3560 | 2024-10-18T22:18:26.493Z | Running `/home/build/.rustup/toolchains/1.80.1-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=83ab67f0ca0fe95a -C extra-filename=-83ab67f0ca0fe95a --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` |
3561 | 2024-10-18T22:18:26.679Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e78f0a863c797a03 -C extra-filename=-e78f0a863c797a03 --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-fb02ffd1abc115c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-da485d1658002250.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c1bfa8b182dc53e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-151a9aad91d0e211.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-e7aca0af4611fc92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3562 | 2024-10-18T22:18:27.050Z | Compiling hyper-staticfile v0.10.1 |
3563 | 2024-10-18T22:18:27.053Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.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=9bf15d95893d777f -C extra-filename=-9bf15d95893d777f --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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0f676f2a2dbefdb2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8020e0e28fbfc534.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3564 | 2024-10-18T22:18:27.127Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3565 | 2024-10-18T22:18:27.137Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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("falcon"))' -C metadata=117312ee83842b9c -C extra-filename=-117312ee83842b9c --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-c2b3078d75df991b.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-830a0d5008ed4081.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3566 | 2024-10-18T22:18:27.174Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3567 | 2024-10-18T22:18:27.178Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=5b829e0030a8ce36 -C extra-filename=-5b829e0030a8ce36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-adb8b25589acf367.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b19ea23f2ac45b20.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3568 | 2024-10-18T22:18:28.267Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cee89ee62968bb3e -C extra-filename=-cee89ee62968bb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-83c0dcd0a0b6c8b8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-64b95442a8051442.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ac8aef1a56fdf4e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce65e0e041fdad42.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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/ring-1ed0c64f3db5e7dd/out` |
3569 | 2024-10-18T22:18:29.380Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3570 | 2024-10-18T22:18:29.383Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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=c68b3e48280319a1 -C extra-filename=-c68b3e48280319a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-830a0d5008ed4081.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-06ac839049fff7fc.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1e66db89af9dc271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3571 | 2024-10-18T22:18:30.030Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3572 | 2024-10-18T22:18:30.034Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f709e31c7592cc33 -C extra-filename=-f709e31c7592cc33 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f709e31c7592cc33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3573 | 2024-10-18T22:18:30.077Z | Compiling derive_builder_core v0.20.2 |
3574 | 2024-10-18T22:18:30.085Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c1bad87ea53909f5 -C extra-filename=-c1bad87ea53909f5 --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-67c501a86fe790f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3575 | 2024-10-18T22:18:30.446Z | Compiling libxml v0.3.3 |
3576 | 2024-10-18T22:18:30.449Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a74d9b4a66446b3c -C extra-filename=-a74d9b4a66446b3c --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-a74d9b4a66446b3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3577 | 2024-10-18T22:18:30.761Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f709e31c7592cc33/build-script-build` |
3578 | 2024-10-18T22:18:30.797Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4ffe4f164735a559 -C extra-filename=-4ffe4f164735a559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-56c66a3b6ab4a6a6.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3579 | 2024-10-18T22:18:30.917Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a74d9b4a66446b3c/build-script-build` |
3580 | 2024-10-18T22:18:30.965Z | Compiling signal-hook-tokio v0.3.1 |
3581 | 2024-10-18T22:18:30.973Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=4778d8b6a77c8753 -C extra-filename=-4778d8b6a77c8753 --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-5c0c6b13016b0cbd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3582 | 2024-10-18T22:18:31.169Z | Compiling strum_macros v0.24.3 |
3583 | 2024-10-18T22:18:31.172Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66e441e71b92f81e -C extra-filename=-66e441e71b92f81e --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3584 | 2024-10-18T22:18:32.613Z | Compiling memoffset v0.9.1 |
3585 | 2024-10-18T22:18:32.618Z | Running `/home/build/.rustup/toolchains/1.80.1-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=138943869d55787a -C extra-filename=-138943869d55787a --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-138943869d55787a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3586 | 2024-10-18T22:18:32.733Z | Compiling derive_builder_macro v0.20.2 |
3587 | 2024-10-18T22:18:32.764Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d4e04c82cf8a21c6 -C extra-filename=-d4e04c82cf8a21c6 --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-c1bad87ea53909f5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3588 | 2024-10-18T22:18:33.021Z | Compiling indoc v1.0.9 |
3589 | 2024-10-18T22:18:33.023Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4282df15fb49f14d -C extra-filename=-4282df15fb49f14d --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` |
3590 | 2024-10-18T22:18:33.878Z | Compiling derive_builder v0.20.2 |
3591 | 2024-10-18T22:18:33.881Z | Running `/home/build/.rustup/toolchains/1.80.1-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=19211438895ae4ba -C extra-filename=-19211438895ae4ba --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-d4e04c82cf8a21c6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3592 | 2024-10-18T22:18:34.140Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-138943869d55787a/build-script-build` |
3593 | 2024-10-18T22:18:34.143Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ac68dac0bf500a0 -C extra-filename=-2ac68dac0bf500a0 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3594 | 2024-10-18T22:18:34.241Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3595 | 2024-10-18T22:18:34.244Z | Running `/home/build/.rustup/toolchains/1.80.1-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=26564bbdccf14202 -C extra-filename=-26564bbdccf14202 --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-cbc6f0686b99e4c6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3596 | 2024-10-18T22:18:35.190Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3597 | 2024-10-18T22:18:35.194Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8c955d25d11fd37b -C extra-filename=-8c955d25d11fd37b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
3598 | 2024-10-18T22:18:37.169Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3599 | 2024-10-18T22:18:37.172Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2c91b1bb3c23a09c -C extra-filename=-2c91b1bb3c23a09c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-2c91b1bb3c23a09c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3600 | 2024-10-18T22:18:37.442Z | Compiling quick-xml v0.33.0 |
3601 | 2024-10-18T22:18:37.445Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d87091b9787f8d81 -C extra-filename=-d87091b9787f8d81 --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-3b7d5cfbb443b029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3602 | 2024-10-18T22:18:37.548Z | Compiling oso-derive v0.27.3 |
3603 | 2024-10-18T22:18:37.551Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.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=a5ca1afad04ae64c -C extra-filename=-a5ca1afad04ae64c --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3604 | 2024-10-18T22:18:38.860Z | Compiling impl-trait-for-tuples v0.2.2 |
3605 | 2024-10-18T22:18:38.863Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c125916d062385 -C extra-filename=-38c125916d062385 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3606 | 2024-10-18T22:18:41.070Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-2c91b1bb3c23a09c/build-script-build` |
3607 | 2024-10-18T22:18:41.104Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b1bd7d08cf4a91cc -C extra-filename=-b1bd7d08cf4a91cc --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` |
3608 | 2024-10-18T22:18:41.239Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3609 | 2024-10-18T22:18:41.241Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a1eb05d1bd6bee12 -C extra-filename=-a1eb05d1bd6bee12 --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-2e9a8b16fdd74908.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3610 | 2024-10-18T22:18:43.182Z | Compiling http v0.2.12 |
3611 | 2024-10-18T22:18:43.198Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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())' -C metadata=a79fff3a275b3158 -C extra-filename=-a79fff3a275b3158 --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-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3612 | 2024-10-18T22:18:44.295Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3613 | 2024-10-18T22:18:44.298Z | Running `/home/build/.rustup/toolchains/1.80.1-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=19c2d3ff60670bcb -C extra-filename=-19c2d3ff60670bcb --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3614 | 2024-10-18T22:18:44.698Z | Compiling diesel-dtrace v0.3.0 |
3615 | 2024-10-18T22:18:44.751Z | Running `/home/build/.rustup/toolchains/1.80.1-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.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=45e02d6ed964951a -C extra-filename=-45e02d6ed964951a --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-45e02d6ed964951a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3616 | 2024-10-18T22:18:45.109Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-45e02d6ed964951a/build-script-build` |
3617 | 2024-10-18T22:18:45.189Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build` |
3618 | 2024-10-18T22:18:45.270Z | Compiling nix v0.27.1 |
3619 | 2024-10-18T22:18:45.272Z | Running `/home/build/.rustup/toolchains/1.80.1-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=efee33c790500ad5 -C extra-filename=-efee33c790500ad5 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b1bd7d08cf4a91cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3620 | 2024-10-18T22:18:45.767Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3621 | 2024-10-18T22:18:45.770Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=569c80e27912ba01 -C extra-filename=-569c80e27912ba01 --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3622 | 2024-10-18T22:18:46.104Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3623 | 2024-10-18T22:18:46.107Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=40368c944e498edb -C extra-filename=-40368c944e498edb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-40368c944e498edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3624 | 2024-10-18T22:18:46.495Z | Compiling const_format_proc_macros v0.2.33 |
3625 | 2024-10-18T22:18:46.498Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d145b88574bffceb -C extra-filename=-d145b88574bffceb --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-7327f3d13197559b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3626 | 2024-10-18T22:18:47.354Z | Compiling bb8 v0.8.5 |
3627 | 2024-10-18T22:18:47.357Z | Running `/home/build/.rustup/toolchains/1.80.1-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=65358de734442a7e -C extra-filename=-65358de734442a7e --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-2a9b2223f6844e23.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-49c39b7cb98fb8f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2024-10-18T22:18:47.884Z | Compiling pin-project-internal v1.1.6 |
3629 | 2024-10-18T22:18:47.887Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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=f80fc73536766c42 -C extra-filename=-f80fc73536766c42 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2024-10-18T22:18:47.906Z | Compiling async-bb8-diesel v0.2.1 |
3631 | 2024-10-18T22:18:47.906Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c3b26aad52f2a7c8 -C extra-filename=-c3b26aad52f2a7c8 --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-2a9b2223f6844e23.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-65358de734442a7e.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3632 | 2024-10-18T22:18:48.695Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ba6f770ce8b78a04 -C extra-filename=-ba6f770ce8b78a04 --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-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a145cdbd982de1ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-efee33c790500ad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-176255c2b6dd361c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-5d4a0867caed1149.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-569c80e27912ba01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2efd7bcdd111917e.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-5e407e6a221f7056/out/lib` |
3633 | 2024-10-18T22:18:48.739Z | Compiling const_format v0.2.33 |
3634 | 2024-10-18T22:18:48.741Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f39e6051643e75e5 -C extra-filename=-f39e6051643e75e5 --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-d145b88574bffceb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3635 | 2024-10-18T22:18:49.528Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-40368c944e498edb/build-script-build` |
3636 | 2024-10-18T22:18:49.562Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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=cb4cea8fb72f8f67 -C extra-filename=-cb4cea8fb72f8f67 --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-e23e6a17130de916.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3637 | 2024-10-18T22:18:49.997Z | Compiling http-body v0.4.6 |
3638 | 2024-10-18T22:18:49.999Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.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=b377151436fff2e3 -C extra-filename=-b377151436fff2e3 --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-b8e9fbdeb91cd71f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3639 | 2024-10-18T22:18:50.502Z | Compiling h2 v0.3.26 |
3640 | 2024-10-18T22:18:50.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=71a2b23fb194665e -C extra-filename=-71a2b23fb194665e --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-b8e9fbdeb91cd71f.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3641 | 2024-10-18T22:18:51.382Z | Compiling pin-project v1.1.6 |
3642 | 2024-10-18T22:18:51.385Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.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=bc98e5432be1ab4d -C extra-filename=-bc98e5432be1ab4d --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-f80fc73536766c42.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3643 | 2024-10-18T22:18:51.535Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3644 | 2024-10-18T22:18:51.538Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8e2fdf7aaa9fac30 -C extra-filename=-8e2fdf7aaa9fac30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ba6f770ce8b78a04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
3645 | 2024-10-18T22:18:56.081Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3646 | 2024-10-18T22:18:56.085Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0163452ca42a2267 -C extra-filename=-0163452ca42a2267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3647 | 2024-10-18T22:18:56.816Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3648 | 2024-10-18T22:18:56.818Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=333b072e7c9fc2d0 -C extra-filename=-333b072e7c9fc2d0 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3649 | 2024-10-18T22:18:59.041Z | Compiling hyper v0.14.30 |
3650 | 2024-10-18T22:18:59.044Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=a678173d0a1dc1a1 -C extra-filename=-a678173d0a1dc1a1 --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-b8e9fbdeb91cd71f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-71a2b23fb194665e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b377151436fff2e3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3651 | 2024-10-18T22:19:00.782Z | Compiling cargo-platform v0.1.8 |
3652 | 2024-10-18T22:19:00.786Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.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=ffb43a1d918ff620 -C extra-filename=-ffb43a1d918ff620 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3653 | 2024-10-18T22:19:01.276Z | Compiling snafu-derive v0.8.5 |
3654 | 2024-10-18T22:19:01.279Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.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=96237b868ccba5c0 -C extra-filename=-96237b868ccba5c0 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3655 | 2024-10-18T22:19:01.400Z | Compiling sync_wrapper v0.1.2 |
3656 | 2024-10-18T22:19:01.404Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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("futures", "futures-core"))' -C metadata=12c43cd70bd8ae58 -C extra-filename=-12c43cd70bd8ae58 --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` |
3657 | 2024-10-18T22:19:01.546Z | Compiling cargo_metadata v0.18.1 |
3658 | 2024-10-18T22:19:01.549Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=21fbe0fd132ab9c9 -C extra-filename=-21fbe0fd132ab9c9 --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-294229beec0d6e93.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-ffb43a1d918ff620.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3659 | 2024-10-18T22:19:05.459Z | Compiling reqwest v0.11.27 |
3660 | 2024-10-18T22:19:05.475Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="stream"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=c27a664857d06d90 -C extra-filename=-c27a664857d06d90 --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-71a2b23fb194665e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b377151436fff2e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a678173d0a1dc1a1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3661 | 2024-10-18T22:19:07.201Z | Compiling globset v0.4.15 |
3662 | 2024-10-18T22:19:07.240Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b134c2d85303f99f -C extra-filename=-b134c2d85303f99f --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-b542551110e8af51.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3663 | 2024-10-18T22:19:07.373Z | Compiling snafu v0.8.5 |
3664 | 2024-10-18T22:19:07.376Z | Running `/home/build/.rustup/toolchains/1.80.1-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=46d8476e5a24dddc -C extra-filename=-46d8476e5a24dddc --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-5c0c6b13016b0cbd.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-bc98e5432be1ab4d.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-96237b868ccba5c0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3665 | 2024-10-18T22:19:08.318Z | Compiling olpc-cjson v0.1.4 |
3666 | 2024-10-18T22:19:08.321Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.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=c69a34d9ced4ee67 -C extra-filename=-c69a34d9ced4ee67 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3667 | 2024-10-18T22:19:08.624Z | Compiling serde_plain v1.0.2 |
3668 | 2024-10-18T22:19:08.627Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4850ad1575d6b9ea -C extra-filename=-4850ad1575d6b9ea --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3669 | 2024-10-18T22:19:09.113Z | Compiling typed-path v0.7.1 |
3670 | 2024-10-18T22:19:09.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=035dc440c125802f -C extra-filename=-035dc440c125802f --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-10-18T22:19:09.194Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3672 | 2024-10-18T22:19:09.198Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3fee39034d178c10 -C extra-filename=-3fee39034d178c10 --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3673 | 2024-10-18T22:19:11.445Z | Compiling tough v0.17.1 |
3674 | 2024-10-18T22:19:11.447Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-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("http", "integ", "reqwest"))' -C metadata=48a0111f790a9740 -C extra-filename=-48a0111f790a9740 --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-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-b134c2d85303f99f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-c69a34d9ced4ee67.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c27a664857d06d90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-4850ad1575d6b9ea.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-46d8476e5a24dddc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-035dc440c125802f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
3675 | 2024-10-18T22:19:12.418Z | Compiling parse-size v1.0.0 |
3676 | 2024-10-18T22:19:12.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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("std"))' -C metadata=93c89df6fe796d16 -C extra-filename=-93c89df6fe796d16 --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-10-18T22:19:12.698Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3678 | 2024-10-18T22:19:12.701Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7777cb84870a5cbf -C extra-filename=-7777cb84870a5cbf --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-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8e2fdf7aaa9fac30.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
3679 | 2024-10-18T22:19:15.707Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3680 | 2024-10-18T22:19:15.710Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c962a48220feea2d -C extra-filename=-c962a48220feea2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3681 | 2024-10-18T22:19:17.201Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3682 | 2024-10-18T22:19:17.203Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=930ac6abb1a2f67c -C extra-filename=-930ac6abb1a2f67c --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-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3683 | 2024-10-18T22:19:17.786Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3684 | 2024-10-18T22:19:17.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e09735aa2010e880 -C extra-filename=-e09735aa2010e880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2efd7bcdd111917e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3685 | 2024-10-18T22:19:18.310Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3686 | 2024-10-18T22:19:18.313Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=235947ff7934f363 -C extra-filename=-235947ff7934f363 --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-64fe453a3f9fcd4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2024-10-18T22:19:20.397Z | Compiling assert_matches v1.5.0 |
3688 | 2024-10-18T22:19:20.401Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d65da3ab02c6d0c5 -C extra-filename=-d65da3ab02c6d0c5 --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` |
3689 | 2024-10-18T22:19:20.522Z | Compiling rand_seeder v0.3.0 |
3690 | 2024-10-18T22:19:20.525Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6fe1e4bc9c61d28d -C extra-filename=-6fe1e4bc9c61d28d --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-1d0d56c09c2edc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3691 | 2024-10-18T22:19:20.892Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3692 | 2024-10-18T22:19:20.895Z | Running `/home/build/.rustup/toolchains/1.80.1-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=40bd577f067e15f5 -C extra-filename=-40bd577f067e15f5 --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-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3693 | 2024-10-18T22:19:23.404Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3694 | 2024-10-18T22:19:23.408Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5ee143923fb31855 -C extra-filename=-5ee143923fb31855 --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-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3695 | 2024-10-18T22:19:23.620Z | Compiling libz-sys v1.1.20 |
3696 | 2024-10-18T22:19:23.623Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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=2fb6bb314171f980 -C extra-filename=-2fb6bb314171f980 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-2fb6bb314171f980 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2024-10-18T22:19:24.474Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-2fb6bb314171f980/build-script-build` |
3698 | 2024-10-18T22:19:24.643Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3699 | 2024-10-18T22:19:24.645Z | Running `/home/build/.rustup/toolchains/1.80.1-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=eeb8ea3b0ec508ea -C extra-filename=-eeb8ea3b0ec508ea --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-233eac4e075e93bb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6fe1e4bc9c61d28d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3700 | 2024-10-18T22:19:24.876Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3701 | 2024-10-18T22:19:24.897Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.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=fb0e78bb6c7559ef -C extra-filename=-fb0e78bb6c7559ef --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-fb0e78bb6c7559ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-5b71ee306b0ec46a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3702 | 2024-10-18T22:19:25.483Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3703 | 2024-10-18T22:19:25.486Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bbefb1f010515481 -C extra-filename=-bbefb1f010515481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3704 | 2024-10-18T22:19:25.855Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-fb0e78bb6c7559ef/build-script-build` |
3705 | 2024-10-18T22:19:26.483Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.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=5daea0caaf8832f4 -C extra-filename=-5daea0caaf8832f4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
3706 | 2024-10-18T22:19:26.647Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3707 | 2024-10-18T22:19:26.650Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3d9a74993ffd7835 -C extra-filename=-3d9a74993ffd7835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3708 | 2024-10-18T22:19:32.340Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3709 | 2024-10-18T22:19:32.343Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1be64c615e0f0962 -C extra-filename=-1be64c615e0f0962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/ssl-3/lib/amd64` |
3710 | 2024-10-18T22:19:32.425Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3711 | 2024-10-18T22:19:32.428Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cdde63284bb1b3c9 -C extra-filename=-cdde63284bb1b3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3712 | 2024-10-18T22:19:32.604Z | Compiling vergen v8.3.2 |
3713 | 2024-10-18T22:19:32.607Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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=8aef8dd6f9115d81 -C extra-filename=-8aef8dd6f9115d81 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3714 | 2024-10-18T22:19:33.002Z | Compiling is_ci v1.2.0 |
3715 | 2024-10-18T22:19:33.010Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.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=1ffd4f2a5c71f8ce -C extra-filename=-1ffd4f2a5c71f8ce --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` |
3716 | 2024-10-18T22:19:33.275Z | Compiling supports-color v3.0.1 |
3717 | 2024-10-18T22:19:33.279Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e14989a5d0ee9047 -C extra-filename=-e14989a5d0ee9047 --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-1ffd4f2a5c71f8ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3718 | 2024-10-18T22:19:33.556Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build` |
3719 | 2024-10-18T22:19:33.594Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3720 | 2024-10-18T22:19:33.596Z | Running `/home/build/.rustup/toolchains/1.80.1-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=88de0664992f5087 -C extra-filename=-88de0664992f5087 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-88de0664992f5087 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3721 | 2024-10-18T22:19:34.000Z | Compiling libsqlite3-sys v0.30.1 |
3722 | 2024-10-18T22:19:34.005Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7e3d833973ab7fa2 -C extra-filename=-7e3d833973ab7fa2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7e3d833973ab7fa2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3723 | 2024-10-18T22:19:34.627Z | Compiling rustls v0.21.12 |
3724 | 2024-10-18T22:19:34.629Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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=9d40a143c83c6f9c -C extra-filename=-9d40a143c83c6f9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3725 | 2024-10-18T22:19:34.798Z | Compiling cfg_aliases v0.2.1 |
3726 | 2024-10-18T22:19:34.801Z | Running `/home/build/.rustup/toolchains/1.80.1-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=44929ccb8db2da6c -C extra-filename=-44929ccb8db2da6c --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` |
3727 | 2024-10-18T22:19:34.922Z | Compiling nix v0.29.0 |
3728 | 2024-10-18T22:19:34.925Z | Running `/home/build/.rustup/toolchains/1.80.1-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=100f50d5b1b272ed -C extra-filename=-100f50d5b1b272ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44929ccb8db2da6c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3729 | 2024-10-18T22:19:34.997Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c/build-script-build` |
3730 | 2024-10-18T22:19:35.030Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7e3d833973ab7fa2/build-script-build` |
3731 | 2024-10-18T22:19:35.069Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-88de0664992f5087/build-script-build` |
3732 | 2024-10-18T22:19:35.105Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3733 | 2024-10-18T22:19:35.107Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7134d1ed8b5dafef -C extra-filename=-7134d1ed8b5dafef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cdde63284bb1b3c9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3734 | 2024-10-18T22:19:35.965Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3735 | 2024-10-18T22:19:35.968Z | Running `/home/build/.rustup/toolchains/1.80.1-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=9c29e8aad5ac36ac -C extra-filename=-9c29e8aad5ac36ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3736 | 2024-10-18T22:19:40.815Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3737 | 2024-10-18T22:19:40.818Z | Running `/home/build/.rustup/toolchains/1.80.1-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=310a81731f8896a3 -C extra-filename=-310a81731f8896a3 --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-cbc6f0686b99e4c6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3738 | 2024-10-18T22:19:45.168Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3739 | 2024-10-18T22:19:45.170Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2d651cff112fbc4c -C extra-filename=-2d651cff112fbc4c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2d651cff112fbc4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3740 | 2024-10-18T22:19:45.443Z | Compiling castaway v0.2.3 |
3741 | 2024-10-18T22:19:45.445Z | Running `/home/build/.rustup/toolchains/1.80.1-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=560b5d52bef86bca -C extra-filename=-560b5d52bef86bca --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3742 | 2024-10-18T22:19:45.535Z | Compiling rustls-webpki v0.101.7 |
3743 | 2024-10-18T22:19:45.537Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3485024a40503ed5 -C extra-filename=-3485024a40503ed5 --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-7917c3cdb9c23e16.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
3744 | 2024-10-18T22:19:45.640Z | Compiling sct v0.7.1 |
3745 | 2024-10-18T22:19:45.643Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0364d593a157b834 -C extra-filename=-0364d593a157b834 --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-7917c3cdb9c23e16.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
3746 | 2024-10-18T22:19:45.977Z | Compiling concurrent-queue v2.5.0 |
3747 | 2024-10-18T22:19:45.980Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d89aae5a378abf3d -C extra-filename=-d89aae5a378abf3d --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-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3748 | 2024-10-18T22:19:46.383Z | Dirty unicode-linebreak v0.1.5: the rustflags changed |
3749 | 2024-10-18T22:19:46.383Z | Compiling unicode-linebreak v0.1.5 |
3750 | 2024-10-18T22:19:46.386Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5745b33b579fab38 -C extra-filename=-5745b33b579fab38 --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-10-18T22:19:46.862Z | Dirty smawk v0.3.2: the rustflags changed |
3752 | 2024-10-18T22:19:46.862Z | Compiling smawk v0.3.2 |
3753 | 2024-10-18T22:19:46.866Z | Running `/home/build/.rustup/toolchains/1.80.1-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=67ff47dd1c0fd95d -C extra-filename=-67ff47dd1c0fd95d --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` |
3754 | 2024-10-18T22:19:47.089Z | Compiling parking v2.2.1 |
3755 | 2024-10-18T22:19:47.092Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cb6104646fa2ceab -C extra-filename=-cb6104646fa2ceab --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` |
3756 | 2024-10-18T22:19:47.436Z | Dirty textwrap v0.16.1: the rustflags changed |
3757 | 2024-10-18T22:19:47.437Z | Compiling textwrap v0.16.1 |
3758 | 2024-10-18T22:19:47.439Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bc0396bad55291d0 -C extra-filename=-bc0396bad55291d0 --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-67ff47dd1c0fd95d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5745b33b579fab38.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3759 | 2024-10-18T22:19:47.493Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b2446323d798cd0b -C extra-filename=-b2446323d798cd0b --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3485024a40503ed5.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-0364d593a157b834.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
3760 | 2024-10-18T22:19:47.581Z | Compiling compact_str v0.8.0 |
3761 | 2024-10-18T22:19:47.584Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b38aa10ecf19e52e -C extra-filename=-b38aa10ecf19e52e --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-560b5d52bef86bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3762 | 2024-10-18T22:19:48.791Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2d651cff112fbc4c/build-script-build` |
3763 | 2024-10-18T22:19:48.825Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build` |
3764 | 2024-10-18T22:19:48.860Z | Running `/home/build/.rustup/toolchains/1.80.1-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=58b0a991ceb69abc -C extra-filename=-58b0a991ceb69abc --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` |
3765 | 2024-10-18T22:19:49.016Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3766 | 2024-10-18T22:19:49.019Z | Running `/home/build/.rustup/toolchains/1.80.1-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=55e428fa879b63c9 -C extra-filename=-55e428fa879b63c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-55e428fa879b63c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3767 | 2024-10-18T22:19:49.403Z | Compiling unicode-truncate v1.1.0 |
3768 | 2024-10-18T22:19:49.432Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d1e87a5910a68836 -C extra-filename=-d1e87a5910a68836 --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-17374fece069bfba.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3769 | 2024-10-18T22:19:49.434Z | Compiling hashlink v0.9.1 |
3770 | 2024-10-18T22:19:49.434Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ea3d9f158d0147e8 -C extra-filename=-ea3d9f158d0147e8 --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-a216341ac1c97509.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3771 | 2024-10-18T22:19:49.667Z | Compiling instability v0.3.2 |
3772 | 2024-10-18T22:19:49.669Z | Running `/home/build/.rustup/toolchains/1.80.1-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=51dc549415397c25 -C extra-filename=-51dc549415397c25 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3773 | 2024-10-18T22:19:50.190Z | Compiling lru v0.12.5 |
3774 | 2024-10-18T22:19:50.193Z | Running `/home/build/.rustup/toolchains/1.80.1-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=10f0bc8324ddc693 -C extra-filename=-10f0bc8324ddc693 --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-b70767056d1a4824.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3775 | 2024-10-18T22:19:50.545Z | Compiling fallible-streaming-iterator v0.1.9 |
3776 | 2024-10-18T22:19:50.549Z | Running `/home/build/.rustup/toolchains/1.80.1-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=268e12232fc32356 -C extra-filename=-268e12232fc32356 --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` |
3777 | 2024-10-18T22:19:50.802Z | Compiling cassowary v0.3.0 |
3778 | 2024-10-18T22:19:50.806Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a0df4d0548b0a401 -C extra-filename=-a0df4d0548b0a401 --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-10-18T22:19:50.829Z | Compiling fallible-iterator v0.3.0 |
3780 | 2024-10-18T22:19:50.832Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.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=38d4df39420f26f0 -C extra-filename=-38d4df39420f26f0 --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` |
3781 | 2024-10-18T22:19:51.558Z | Compiling rusqlite v0.32.1 |
3782 | 2024-10-18T22:19:51.561Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e8c4237eb92dabea -C extra-filename=-e8c4237eb92dabea --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-fb02ffd1abc115c8.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-38d4df39420f26f0.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-268e12232fc32356.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-ea3d9f158d0147e8.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-58b0a991ceb69abc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3783 | 2024-10-18T22:19:52.145Z | Compiling tokio-rustls v0.24.1 |
3784 | 2024-10-18T22:19:52.147Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=4ae8aa44fd89a3a4 -C extra-filename=-4ae8aa44fd89a3a4 --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-b2446323d798cd0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
3785 | 2024-10-18T22:19:52.588Z | Compiling ratatui v0.28.1 |
3786 | 2024-10-18T22:19:52.592Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f697886a526d80b8 -C extra-filename=-f697886a526d80b8 --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-fb02ffd1abc115c8.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0df4d0548b0a401.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-b38aa10ecf19e52e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-51dc549415397c25.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-10f0bc8324ddc693.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b534315ca1a3744c.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-d1e87a5910a68836.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3787 | 2024-10-18T22:19:54.738Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-55e428fa879b63c9/build-script-build` |
3788 | 2024-10-18T22:19:54.773Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2f450433fc0dd242 -C extra-filename=-2f450433fc0dd242 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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)'` |
3789 | 2024-10-18T22:19:55.549Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3790 | 2024-10-18T22:19:55.551Z | Running `/home/build/.rustup/toolchains/1.80.1-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=76cc96e411ef4bf9 -C extra-filename=-76cc96e411ef4bf9 --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-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3791 | 2024-10-18T22:19:56.350Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3792 | 2024-10-18T22:19:56.353Z | Running `/home/build/.rustup/toolchains/1.80.1-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=33cdbaf0bbea8b48 -C extra-filename=-33cdbaf0bbea8b48 --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-c93540a2dfb95ba6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3793 | 2024-10-18T22:19:56.571Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3794 | 2024-10-18T22:19:56.574Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3f93561b5e15ed66 -C extra-filename=-3f93561b5e15ed66 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3f93561b5e15ed66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3795 | 2024-10-18T22:19:56.966Z | Running `/home/build/.rustup/toolchains/1.80.1-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=54f296db6537e2ea -C extra-filename=-54f296db6537e2ea --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-4ffe4f164735a559.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3796 | 2024-10-18T22:19:57.869Z | Compiling rustls-pemfile v1.0.4 |
3797 | 2024-10-18T22:19:57.872Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.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=ef67309bf96e0f1b -C extra-filename=-ef67309bf96e0f1b --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-a2ffa63167802121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3798 | 2024-10-18T22:19:58.327Z | Compiling twox-hash v1.6.3 |
3799 | 2024-10-18T22:19:58.330Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=92078a55ba54d93a -C extra-filename=-92078a55ba54d93a --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-94faf137b493206b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3800 | 2024-10-18T22:19:58.374Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3f93561b5e15ed66/build-script-build` |
3801 | 2024-10-18T22:19:58.410Z | Compiling event-listener v5.3.1 |
3802 | 2024-10-18T22:19:58.414Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f2dde016d619eaca -C extra-filename=-f2dde016d619eaca --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-d89aae5a378abf3d.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3803 | 2024-10-18T22:19:59.073Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3804 | 2024-10-18T22:19:59.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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=5f0152812ff1c3d6 -C extra-filename=-5f0152812ff1c3d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3805 | 2024-10-18T22:19:59.160Z | Compiling fatfs v0.3.6 |
3806 | 2024-10-18T22:19:59.163Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f9d1ea7df2904938 -C extra-filename=-f9d1ea7df2904938 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3807 | 2024-10-18T22:20:00.111Z | Compiling event-listener-strategy v0.5.2 |
3808 | 2024-10-18T22:20:00.114Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e9b026f0017040b9 -C extra-filename=-e9b026f0017040b9 --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-f2dde016d619eaca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3809 | 2024-10-18T22:20:00.406Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3810 | 2024-10-18T22:20:00.410Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=1ea3fe289d9fe1d4 -C extra-filename=-1ea3fe289d9fe1d4 --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-c93540a2dfb95ba6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3811 | 2024-10-18T22:20:00.943Z | Compiling csv-core v0.1.11 |
3812 | 2024-10-18T22:20:00.947Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7f208bb91f491672 -C extra-filename=-7f208bb91f491672 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3813 | 2024-10-18T22:20:01.476Z | Compiling csv v1.3.0 |
3814 | 2024-10-18T22:20:01.478Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3e9408abe6deb2b0 -C extra-filename=-3e9408abe6deb2b0 --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-7f208bb91f491672.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3815 | 2024-10-18T22:20:01.776Z | Compiling futures-lite v2.3.0 |
3816 | 2024-10-18T22:20:01.779Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ec90834510550653 -C extra-filename=-ec90834510550653 --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-021f1b051b6c63fa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3817 | 2024-10-18T22:20:02.401Z | Compiling samael v0.0.17 |
3818 | 2024-10-18T22:20:02.406Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d282004b5f763b60 -C extra-filename=-d282004b5f763b60 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-d282004b5f763b60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-e78f0a863c797a03.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3819 | 2024-10-18T22:20:02.829Z | Compiling rtoolbox v0.0.2 |
3820 | 2024-10-18T22:20:02.831Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3056df869e15c610 -C extra-filename=-3056df869e15c610 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3821 | 2024-10-18T22:20:03.294Z | Compiling plotters-backend v0.3.7 |
3822 | 2024-10-18T22:20:03.297Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.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=819ad545a724b073 -C extra-filename=-819ad545a724b073 --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` |
3823 | 2024-10-18T22:20:03.641Z | Compiling shell-words v1.1.0 |
3824 | 2024-10-18T22:20:03.644Z | Running `/home/build/.rustup/toolchains/1.80.1-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=bfaf6b529bbb10b0 -C extra-filename=-bfaf6b529bbb10b0 --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` |
3825 | 2024-10-18T22:20:03.905Z | Compiling plotters-svg v0.3.7 |
3826 | 2024-10-18T22:20:03.908Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.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=96d81fd0d224cc3d -C extra-filename=-96d81fd0d224cc3d --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-819ad545a724b073.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3827 | 2024-10-18T22:20:03.979Z | Compiling rpassword v7.3.1 |
3828 | 2024-10-18T22:20:03.979Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea70cbef8dc2ae97 -C extra-filename=-ea70cbef8dc2ae97 --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-1b46dd66a7c6c3c6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3056df869e15c610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3829 | 2024-10-18T22:20:04.335Z | Compiling tui-tree-widget v0.22.0 |
3830 | 2024-10-18T22:20:04.338Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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=ab1e6ba7ffce9801 -C extra-filename=-ab1e6ba7ffce9801 --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-f697886a526d80b8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3831 | 2024-10-18T22:20:04.404Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3832 | 2024-10-18T22:20:04.406Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2388af8960b20a01 -C extra-filename=-2388af8960b20a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
3833 | 2024-10-18T22:20:04.697Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3834 | 2024-10-18T22:20:04.700Z | Running `/home/build/.rustup/toolchains/1.80.1-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=62fbe3daef3efe31 -C extra-filename=-62fbe3daef3efe31 --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-ce5e86d843e97d32.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3835 | 2024-10-18T22:20:04.914Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-d282004b5f763b60/build-script-bindings` |
3836 | 2024-10-18T22:20:06.523Z | Compiling yansi v1.0.1 |
3837 | 2024-10-18T22:20:06.526Z | Running `/home/build/.rustup/toolchains/1.80.1-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=43a4e0c91f343fc9 -C extra-filename=-43a4e0c91f343fc9 --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` |
3838 | 2024-10-18T22:20:06.591Z | Compiling cast v0.3.0 |
3839 | 2024-10-18T22:20:06.595Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=044a52419a148846 -C extra-filename=-044a52419a148846 --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` |
3840 | 2024-10-18T22:20:06.953Z | Compiling criterion-plot v0.5.0 |
3841 | 2024-10-18T22:20:06.955Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d839c17e454abea8 -C extra-filename=-d839c17e454abea8 --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-044a52419a148846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3842 | 2024-10-18T22:20:07.296Z | Compiling pretty_assertions v1.4.1 |
3843 | 2024-10-18T22:20:07.299Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=41945da098b72cd5 -C extra-filename=-41945da098b72cd5 --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-0f6054f8c11a1395.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-43a4e0c91f343fc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3844 | 2024-10-18T22:20:07.506Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2418bb01689fdaa9 -C extra-filename=-2418bb01689fdaa9 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-19211438895ae4ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-2ac68dac0bf500a0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a31e6b9fb38f4d29.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d87091b9787f8d81.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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` |
3845 | 2024-10-18T22:20:07.821Z | Compiling plotters v0.3.7 |
3846 | 2024-10-18T22:20:07.824Z | Running `/home/build/.rustup/toolchains/1.80.1-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=39fd1053c19f147d -C extra-filename=-39fd1053c19f147d --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-64c24fe16140f6b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-819ad545a724b073.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-96d81fd0d224cc3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3847 | 2024-10-18T22:20:07.981Z | Compiling async-lock v3.4.0 |
3848 | 2024-10-18T22:20:07.983Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7cfc4ae851097cf3 -C extra-filename=-7cfc4ae851097cf3 --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-f2dde016d619eaca.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e9b026f0017040b9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3849 | 2024-10-18T22:20:09.234Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3850 | 2024-10-18T22:20:09.237Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e0ee1d9b73a0ba2f -C extra-filename=-e0ee1d9b73a0ba2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3851 | 2024-10-18T22:20:10.437Z | Compiling polyval v0.6.2 |
3852 | 2024-10-18T22:20:10.440Z | Running `/home/build/.rustup/toolchains/1.80.1-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=62cffa065dc55909 -C extra-filename=-62cffa065dc55909 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-95f31453fd9000ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3853 | 2024-10-18T22:20:10.906Z | Compiling polling v3.7.3 |
3854 | 2024-10-18T22:20:10.909Z | Running `/home/build/.rustup/toolchains/1.80.1-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=af5e6919ded0b19a -C extra-filename=-af5e6919ded0b19a --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3855 | 2024-10-18T22:20:11.660Z | Compiling tinytemplate v1.2.1 |
3856 | 2024-10-18T22:20:11.663Z | Running `/home/build/.rustup/toolchains/1.80.1-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=59f4127bcc937cc9 -C extra-filename=-59f4127bcc937cc9 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3857 | 2024-10-18T22:20:11.947Z | Compiling anes v0.1.6 |
3858 | 2024-10-18T22:20:11.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=392193819af349f5 -C extra-filename=-392193819af349f5 --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` |
3859 | 2024-10-18T22:20:12.467Z | Compiling oorandom v11.1.4 |
3860 | 2024-10-18T22:20:12.469Z | Running `/home/build/.rustup/toolchains/1.80.1-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=189a47f2b35dae1b -C extra-filename=-189a47f2b35dae1b --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` |
3861 | 2024-10-18T22:20:12.693Z | Compiling criterion v0.5.1 |
3862 | 2024-10-18T22:20:12.696Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --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=837b2f48e87ab04b -C extra-filename=-837b2f48e87ab04b --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-392193819af349f5.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1ac1e4502263767b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-189a47f2b35dae1b.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-39fd1053c19f147d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-59f4127bcc937cc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3863 | 2024-10-18T22:20:12.746Z | Compiling async-io v2.3.4 |
3864 | 2024-10-18T22:20:12.749Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a68b5d0b61c04da9 -C extra-filename=-a68b5d0b61c04da9 --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-7cfc4ae851097cf3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-d89aae5a378abf3d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-af5e6919ded0b19a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3865 | 2024-10-18T22:20:15.084Z | Compiling ghash v0.5.1 |
3866 | 2024-10-18T22:20:15.087Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8bd4904b138a3603 -C extra-filename=-8bd4904b138a3603 --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-41406f716c9b46c1.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-62cffa065dc55909.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3867 | 2024-10-18T22:20:15.308Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3868 | 2024-10-18T22:20:15.312Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=415d0c0253bb14fb -C extra-filename=-415d0c0253bb14fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ab1e6ba7ffce9801.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3869 | 2024-10-18T22:20:17.704Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.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=7d4b5116737b3f6e -C extra-filename=-7d4b5116737b3f6e --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-1b46dd66a7c6c3c6.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-5daea0caaf8832f4.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-edeb8047c3144597/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
3870 | 2024-10-18T22:20:18.468Z | Compiling git2 v0.19.0 |
3871 | 2024-10-18T22:20:18.488Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d4db4e4aeeb5cf11 -C extra-filename=-d4db4e4aeeb5cf11 --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-fb02ffd1abc115c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-7d4b5116737b3f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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-edeb8047c3144597/out/build -L native=/usr/lib/amd64` |
3872 | 2024-10-18T22:20:22.182Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3873 | 2024-10-18T22:20:22.184Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d2f5f0ed14b12852 -C extra-filename=-d2f5f0ed14b12852 --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-1569900b4ebf64e1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3874 | 2024-10-18T22:20:23.569Z | Compiling ctr v0.9.2 |
3875 | 2024-10-18T22:20:23.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=ada8fc573f52ebc5 -C extra-filename=-ada8fc573f52ebc5 --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-0f44ac4e55224ba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3876 | 2024-10-18T22:20:23.911Z | Compiling target-lexicon v0.12.16 |
3877 | 2024-10-18T22:20:23.915Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=1168d39a58d12fe8 -C extra-filename=-1168d39a58d12fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3878 | 2024-10-18T22:20:23.955Z | Compiling doc-comment v0.3.3 |
3879 | 2024-10-18T22:20:23.958Z | Running `/home/build/.rustup/toolchains/1.80.1-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=14c1a7aa8d9df06d -C extra-filename=-14c1a7aa8d9df06d --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3880 | 2024-10-18T22:20:24.662Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5abdcf1106935d3f -C extra-filename=-5abdcf1106935d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-d4db4e4aeeb5cf11.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.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-edeb8047c3144597/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)'` |
3881 | 2024-10-18T22:20:25.079Z | Compiling async-task v4.7.1 |
3882 | 2024-10-18T22:20:25.082Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8100723cf864eb84 -C extra-filename=-8100723cf864eb84 --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` |
3883 | 2024-10-18T22:20:25.688Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build` |
3884 | 2024-10-18T22:20:25.775Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build` |
3885 | 2024-10-18T22:20:25.956Z | Compiling aes-gcm v0.10.3 |
3886 | 2024-10-18T22:20:25.959Z | Running `/home/build/.rustup/toolchains/1.80.1-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=caddba75c0232ec9 -C extra-filename=-caddba75c0232ec9 --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-1be8a22de50bd5f6.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-61bc621b1427d340.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-ada8fc573f52ebc5.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-8bd4904b138a3603.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3887 | 2024-10-18T22:20:26.278Z | Compiling async-channel v2.3.1 |
3888 | 2024-10-18T22:20:26.280Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8b04285d385e04fd -C extra-filename=-8b04285d385e04fd --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-d89aae5a378abf3d.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e9b026f0017040b9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3889 | 2024-10-18T22:20:26.442Z | Compiling piper v0.2.4 |
3890 | 2024-10-18T22:20:26.454Z | Running `/home/build/.rustup/toolchains/1.80.1-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=91170c571d43700a -C extra-filename=-91170c571d43700a --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-0226d346e4689e13.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3891 | 2024-10-18T22:20:26.686Z | Compiling ssh-encoding v0.2.0 |
3892 | 2024-10-18T22:20:26.686Z | Running `/home/build/.rustup/toolchains/1.80.1-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=757ca6861154f706 -C extra-filename=-757ca6861154f706 --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-43a44750c8116f3c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3893 | 2024-10-18T22:20:26.761Z | Compiling blowfish v0.9.1 |
3894 | 2024-10-18T22:20:26.764Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4169004cede8208a -C extra-filename=-4169004cede8208a --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-325983a483f82094.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3895 | 2024-10-18T22:20:26.902Z | Compiling assert_cmd v2.0.16 |
3896 | 2024-10-18T22:20:26.905Z | Running `/home/build/.rustup/toolchains/1.80.1-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=822646a8dc5d2c94 -C extra-filename=-822646a8dc5d2c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3897 | 2024-10-18T22:20:27.221Z | Compiling guppy-workspace-hack v0.1.0 |
3898 | 2024-10-18T22:20:27.224Z | Running `/home/build/.rustup/toolchains/1.80.1-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=94b301b3d8fce7ed -C extra-filename=-94b301b3d8fce7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3899 | 2024-10-18T22:20:27.278Z | Compiling ssh-cipher v0.2.0 |
3900 | 2024-10-18T22:20:27.280Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7e26442a4ca29a60 -C extra-filename=-7e26442a4ca29a60 --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-61bc621b1427d340.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-caddba75c0232ec9.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-e246cc2f84931513.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3c7df0bb7687f15e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-ada8fc573f52ebc5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-72c85b9bc923f317.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-757ca6861154f706.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3901 | 2024-10-18T22:20:27.448Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build` |
3902 | 2024-10-18T22:20:27.482Z | Compiling bcrypt-pbkdf v0.10.0 |
3903 | 2024-10-18T22:20:27.484Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0354a15eefb99a08 -C extra-filename=-0354a15eefb99a08 --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-4169004cede8208a.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f2c235fabfcdbf47.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3904 | 2024-10-18T22:20:27.612Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build` |
3905 | 2024-10-18T22:20:27.646Z | Compiling blocking v1.6.1 |
3906 | 2024-10-18T22:20:27.648Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7b134ce4ebfd8dea -C extra-filename=-7b134ce4ebfd8dea --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-8b04285d385e04fd.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-91170c571d43700a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3907 | 2024-10-18T22:20:28.156Z | Running `/home/build/.rustup/toolchains/1.80.1-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=00e199471b724386 -C extra-filename=-00e199471b724386 --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` |
3908 | 2024-10-18T22:20:28.278Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=8e39602dda6439bf -C extra-filename=-8e39602dda6439bf --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"'` |
3909 | 2024-10-18T22:20:28.329Z | Compiling async-executor v1.13.1 |
3910 | 2024-10-18T22:20:28.332Z | Running `/home/build/.rustup/toolchains/1.80.1-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=148f4c5bd331bded -C extra-filename=-148f4c5bd331bded --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-8100723cf864eb84.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-d89aae5a378abf3d.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3911 | 2024-10-18T22:20:28.899Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3912 | 2024-10-18T22:20:28.902Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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=3c02410bb70fa27e -C extra-filename=-3c02410bb70fa27e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-3c02410bb70fa27e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-5abdcf1106935d3f.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-edeb8047c3144597/out/build -L native=/usr/lib/amd64` |
3913 | 2024-10-18T22:20:29.141Z | Compiling async-signal v0.2.10 |
3914 | 2024-10-18T22:20:29.145Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0c083c338b724d1a -C extra-filename=-0c083c338b724d1a --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-a68b5d0b61c04da9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3915 | 2024-10-18T22:20:29.165Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3916 | 2024-10-18T22:20:29.165Z | Running `/home/build/.rustup/toolchains/1.80.1-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=08b513d7ca59aecd -C extra-filename=-08b513d7ca59aecd --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-c93540a2dfb95ba6.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3917 | 2024-10-18T22:20:29.187Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3918 | 2024-10-18T22:20:29.190Z | Running `/home/build/.rustup/toolchains/1.80.1-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=423f8c5116e32a2d -C extra-filename=-423f8c5116e32a2d --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-0f6e045c867e1a24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3919 | 2024-10-18T22:20:29.591Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3920 | 2024-10-18T22:20:29.594Z | Running `/home/build/.rustup/toolchains/1.80.1-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=44ae7e260c54fb4b -C extra-filename=-44ae7e260c54fb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3921 | 2024-10-18T22:20:30.577Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3922 | 2024-10-18T22:20:30.580Z | Running `/home/build/.rustup/toolchains/1.80.1-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=95ba9ef677c4325b -C extra-filename=-95ba9ef677c4325b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab578d95ed774534.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3923 | 2024-10-18T22:20:30.645Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-3c02410bb70fa27e/build-script-build` |
3924 | 2024-10-18T22:20:32.310Z | Compiling password-hash v0.4.2 |
3925 | 2024-10-18T22:20:32.313Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.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=164846ac931b26f0 -C extra-filename=-164846ac931b26f0 --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3926 | 2024-10-18T22:20:32.676Z | Compiling hex-literal v0.4.1 |
3927 | 2024-10-18T22:20:32.679Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61be641122cdfc7a -C extra-filename=-61be641122cdfc7a --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-10-18T22:20:32.873Z | Compiling matches v0.1.10 |
3929 | 2024-10-18T22:20:32.876Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c42a4b82e96c2465 -C extra-filename=-c42a4b82e96c2465 --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-10-18T22:20:32.997Z | Compiling futures-timer v3.0.3 |
3931 | 2024-10-18T22:20:33.001Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.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=f688c9515f1032bd -C extra-filename=-f688c9515f1032bd --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` |
3932 | 2024-10-18T22:20:33.340Z | Compiling target-spec v3.2.2 |
3933 | 2024-10-18T22:20:33.342Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=aa0485aeba3ec64f -C extra-filename=-aa0485aeba3ec64f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3934 | 2024-10-18T22:20:33.961Z | Compiling event-listener v2.5.3 |
3935 | 2024-10-18T22:20:33.964Z | Running `/home/build/.rustup/toolchains/1.80.1-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=921517d8acbb2aef -C extra-filename=-921517d8acbb2aef --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` |
3936 | 2024-10-18T22:20:34.017Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f/build-script-build` |
3937 | 2024-10-18T22:20:34.051Z | Compiling idna v0.2.3 |
3938 | 2024-10-18T22:20:34.054Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ff3e6b1e3d76ba6 -C extra-filename=-7ff3e6b1e3d76ba6 --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-c42a4b82e96c2465.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3939 | 2024-10-18T22:20:34.409Z | Compiling async-channel v1.9.0 |
3940 | 2024-10-18T22:20:34.412Z | Running `/home/build/.rustup/toolchains/1.80.1-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=50de961397e883bf -C extra-filename=-50de961397e883bf --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-d89aae5a378abf3d.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-921517d8acbb2aef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3941 | 2024-10-18T22:20:34.435Z | Compiling pbkdf2 v0.11.0 |
3942 | 2024-10-18T22:20:34.472Z | Running `/home/build/.rustup/toolchains/1.80.1-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=10f162081c8b7b43 -C extra-filename=-10f162081c8b7b43 --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-bb9f74c74e8cc0a6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-164846ac931b26f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3943 | 2024-10-18T22:20:34.719Z | Compiling async-process v2.3.0 |
3944 | 2024-10-18T22:20:34.723Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a9e029c22b14bfdf -C extra-filename=-a9e029c22b14bfdf --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-a68b5d0b61c04da9.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-7cfc4ae851097cf3.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-0c083c338b724d1a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f2dde016d619eaca.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3945 | 2024-10-18T22:20:34.823Z | Compiling cfg-expr v0.17.0 |
3946 | 2024-10-18T22:20:34.825Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.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=d742d6a46efd2b8c -C extra-filename=-d742d6a46efd2b8c --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-90c42fabfdf6af03.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3947 | 2024-10-18T22:20:35.669Z | Compiling async-global-executor v2.4.1 |
3948 | 2024-10-18T22:20:35.673Z | Running `/home/build/.rustup/toolchains/1.80.1-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=007c774bb24eb818 -C extra-filename=-007c774bb24eb818 --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-8b04285d385e04fd.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-148f4c5bd331bded.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-a68b5d0b61c04da9.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-7cfc4ae851097cf3.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-7b134ce4ebfd8dea.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3949 | 2024-10-18T22:20:35.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=a7a1765b1596212d -C extra-filename=-a7a1765b1596212d --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-43f69afcb50accdb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f77a3abcbbc6e22a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cddcddc67b25fbf7.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3950 | 2024-10-18T22:20:36.168Z | Compiling ssh-key v0.6.6 |
3951 | 2024-10-18T22:20:36.171Z | Running `/home/build/.rustup/toolchains/1.80.1-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=496e3f009eab9fa7 -C extra-filename=-496e3f009eab9fa7 --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-0354a15eefb99a08.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-963bfbbd004da326.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8c98ad424c509d58.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-721ebf0427bce95e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-7e26442a4ca29a60.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-757ca6861154f706.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3952 | 2024-10-18T22:20:36.385Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5ded1e9cb14903cd -C extra-filename=-5ded1e9cb14903cd --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` |
3953 | 2024-10-18T22:20:36.509Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3954 | 2024-10-18T22:20:36.512Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a98d767ad7be3b79 -C extra-filename=-a98d767ad7be3b79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3955 | 2024-10-18T22:20:37.345Z | Compiling p521 v0.13.3 |
3956 | 2024-10-18T22:20:37.347Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b603ff31b0fa9a75 -C extra-filename=-b603ff31b0fa9a75 --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-f1815429b9cc9059.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-94a118b5504c05b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-086ec77d7c097725.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3957 | 2024-10-18T22:20:37.500Z | Compiling p256 v0.13.2 |
3958 | 2024-10-18T22:20:37.502Z | Running `/home/build/.rustup/toolchains/1.80.1-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=61eba29f3fdf9536 -C extra-filename=-61eba29f3fdf9536 --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-94a118b5504c05b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-086ec77d7c097725.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3959 | 2024-10-18T22:20:38.420Z | Compiling enum-as-inner v0.5.1 |
3960 | 2024-10-18T22:20:38.422Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08cf4862227a499a -C extra-filename=-08cf4862227a499a --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3961 | 2024-10-18T22:20:39.674Z | Compiling async-attributes v1.1.2 |
3962 | 2024-10-18T22:20:39.694Z | Running `/home/build/.rustup/toolchains/1.80.1-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=720de73c019b2eb1 -C extra-filename=-720de73c019b2eb1 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3963 | 2024-10-18T22:20:39.896Z | Compiling russh-cryptovec v0.7.3 |
3964 | 2024-10-18T22:20:39.899Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e1d9a290972f375d -C extra-filename=-e1d9a290972f375d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3965 | 2024-10-18T22:20:40.256Z | Compiling num_cpus v1.16.0 |
3966 | 2024-10-18T22:20:40.259Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e4923fbd84586fdc -C extra-filename=-e4923fbd84586fdc --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3967 | 2024-10-18T22:20:40.440Z | Compiling kv-log-macro v1.0.7 |
3968 | 2024-10-18T22:20:40.443Z | Running `/home/build/.rustup/toolchains/1.80.1-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=78b5020518697c67 -C extra-filename=-78b5020518697c67 --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3969 | 2024-10-18T22:20:40.674Z | Compiling md5 v0.7.0 |
3970 | 2024-10-18T22:20:40.679Z | Running `/home/build/.rustup/toolchains/1.80.1-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=96fe82f29da6b3cb -C extra-filename=-96fe82f29da6b3cb --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` |
3971 | 2024-10-18T22:20:40.791Z | Compiling async-std v1.13.0 |
3972 | 2024-10-18T22:20:40.793Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5a3fbb41bdcd5c11 -C extra-filename=-5a3fbb41bdcd5c11 --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-720de73c019b2eb1.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-50de961397e883bf.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-007c774bb24eb818.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-a68b5d0b61c04da9.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-7cfc4ae851097cf3.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-a9e029c22b14bfdf.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-78b5020518697c67.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3973 | 2024-10-18T22:20:41.163Z | Compiling russh-keys v0.45.0 |
3974 | 2024-10-18T22:20:41.167Z | Running `/home/build/.rustup/toolchains/1.80.1-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=dd2620bbd0f81e4e -C extra-filename=-dd2620bbd0f81e4e --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-61bc621b1427d340.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-0354a15eefb99a08.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-1fa762df6943b467.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-e246cc2f84931513.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-ada8fc573f52ebc5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-94a118b5504c05b1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-61eba29f3fdf9536.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e0389e7f278efa63.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b603ff31b0fa9a75.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-10f162081c8b7b43.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-30fc075897f5ad03.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-126008adb9320e42.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e1d9a290972f375d.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8c98ad424c509d58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-757ca6861154f706.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-496e3f009eab9fa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3975 | 2024-10-18T22:20:41.247Z | Compiling threadpool v1.8.1 |
3976 | 2024-10-18T22:20:41.256Z | Running `/home/build/.rustup/toolchains/1.80.1-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=654281986bfb2493 -C extra-filename=-654281986bfb2493 --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-e4923fbd84586fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3977 | 2024-10-18T22:20:42.247Z | Compiling trust-dns-proto v0.22.0 |
3978 | 2024-10-18T22:20:42.251Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=37efc346cdda67fa -C extra-filename=-37efc346cdda67fa --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-2a9b2223f6844e23.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-08cf4862227a499a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7ff3e6b1e3d76ba6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-08d9e11b5e823d54.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3979 | 2024-10-18T22:20:43.877Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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=3b9f9ccbc36187b9 -C extra-filename=-3b9f9ccbc36187b9 --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-d742d6a46efd2b8c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3980 | 2024-10-18T22:20:44.916Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3981 | 2024-10-18T22:20:44.919Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3854784a657f3c43 -C extra-filename=-3854784a657f3c43 --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-08b513d7ca59aecd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3982 | 2024-10-18T22:20:45.785Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3983 | 2024-10-18T22:20:45.788Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a6e9592b7a47bc01 -C extra-filename=-a6e9592b7a47bc01 --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-3b4fafcbde2ac6a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
3984 | 2024-10-18T22:20:46.905Z | Compiling httptest v0.16.1 |
3985 | 2024-10-18T22:20:46.908Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f4b381d13adea319 -C extra-filename=-f4b381d13adea319 --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-51b12ef1d081c45d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4fdcc25f3cc7f51f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3986 | 2024-10-18T22:20:48.814Z | Compiling num-bigint v0.4.6 |
3987 | 2024-10-18T22:20:48.817Z | Running `/home/build/.rustup/toolchains/1.80.1-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=703c290d4709a1f7 -C extra-filename=-703c290d4709a1f7 --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-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3988 | 2024-10-18T22:20:48.860Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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=6c8daf5c652017a2 -C extra-filename=-6c8daf5c652017a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2f450433fc0dd242.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-e8c4237eb92dabea.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-06ac839049fff7fc.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-4ae8aa44fd89a3a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-92078a55ba54d93a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/lib/amd64` |
3989 | 2024-10-18T22:20:49.433Z | Compiling polar-core v0.27.3 |
3990 | 2024-10-18T22:20:49.436Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=9593950cfa5c81b6 -C extra-filename=-9593950cfa5c81b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9593950cfa5c81b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-902d8b59deb1e166.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3991 | 2024-10-18T22:20:50.852Z | Compiling rustls-native-certs v0.7.3 |
3992 | 2024-10-18T22:20:50.854Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.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=ba4ba34bd9f6850c -C extra-filename=-ba4ba34bd9f6850c --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-aba34158fbf029ed.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3993 | 2024-10-18T22:20:51.383Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9593950cfa5c81b6/build-script-build` |
3994 | 2024-10-18T22:20:51.575Z | Compiling pathdiff v0.2.2 |
3995 | 2024-10-18T22:20:51.577Z | Running `/home/build/.rustup/toolchains/1.80.1-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=50688de6a66ac6ea -C extra-filename=-50688de6a66ac6ea --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-294229beec0d6e93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3996 | 2024-10-18T22:20:51.659Z | Compiling des v0.8.1 |
3997 | 2024-10-18T22:20:51.662Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f798b955be2a5179 -C extra-filename=-f798b955be2a5179 --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-0f44ac4e55224ba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3998 | 2024-10-18T22:20:51.688Z | Compiling dhcproto-macros v0.1.0 |
3999 | 2024-10-18T22:20:51.708Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f3082a10e84b91dd -C extra-filename=-f3082a10e84b91dd --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` |
4000 | 2024-10-18T22:20:51.771Z | Compiling nested v0.1.1 |
4001 | 2024-10-18T22:20:51.773Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c6ce3764432eb2b8 -C extra-filename=-c6ce3764432eb2b8 --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` |
4002 | 2024-10-18T22:20:52.057Z | Compiling escape8259 v0.5.3 |
4003 | 2024-10-18T22:20:52.076Z | Running `/home/build/.rustup/toolchains/1.80.1-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=82a61719079ec967 -C extra-filename=-82a61719079ec967 --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` |
4004 | 2024-10-18T22:20:52.123Z | Compiling russh v0.45.0 |
4005 | 2024-10-18T22:20:52.126Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4cdbb4f2b556ee74 -C extra-filename=-4cdbb4f2b556ee74 --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-61bc621b1427d340.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-caddba75c0232ec9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-e246cc2f84931513.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3c7df0bb7687f15e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-ada8fc573f52ebc5.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ec8430922b97966a.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-f798b955be2a5179.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-703c290d4709a1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-61eba29f3fdf9536.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e0389e7f278efa63.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b603ff31b0fa9a75.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-72c85b9bc923f317.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e1d9a290972f375d.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-dd2620bbd0f81e4e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-757ca6861154f706.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-496e3f009eab9fa7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4006 | 2024-10-18T22:20:52.460Z | Compiling libtest-mimic v0.7.3 |
4007 | 2024-10-18T22:20:52.479Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.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=c91eca091e1ad1b4 -C extra-filename=-c91eca091e1ad1b4 --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-1c0b57b8d2bf45f8.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-82a61719079ec967.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-654281986bfb2493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4008 | 2024-10-18T22:20:52.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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=0523dd3ba8e38f62 -C extra-filename=-0523dd3ba8e38f62 --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-4282df15fb49f14d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66e441e71b92f81e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4009 | 2024-10-18T22:20:52.795Z | Compiling dhcproto v0.12.0 |
4010 | 2024-10-18T22:20:52.797Z | Running `/home/build/.rustup/toolchains/1.80.1-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=34e369e6673fec62 -C extra-filename=-34e369e6673fec62 --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-f3082a10e84b91dd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-37efc346cdda67fa.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4011 | 2024-10-18T22:20:53.382Z | Compiling guppy v0.17.8 |
4012 | 2024-10-18T22:20:53.384Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e4624167ef013c08 -C extra-filename=-e4624167ef013c08 --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-c2c68dd1da33c7ee.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c6ce3764432eb2b8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-50688de6a66ac6ea.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-3b9f9ccbc36187b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4013 | 2024-10-18T22:20:54.654Z | Compiling hyper-rustls v0.26.0 |
4014 | 2024-10-18T22:20:54.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.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=2cd38d8020f252fc -C extra-filename=-2cd38d8020f252fc --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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-ba4ba34bd9f6850c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-71e3ef5bca7c1ee3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out` |
4015 | 2024-10-18T22:20:55.253Z | Compiling async-object-pool v0.1.5 |
4016 | 2024-10-18T22:20:55.272Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8d955409783d6145 -C extra-filename=-8d955409783d6145 --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-5a3fbb41bdcd5c11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4017 | 2024-10-18T22:20:55.465Z | Compiling fancy-regex v0.13.0 |
4018 | 2024-10-18T22:20:55.468Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2a2ca52e4c65d7ef -C extra-filename=-2a2ca52e4c65d7ef --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-f27c634c8e28190b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4019 | 2024-10-18T22:20:56.575Z | Compiling rstest_macros v0.23.0 |
4020 | 2024-10-18T22:20:56.577Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=5ede23eac6e4f6d2 -C extra-filename=-5ede23eac6e4f6d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-5ede23eac6e4f6d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4021 | 2024-10-18T22:20:57.241Z | Compiling assert-json-diff v2.0.2 |
4022 | 2024-10-18T22:20:57.244Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6819131bbd072ba3 -C extra-filename=-6819131bbd072ba3 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4023 | 2024-10-18T22:20:57.925Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4024 | 2024-10-18T22:20:57.945Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2adcb949d9561c90 -C extra-filename=-2adcb949d9561c90 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4025 | 2024-10-18T22:20:58.271Z | Compiling serde_regex v1.1.0 |
4026 | 2024-10-18T22:20:58.274Z | Running `/home/build/.rustup/toolchains/1.80.1-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=04f4a73817e7af9a -C extra-filename=-04f4a73817e7af9a --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-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4027 | 2024-10-18T22:20:58.446Z | Compiling path-tree v0.8.1 |
4028 | 2024-10-18T22:20:58.455Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ae53a31358fb5190 -C extra-filename=-ae53a31358fb5190 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4029 | 2024-10-18T22:20:58.607Z | Compiling internet-checksum v0.2.1 |
4030 | 2024-10-18T22:20:58.610Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2aa57df40d917e83 -C extra-filename=-2aa57df40d917e83 --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` |
4031 | 2024-10-18T22:20:58.842Z | Compiling stringmetrics v2.2.2 |
4032 | 2024-10-18T22:20:58.845Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b76476b32eaaab4f -C extra-filename=-b76476b32eaaab4f --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` |
4033 | 2024-10-18T22:20:59.075Z | Compiling httpmock v0.8.0-alpha.1 |
4034 | 2024-10-18T22:20:59.078Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a5d44167e353429c -C extra-filename=-a5d44167e353429c --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-6819131bbd072ba3.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-8d955409783d6145.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-5a3fbb41bdcd5c11.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae53a31358fb5190.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-04f4a73817e7af9a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4035 | 2024-10-18T22:20:59.122Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-5ede23eac6e4f6d2/build-script-build` |
4036 | 2024-10-18T22:20:59.254Z | Compiling datatest-stable v0.2.9 |
4037 | 2024-10-18T22:20:59.274Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.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=5f2a3a45d3a493a8 -C extra-filename=-5f2a3a45d3a493a8 --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-294229beec0d6e93.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-2a2ca52e4c65d7ef.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-c91eca091e1ad1b4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4038 | 2024-10-18T22:20:59.399Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4039 | 2024-10-18T22:20:59.401Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=f832fccac802be85 -C extra-filename=-f832fccac802be85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a6e9592b7a47bc01.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4040 | 2024-10-18T22:21:00.008Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4041 | 2024-10-18T22:21:00.011Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cd5792546c15cb5c -C extra-filename=-cd5792546c15cb5c --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-1b46dd66a7c6c3c6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4042 | 2024-10-18T22:21:00.091Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4043 | 2024-10-18T22:21:00.094Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4f38da3a28103dba -C extra-filename=-4f38da3a28103dba --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-4f38da3a28103dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4044 | 2024-10-18T22:21:00.310Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4045 | 2024-10-18T22:21:00.313Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d3c0e9802f54b17d -C extra-filename=-d3c0e9802f54b17d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-d3c0e9802f54b17d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4046 | 2024-10-18T22:21:00.505Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4047 | 2024-10-18T22:21:00.507Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d88e0b3758e3ef4e -C extra-filename=-d88e0b3758e3ef4e --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-d88e0b3758e3ef4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4048 | 2024-10-18T22:21:00.676Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4049 | 2024-10-18T22:21:00.678Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b261ec001f4e7cba -C extra-filename=-b261ec001f4e7cba --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b261ec001f4e7cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4050 | 2024-10-18T22:21:00.724Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4051 | 2024-10-18T22:21:00.727Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=94cbc636a807d0a8 -C extra-filename=-94cbc636a807d0a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-94cbc636a807d0a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4052 | 2024-10-18T22:21:00.904Z | Compiling similar-asserts v1.6.0 |
4053 | 2024-10-18T22:21:00.908Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.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=08914ae35a6196d7 -C extra-filename=-08914ae35a6196d7 --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-6324a0adf023d003.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4054 | 2024-10-18T22:21:01.070Z | Compiling proc-macro-crate v3.2.0 |
4055 | 2024-10-18T22:21:01.073Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-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=ef69f1d29a3d75d1 -C extra-filename=-ef69f1d29a3d75d1 --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-9203d6efe3e23e2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4056 | 2024-10-18T22:21:01.114Z | Compiling trybuild v1.0.100 |
4057 | 2024-10-18T22:21:01.117Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.100/build.rs --error-format=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("diff", "dissimilar"))' -C metadata=9b78220ec8e9785a -C extra-filename=-9b78220ec8e9785a --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-9b78220ec8e9785a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4058 | 2024-10-18T22:21:01.703Z | Compiling relative-path v1.9.3 |
4059 | 2024-10-18T22:21:01.708Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b73652ab3b928921 -C extra-filename=-b73652ab3b928921 --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` |
4060 | 2024-10-18T22:21:02.099Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-9b78220ec8e9785a/build-script-build` |
4061 | 2024-10-18T22:21:02.134Z | Compiling oso v0.27.3 |
4062 | 2024-10-18T22:21:02.137Z | Running `/home/build/.rustup/toolchains/1.80.1-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=db645c49975c1b96 -C extra-filename=-db645c49975c1b96 --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-38c125916d062385.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-a5ca1afad04ae64c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-0523dd3ba8e38f62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4063 | 2024-10-18T22:21:02.442Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-94cbc636a807d0a8/build-script-build` |
4064 | 2024-10-18T22:21:02.458Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b261ec001f4e7cba/build-script-build` |
4065 | 2024-10-18T22:21:02.480Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-d88e0b3758e3ef4e/build-script-build` |
4066 | 2024-10-18T22:21:02.508Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-d3c0e9802f54b17d/build-script-build` |
4067 | 2024-10-18T22:21:02.528Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-4f38da3a28103dba/build-script-build` |
4068 | 2024-10-18T22:21:02.551Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4069 | 2024-10-18T22:21:02.554Z | Running `/home/build/.rustup/toolchains/1.80.1-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=74035fc65dd6ba97 -C extra-filename=-74035fc65dd6ba97 --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-34e369e6673fec62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4cdbb4f2b556ee74.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-dd2620bbd0f81e4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4070 | 2024-10-18T22:21:02.575Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4071 | 2024-10-18T22:21:02.575Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=28b345a934ef2ef3 -C extra-filename=-28b345a934ef2ef3 --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-94faf137b493206b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-ef69f1d29a3d75d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4072 | 2024-10-18T22:21:02.578Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=5269fd1b4d4e6edb -C extra-filename=-5269fd1b4d4e6edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4073 | 2024-10-18T22:21:05.108Z | Running `/home/build/.rustup/toolchains/1.80.1-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=820ecefba640623c -C extra-filename=-820ecefba640623c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a1eb05d1bd6bee12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54f296db6537e2ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-db645c49975c1b96.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4074 | 2024-10-18T22:21:07.096Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4075 | 2024-10-18T22:21:07.098Z | Running `/home/build/.rustup/toolchains/1.80.1-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=201d7052707804d7 -C extra-filename=-201d7052707804d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4076 | 2024-10-18T22:21:08.691Z | Compiling multimap v0.10.0 |
4077 | 2024-10-18T22:21:08.693Z | Running `/home/build/.rustup/toolchains/1.80.1-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=25ec5690a2fbae8c -C extra-filename=-25ec5690a2fbae8c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4078 | 2024-10-18T22:21:09.092Z | Compiling uzers v0.11.3 |
4079 | 2024-10-18T22:21:09.095Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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"))' -C metadata=ae6bc9d6f8dc5ff1 -C extra-filename=-ae6bc9d6f8dc5ff1 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4080 | 2024-10-18T22:21:10.370Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7ee1eebaaddbad10 -C extra-filename=-7ee1eebaaddbad10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f39e6051643e75e5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-56c66a3b6ab4a6a6.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-cb4cea8fb72f8f67.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54f296db6537e2ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4081 | 2024-10-18T22:21:14.460Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=5a25ccebccb5c747 -C extra-filename=-5a25ccebccb5c747 --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-39f07e80d6316e9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'` |
4082 | 2024-10-18T22:21:14.505Z | Compiling rstest v0.23.0 |
4083 | 2024-10-18T22:21:14.513Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b18a6420ab630e70 -C extra-filename=-b18a6420ab630e70 --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-b3ec9c46c9402423.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-28b345a934ef2ef3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4084 | 2024-10-18T22:21:14.766Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4085 | 2024-10-18T22:21:14.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0bf73b506e5b820d -C extra-filename=-0bf73b506e5b820d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4086 | 2024-10-18T22:21:16.580Z | Compiling partial-io v0.5.4 |
4087 | 2024-10-18T22:21:16.583Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=66cca632fb3108ba -C extra-filename=-66cca632fb3108ba --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-b3ec9c46c9402423.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-bc98e5432be1ab4d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4088 | 2024-10-18T22:21:17.140Z | Compiling blake2b_simd v1.0.2 |
4089 | 2024-10-18T22:21:17.143Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.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=60d715563b5a7ab0 -C extra-filename=-60d715563b5a7ab0 --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-d173e624f6c8bca2.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ff10647d6b0400c3.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-eeb5bc68ff7a9b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4090 | 2024-10-18T22:21:20.147Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4091 | 2024-10-18T22:21:20.150Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3ac0fde1c3428bc0 -C extra-filename=-3ac0fde1c3428bc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3ac0fde1c3428bc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4092 | 2024-10-18T22:21:20.588Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4093 | 2024-10-18T22:21:20.591Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e3e8e41779636d83 -C extra-filename=-e3e8e41779636d83 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-e3e8e41779636d83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8d58239e3028eceb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4094 | 2024-10-18T22:21:21.005Z | Compiling rand_distr v0.4.3 |
4095 | 2024-10-18T22:21:21.055Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ac7bcd21d1659f56 -C extra-filename=-ac7bcd21d1659f56 --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-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4096 | 2024-10-18T22:21:22.084Z | Compiling approx v0.5.1 |
4097 | 2024-10-18T22:21:22.087Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c60fa4528b6f8604 -C extra-filename=-c60fa4528b6f8604 --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4098 | 2024-10-18T22:21:22.370Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-e3e8e41779636d83/build-script-build` |
4099 | 2024-10-18T22:21:22.404Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3ac0fde1c3428bc0/build-script-build` |
4100 | 2024-10-18T22:21:22.439Z | Compiling rust-argon2 v2.1.0 |
4101 | 2024-10-18T22:21:22.441Z | Running `/home/build/.rustup/toolchains/1.80.1-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=8b197971538622e9 -C extra-filename=-8b197971538622e9 --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-a2ffa63167802121.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-60d715563b5a7ab0.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-eeb5bc68ff7a9b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4102 | 2024-10-18T22:21:22.575Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4103 | 2024-10-18T22:21:22.578Z | Running `/home/build/.rustup/toolchains/1.80.1-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=1198e757dc720fd1 -C extra-filename=-1198e757dc720fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4104 | 2024-10-18T22:21:22.778Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4ad7794a0a7e9c70 -C extra-filename=-4ad7794a0a7e9c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3854784a657f3c43.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-08b513d7ca59aecd.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4105 | 2024-10-18T22:21:23.829Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4106 | 2024-10-18T22:21:23.831Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5ae013e704aa4e1d -C extra-filename=-5ae013e704aa4e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3854784a657f3c43.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cdde63284bb1b3c9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4107 | 2024-10-18T22:21:24.173Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4108 | 2024-10-18T22:21:24.176Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3dc3a8451bfdfb2c -C extra-filename=-3dc3a8451bfdfb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6fd75ef140f92e4f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-06ac839049fff7fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
4109 | 2024-10-18T22:21:24.550Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4110 | 2024-10-18T22:21:24.552Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5194bcfa4d8e7c58 -C extra-filename=-5194bcfa4d8e7c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4111 | 2024-10-18T22:21:26.427Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4112 | 2024-10-18T22:21:26.429Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3787426f9f46a573 -C extra-filename=-3787426f9f46a573 --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-1569900b4ebf64e1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4113 | 2024-10-18T22:21:27.156Z | Compiling cargo_toml v0.20.5 |
4114 | 2024-10-18T22:21:27.159Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.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=2a99af5af75a32c9 -C extra-filename=-2a99af5af75a32c9 --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-a652f8ccc3e0df34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4115 | 2024-10-18T22:21:27.458Z | Compiling termios v0.3.3 |
4116 | 2024-10-18T22:21:27.474Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cdcb926e10bc6051 -C extra-filename=-cdcb926e10bc6051 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4117 | 2024-10-18T22:21:27.766Z | Compiling indoc v2.0.5 |
4118 | 2024-10-18T22:21:27.768Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6d8b0b7d5da02efe -C extra-filename=-6d8b0b7d5da02efe --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` |
4119 | 2024-10-18T22:21:28.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=83454a4deae58023 -C extra-filename=-83454a4deae58023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1066623980a9a54e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4120 | 2024-10-18T22:21:29.296Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4121 | 2024-10-18T22:21:29.313Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=cbd26159a2e0e8d3 -C extra-filename=-cbd26159a2e0e8d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-cdcb926e10bc6051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4122 | 2024-10-18T22:21:29.550Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=18ac4266afb416d3 -C extra-filename=-18ac4266afb416d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0bf73b506e5b820d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4123 | 2024-10-18T22:21:32.181Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e9ac81a34ec275e5 -C extra-filename=-e9ac81a34ec275e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-0bf73b506e5b820d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4124 | 2024-10-18T22:21:34.597Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2ec5601de4b0ee98 -C extra-filename=-2ec5601de4b0ee98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-3dc3a8451bfdfb2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6fd75ef140f92e4f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-06ac839049fff7fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
4125 | 2024-10-18T22:21:36.550Z | Running `/home/build/.rustup/toolchains/1.80.1-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=dee435945efb528b -C extra-filename=-dee435945efb528b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3854784a657f3c43.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-5ae013e704aa4e1d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cdde63284bb1b3c9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4126 | 2024-10-18T22:21:36.607Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4127 | 2024-10-18T22:21:36.610Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a50e4d2b13cf7044 -C extra-filename=-a50e4d2b13cf7044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2a99af5af75a32c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4128 | 2024-10-18T22:21:38.055Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d3df7e9301ec9e75 -C extra-filename=-d3df7e9301ec9e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-5194bcfa4d8e7c58.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4129 | 2024-10-18T22:21:38.758Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0179bebfc3dd4c52 -C extra-filename=-0179bebfc3dd4c52 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-34e369e6673fec62.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-74035fc65dd6ba97.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4cdbb4f2b556ee74.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-dd2620bbd0f81e4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4130 | 2024-10-18T22:21:38.889Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6542e2807f47fc28 -C extra-filename=-6542e2807f47fc28 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-34e369e6673fec62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4cdbb4f2b556ee74.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-dd2620bbd0f81e4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4131 | 2024-10-18T22:21:39.095Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6a2427062f9be9c6 -C extra-filename=-6a2427062f9be9c6 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-34e369e6673fec62.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-74035fc65dd6ba97.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4cdbb4f2b556ee74.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-dd2620bbd0f81e4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4132 | 2024-10-18T22:21:39.739Z | Running `/home/build/.rustup/toolchains/1.80.1-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=daebe2ba64df76ac -C extra-filename=-daebe2ba64df76ac --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-34e369e6673fec62.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-74035fc65dd6ba97.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4cdbb4f2b556ee74.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-dd2620bbd0f81e4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4133 | 2024-10-18T22:21:41.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=1005d8400bb893b6 -C extra-filename=-1005d8400bb893b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-6fb87677763eeae6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8b197971538622e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4134 | 2024-10-18T22:21:41.552Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2f90f8f7099fee36 -C extra-filename=-2f90f8f7099fee36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-1198e757dc720fd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4135 | 2024-10-18T22:21:42.394Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ebbf08d45efc9278 -C extra-filename=-ebbf08d45efc9278 --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-c60fa4528b6f8604.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab578d95ed774534.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ac7bcd21d1659f56.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b18a6420ab630e70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5a25ccebccb5c747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4136 | 2024-10-18T22:21:42.830Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b4718bc40e917231 -C extra-filename=-b4718bc40e917231 --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-c60fa4528b6f8604.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab578d95ed774534.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-ac7bcd21d1659f56.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b18a6420ab630e70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5a25ccebccb5c747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4137 | 2024-10-18T22:21:43.478Z | Running `/home/build/.rustup/toolchains/1.80.1-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=dc068c4a9e0e94cc -C extra-filename=-dc068c4a9e0e94cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4138 | 2024-10-18T22:21:44.986Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2f5c78c59eb55e38 -C extra-filename=-2f5c78c59eb55e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a5d44167e353429c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4139 | 2024-10-18T22:21:45.739Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=59edc4fdc8943ebf -C extra-filename=-59edc4fdc8943ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a5d44167e353429c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4140 | 2024-10-18T22:21:47.762Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b92b4299aa95da4a -C extra-filename=-b92b4299aa95da4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a5d44167e353429c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4141 | 2024-10-18T22:21:51.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=94e41fa7ac3587f4 -C extra-filename=-94e41fa7ac3587f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a5d44167e353429c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4142 | 2024-10-18T22:21:54.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=af03f1b7ec4b3b77 -C extra-filename=-af03f1b7ec4b3b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f832fccac802be85.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a6e9592b7a47bc01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-66cca632fb3108ba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
4143 | 2024-10-18T22:21:54.158Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=884aef97ff7be7da -C extra-filename=-884aef97ff7be7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a6e9592b7a47bc01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-66cca632fb3108ba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4144 | 2024-10-18T22:21:55.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a5284cd2a629e065 -C extra-filename=-a5284cd2a629e065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5269fd1b4d4e6edb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4145 | 2024-10-18T22:21:56.442Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4e820b059d248a0e -C extra-filename=-4e820b059d248a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f832fccac802be85.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a6e9592b7a47bc01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5269fd1b4d4e6edb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4146 | 2024-10-18T22:21:57.290Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4147 | 2024-10-18T22:21:57.294Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8c044283fad90202 -C extra-filename=-8c044283fad90202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4148 | 2024-10-18T22:21:58.538Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4149 | 2024-10-18T22:21:58.541Z | Running `/home/build/.rustup/toolchains/1.80.1-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=71bdbb65fe81ba8d -C extra-filename=-71bdbb65fe81ba8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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` |
4150 | 2024-10-18T22:22:00.898Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4151 | 2024-10-18T22:22:00.905Z | Running `/home/build/.rustup/toolchains/1.80.1-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=fe06c9fad81ba75a -C extra-filename=-fe06c9fad81ba75a --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-b3ec9c46c9402423.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4152 | 2024-10-18T22:22:02.777Z | Running `/home/build/.rustup/toolchains/1.80.1-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=767804bf2f30405b -C extra-filename=-767804bf2f30405b --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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` |
4153 | 2024-10-18T22:22:05.731Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3e3315ac60491e72 -C extra-filename=-3e3315ac60491e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-233eac4e075e93bb.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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` |
4154 | 2024-10-18T22:22:07.715Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2362fdb23462d569 -C extra-filename=-2362fdb23462d569 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4155 | 2024-10-18T22:22:12.409Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=9b4e4e262dd5428e -C extra-filename=-9b4e4e262dd5428e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f832fccac802be85.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a6e9592b7a47bc01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5269fd1b4d4e6edb.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4156 | 2024-10-18T22:22:12.462Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bb6d59afb6250a6e -C extra-filename=-bb6d59afb6250a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4157 | 2024-10-18T22:22:12.462Z | Running `/home/build/.rustup/toolchains/1.80.1-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=383c4bb8c6d8d53c -C extra-filename=-383c4bb8c6d8d53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-201d7052707804d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4158 | 2024-10-18T22:22:15.412Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f5070917c73ed1da -C extra-filename=-f5070917c73ed1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-201d7052707804d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4159 | 2024-10-18T22:22:16.361Z | Running `/home/build/.rustup/toolchains/1.80.1-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=96e4ed545db3e538 -C extra-filename=-96e4ed545db3e538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-201d7052707804d7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4160 | 2024-10-18T22:22:19.119Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c4239c254f42a21d -C extra-filename=-c4239c254f42a21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4161 | 2024-10-18T22:22:21.301Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=197c8d59a4dfae84 -C extra-filename=-197c8d59a4dfae84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-f832fccac802be85.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a6e9592b7a47bc01.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4162 | 2024-10-18T22:22:24.723Z | Running `/home/build/.rustup/toolchains/1.80.1-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=16950ec1c642ce49 -C extra-filename=-16950ec1c642ce49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-cd5792546c15cb5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4163 | 2024-10-18T22:22:26.458Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7dafdc18c13da93a -C extra-filename=-7dafdc18c13da93a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-cd5792546c15cb5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4164 | 2024-10-18T22:22:27.211Z | Running `/home/build/.rustup/toolchains/1.80.1-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=74dec93c2b97a7bf -C extra-filename=-74dec93c2b97a7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4165 | 2024-10-18T22:22:34.042Z | Running `/home/build/.rustup/toolchains/1.80.1-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=47b9c81397a16761 -C extra-filename=-47b9c81397a16761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4166 | 2024-10-18T22:22:36.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2b4523beb3f9cf93 -C extra-filename=-2b4523beb3f9cf93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4624167ef013c08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4167 | 2024-10-18T22:22:39.664Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2e63ae62252c8c44 -C extra-filename=-2e63ae62252c8c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4624167ef013c08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4168 | 2024-10-18T22:22:41.054Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=712c3c0b1df98bd6 -C extra-filename=-712c3c0b1df98bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4624167ef013c08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4169 | 2024-10-18T22:22:41.303Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c9848f7fadaa7a61 -C extra-filename=-c9848f7fadaa7a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4170 | 2024-10-18T22:22:43.705Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5772dee25aa26218 -C extra-filename=-5772dee25aa26218 --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-c3b26aad52f2a7c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f4b381d13adea319.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4171 | 2024-10-18T22:22:44.119Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b355226bdfb79208 -C extra-filename=-b355226bdfb79208 --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-b3ec9c46c9402423.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4172 | 2024-10-18T22:22:45.160Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d7d6f7feee52cf95 -C extra-filename=-d7d6f7feee52cf95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3854784a657f3c43.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-08b513d7ca59aecd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4173 | 2024-10-18T22:22:47.344Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0192604115029728 -C extra-filename=-0192604115029728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-a1eb05d1bd6bee12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54f296db6537e2ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-db645c49975c1b96.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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` |
4174 | 2024-10-18T22:22:48.769Z | Running `/home/build/.rustup/toolchains/1.80.1-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=93cac716de300a21 -C extra-filename=-93cac716de300a21 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4175 | 2024-10-18T22:22:56.960Z | Running `/home/build/.rustup/toolchains/1.80.1-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=531cba1a1f4889cc -C extra-filename=-531cba1a1f4889cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4176 | 2024-10-18T22:22:59.470Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2849056a7ee867e3 -C extra-filename=-2849056a7ee867e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f39e6051643e75e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-56c66a3b6ab4a6a6.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-cb4cea8fb72f8f67.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2cd38d8020f252fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54f296db6537e2ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-db645c49975c1b96.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4177 | 2024-10-18T22:23:01.871Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d3ab82b6c4348812 -C extra-filename=-d3ab82b6c4348812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4178 | 2024-10-18T22:23:04.778Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d893cc15380b28f2 -C extra-filename=-d893cc15380b28f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4179 | 2024-10-18T22:23:06.368Z | Running `/home/build/.rustup/toolchains/1.80.1-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=00928222a9ef5ee3 -C extra-filename=-00928222a9ef5ee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4180 | 2024-10-18T22:23:12.841Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4e282aee94bc3269 -C extra-filename=-4e282aee94bc3269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f4b381d13adea319.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2cd38d8020f252fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-08914ae35a6196d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4181 | 2024-10-18T22:23:21.908Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2b45271d6e490f62 -C extra-filename=-2b45271d6e490f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3854784a657f3c43.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-08b513d7ca59aecd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4ad7794a0a7e9c70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4182 | 2024-10-18T22:23:24.197Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0634427a962ff072 -C extra-filename=-0634427a962ff072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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` |
4183 | 2024-10-18T22:23:24.291Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b56446c30d5e5436 -C extra-filename=-b56446c30d5e5436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-3787426f9f46a573.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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` |
4184 | 2024-10-18T22:23:27.250Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=f5eb15fce39f828f -C extra-filename=-f5eb15fce39f828f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4185 | 2024-10-18T22:23:32.822Z | Running `/home/build/.rustup/toolchains/1.80.1-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=742a78a43772cd2b -C extra-filename=-742a78a43772cd2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4186 | 2024-10-18T22:23:35.289Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=f59d2231084022cd -C extra-filename=-f59d2231084022cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4624167ef013c08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4187 | 2024-10-18T22:23:38.388Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=68f811be27b7af0c -C extra-filename=-68f811be27b7af0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4624167ef013c08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4188 | 2024-10-18T22:23:42.033Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ee4ff8b976170db9 -C extra-filename=-ee4ff8b976170db9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5f2a3a45d3a493a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4189 | 2024-10-18T22:23:51.367Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ec75587618667f6d -C extra-filename=-ec75587618667f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5f2a3a45d3a493a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4190 | 2024-10-18T22:23:57.401Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=25fdaf93597e25f9 -C extra-filename=-25fdaf93597e25f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5f2a3a45d3a493a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4191 | 2024-10-18T22:23:59.575Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bb4b8cc531e910ed -C extra-filename=-bb4b8cc531e910ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5f2a3a45d3a493a8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4192 | 2024-10-18T22:24:02.057Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ed3ddece0ffa85ae -C extra-filename=-ed3ddece0ffa85ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4193 | 2024-10-18T22:24:03.119Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4b966ffef13f91b9 -C extra-filename=-4b966ffef13f91b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ab1e6ba7ffce9801.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4194 | 2024-10-18T22:24:04.548Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=1ceebc1641722dab -C extra-filename=-1ceebc1641722dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ab1e6ba7ffce9801.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4195 | 2024-10-18T22:24:05.007Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=aed87c8582ea0621 -C extra-filename=-aed87c8582ea0621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ab1e6ba7ffce9801.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-415d0c0253bb14fb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4196 | 2024-10-18T22:24:06.839Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4f6a104b20b875b6 -C extra-filename=-4f6a104b20b875b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3854784a657f3c43.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-44ae7e260c54fb4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cdde63284bb1b3c9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-423f8c5116e32a2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4197 | 2024-10-18T22:24:12.760Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3c95b44a31b91502 -C extra-filename=-3c95b44a31b91502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4198 | 2024-10-18T22:24:19.034Z | Running `/home/build/.rustup/toolchains/1.80.1-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=141176373e729905 -C extra-filename=-141176373e729905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4199 | 2024-10-18T22:24:32.962Z | Running `/home/build/.rustup/toolchains/1.80.1-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=37dea24f9b356180 -C extra-filename=-37dea24f9b356180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-62fbe3daef3efe31.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a98d767ad7be3b79.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4200 | 2024-10-18T22:24:33.382Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=890e9d715c78c1a7 -C extra-filename=-890e9d715c78c1a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7a1765b1596212d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-ab1e6ba7ffce9801.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1ea3fe289d9fe1d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4201 | 2024-10-18T22:24:40.124Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c380c3dfe3924d4d -C extra-filename=-c380c3dfe3924d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4202 | 2024-10-18T22:24:40.983Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=59add0e33d032499 -C extra-filename=-59add0e33d032499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4203 | 2024-10-18T22:24:51.801Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4514d73f3c3c24ed -C extra-filename=-4514d73f3c3c24ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-401d6edbfc8b395a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0f6e045c867e1a24.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-397d9dee0ae9d26d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-9bf15d95893d777f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-b7d0468cf53ed5d9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c68b3e48280319a1.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-117312ee83842b9c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-27d2774313928492.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-35c881fc1069ee95.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-cee89ee62968bb3e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4204 | 2024-10-18T22:24:53.442Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4b2770095a5ba539 -C extra-filename=-4b2770095a5ba539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4205 | 2024-10-18T22:24:55.714Z | Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=3d2669633e047a74 -C extra-filename=-3d2669633e047a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-adb8b25589acf367.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b19ea23f2ac45b20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4206 | 2024-10-18T22:25:11.569Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=6bf45e604e159351 -C extra-filename=-6bf45e604e159351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-adb8b25589acf367.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b19ea23f2ac45b20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4207 | 2024-10-18T22:25:17.947Z | Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=354da1d390157f47 -C extra-filename=-354da1d390157f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-adb8b25589acf367.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-95ba9ef677c4325b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b19ea23f2ac45b20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4208 | 2024-10-18T22:25:20.645Z | Running `/home/build/.rustup/toolchains/1.80.1-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=102fe0fe2502a5ed -C extra-filename=-102fe0fe2502a5ed --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-08b513d7ca59aecd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4209 | 2024-10-18T22:25:22.519Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ce75676417bfd128 -C extra-filename=-ce75676417bfd128 --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-4ffe4f164735a559.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4210 | 2024-10-18T22:25:28.017Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0c515316e22fb3d2 -C extra-filename=-0c515316e22fb3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4211 | 2024-10-18T22:25:41.152Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2c0e89a5c3d3cda4 -C extra-filename=-2c0e89a5c3d3cda4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4212 | 2024-10-18T22:25:44.538Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4213 | 2024-10-18T22:25:44.542Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e353e9911e3b6f71 -C extra-filename=-e353e9911e3b6f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6fd75ef140f92e4f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4214 | 2024-10-18T22:25:45.354Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3e2f2faa66a6c4c6 -C extra-filename=-3e2f2faa66a6c4c6 --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-c93540a2dfb95ba6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4215 | 2024-10-18T22:25:51.173Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d3db01f231a6c8fc -C extra-filename=-d3db01f231a6c8fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4216 | 2024-10-18T22:25:53.552Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d56be12016696dc1 -C extra-filename=-d56be12016696dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-3fee39034d178c10.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4217 | 2024-10-18T22:26:00.920Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b9abcf526ace7ec7 -C extra-filename=-b9abcf526ace7ec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-cdde63284bb1b3c9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4218 | 2024-10-18T22:26:02.866Z | Running `/home/build/.rustup/toolchains/1.80.1-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=df242969583a06dd -C extra-filename=-df242969583a06dd --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-0f6e045c867e1a24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4219 | 2024-10-18T22:26:04.802Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7d5fee04b5a4ba75 -C extra-filename=-7d5fee04b5a4ba75 --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-c93540a2dfb95ba6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3d9a74993ffd7835.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4220 | 2024-10-18T22:26:05.763Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c472f17f2739049a -C extra-filename=-c472f17f2739049a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4221 | 2024-10-18T22:26:08.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=dd31542f5dc22fb6 -C extra-filename=-dd31542f5dc22fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2efd7bcdd111917e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4222 | 2024-10-18T22:26:13.701Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6b11c6a3215f81cf -C extra-filename=-6b11c6a3215f81cf --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-233eac4e075e93bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-1d0d56c09c2edc5e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6fe1e4bc9c61d28d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4223 | 2024-10-18T22:26:14.293Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=9920a05a45bea181 -C extra-filename=-9920a05a45bea181 --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-d65da3ab02c6d0c5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4d01d48a2d68180d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ec4938c88bf68dbe.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4224 | 2024-10-18T22:26:15.656Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=82eac1ab53d60da5 -C extra-filename=-82eac1ab53d60da5 --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4d01d48a2d68180d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ec4938c88bf68dbe.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4225 | 2024-10-18T22:26:22.742Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=25adc21152b5287d -C extra-filename=-25adc21152b5287d --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4d01d48a2d68180d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ec4938c88bf68dbe.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4226 | 2024-10-18T22:26:30.511Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3ed09ba36727d696 -C extra-filename=-3ed09ba36727d696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4227 | 2024-10-18T22:26:38.177Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=10f4c28db020fdc2 -C extra-filename=-10f4c28db020fdc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4228 | 2024-10-18T22:26:40.466Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e7e016c932155118 -C extra-filename=-e7e016c932155118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4229 | 2024-10-18T22:26:42.970Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=1c3fe29b6acba41b -C extra-filename=-1c3fe29b6acba41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4230 | 2024-10-18T22:26:50.445Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=84dc923e1bf3dad7 -C extra-filename=-84dc923e1bf3dad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4231 | 2024-10-18T22:26:52.776Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4ac80104c80cd80b -C extra-filename=-4ac80104c80cd80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4232 | 2024-10-18T22:26:53.511Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=98a08704de46faa4 -C extra-filename=-98a08704de46faa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4233 | 2024-10-18T22:26:58.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3d28ba222a41ffa8 -C extra-filename=-3d28ba222a41ffa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ba6f770ce8b78a04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
4234 | 2024-10-18T22:26:58.262Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4235 | 2024-10-18T22:26:58.264Z | Running `/home/build/.rustup/toolchains/1.80.1-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=eba81f6afed66223 -C extra-filename=-eba81f6afed66223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8e2fdf7aaa9fac30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
4236 | 2024-10-18T22:27:01.139Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b94a24f650addba0 -C extra-filename=-b94a24f650addba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ba6f770ce8b78a04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8e2fdf7aaa9fac30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
4237 | 2024-10-18T22:27:01.389Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ca92aab742509642 -C extra-filename=-ca92aab742509642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ba6f770ce8b78a04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8e2fdf7aaa9fac30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
4238 | 2024-10-18T22:27:04.264Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d4db160d75b852e5 -C extra-filename=-d4db160d75b852e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-26564bbdccf14202.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ba6f770ce8b78a04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8e2fdf7aaa9fac30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d9d04c59ec4774f4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4239 | 2024-10-18T22:27:07.637Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=0ad2ae459160b9a5 -C extra-filename=-0ad2ae459160b9a5 --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-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8e2fdf7aaa9fac30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64` |
4240 | 2024-10-18T22:27:10.612Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4c3d4936f8ab2359 -C extra-filename=-4c3d4936f8ab2359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6fd75ef140f92e4f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-06ac839049fff7fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
4241 | 2024-10-18T22:27:20.096Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c47a3f676663f19b -C extra-filename=-c47a3f676663f19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4242 | 2024-10-18T22:27:20.538Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=12a6a6e510fdc0c4 -C extra-filename=-12a6a6e510fdc0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4243 | 2024-10-18T22:27:22.391Z | Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=c58a99a9f59a790e -C extra-filename=-c58a99a9f59a790e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-adb8b25589acf367.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b19ea23f2ac45b20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4244 | 2024-10-18T22:27:23.851Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7f7e6c56207eda9e -C extra-filename=-7f7e6c56207eda9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-56c66a3b6ab4a6a6.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c35e4018601b263f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4245 | 2024-10-18T22:27:31.131Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=03f87deabc2537e4 -C extra-filename=-03f87deabc2537e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4246 | 2024-10-18T22:27:40.074Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=84a7d6b65a68845e -C extra-filename=-84a7d6b65a68845e --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4247 | 2024-10-18T22:27:46.217Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=6f26a46d9a196de8 -C extra-filename=-6f26a46d9a196de8 --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-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4248 | 2024-10-18T22:27:48.529Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ff18c50a5aa87750 -C extra-filename=-ff18c50a5aa87750 --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-cbc6f0686b99e4c6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4249 | 2024-10-18T22:27:51.467Z | Running `/home/build/.rustup/toolchains/1.80.1-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=ba6e4f26478ea38f -C extra-filename=-ba6e4f26478ea38f --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-cbc6f0686b99e4c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4250 | 2024-10-18T22:27:51.498Z | Running `/home/build/.rustup/toolchains/1.80.1-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=452ea00865438946 -C extra-filename=-452ea00865438946 --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-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4251 | 2024-10-18T22:27:53.810Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3b77f089b2c19043 -C extra-filename=-3b77f089b2c19043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-2db9191a511e323a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4252 | 2024-10-18T22:27:54.262Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=5ee01ca563946d55 -C extra-filename=-5ee01ca563946d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-06bf3dfb8d5a38bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-fe8ec623601aa8d6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
4253 | 2024-10-18T22:27:56.222Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d3ffe4486ebe2c8f -C extra-filename=-d3ffe4486ebe2c8f --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-46f8e488864c855f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4254 | 2024-10-18T22:28:01.119Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3c435d143f29d8bc -C extra-filename=-3c435d143f29d8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3b4fafcbde2ac6a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4255 | 2024-10-18T22:28:03.402Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=2af6bc0e01deb646 -C extra-filename=-2af6bc0e01deb646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e74f75b7e3d51982.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-223daf447f1b2be9.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-08cc1ef2903b68d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-354997a5e1a41ef1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out` |
4256 | 2024-10-18T22:28:05.502Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=21486042444c1500 -C extra-filename=-21486042444c1500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4257 | 2024-10-18T22:28:18.889Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f0359bf66800a96b -C extra-filename=-f0359bf66800a96b --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-3b4fafcbde2ac6a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4258 | 2024-10-18T22:28:19.399Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=84b53af54000d053 -C extra-filename=-84b53af54000d053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4259 | 2024-10-18T22:28:21.750Z | Running `/home/build/.rustup/toolchains/1.80.1-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=655e9bb0376cec85 -C extra-filename=-655e9bb0376cec85 --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-838eafd9c76bcba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4260 | 2024-10-18T22:28:22.168Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b899c2737ba54a60 -C extra-filename=-b899c2737ba54a60 --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-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-876149eacfbc0343.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4261 | 2024-10-18T22:28:24.713Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=47121c20899ddb02 -C extra-filename=-47121c20899ddb02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed9c3f579f367a64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-233eac4e075e93bb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4262 | 2024-10-18T22:28:25.368Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=9a3410585b2c8ce2 -C extra-filename=-9a3410585b2c8ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4263 | 2024-10-18T22:28:26.924Z | Running `/home/build/.rustup/toolchains/1.80.1-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=20d1918f840287b8 -C extra-filename=-20d1918f840287b8 --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-46f8e488864c855f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4264 | 2024-10-18T22:28:30.422Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=6cff04946f8d1afb -C extra-filename=-6cff04946f8d1afb --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-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6cdefa525328ae15.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4265 | 2024-10-18T22:28:36.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d0673e28c9e7f920 -C extra-filename=-d0673e28c9e7f920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab578d95ed774534.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fe21a582072244c6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9dc0b0e916c9de6a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4266 | 2024-10-18T22:28:36.537Z | Running `/home/build/.rustup/toolchains/1.80.1-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=09051ab61884711f -C extra-filename=-09051ab61884711f --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-cbc6f0686b99e4c6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4267 | 2024-10-18T22:28:39.157Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c435f1a5a0b9266e -C extra-filename=-c435f1a5a0b9266e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f50b499a157bc8e2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4268 | 2024-10-18T22:28:42.847Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=8429554851db4516 -C extra-filename=-8429554851db4516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4269 | 2024-10-18T22:28:44.440Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c0366e8c4abbdc66 -C extra-filename=-c0366e8c4abbdc66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4270 | 2024-10-18T22:28:46.125Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d7349ecf23703866 -C extra-filename=-d7349ecf23703866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d26eaf461bc40223.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c9a5884b6eca6c24.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f4f0eaaf65076713.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-9767ed5fd95efddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-93098097ea69be5c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4271 | 2024-10-18T22:28:47.767Z | Running `/home/build/.rustup/toolchains/1.80.1-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=237e2fca32eadb14 -C extra-filename=-237e2fca32eadb14 --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-1569900b4ebf64e1.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0d14a8105dfc1c92.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ba7290c28d8898c6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4272 | 2024-10-18T22:28:50.199Z | Running `/home/build/.rustup/toolchains/1.80.1-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=15b696dbe7887f75 -C extra-filename=-15b696dbe7887f75 --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-1c8f4e0cb357f561.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e78cb080c9cd67b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4273 | 2024-10-18T22:28:55.069Z | Running `/home/build/.rustup/toolchains/1.80.1-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=3834ffd5645693f9 -C extra-filename=-3834ffd5645693f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fe21a582072244c6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4274 | 2024-10-18T22:28:55.540Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4275 | 2024-10-18T22:28:55.543Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ddd70ca4793f16d3 -C extra-filename=-ddd70ca4793f16d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4276 | 2024-10-18T22:28:55.993Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b73a4ac3cc355d8c -C extra-filename=-b73a4ac3cc355d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-aee068eeef070503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4277 | 2024-10-18T22:28:57.091Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4278 | 2024-10-18T22:28:57.094Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c12d89e1549565c4 -C extra-filename=-c12d89e1549565c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4279 | 2024-10-18T22:28:57.149Z | Running `/home/build/.rustup/toolchains/1.80.1-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=4711d7be0fcac3da -C extra-filename=-4711d7be0fcac3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-004ae25d6fec888e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ab578d95ed774534.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4280 | 2024-10-18T22:28:57.293Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d6becc0a21174a90 -C extra-filename=-d6becc0a21174a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-aee068eeef070503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4281 | 2024-10-18T22:28:57.668Z | Running `/home/build/.rustup/toolchains/1.80.1-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=791ce424ede9725c -C extra-filename=-791ce424ede9725c --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-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4282 | 2024-10-18T22:28:57.854Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4283 | 2024-10-18T22:28:57.858Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=624528bbbcc13e29 -C extra-filename=-624528bbbcc13e29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4284 | 2024-10-18T22:28:59.442Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d8bf6397b026975b -C extra-filename=-d8bf6397b026975b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4285 | 2024-10-18T22:28:59.689Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=593a86da606d1748 -C extra-filename=-593a86da606d1748 --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-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a31e6b9fb38f4d29.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4286 | 2024-10-18T22:28:59.943Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f789e754ce0c092a -C extra-filename=-f789e754ce0c092a --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-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4287 | 2024-10-18T22:29:03.403Z | Running `/home/build/.rustup/toolchains/1.80.1-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=e133138f500aa2c0 -C extra-filename=-e133138f500aa2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4288 | 2024-10-18T22:29:07.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c05e51a44742c9e7 -C extra-filename=-c05e51a44742c9e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-e9f93ba449c14507.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6cd6197983cd85a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bd9c69bc2f817c6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8640c2214b883930.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a33bd06d9d09039b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d7552a1b47d6f9ea.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a38aa9c6d50a9b94.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
4289 | 2024-10-18T22:29:07.779Z | Running `/home/build/.rustup/toolchains/1.80.1-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=034239c6e418ac7a -C extra-filename=-034239c6e418ac7a --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-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4290 | 2024-10-18T22:29:08.766Z | Running `/home/build/.rustup/toolchains/1.80.1-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=db2591e1958209e4 -C extra-filename=-db2591e1958209e4 --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-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4291 | 2024-10-18T22:29:09.092Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=980aa1a302385cb7 -C extra-filename=-980aa1a302385cb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-efd3d0374bd14d2a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-aee068eeef070503.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4292 | 2024-10-18T22:29:09.478Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=bb7813a17dc76dd3 -C extra-filename=-bb7813a17dc76dd3 --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-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a582bc366ef88e04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a216fac379353ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4293 | 2024-10-18T22:29:10.994Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6adf51e68fa50d18 -C extra-filename=-6adf51e68fa50d18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3ee44058e862ae68.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4294 | 2024-10-18T22:29:17.487Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c05ab44c4da25830 -C extra-filename=-c05ab44c4da25830 --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-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4295 | 2024-10-18T22:29:19.106Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c363f4ee8d0dbd0a -C extra-filename=-c363f4ee8d0dbd0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-10fdcca982d1ff6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4296 | 2024-10-18T22:29:20.537Z | Running `/home/build/.rustup/toolchains/1.80.1-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=964557d05175547d -C extra-filename=-964557d05175547d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4297 | 2024-10-18T22:29:24.321Z | Running `/home/build/.rustup/toolchains/1.80.1-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=631fabf9bd2f42fb -C extra-filename=-631fabf9bd2f42fb --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-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4298 | 2024-10-18T22:29:27.209Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=05968921966bf823 -C extra-filename=-05968921966bf823 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4299 | 2024-10-18T22:29:27.284Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=503a851770a63071 -C extra-filename=-503a851770a63071 --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-08d424c691fbf9b7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4300 | 2024-10-18T22:29:30.943Z | Running `/home/build/.rustup/toolchains/1.80.1-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=cd9ff0e279675e45 -C extra-filename=-cd9ff0e279675e45 --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-d10adc533ec730cd.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f93ad356a6ac1681.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4301 | 2024-10-18T22:29:52.954Z | Running `/home/build/.rustup/toolchains/1.80.1-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=73b998eb41aae0ef -C extra-filename=-73b998eb41aae0ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4302 | 2024-10-18T22:29:54.307Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=774938206be74ddd -C extra-filename=-774938206be74ddd --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-c93540a2dfb95ba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4303 | 2024-10-18T22:29:55.629Z | Running `/home/build/.rustup/toolchains/1.80.1-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=2b1e9b493948dbd5 -C extra-filename=-2b1e9b493948dbd5 --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-ce5e86d843e97d32.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4304 | 2024-10-18T22:29:56.417Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=85a839da295817b4 -C extra-filename=-85a839da295817b4 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4305 | 2024-10-18T22:29:56.450Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=f04e8f8cf09420ef -C extra-filename=-f04e8f8cf09420ef --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-5795117bd2a5ccbb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-2e9a8b16fdd74908.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4306 | 2024-10-18T22:29:58.270Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7ac815a716039e34 -C extra-filename=-7ac815a716039e34 --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-5795117bd2a5ccbb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-2e9a8b16fdd74908.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4307 | 2024-10-18T22:29:58.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4dc47e586bc005b8 -C extra-filename=-4dc47e586bc005b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-ed9c3f579f367a64.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-a145cdbd982de1ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-75a9a4545112aea4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4308 | 2024-10-18T22:30:02.514Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b08e3e32c34a8867 -C extra-filename=-b08e3e32c34a8867 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4309 | 2024-10-18T22:30:02.621Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d5d56e39b48d25ff -C extra-filename=-d5d56e39b48d25ff --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-c93540a2dfb95ba6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4310 | 2024-10-18T22:30:04.907Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=285d1b9d82f33608 -C extra-filename=-285d1b9d82f33608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1e9718fcd42eec73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-766a577f90e102e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4311 | 2024-10-18T22:30:09.301Z | Running `/home/build/.rustup/toolchains/1.80.1-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=85d8e575e1e6a68f -C extra-filename=-85d8e575e1e6a68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4312 | 2024-10-18T22:30:09.348Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c84b3bfa3528dede -C extra-filename=-c84b3bfa3528dede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cc3594c35b1192a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4313 | 2024-10-18T22:30:12.038Z | Running `/home/build/.rustup/toolchains/1.80.1-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=18c2d8ba9023ea43 -C extra-filename=-18c2d8ba9023ea43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d7552a1b47d6f9ea.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4314 | 2024-10-18T22:30:12.766Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7db5b7ae68654e3d -C extra-filename=-7db5b7ae68654e3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4315 | 2024-10-18T22:30:13.161Z | Running `/home/build/.rustup/toolchains/1.80.1-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=28023e020476f024 -C extra-filename=-28023e020476f024 --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-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4316 | 2024-10-18T22:30:13.753Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7fbdb3bb2a1885f4 -C extra-filename=-7fbdb3bb2a1885f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4317 | 2024-10-18T22:30:14.040Z | Running `/home/build/.rustup/toolchains/1.80.1-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=235453f9d4501ef2 -C extra-filename=-235453f9d4501ef2 --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-1569900b4ebf64e1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4318 | 2024-10-18T22:30:14.289Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=906c80a37fafb98b -C extra-filename=-906c80a37fafb98b --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-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4319 | 2024-10-18T22:30:14.440Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=d5f0acd43a510285 -C extra-filename=-d5f0acd43a510285 --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-1569900b4ebf64e1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4320 | 2024-10-18T22:30:15.049Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3b554b99a5c65fb0 -C extra-filename=-3b554b99a5c65fb0 --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-1569900b4ebf64e1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4321 | 2024-10-18T22:30:15.326Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=417103858d32d852 -C extra-filename=-417103858d32d852 --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-1569900b4ebf64e1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4322 | 2024-10-18T22:30:15.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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=16815313d375312c -C extra-filename=-16815313d375312c --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-c2c68dd1da33c7ee.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-b542551110e8af51.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0f44ac4e55224ba0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-eac1481f3abb56e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6324a0adf023d003.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2b55e56def4fa78e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ec8430922b97966a.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb9f74c74e8cc0a6.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-94a118b5504c05b1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-b168bd9c2bfc3356.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2aaba52327a6d5d5.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-cd42505265878f5a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0473c3622bb6cbfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-32598d939f53b9b1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-1e0ee721bf20f95a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f3041bed5b6d6994.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-167d851200847cfe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-cb10fbf69f97e695.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9542cf70b01cc5f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-963bfbbd004da326.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ed6f1b5479b4da49.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6693331e986156ec.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-8a9350ba28558d6d.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-052104b3b04a408e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8ac8aef1a56fdf4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e088936947e2a38a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1ff8684e49da1979.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-5d4a0867caed1149.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ce65e0e041fdad42.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-3ec21695e06350f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-095b72e99f9963ef.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6b52ecd9a4dea8e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64` |
4323 | 2024-10-18T22:30:16.394Z | Running `/home/build/.rustup/toolchains/1.80.1-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=94550c7b53d3f6f4 -C extra-filename=-94550c7b53d3f6f4 --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-233eac4e075e93bb.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4324 | 2024-10-18T22:31:19.775Z | Running `/home/build/.rustup/toolchains/1.80.1-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=5859820b288c5089 -C extra-filename=-5859820b288c5089 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-cd5792546c15cb5c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4325 | 2024-10-18T22:31:19.778Z | Running `/home/build/.rustup/toolchains/1.80.1-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=975a42dc791dae0b -C extra-filename=-975a42dc791dae0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4326 | 2024-10-18T22:31:19.790Z | Running `/home/build/.rustup/toolchains/1.80.1-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=adbb5fb221dd6a58 -C extra-filename=-adbb5fb221dd6a58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ce5e86d843e97d32.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f4b381d13adea319.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-233eac4e075e93bb.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4327 | 2024-10-18T22:31:19.792Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b62e71c3aef86b9b -C extra-filename=-b62e71c3aef86b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-eeb8ea3b0ec508ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4328 | 2024-10-18T22:31:22.762Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e445cdf5b537f1fb -C extra-filename=-e445cdf5b537f1fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4329 | 2024-10-18T22:31:25.209Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=6c4d82e8b95e172b -C extra-filename=-6c4d82e8b95e172b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-cd5792546c15cb5c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4330 | 2024-10-18T22:31:34.380Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ece227544892a5c2 -C extra-filename=-ece227544892a5c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4331 | 2024-10-18T22:31:37.818Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=221d1ba12891526e -C extra-filename=-221d1ba12891526e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib` |
4332 | 2024-10-18T22:31:53.724Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=3a1dbb0d9826d421 -C extra-filename=-3a1dbb0d9826d421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8549c696a9de7ef1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-dc54711507a81137.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f697886a526d80b8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ecbb137e75076073.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4333 | 2024-10-18T22:32:01.386Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=5445f0564e1c7580 -C extra-filename=-5445f0564e1c7580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f4b381d13adea319.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2cd38d8020f252fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-08914ae35a6196d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4334 | 2024-10-18T22:32:05.929Z | Running `/home/build/.rustup/toolchains/1.80.1-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=dcbb56e966ce3aea -C extra-filename=-dcbb56e966ce3aea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-4778d8b6a77c8753.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/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=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4335 | 2024-10-18T22:32:05.969Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=00bd778b07e1bcb5 -C extra-filename=-00bd778b07e1bcb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f4b381d13adea319.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2cd38d8020f252fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-08914ae35a6196d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4336 | 2024-10-18T22:32:08.815Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c5756e912d39a376 -C extra-filename=-c5756e912d39a376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-685fc404e0d5f353.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c3b26aad52f2a7c8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7095582080a1f210.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-603790e109690430.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-165a6047e47a6464.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1c0b57b8d2bf45f8.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-40bd577f067e15f5.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5ee143923fb31855.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-76cc96e411ef4bf9.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-33cdbaf0bbea8b48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-837b2f48e87ab04b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d7615df6d1421b3e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6c8daf5c652017a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-5f0152812ff1c3d6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e23e6a17130de916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-bc90243ef6999b7a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4d5a9e6a14216a59.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3adfec4dde45b553.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-cbc6f0686b99e4c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-5795117bd2a5ccbb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ce33f7a32685709a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-1c8f4e0cb357f561.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7777cb84870a5cbf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-74ca782d43fb8f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6702bbd706a9646b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-f4b381d13adea319.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-f695a80cc3bc7144.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5411964e880bdcbd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2cd38d8020f252fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-46f8e488864c855f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-751e7147dc1e8318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c07ada34c4c97701.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-08d424c691fbf9b7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3e144ba677c196cd.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-820ecefba640623c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53f8dd56ac825a9d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-71f7a0c6ba7cb4e7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4ffe4f164735a559.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7ee1eebaaddbad10.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0054e9e7d2a25bc9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-7134d1ed8b5dafef.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-310a81731f8896a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bbefb1f010515481.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-2362fdb23462d569.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-fe06c9fad81ba75a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3e3315ac60491e72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9c29e8aad5ac36ac.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-71bdbb65fe81ba8d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-767804bf2f30405b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b2405de27c7db9d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-930ac6abb1a2f67c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8c044283fad90202.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-d2f5f0ed14b12852.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-254294c1617b9b38.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5d9534b740c3594b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-bb6d59afb6250a6e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a02813be44857c73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8c955d25d11fd37b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-71bb9d24b7a1be5e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3330dfa5c148615.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1569900b4ebf64e1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-776d63c627f65d4a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0ee1d9b73a0ba2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d9cb63bcefc6e0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-333b072e7c9fc2d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c962a48220feea2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5b829e0030a8ce36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-429df8d97d7b69cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-292842e92dfa038d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-4c56c4994d51434f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-46f4fdb5ba70712b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-431073cec4faf42d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c8887d87277a6648.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c4c8526b80be35ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4772ba6bfd60d8c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-477fcbba106332cc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-13afba6a50cb6056.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7917c3cdb9c23e16.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8638db72f9780f17.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2418bb01689fdaa9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5ab635085ab15da1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-08914ae35a6196d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926234aee9ec3222.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2f9ae1f0b376f5be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-d885d5dabc51293a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dd3dcc227d4a9bc7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0163452ca42a2267.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-985d9d72757c4465.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-e9e06acf0e6a9e7b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c339158ec10926e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5282b43012ffdab7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-bb0546a1960aca55.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-48a0111f790a9740.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2388af8960b20a01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-e09735aa2010e880.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1be64c615e0f0962.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-11f196f403d3d887.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b82e695d61094c79.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-1ed0c64f3db5e7dd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out -L /usr/platform/oxide/lib/amd64/` |
4337 | 2024-10-18T22:55:40.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40m 51s |
4338 | 2024-10-18T22:55:54.219Z | |
4339 | 2024-10-18T22:55:54.224Z | real 41:04.944957790 |
4340 | 2024-10-18T22:55:54.224Z | user 2:00:18.731554399 |
4341 | 2024-10-18T22:55:54.224Z | sys 25:39.112216356 |
4342 | 2024-10-18T22:55:54.224Z | trap 13.386955630 |
4343 | 2024-10-18T22:55:54.224Z | tflt 17.346538568 |
4344 | 2024-10-18T22:55:54.224Z | dflt 2:02:44.238491895 |
4345 | 2024-10-18T22:55:54.224Z | kflt 1.605106149 |
4346 | 2024-10-18T22:55:54.224Z | lock 8:07:05.025243318 |
4347 | 2024-10-18T22:55:54.224Z | slp 23:00:29.574078127 |
4348 | 2024-10-18T22:55:54.224Z | lat 10:51.249872173 |
4349 | 2024-10-18T22:55:54.224Z | stop 8:16.183730228 |
4350 | 2024-10-18T22:55:55.232Z | + banner ls-apis |
4351 | 2024-10-18T22:55:55.291Z | + source ./tools/include/force-git-over-https.sh |
4352 | 2024-10-18T22:55:55.295Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
4353 | 2024-10-18T22:55:55.296Z | ++ (( i = 0 )) |
4354 | 2024-10-18T22:55:55.296Z | ++ (( i < 5 )) |
4355 | 2024-10-18T22:55:55.299Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
4356 | 2024-10-18T22:55:55.343Z | ++ (( i++ )) |
4357 | 2024-10-18T22:55:55.343Z | ++ (( i < 5 )) |
4358 | 2024-10-18T22:55:55.346Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
4359 | 2024-10-18T22:55:55.349Z | ++ (( i++ )) |
4360 | 2024-10-18T22:55:55.349Z | ++ (( i < 5 )) |
4361 | 2024-10-18T22:55:55.349Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
4362 | 2024-10-18T22:55:55.352Z | ++ (( i++ )) |
4363 | 2024-10-18T22:55:55.352Z | ++ (( i < 5 )) |
4364 | 2024-10-18T22:55:55.352Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
4365 | 2024-10-18T22:55:55.355Z | ++ (( i++ )) |
4366 | 2024-10-18T22:55:55.355Z | ++ (( i < 5 )) |
4367 | 2024-10-18T22:55:55.355Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
4368 | 2024-10-18T22:55:55.358Z | ++ (( i++ )) |
4369 | 2024-10-18T22:55:55.358Z | ++ (( i < 5 )) |
4370 | 2024-10-18T22:55:55.358Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
4371 | 2024-10-18T22:55:55.358Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
4372 | 2024-10-18T22:55:55.358Z | + ptime -m cargo xtask ls-apis apis |
4373 | 2024-10-18T22:55:56.204Z | |
4374 | 2024-10-18T22:55:56.204Z | # #### ## ##### # #### |
4375 | 2024-10-18T22:55:56.204Z | # # # # # # # # |
4376 | 2024-10-18T22:55:56.204Z | # #### ##### # # # # # #### |
4377 | 2024-10-18T22:55:56.204Z | # # ###### ##### # # |
4378 | 2024-10-18T22:55:56.204Z | # # # # # # # # # |
4379 | 2024-10-18T22:55:56.204Z | ###### #### # # # # #### |
4380 | 2024-10-18T22:55:56.204Z | |
4381 | 2024-10-18T22:55:57.531Z | Compiling serde v1.0.210 |
4382 | 2024-10-18T22:55:57.536Z | Compiling rustix v0.38.37 |
4383 | 2024-10-18T22:55:57.536Z | Compiling serde_json v1.0.128 |
4384 | 2024-10-18T22:55:57.536Z | Compiling libc v0.2.159 |
4385 | 2024-10-18T22:55:57.536Z | Compiling syn v2.0.79 |
4386 | 2024-10-18T22:55:57.536Z | Compiling bitflags v2.6.0 |
4387 | 2024-10-18T22:55:58.973Z | Compiling usdt-impl v0.5.0 |
4388 | 2024-10-18T22:55:59.323Z | Compiling syn v1.0.109 |
4389 | 2024-10-18T22:55:59.339Z | Compiling hashbrown v0.15.0 |
4390 | 2024-10-18T22:55:59.361Z | Compiling log v0.4.22 |
4391 | 2024-10-18T22:55:59.379Z | Compiling fs-err v2.11.0 |
4392 | 2024-10-18T22:55:59.531Z | Compiling once_cell v1.20.2 |
4393 | 2024-10-18T22:55:59.775Z | Compiling anyhow v1.0.89 |
4394 | 2024-10-18T22:56:00.183Z | Compiling thread-id v4.2.2 |
4395 | 2024-10-18T22:56:00.518Z | Compiling indexmap v2.6.0 |
4396 | 2024-10-18T22:56:01.542Z | Compiling terminal_size v0.4.0 |
4397 | 2024-10-18T22:56:01.542Z | Compiling tempfile v3.13.0 |
4398 | 2024-10-18T22:56:01.768Z | Compiling clap_builder v4.5.20 |
4399 | 2024-10-18T22:56:02.505Z | Compiling proc-macro-error v1.0.4 |
4400 | 2024-10-18T22:56:04.269Z | Compiling tabled_derive v0.7.0 |
4401 | 2024-10-18T22:56:06.290Z | Compiling serde_derive v1.0.210 |
4402 | 2024-10-18T22:56:06.290Z | Compiling thiserror-impl v1.0.64 |
4403 | 2024-10-18T22:56:06.293Z | Compiling zerocopy-derive v0.7.35 |
4404 | 2024-10-18T22:56:06.294Z | Compiling scroll_derive v0.12.0 |
4405 | 2024-10-18T22:56:06.433Z | Compiling clap_derive v4.5.18 |
4406 | 2024-10-18T22:56:06.684Z | Compiling tabled v0.15.0 |
4407 | 2024-10-18T22:56:08.030Z | Compiling scroll v0.12.0 |
4408 | 2024-10-18T22:56:08.550Z | Compiling goblin v0.8.2 |
4409 | 2024-10-18T22:56:08.746Z | Compiling zerocopy v0.7.35 |
4410 | 2024-10-18T22:56:09.314Z | Compiling thiserror v1.0.64 |
4411 | 2024-10-18T22:56:09.459Z | Compiling pest v2.7.14 |
4412 | 2024-10-18T22:56:10.356Z | Compiling clap v4.5.20 |
4413 | 2024-10-18T22:56:11.939Z | Compiling pest_meta v2.7.14 |
4414 | 2024-10-18T22:56:12.869Z | Compiling pest_generator v2.7.14 |
4415 | 2024-10-18T22:56:14.723Z | Compiling pest_derive v2.7.14 |
4416 | 2024-10-18T22:56:15.674Z | Compiling dtrace-parser v0.2.0 |
4417 | 2024-10-18T22:56:17.011Z | Compiling toml_datetime v0.6.8 |
4418 | 2024-10-18T22:56:17.011Z | Compiling serde_spanned v0.6.8 |
4419 | 2024-10-18T22:56:17.013Z | Compiling camino v1.1.9 |
4420 | 2024-10-18T22:56:17.013Z | Compiling semver v1.0.23 |
4421 | 2024-10-18T22:56:17.013Z | Compiling cargo-platform v0.1.8 |
4422 | 2024-10-18T22:56:17.287Z | Compiling macaddr v1.0.1 |
4423 | 2024-10-18T22:56:17.687Z | Compiling serde_tokenstream v0.2.2 |
4424 | 2024-10-18T22:56:17.729Z | Compiling toml_edit v0.22.22 |
4425 | 2024-10-18T22:56:17.760Z | Compiling camino-tempfile v1.1.1 |
4426 | 2024-10-18T22:56:18.532Z | Compiling dof v0.3.0 |
4427 | 2024-10-18T22:56:18.532Z | Compiling cargo_metadata v0.18.1 |
4428 | 2024-10-18T22:56:20.466Z | Compiling toml v0.8.19 |
4429 | 2024-10-18T22:56:20.720Z | Compiling usdt-macro v0.5.0 |
4430 | 2024-10-18T22:56:20.720Z | Compiling usdt-attr-macro v0.5.0 |
4431 | 2024-10-18T22:56:21.351Z | Compiling cargo_toml v0.20.5 |
4432 | 2024-10-18T22:56:22.231Z | Compiling usdt v0.5.0 |
4433 | 2024-10-18T22:56:25.200Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4434 | 2024-10-18T22:56:29.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.28s |
4435 | 2024-10-18T22:56:29.836Z | Running `target/debug/xtask ls-apis apis` |
4436 | 2024-10-18T22:56:31.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
4437 | 2024-10-18T22:56:31.725Z | Running `target/debug/ls-apis apis` |
4438 | 2024-10-18T22:56:31.871Z | loading metadata for workspace omicron from current workspace |
4439 | 2024-10-18T22:56:33.703Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
4440 | 2024-10-18T22:56:33.706Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
4441 | 2024-10-18T22:56:33.708Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
4442 | 2024-10-18T22:56:49.917Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
4443 | 2024-10-18T22:56:53.979Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
4444 | 2024-10-18T22:56:53.989Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
4445 | 2024-10-18T22:56:54.083Z | Bootstrap Agent (client: bootstrap-agent-client) |
4446 | 2024-10-18T22:56:54.090Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4447 | 2024-10-18T22:56:54.090Z | consumed by: wicketd (omicron/wicketd) |
4448 | 2024-10-18T22:56:54.090Z | |
4449 | 2024-10-18T22:56:54.090Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
4450 | 2024-10-18T22:56:54.090Z | consumed by: omicron-nexus (omicron/nexus) |
4451 | 2024-10-18T22:56:54.090Z | |
4452 | 2024-10-18T22:56:54.090Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
4453 | 2024-10-18T22:56:54.090Z | consumed by: omicron-nexus (omicron/nexus) |
4454 | 2024-10-18T22:56:54.090Z | |
4455 | 2024-10-18T22:56:54.090Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
4456 | 2024-10-18T22:56:54.091Z | consumed by: omicron-nexus (omicron/nexus) |
4457 | 2024-10-18T22:56:54.091Z | |
4458 | 2024-10-18T22:56:54.091Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
4459 | 2024-10-18T22:56:54.091Z | consumed by: omicron-nexus (omicron/nexus) |
4460 | 2024-10-18T22:56:54.091Z | |
4461 | 2024-10-18T22:56:54.091Z | Crucible Agent (client: crucible-agent-client) |
4462 | 2024-10-18T22:56:54.091Z | consumed by: omicron-nexus (omicron/nexus) |
4463 | 2024-10-18T22:56:54.091Z | |
4464 | 2024-10-18T22:56:54.091Z | Crucible Control (for testing only) (client: crucible-control-client) |
4465 | 2024-10-18T22:56:54.091Z | |
4466 | 2024-10-18T22:56:54.091Z | Crucible Pantry (client: crucible-pantry-client) |
4467 | 2024-10-18T22:56:54.091Z | consumed by: omicron-nexus (omicron/nexus) |
4468 | 2024-10-18T22:56:54.091Z | |
4469 | 2024-10-18T22:56:54.091Z | Maghemite DDM Admin (client: ddm-admin-client) |
4470 | 2024-10-18T22:56:54.091Z | consumed by: installinator (omicron/installinator) |
4471 | 2024-10-18T22:56:54.091Z | consumed by: mgd (maghemite/mgd) |
4472 | 2024-10-18T22:56:54.091Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4473 | 2024-10-18T22:56:54.091Z | consumed by: wicketd (omicron/wicketd) |
4474 | 2024-10-18T22:56:54.091Z | |
4475 | 2024-10-18T22:56:54.091Z | DNS Server (client: dns-service-client) |
4476 | 2024-10-18T22:56:54.093Z | consumed by: omicron-nexus (omicron/nexus) |
4477 | 2024-10-18T22:56:54.094Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4478 | 2024-10-18T22:56:54.094Z | |
4479 | 2024-10-18T22:56:54.094Z | Dendrite DPD (client: dpd-client) |
4480 | 2024-10-18T22:56:54.094Z | consumed by: ddmd (maghemite/ddmd) |
4481 | 2024-10-18T22:56:54.094Z | consumed by: mgd (maghemite/mgd) |
4482 | 2024-10-18T22:56:54.094Z | consumed by: omicron-nexus (omicron/nexus) |
4483 | 2024-10-18T22:56:54.094Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4484 | 2024-10-18T22:56:54.094Z | consumed by: tfportd (dendrite/tfportd) |
4485 | 2024-10-18T22:56:54.094Z | consumed by: wicketd (omicron/wicketd) |
4486 | 2024-10-18T22:56:54.094Z | |
4487 | 2024-10-18T22:56:54.094Z | Downstairs Controller (debugging only) (client: dsc-client) |
4488 | 2024-10-18T22:56:54.094Z | |
4489 | 2024-10-18T22:56:54.094Z | Management Gateway Service (client: gateway-client) |
4490 | 2024-10-18T22:56:54.094Z | consumed by: dpd (dendrite/dpd) |
4491 | 2024-10-18T22:56:54.094Z | consumed by: omicron-nexus (omicron/nexus) |
4492 | 2024-10-18T22:56:54.094Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4493 | 2024-10-18T22:56:54.094Z | consumed by: wicketd (omicron/wicketd) |
4494 | 2024-10-18T22:56:54.094Z | |
4495 | 2024-10-18T22:56:54.094Z | Wicketd Installinator (client: installinator-client) |
4496 | 2024-10-18T22:56:54.094Z | consumed by: installinator (omicron/installinator) |
4497 | 2024-10-18T22:56:54.094Z | |
4498 | 2024-10-18T22:56:54.094Z | Maghemite MG Admin (client: mg-admin-client) |
4499 | 2024-10-18T22:56:54.097Z | consumed by: omicron-nexus (omicron/nexus) |
4500 | 2024-10-18T22:56:54.097Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4501 | 2024-10-18T22:56:54.097Z | |
4502 | 2024-10-18T22:56:54.097Z | Nexus Internal API (client: nexus-client) |
4503 | 2024-10-18T22:56:54.100Z | consumed by: dpd (dendrite/dpd) |
4504 | 2024-10-18T22:56:54.100Z | consumed by: omicron-nexus (omicron/nexus) |
4505 | 2024-10-18T22:56:54.100Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4506 | 2024-10-18T22:56:54.100Z | consumed by: oximeter-collector (omicron/oximeter/collector) |
4507 | 2024-10-18T22:56:54.100Z | consumed by: propolis-server (propolis/bin/propolis-server) |
4508 | 2024-10-18T22:56:54.100Z | |
4509 | 2024-10-18T22:56:54.100Z | External API (client: oxide-client) |
4510 | 2024-10-18T22:56:54.100Z | |
4511 | 2024-10-18T22:56:54.100Z | Oximeter (client: oximeter-client) |
4512 | 2024-10-18T22:56:54.103Z | consumed by: omicron-nexus (omicron/nexus) |
4513 | 2024-10-18T22:56:54.103Z | |
4514 | 2024-10-18T22:56:54.103Z | Propolis (client: propolis-client) |
4515 | 2024-10-18T22:56:54.103Z | consumed by: omicron-nexus (omicron/nexus) |
4516 | 2024-10-18T22:56:54.103Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4517 | 2024-10-18T22:56:54.103Z | |
4518 | 2024-10-18T22:56:54.103Z | Crucible Repair (client: repair-client) |
4519 | 2024-10-18T22:56:54.103Z | consumed by: crucible-downstairs (crucible/downstairs) |
4520 | 2024-10-18T22:56:54.103Z | |
4521 | 2024-10-18T22:56:54.103Z | Sled Agent (client: sled-agent-client) |
4522 | 2024-10-18T22:56:54.103Z | consumed by: dpd (dendrite/dpd) |
4523 | 2024-10-18T22:56:54.103Z | consumed by: omicron-nexus (omicron/nexus) |
4524 | 2024-10-18T22:56:54.103Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4525 | 2024-10-18T22:56:54.103Z | |
4526 | 2024-10-18T22:56:54.103Z | Wicketd (client: wicketd-client) |
4527 | 2024-10-18T22:56:54.103Z | |
4528 | 2024-10-18T22:56:54.228Z | |
4529 | 2024-10-18T22:56:54.228Z | real 58.855039567 |
4530 | 2024-10-18T22:56:54.228Z | user 2:25.700251010 |
4531 | 2024-10-18T22:56:54.228Z | sys 38.814279342 |
4532 | 2024-10-18T22:56:54.228Z | trap 0.058880079 |
4533 | 2024-10-18T22:56:54.228Z | tflt 4.894524284 |
4534 | 2024-10-18T22:56:54.228Z | dflt 4.804831260 |
4535 | 2024-10-18T22:56:54.228Z | kflt 0.040119631 |
4536 | 2024-10-18T22:56:54.228Z | lock 3:35.088690791 |
4537 | 2024-10-18T22:56:54.231Z | slp 9:26.458364289 |
4538 | 2024-10-18T22:56:54.231Z | lat 3.997800412 |
4539 | 2024-10-18T22:56:54.231Z | stop 9.888498532 |
4540 | 2024-10-18T22:56:54.231Z | + ptime -m cargo xtask ls-apis deployment-units |
4541 | 2024-10-18T22:56:54.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
4542 | 2024-10-18T22:56:54.936Z | Running `target/debug/xtask ls-apis deployment-units` |
4543 | 2024-10-18T22:56:56.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
4544 | 2024-10-18T22:56:56.113Z | Running `target/debug/ls-apis deployment-units` |
4545 | 2024-10-18T22:56:56.163Z | loading metadata for workspace omicron from current workspace |
4546 | 2024-10-18T22:56:57.619Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
4547 | 2024-10-18T22:56:57.625Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
4548 | 2024-10-18T22:56:57.627Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
4549 | 2024-10-18T22:56:59.887Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
4550 | 2024-10-18T22:57:00.865Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
4551 | 2024-10-18T22:57:00.875Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
4552 | 2024-10-18T22:57:00.969Z | Clickhouse Admin |
4553 | 2024-10-18T22:57:00.971Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
4554 | 2024-10-18T22:57:00.971Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
4555 | 2024-10-18T22:57:00.971Z | |
4556 | 2024-10-18T22:57:00.971Z | |
4557 | 2024-10-18T22:57:00.971Z | Cockroach Admin |
4558 | 2024-10-18T22:57:00.971Z | omicron-cockroach-admin (omicron/cockroach-admin) |
4559 | 2024-10-18T22:57:00.972Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
4560 | 2024-10-18T22:57:00.972Z | |
4561 | 2024-10-18T22:57:00.972Z | |
4562 | 2024-10-18T22:57:00.972Z | Crucible |
4563 | 2024-10-18T22:57:00.972Z | crucible-agent (crucible/agent) |
4564 | 2024-10-18T22:57:00.972Z | exposes: Crucible Agent (client = crucible-agent-client) |
4565 | 2024-10-18T22:57:00.972Z | |
4566 | 2024-10-18T22:57:00.972Z | crucible-downstairs (crucible/downstairs) |
4567 | 2024-10-18T22:57:00.972Z | exposes: Crucible Repair (client = repair-client) |
4568 | 2024-10-18T22:57:00.972Z | consumes: repair-client |
4569 | 2024-10-18T22:57:00.972Z | |
4570 | 2024-10-18T22:57:00.972Z | |
4571 | 2024-10-18T22:57:00.972Z | Crucible Pantry |
4572 | 2024-10-18T22:57:00.972Z | crucible-pantry (crucible/pantry) |
4573 | 2024-10-18T22:57:00.972Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
4574 | 2024-10-18T22:57:00.976Z | |
4575 | 2024-10-18T22:57:00.976Z | |
4576 | 2024-10-18T22:57:00.976Z | DNS Server |
4577 | 2024-10-18T22:57:00.976Z | dns-server (omicron/dns-server) |
4578 | 2024-10-18T22:57:00.976Z | exposes: DNS Server (client = dns-service-client) |
4579 | 2024-10-18T22:57:00.976Z | |
4580 | 2024-10-18T22:57:00.976Z | |
4581 | 2024-10-18T22:57:00.976Z | Host OS |
4582 | 2024-10-18T22:57:00.976Z | ddmd (maghemite/ddmd) |
4583 | 2024-10-18T22:57:00.976Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
4584 | 2024-10-18T22:57:00.976Z | consumes: dpd-client |
4585 | 2024-10-18T22:57:00.976Z | |
4586 | 2024-10-18T22:57:00.977Z | dpd (dendrite/dpd) |
4587 | 2024-10-18T22:57:00.977Z | exposes: Dendrite DPD (client = dpd-client) |
4588 | 2024-10-18T22:57:00.980Z | consumes: gateway-client |
4589 | 2024-10-18T22:57:00.980Z | consumes: nexus-client |
4590 | 2024-10-18T22:57:00.980Z | consumes: sled-agent-client |
4591 | 2024-10-18T22:57:00.980Z | |
4592 | 2024-10-18T22:57:00.980Z | mgd (maghemite/mgd) |
4593 | 2024-10-18T22:57:00.980Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
4594 | 2024-10-18T22:57:00.980Z | consumes: ddm-admin-client |
4595 | 2024-10-18T22:57:00.980Z | consumes: dpd-client |
4596 | 2024-10-18T22:57:00.980Z | |
4597 | 2024-10-18T22:57:00.980Z | omicron-gateway (omicron/gateway) |
4598 | 2024-10-18T22:57:00.980Z | exposes: Management Gateway Service (client = gateway-client) |
4599 | 2024-10-18T22:57:00.980Z | |
4600 | 2024-10-18T22:57:00.980Z | omicron-sled-agent (omicron/sled-agent) |
4601 | 2024-10-18T22:57:00.980Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
4602 | 2024-10-18T22:57:00.980Z | exposes: Sled Agent (client = sled-agent-client) |
4603 | 2024-10-18T22:57:00.983Z | consumes: bootstrap-agent-client |
4604 | 2024-10-18T22:57:00.983Z | consumes: ddm-admin-client |
4605 | 2024-10-18T22:57:00.983Z | consumes: dns-service-client |
4606 | 2024-10-18T22:57:00.983Z | consumes: dpd-client |
4607 | 2024-10-18T22:57:00.983Z | consumes: gateway-client |
4608 | 2024-10-18T22:57:00.983Z | consumes: mg-admin-client |
4609 | 2024-10-18T22:57:00.983Z | consumes: nexus-client |
4610 | 2024-10-18T22:57:00.983Z | consumes: propolis-client |
4611 | 2024-10-18T22:57:00.983Z | consumes: sled-agent-client |
4612 | 2024-10-18T22:57:00.983Z | |
4613 | 2024-10-18T22:57:00.983Z | propolis-server (propolis/bin/propolis-server) |
4614 | 2024-10-18T22:57:00.983Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
4615 | 2024-10-18T22:57:00.983Z | exposes: Propolis (client = propolis-client) |
4616 | 2024-10-18T22:57:00.984Z | consumes: nexus-client |
4617 | 2024-10-18T22:57:00.984Z | |
4618 | 2024-10-18T22:57:00.984Z | tfportd (dendrite/tfportd) |
4619 | 2024-10-18T22:57:00.984Z | consumes: dpd-client |
4620 | 2024-10-18T22:57:00.984Z | |
4621 | 2024-10-18T22:57:00.984Z | wicketd (omicron/wicketd) |
4622 | 2024-10-18T22:57:00.984Z | exposes: Wicketd Installinator (client = installinator-client) |
4623 | 2024-10-18T22:57:00.984Z | exposes: Wicketd (client = wicketd-client) |
4624 | 2024-10-18T22:57:00.987Z | consumes: bootstrap-agent-client |
4625 | 2024-10-18T22:57:00.987Z | consumes: ddm-admin-client |
4626 | 2024-10-18T22:57:00.988Z | consumes: dpd-client |
4627 | 2024-10-18T22:57:00.988Z | consumes: gateway-client |
4628 | 2024-10-18T22:57:00.988Z | |
4629 | 2024-10-18T22:57:00.988Z | |
4630 | 2024-10-18T22:57:00.988Z | Installinator |
4631 | 2024-10-18T22:57:00.988Z | installinator (omicron/installinator) |
4632 | 2024-10-18T22:57:00.988Z | consumes: ddm-admin-client |
4633 | 2024-10-18T22:57:00.988Z | consumes: installinator-client |
4634 | 2024-10-18T22:57:00.988Z | |
4635 | 2024-10-18T22:57:00.988Z | |
4636 | 2024-10-18T22:57:00.988Z | Nexus |
4637 | 2024-10-18T22:57:00.988Z | omicron-nexus (omicron/nexus) |
4638 | 2024-10-18T22:57:00.988Z | exposes: Nexus Internal API (client = nexus-client) |
4639 | 2024-10-18T22:57:00.988Z | exposes: External API (client = oxide-client) |
4640 | 2024-10-18T22:57:00.988Z | consumes: clickhouse-admin-keeper-client |
4641 | 2024-10-18T22:57:00.988Z | consumes: clickhouse-admin-server-client |
4642 | 2024-10-18T22:57:00.988Z | consumes: clickhouse-admin-single-client |
4643 | 2024-10-18T22:57:00.988Z | consumes: cockroach-admin-client |
4644 | 2024-10-18T22:57:00.988Z | consumes: crucible-agent-client |
4645 | 2024-10-18T22:57:00.988Z | consumes: crucible-pantry-client |
4646 | 2024-10-18T22:57:00.988Z | consumes: dns-service-client |
4647 | 2024-10-18T22:57:00.988Z | consumes: dpd-client |
4648 | 2024-10-18T22:57:00.988Z | consumes: gateway-client |
4649 | 2024-10-18T22:57:00.988Z | consumes: mg-admin-client |
4650 | 2024-10-18T22:57:00.988Z | consumes: nexus-client |
4651 | 2024-10-18T22:57:00.988Z | consumes: oximeter-client |
4652 | 2024-10-18T22:57:00.989Z | consumes: propolis-client |
4653 | 2024-10-18T22:57:00.989Z | consumes: sled-agent-client |
4654 | 2024-10-18T22:57:00.989Z | |
4655 | 2024-10-18T22:57:00.989Z | |
4656 | 2024-10-18T22:57:00.989Z | Oximeter |
4657 | 2024-10-18T22:57:00.989Z | oximeter-collector (omicron/oximeter/collector) |
4658 | 2024-10-18T22:57:00.989Z | exposes: Oximeter (client = oximeter-client) |
4659 | 2024-10-18T22:57:00.992Z | consumes: nexus-client |
4660 | 2024-10-18T22:57:00.992Z | |
4661 | 2024-10-18T22:57:00.992Z | |
4662 | 2024-10-18T22:57:01.112Z | |
4663 | 2024-10-18T22:57:01.115Z | real 6.867353583 |
4664 | 2024-10-18T22:57:01.115Z | user 5.250476653 |
4665 | 2024-10-18T22:57:01.115Z | sys 2.126825770 |
4666 | 2024-10-18T22:57:01.115Z | trap 0.002202647 |
4667 | 2024-10-18T22:57:01.115Z | tflt 0.000000000 |
4668 | 2024-10-18T22:57:01.115Z | dflt 0.000010820 |
4669 | 2024-10-18T22:57:01.115Z | kflt 0.000000000 |
4670 | 2024-10-18T22:57:01.115Z | lock 0.001988959 |
4671 | 2024-10-18T22:57:01.115Z | slp 14.039073666 |
4672 | 2024-10-18T22:57:01.115Z | lat 0.036802780 |
4673 | 2024-10-18T22:57:01.115Z | stop 0.071895313 |
4674 | 2024-10-18T22:57:01.115Z | + ptime -m cargo xtask ls-apis servers |
4675 | 2024-10-18T22:57:01.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
4676 | 2024-10-18T22:57:01.761Z | Running `target/debug/xtask ls-apis servers` |
4677 | 2024-10-18T22:57:02.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
4678 | 2024-10-18T22:57:02.778Z | Running `target/debug/ls-apis servers` |
4679 | 2024-10-18T22:57:02.823Z | loading metadata for workspace omicron from current workspace |
4680 | 2024-10-18T22:57:04.221Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
4681 | 2024-10-18T22:57:04.224Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
4682 | 2024-10-18T22:57:04.226Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
4683 | 2024-10-18T22:57:06.482Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
4684 | 2024-10-18T22:57:07.482Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
4685 | 2024-10-18T22:57:07.492Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
4686 | 2024-10-18T22:57:07.587Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
4687 | 2024-10-18T22:57:07.587Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
4688 | 2024-10-18T22:57:07.590Z | |
4689 | 2024-10-18T22:57:07.590Z | omicron-cockroach-admin (omicron/cockroach-admin) |
4690 | 2024-10-18T22:57:07.590Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
4691 | 2024-10-18T22:57:07.590Z | |
4692 | 2024-10-18T22:57:07.590Z | crucible-agent (crucible/agent) |
4693 | 2024-10-18T22:57:07.590Z | exposes: Crucible Agent (client = crucible-agent-client) |
4694 | 2024-10-18T22:57:07.590Z | |
4695 | 2024-10-18T22:57:07.590Z | crucible-downstairs (crucible/downstairs) |
4696 | 2024-10-18T22:57:07.590Z | exposes: Crucible Repair (client = repair-client) |
4697 | 2024-10-18T22:57:07.590Z | consumes: repair-client |
4698 | 2024-10-18T22:57:07.590Z | |
4699 | 2024-10-18T22:57:07.590Z | crucible-pantry (crucible/pantry) |
4700 | 2024-10-18T22:57:07.590Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
4701 | 2024-10-18T22:57:07.593Z | |
4702 | 2024-10-18T22:57:07.593Z | dns-server (omicron/dns-server) |
4703 | 2024-10-18T22:57:07.593Z | exposes: DNS Server (client = dns-service-client) |
4704 | 2024-10-18T22:57:07.593Z | |
4705 | 2024-10-18T22:57:07.593Z | omicron-sled-agent (omicron/sled-agent) |
4706 | 2024-10-18T22:57:07.593Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
4707 | 2024-10-18T22:57:07.593Z | exposes: Sled Agent (client = sled-agent-client) |
4708 | 2024-10-18T22:57:07.597Z | consumes: bootstrap-agent-client |
4709 | 2024-10-18T22:57:07.597Z | consumes: ddm-admin-client |
4710 | 2024-10-18T22:57:07.597Z | consumes: dns-service-client |
4711 | 2024-10-18T22:57:07.597Z | consumes: dpd-client |
4712 | 2024-10-18T22:57:07.597Z | consumes: gateway-client |
4713 | 2024-10-18T22:57:07.597Z | consumes: mg-admin-client |
4714 | 2024-10-18T22:57:07.597Z | consumes: nexus-client |
4715 | 2024-10-18T22:57:07.597Z | consumes: propolis-client |
4716 | 2024-10-18T22:57:07.597Z | consumes: sled-agent-client |
4717 | 2024-10-18T22:57:07.597Z | |
4718 | 2024-10-18T22:57:07.597Z | propolis-server (propolis/bin/propolis-server) |
4719 | 2024-10-18T22:57:07.597Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
4720 | 2024-10-18T22:57:07.597Z | exposes: Propolis (client = propolis-client) |
4721 | 2024-10-18T22:57:07.597Z | consumes: nexus-client |
4722 | 2024-10-18T22:57:07.597Z | |
4723 | 2024-10-18T22:57:07.597Z | ddmd (maghemite/ddmd) |
4724 | 2024-10-18T22:57:07.597Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
4725 | 2024-10-18T22:57:07.600Z | consumes: dpd-client |
4726 | 2024-10-18T22:57:07.600Z | |
4727 | 2024-10-18T22:57:07.600Z | dpd (dendrite/dpd) |
4728 | 2024-10-18T22:57:07.600Z | exposes: Dendrite DPD (client = dpd-client) |
4729 | 2024-10-18T22:57:07.600Z | consumes: gateway-client |
4730 | 2024-10-18T22:57:07.600Z | consumes: nexus-client |
4731 | 2024-10-18T22:57:07.600Z | consumes: sled-agent-client |
4732 | 2024-10-18T22:57:07.600Z | |
4733 | 2024-10-18T22:57:07.600Z | mgd (maghemite/mgd) |
4734 | 2024-10-18T22:57:07.600Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
4735 | 2024-10-18T22:57:07.600Z | consumes: ddm-admin-client |
4736 | 2024-10-18T22:57:07.600Z | consumes: dpd-client |
4737 | 2024-10-18T22:57:07.600Z | |
4738 | 2024-10-18T22:57:07.600Z | omicron-gateway (omicron/gateway) |
4739 | 2024-10-18T22:57:07.600Z | exposes: Management Gateway Service (client = gateway-client) |
4740 | 2024-10-18T22:57:07.605Z | |
4741 | 2024-10-18T22:57:07.605Z | tfportd (dendrite/tfportd) |
4742 | 2024-10-18T22:57:07.605Z | consumes: dpd-client |
4743 | 2024-10-18T22:57:07.605Z | |
4744 | 2024-10-18T22:57:07.605Z | wicketd (omicron/wicketd) |
4745 | 2024-10-18T22:57:07.605Z | exposes: Wicketd Installinator (client = installinator-client) |
4746 | 2024-10-18T22:57:07.605Z | exposes: Wicketd (client = wicketd-client) |
4747 | 2024-10-18T22:57:07.605Z | consumes: bootstrap-agent-client |
4748 | 2024-10-18T22:57:07.605Z | consumes: ddm-admin-client |
4749 | 2024-10-18T22:57:07.605Z | consumes: dpd-client |
4750 | 2024-10-18T22:57:07.605Z | consumes: gateway-client |
4751 | 2024-10-18T22:57:07.605Z | |
4752 | 2024-10-18T22:57:07.605Z | installinator (omicron/installinator) |
4753 | 2024-10-18T22:57:07.605Z | consumes: ddm-admin-client |
4754 | 2024-10-18T22:57:07.605Z | consumes: installinator-client |
4755 | 2024-10-18T22:57:07.605Z | |
4756 | 2024-10-18T22:57:07.605Z | omicron-nexus (omicron/nexus) |
4757 | 2024-10-18T22:57:07.605Z | exposes: Nexus Internal API (client = nexus-client) |
4758 | 2024-10-18T22:57:07.605Z | exposes: External API (client = oxide-client) |
4759 | 2024-10-18T22:57:07.608Z | consumes: clickhouse-admin-keeper-client |
4760 | 2024-10-18T22:57:07.608Z | consumes: clickhouse-admin-server-client |
4761 | 2024-10-18T22:57:07.608Z | consumes: clickhouse-admin-single-client |
4762 | 2024-10-18T22:57:07.608Z | consumes: cockroach-admin-client |
4763 | 2024-10-18T22:57:07.608Z | consumes: crucible-agent-client |
4764 | 2024-10-18T22:57:07.608Z | consumes: crucible-pantry-client |
4765 | 2024-10-18T22:57:07.608Z | consumes: dns-service-client |
4766 | 2024-10-18T22:57:07.608Z | consumes: dpd-client |
4767 | 2024-10-18T22:57:07.608Z | consumes: gateway-client |
4768 | 2024-10-18T22:57:07.608Z | consumes: mg-admin-client |
4769 | 2024-10-18T22:57:07.608Z | consumes: nexus-client |
4770 | 2024-10-18T22:57:07.608Z | consumes: oximeter-client |
4771 | 2024-10-18T22:57:07.608Z | consumes: propolis-client |
4772 | 2024-10-18T22:57:07.608Z | consumes: sled-agent-client |
4773 | 2024-10-18T22:57:07.608Z | |
4774 | 2024-10-18T22:57:07.608Z | oximeter-collector (omicron/oximeter/collector) |
4775 | 2024-10-18T22:57:07.608Z | exposes: Oximeter (client = oximeter-client) |
4776 | 2024-10-18T22:57:07.608Z | consumes: nexus-client |
4777 | 2024-10-18T22:57:07.608Z | |
4778 | 2024-10-18T22:57:07.895Z | |
4779 | 2024-10-18T22:57:07.895Z | real 6.601402634 |
4780 | 2024-10-18T22:57:07.895Z | user 5.203413526 |
4781 | 2024-10-18T22:57:07.895Z | sys 2.090896004 |
4782 | 2024-10-18T22:57:07.895Z | trap 0.000467236 |
4783 | 2024-10-18T22:57:07.895Z | tflt 0.000016630 |
4784 | 2024-10-18T22:57:07.902Z | dflt 0.000652124 |
4785 | 2024-10-18T22:57:07.902Z | kflt 0.000000000 |
4786 | 2024-10-18T22:57:07.902Z | lock 0.002185273 |
4787 | 2024-10-18T22:57:07.902Z | slp 13.722607209 |
4788 | 2024-10-18T22:57:07.902Z | lat 0.026425235 |
4789 | 2024-10-18T22:57:07.902Z | stop 0.072309324 |
4790 | 2024-10-18T22:57:07.902Z | + banner test |
4791 | 2024-10-18T22:57:07.902Z | |
4792 | 2024-10-18T22:57:07.902Z | ##### ###### #### ##### |
4793 | 2024-10-18T22:57:07.902Z | # # # # |
4794 | 2024-10-18T22:57:07.902Z | # ##### #### # |
4795 | 2024-10-18T22:57:07.902Z | # # # # |
4796 | 2024-10-18T22:57:07.902Z | # # # # # |
4797 | 2024-10-18T22:57:07.902Z | # ###### #### # |
4798 | 2024-10-18T22:57:07.902Z | |
4799 | 2024-10-18T22:57:07.902Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
4800 | 2024-10-18T22:57:09.354Z | info: experimental features enabled: setup-scripts |
4801 | 2024-10-18T22:57:11.341Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4802 | 2024-10-18T22:57:11.495Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4803 | 2024-10-18T22:57:11.539Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4804 | 2024-10-18T22:57:11.565Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4805 | 2024-10-18T22:57:24.359Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 14.97s |
4806 | 2024-10-18T22:57:31.025Z | ------------ |
4807 | 2024-10-18T22:57:31.025Z | Nextest run ID f5710287-27d1-4d27-b306-6325ba0d6ce2 with nextest profile: ci |
4808 | 2024-10-18T22:57:31.028Z | Starting 1637 tests across 171 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
4809 | 2024-10-18T22:57:31.032Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4810 | 2024-10-18T22:57:31.915Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4811 | 2024-10-18T22:57:34.512Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4812 | 2024-10-18T22:57:36.425Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4813 | 2024-10-18T22:57:42.643Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 11.54s |
4814 | 2024-10-18T22:57:42.759Z | Running `target/debug/crdb-seed` |
4815 | 2024-10-18T22:57:42.801Z | Oct 18 22:57:42.606 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpiosHas |
4816 | 2024-10-18T22:57:42.804Z | Oct 18 22:57:42.606 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp2oPyin,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpiosHas/listen-url |
4817 | 2024-10-18T22:57:42.804Z | Oct 18 22:57:42.606 INFO cockroach environment: BUILDOMAT_JOB_ID=01JAGTTWVA5SR45Y4D3F6WGBQM BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=single-node-clickhouse-init GITHUB_REF=refs/heads/single-node-clickhouse-init GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=e725a7682413619bab3a80edd0c7908693a2402e 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/ring-1ed0c64f3db5e7dd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-edeb8047c3144597/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out:/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envI8GmIT NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-cda512bbc4e508c6/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5e407e6a221f7056/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-edeb8047c3144597/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1ed0c64f3db5e7dd/out:/work/oxidecomputer/omicron/target/debug/build/ring-43fc5102c23ca86a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5776c6cb5c68a5bd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=f5710287-27d1-4d27-b306-6325ba0d6ce2 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.80.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
4818 | 2024-10-18T22:57:43.992Z | Oct 18 22:57:43.797 INFO cockroach pid: 6634 |
4819 | 2024-10-18T22:57:43.992Z | Oct 18 22:57:43.797 INFO cockroach listen URL: postgresql://root@[::1]:37599/omicron?sslmode=disable |
4820 | 2024-10-18T22:57:43.992Z | Oct 18 22:57:43.797 INFO cockroach: populating |
4821 | 2024-10-18T22:57:46.892Z | Oct 18 22:57:46.698 INFO cockroach: populated |
4822 | 2024-10-18T22:57:48.876Z | Oct 18 22:57:48.682 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/3eeedc210149072c97f437b960f3d770fe95aab63fad62b6aaab99bb649830d5.tar` |
4823 | 2024-10-18T22:57:48.880Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4824 | 2024-10-18T22:57:48.962Z | PASS [ 0.043s] api_identity test::test_identity |
4825 | 2024-10-18T22:57:48.962Z | PASS [ 0.037s] api_identity test::test_identity_no_field |
4826 | 2024-10-18T22:57:48.962Z | PASS [ 0.038s] bootstore schemes::tests::hello_roundtrip |
4827 | 2024-10-18T22:57:48.962Z | PASS [ 0.048s] authz-macros tests::test_authz_snapshots |
4828 | 2024-10-18T22:57:48.964Z | PASS [ 0.022s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4829 | 2024-10-18T22:57:48.964Z | PASS [ 0.028s] bootstore schemes::v0::share_pkg::tests::create_packages |
4830 | 2024-10-18T22:57:48.964Z | PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4831 | 2024-10-18T22:57:49.003Z | PASS [ 0.089s] bootstore schemes::v0::peer::tests::network_config |
4832 | 2024-10-18T22:57:49.016Z | PASS [ 0.054s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
4833 | 2024-10-18T22:57:49.028Z | PASS [ 0.071s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
4834 | 2024-10-18T22:57:49.028Z | PASS [ 0.067s] clickhouse-admin-types tests::test_empty_output_parse_fail |
4835 | 2024-10-18T22:57:49.043Z | PASS [ 0.025s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success |
4836 | 2024-10-18T22:57:49.056Z | PASS [ 0.027s] clickhouse-admin-types tests::test_full_lgif_parse_success |
4837 | 2024-10-18T22:57:49.056Z | PASS [ 0.048s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
4838 | 2024-10-18T22:57:49.062Z | PASS [ 0.034s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
4839 | 2024-10-18T22:57:49.078Z | PASS [ 0.021s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
4840 | 2024-10-18T22:57:49.094Z | PASS [ 0.043s] clickhouse-admin-types tests::test_generate_keeper_config |
4841 | 2024-10-18T22:57:49.094Z | PASS [ 0.034s] clickhouse-admin-types tests::test_generate_replica_config |
4842 | 2024-10-18T22:57:49.096Z | PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail |
4843 | 2024-10-18T22:57:49.192Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
4844 | 2024-10-18T22:57:49.192Z | PASS [ 0.018s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
4845 | 2024-10-18T22:57:49.192Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
4846 | 2024-10-18T22:57:49.192Z | PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
4847 | 2024-10-18T22:57:49.195Z | PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
4848 | 2024-10-18T22:57:49.195Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
4849 | 2024-10-18T22:57:49.195Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail |
4850 | 2024-10-18T22:57:49.195Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
4851 | 2024-10-18T22:57:49.195Z | PASS [ 0.024s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
4852 | 2024-10-18T22:57:49.195Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
4853 | 2024-10-18T22:57:49.195Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
4854 | 2024-10-18T22:57:49.195Z | PASS [ 0.023s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
4855 | 2024-10-18T22:57:49.195Z | PASS [ 0.217s] cert-dev::test-cert-dev test_cert_create |
4856 | 2024-10-18T22:57:49.195Z | PASS [ 0.029s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail |
4857 | 2024-10-18T22:57:49.195Z | PASS [ 0.018s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
4858 | 2024-10-18T22:57:49.195Z | PASS [ 0.024s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail |
4859 | 2024-10-18T22:57:49.195Z | PASS [ 0.029s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
4860 | 2024-10-18T22:57:49.209Z | PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
4861 | 2024-10-18T22:57:49.209Z | PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
4862 | 2024-10-18T22:57:49.227Z | PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
4863 | 2024-10-18T22:57:49.230Z | PASS [ 0.019s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
4864 | 2024-10-18T22:57:49.230Z | PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
4865 | 2024-10-18T22:57:49.258Z | PASS [ 0.080s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
4866 | 2024-10-18T22:57:49.265Z | PASS [ 0.095s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
4867 | 2024-10-18T22:57:49.352Z | PASS [ 0.087s] db-macros lookup::test::test_lookup_snapshots |
4868 | 2024-10-18T22:57:49.367Z | PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
4869 | 2024-10-18T22:57:49.385Z | PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4870 | 2024-10-18T22:57:49.399Z | PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4871 | 2024-10-18T22:57:49.415Z | PASS [ 0.014s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4872 | 2024-10-18T22:57:49.434Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4873 | 2024-10-18T22:57:49.459Z | PASS [ 0.023s] db-macros tests::test_derive_snapshots |
4874 | 2024-10-18T22:57:49.478Z | PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field |
4875 | 2024-10-18T22:57:49.508Z | PASS [ 0.282s] db-dev::test-db-dev test_db_dev_populate_no_args |
4876 | 2024-10-18T22:57:49.508Z | PASS [ 0.276s] db-dev::test-db-dev test_db_dev_wipe_no_args |
4877 | 2024-10-18T22:57:49.726Z | PASS [ 0.224s] dns-server storage::test::test_update_in_progress |
4878 | 2024-10-18T22:57:49.740Z | PASS [ 0.230s] dns-server storage::test::test_update_interrupted |
4879 | 2024-10-18T22:57:49.750Z | PASS [ 0.270s] dns-server storage::test::test_update_basic |
4880 | 2024-10-18T22:57:50.026Z | PASS [ 1.116s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4881 | 2024-10-18T22:57:50.227Z | PASS [ 0.460s] dns-server::basic_test empty_record |
4882 | 2024-10-18T22:57:50.227Z | PASS [ 0.471s] dns-server::basic_test aaaa_crud |
4883 | 2024-10-18T22:57:50.227Z | PASS [ 0.486s] dns-server::basic_test a_crud |
4884 | 2024-10-18T22:57:50.246Z | PASS [ 0.217s] dns-server::basic_test multi_record_crud |
4885 | 2024-10-18T22:57:50.457Z | PASS [ 0.245s] dns-server::basic_test name_contains_zone |
4886 | 2024-10-18T22:57:50.479Z | PASS [ 0.260s] dns-server::basic_test nxdomain |
4887 | 2024-10-18T22:57:50.496Z | PASS [ 0.252s] dns-server::basic_test srv_crud |
4888 | 2024-10-18T22:57:50.516Z | PASS [ 0.289s] dns-server::basic_test servfail |
4889 | 2024-10-18T22:57:50.534Z | PASS [ 0.038s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4890 | 2024-10-18T22:57:50.545Z | PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4891 | 2024-10-18T22:57:50.625Z | PASS [ 0.100s] illumos-utils destructor::test::test_delayed_delete |
4892 | 2024-10-18T22:57:50.625Z | PASS [ 0.073s] illumos-utils destructor::test::test_destructor_bad_close |
4893 | 2024-10-18T22:57:50.647Z | PASS [ 0.030s] illumos-utils link::test::test_allocate |
4894 | 2024-10-18T22:57:50.657Z | PASS [ 0.031s] illumos-utils link::test::test_allocate_within_scopes |
4895 | 2024-10-18T22:57:50.674Z | PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4896 | 2024-10-18T22:57:50.682Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_avail |
4897 | 2024-10-18T22:57:50.701Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_quota |
4898 | 2024-10-18T22:57:50.709Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_reservation |
4899 | 2024-10-18T22:57:50.725Z | PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_usage |
4900 | 2024-10-18T22:57:50.739Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_uuid |
4901 | 2024-10-18T22:57:50.751Z | PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_missing_fields |
4902 | 2024-10-18T22:57:50.762Z | PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props |
4903 | 2024-10-18T22:57:50.775Z | PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
4904 | 2024-10-18T22:57:50.791Z | PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network |
4905 | 2024-10-18T22:57:50.806Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool |
4906 | 2024-10-18T22:57:50.820Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4907 | 2024-10-18T22:57:51.545Z | PASS [ 2.607s] bootstore::v0-fsm-proptest-learner run |
4908 | 2024-10-18T22:57:51.621Z | PASS [ 1.086s] illumos-utils destructor::test::test_delayed_delete_with_error |
4909 | 2024-10-18T22:57:51.752Z | PASS [ 0.204s] installinator-common block_size_writer::tests::proptest_block_writer |
4910 | 2024-10-18T22:57:52.314Z | PASS [ 1.492s] installinator write::tests::proptest_write_artifact |
4911 | 2024-10-18T22:57:52.550Z | PASS [ 0.799s] internal-dns-resolver resolver::test::insert_and_lookup_one_record |
4912 | 2024-10-18T22:57:52.567Z | PASS [ 0.947s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
4913 | 2024-10-18T22:57:52.601Z | PASS [ 0.288s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
4914 | 2024-10-18T22:57:52.904Z | PASS [ 0.336s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
4915 | 2024-10-18T22:57:52.958Z | PASS [ 0.357s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
4916 | 2024-10-18T22:57:52.996Z | PASS [ 0.037s] internal-dns-types config::test::display_hosts |
4917 | 2024-10-18T22:57:53.027Z | PASS [ 0.027s] internal-dns-types config::test::display_srv_service |
4918 | 2024-10-18T22:57:53.151Z | PASS [ 0.066s] internal-dns-types config::test::test_builder_errors |
4919 | 2024-10-18T22:57:53.151Z | PASS [ 0.539s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
4920 | 2024-10-18T22:57:53.231Z | PASS [ 0.321s] internal-dns-resolver resolver::test::update_record |
4921 | 2024-10-18T22:57:53.273Z | PASS [ 0.181s] internal-dns-types config::test::test_builder_output |
4922 | 2024-10-18T22:57:53.295Z | PASS [ 0.058s] internal-dns-types diff::test::diff_equivalent |
4923 | 2024-10-18T22:57:53.296Z | PASS [ 0.172s] internal-dns-types diff::test::diff_different |
4924 | 2024-10-18T22:57:53.311Z | PASS [ 0.036s] internal-dns-types diff::test::diff_invalid |
4925 | 2024-10-18T22:57:53.335Z | PASS [ 0.051s] ipcc tests::deserialize_fixed_value |
4926 | 2024-10-18T22:57:53.377Z | PASS [ 0.080s] ipcc tests::installinator_image_id_round_trip |
4927 | 2024-10-18T22:57:53.404Z | PASS [ 0.081s] ipcc tests::serialized_size |
4928 | 2024-10-18T22:57:53.538Z | PASS [ 0.131s] key-manager tests::different_disks_produce_different_keys |
4929 | 2024-10-18T22:57:53.538Z | PASS [ 0.091s] key-manager tests::different_ikm_produces_different_keys |
4930 | 2024-10-18T22:57:53.538Z | PASS [ 0.078s] key-manager tests::disk_encryption_key_epoch_0 |
4931 | 2024-10-18T22:57:53.568Z | PASS [ 0.083s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4932 | 2024-10-18T22:57:53.686Z | PASS [ 0.115s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
4933 | 2024-10-18T22:57:53.734Z | PASS [ 0.213s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
4934 | 2024-10-18T22:57:53.734Z | PASS [ 0.173s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
4935 | 2024-10-18T22:57:53.749Z | PASS [ 0.081s] nexus-auth authn::external::session_cookie::test::test_get_token |
4936 | 2024-10-18T22:57:53.918Z | PASS [ 0.063s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
4937 | 2024-10-18T22:57:53.918Z | PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
4938 | 2024-10-18T22:57:53.921Z | PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
4939 | 2024-10-18T22:57:53.921Z | PASS [ 0.062s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
4940 | 2024-10-18T22:57:53.921Z | PASS [ 3.376s] dns-server::commands_test test_dnsadm |
4941 | 2024-10-18T22:57:53.921Z | PASS [ 0.061s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
4942 | 2024-10-18T22:57:53.921Z | PASS [ 0.084s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
4943 | 2024-10-18T22:57:53.921Z | PASS [ 0.069s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
4944 | 2024-10-18T22:57:54.109Z | PASS [ 0.096s] nexus-auth authn::external::spoof::test::test_make_header_value |
4945 | 2024-10-18T22:57:54.109Z | PASS [ 0.069s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
4946 | 2024-10-18T22:57:54.110Z | PASS [ 0.077s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
4947 | 2024-10-18T22:57:54.113Z | PASS [ 0.103s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
4948 | 2024-10-18T22:57:54.113Z | PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
4949 | 2024-10-18T22:57:54.113Z | PASS [ 0.070s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
4950 | 2024-10-18T22:57:54.113Z | PASS [ 0.062s] nexus-auth authn::external::token::test::test_make_header_value |
4951 | 2024-10-18T22:57:54.113Z | PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
4952 | 2024-10-18T22:57:54.113Z | PASS [ 0.070s] nexus-auth authn::external::token::test::test_token_header_missing |
4953 | 2024-10-18T22:57:54.113Z | PASS [ 0.115s] nexus-auth authn::external::test::test_authn_sequence |
4954 | 2024-10-18T22:57:54.147Z | PASS [ 0.079s] nexus-auth authn::external::token::test::test_token_header_valid |
4955 | 2024-10-18T22:57:54.147Z | PASS [ 5.177s] bootstore::v0-fsm-proptest-rack-coordinator run |
4956 | 2024-10-18T22:57:54.179Z | PASS [ 3.364s] installinator mock_peers::tests::proptest_fetch_artifact |
4957 | 2024-10-18T22:57:54.220Z | PASS [ 0.155s] nexus-auth authn::test::test_internal_users |
4958 | 2024-10-18T22:57:54.237Z | PASS [ 0.136s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
4959 | 2024-10-18T22:57:54.262Z | PASS [ 0.119s] nexus-auth context::test::test_child_context |
4960 | 2024-10-18T22:57:54.292Z | PASS [ 0.158s] nexus-auth context::test::test_background_context |
4961 | 2024-10-18T22:57:54.292Z | PASS [ 0.108s] nexus-auth context::test::test_test_context |
4962 | 2024-10-18T22:57:54.309Z | PASS [ 0.220s] nexus-auth authz::context::test::test_unregistered_resource |
4963 | 2024-10-18T22:57:54.362Z | PASS [ 0.040s] nexus-config nexus_config::test::test_config_nonexistent |
4964 | 2024-10-18T22:57:54.364Z | PASS [ 0.087s] nexus-config nexus_config::test::test_config_empty |
4965 | 2024-10-18T22:57:54.364Z | PASS [ 0.118s] nexus-config nexus_config::test::test_config_bad_toml |
4966 | 2024-10-18T22:57:54.388Z | PASS [ 0.170s] nexus-config nexus_config::test::test_bad_authn_schemes |
4967 | 2024-10-18T22:57:54.409Z | PASS [ 0.105s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
4968 | 2024-10-18T22:57:54.418Z | PASS [ 0.071s] nexus-config nexus_config::test::test_valid |
4969 | 2024-10-18T22:57:54.436Z | PASS [ 0.040s] nexus-config postgres_config::test::test_example_url |
4970 | 2024-10-18T22:57:54.436Z | PASS [ 0.053s] nexus-config postgres_config::test::test_bad_url |
4971 | 2024-10-18T22:57:54.447Z | PASS [ 0.157s] nexus-config nexus_config::test::test_deployment_config_schema |
4972 | 2024-10-18T22:57:54.461Z | PASS [ 0.138s] nexus-config nexus_config::test::test_repo_configs_are_valid |
4973 | 2024-10-18T22:57:54.461Z | PASS [ 0.029s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
4974 | 2024-10-18T22:57:54.481Z | PASS [ 0.034s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
4975 | 2024-10-18T22:57:54.485Z | PASS [ 0.064s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
4976 | 2024-10-18T22:57:54.485Z | PASS [ 0.052s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
4977 | 2024-10-18T22:57:54.488Z | PASS [ 0.043s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
4978 | 2024-10-18T22:57:54.496Z | PASS [ 0.041s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4979 | 2024-10-18T22:57:54.515Z | PASS [ 0.052s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4980 | 2024-10-18T22:57:54.523Z | PASS [ 0.041s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4981 | 2024-10-18T22:57:54.531Z | PASS [ 0.055s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
4982 | 2024-10-18T22:57:54.548Z | PASS [ 0.070s] nexus-db-model device_auth::test::test_generate_user_code |
4983 | 2024-10-18T22:57:54.548Z | PASS [ 0.043s] nexus-db-model schema_versions::test::test_known_versions |
4984 | 2024-10-18T22:57:54.568Z | PASS [ 0.067s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
4985 | 2024-10-18T22:57:54.568Z | PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
4986 | 2024-10-18T22:57:54.568Z | PASS [ 0.033s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
4987 | 2024-10-18T22:57:54.591Z | PASS [ 0.037s] nexus-db-model schema_versions::test::test_verify |
4988 | 2024-10-18T22:57:54.591Z | PASS [ 0.029s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4989 | 2024-10-18T22:57:54.591Z | PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
4990 | 2024-10-18T22:57:54.615Z | PASS [ 0.043s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4991 | 2024-10-18T22:57:54.615Z | PASS [ 0.035s] nexus-db-model tests::test_ipv6_net_random_subnet |
4992 | 2024-10-18T22:57:54.615Z | PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings |
4993 | 2024-10-18T22:57:54.633Z | PASS [ 0.040s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
4994 | 2024-10-18T22:57:54.633Z | PASS [ 0.047s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4995 | 2024-10-18T22:57:55.067Z | PASS [ 5.832s] db-dev::test-db-dev test_db_killed |
4996 | 2024-10-18T22:58:02.069Z | PASS [ 7.461s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4997 | 2024-10-18T22:58:02.703Z | PASS [ 8.068s] nexus-db-queries db::collection_attach::test::test_attach_once |
4998 | 2024-10-18T22:58:02.750Z | PASS [ 7.688s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4999 | 2024-10-18T22:58:02.791Z | PASS [ 8.201s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
5000 | 2024-10-18T22:58:02.832Z | PASS [ 0.039s] nexus-db-queries db::collection_attach::test::test_verify_query |
5001 | 2024-10-18T22:58:02.938Z | PASS [ 8.321s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
5002 | 2024-10-18T22:58:02.970Z | PASS [ 8.336s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
5003 | 2024-10-18T22:58:02.984Z | PASS [ 8.384s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
5004 | 2024-10-18T22:58:07.442Z | PASS [ 18.187s] db-dev::test-db-dev test_db_run |
5005 | 2024-10-18T22:58:08.740Z | PASS [ 6.673s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
5006 | 2024-10-18T22:58:09.053Z | PASS [ 6.351s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
5007 | 2024-10-18T22:58:09.100Z | PASS [ 0.046s] nexus-db-queries db::collection_detach::test::test_verify_query |
5008 | 2024-10-18T22:58:09.396Z | PASS [ 6.412s] nexus-db-queries db::collection_detach::test::test_detach_once |
5009 | 2024-10-18T22:58:09.675Z | PASS [ 6.925s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
5010 | 2024-10-18T22:58:09.686Z | PASS [ 6.753s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
5011 | 2024-10-18T22:58:09.798Z | PASS [ 6.837s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
5012 | 2024-10-18T22:58:09.872Z | PASS [ 7.040s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
5013 | 2024-10-18T22:58:12.484Z | PASS [ 5.037s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
5014 | 2024-10-18T22:58:14.850Z | PASS [ 6.111s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
5015 | 2024-10-18T22:58:15.179Z | PASS [ 6.083s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
5016 | 2024-10-18T22:58:15.216Z | PASS [ 0.036s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
5017 | 2024-10-18T22:58:15.434Z | PASS [ 6.041s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
5018 | 2024-10-18T22:58:16.169Z | PASS [ 6.482s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
5019 | 2024-10-18T22:58:16.209Z | PASS [ 0.040s] nexus-db-queries db::collection_insert::test::test_verify_query |
5020 | 2024-10-18T22:58:16.243Z | PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
5021 | 2024-10-18T22:58:16.271Z | PASS [ 6.476s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
5022 | 2024-10-18T22:58:16.277Z | PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_columns |
5023 | 2024-10-18T22:58:16.309Z | PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_table |
5024 | 2024-10-18T22:58:16.398Z | PASS [ 6.715s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
5025 | 2024-10-18T22:58:16.459Z | PASS [ 6.588s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
5026 | 2024-10-18T22:58:18.047Z | PASS [ 5.566s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
5027 | 2024-10-18T22:58:20.211Z | PASS [ 4.991s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
5028 | 2024-10-18T22:58:20.330Z | PASS [ 5.479s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
5029 | 2024-10-18T22:58:20.590Z | PASS [ 5.153s] nexus-db-queries db::collection_insert::test::test_collection_present |
5030 | 2024-10-18T22:58:24.267Z | PASS [ 7.982s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
5031 | 2024-10-18T22:58:24.267Z | PASS [ 7.952s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
5032 | 2024-10-18T22:58:24.295Z | PASS [ 7.837s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
5033 | 2024-10-18T22:58:24.383Z | PASS [ 7.993s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic |
5034 | 2024-10-18T22:58:25.493Z | PASS [ 7.445s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
5035 | 2024-10-18T22:58:25.774Z | PASS [ 5.182s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
5036 | 2024-10-18T22:58:26.115Z | PASS [ 5.786s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
5037 | 2024-10-18T22:58:27.653Z | PASS [ 7.444s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
5038 | 2024-10-18T22:58:30.081Z | PASS [ 5.821s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
5039 | 2024-10-18T22:58:32.521Z | PASS [ 8.139s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
5040 | 2024-10-18T22:58:32.851Z | PASS [ 8.584s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
5041 | 2024-10-18T22:58:32.891Z | PASS [ 0.039s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
5042 | 2024-10-18T22:58:32.925Z | PASS [ 8.631s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
5043 | 2024-10-18T22:58:34.265Z | PASS [ 8.494s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
5044 | 2024-10-18T22:58:34.720Z | PASS [ 9.229s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
5045 | 2024-10-18T22:58:34.904Z | PASS [ 8.787s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
5046 | 2024-10-18T22:58:35.602Z | PASS [ 7.950s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
5047 | 2024-10-18T22:58:37.495Z | PASS [ 7.411s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
5048 | 2024-10-18T22:58:40.323Z | PASS [ 7.803s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
5049 | 2024-10-18T22:58:40.405Z | PASS [ 7.515s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
5050 | 2024-10-18T22:58:41.064Z | PASS [ 8.140s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
5051 | 2024-10-18T22:58:42.788Z | PASS [ 8.068s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
5052 | 2024-10-18T22:58:43.100Z | PASS [ 8.199s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
5053 | 2024-10-18T22:58:43.166Z | PASS [ 7.563s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
5054 | 2024-10-18T22:58:43.464Z | PASS [ 9.199s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
5055 | 2024-10-18T22:58:44.817Z | PASS [ 7.323s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
5056 | 2024-10-18T22:58:47.746Z | PASS [ 7.338s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
5057 | 2024-10-18T22:58:48.761Z | PASS [ 7.697s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
5058 | 2024-10-18T22:58:49.725Z | PASS [ 9.404s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
5059 | 2024-10-18T22:58:51.027Z | PASS [ 7.927s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
5060 | 2024-10-18T22:58:51.069Z | PASS [ 8.283s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
5061 | 2024-10-18T22:58:51.151Z | PASS [ 7.985s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
5062 | 2024-10-18T22:58:51.270Z | PASS [ 7.806s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
5063 | 2024-10-18T22:58:52.088Z | PASS [ 7.272s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
5064 | 2024-10-18T22:58:54.810Z | PASS [ 7.064s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
5065 | 2024-10-18T22:58:55.760Z | PASS [ 6.996s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
5066 | 2024-10-18T22:58:58.616Z | PASS [ 8.889s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
5067 | 2024-10-18T22:58:59.006Z | PASS [ 7.738s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
5068 | 2024-10-18T22:58:59.538Z | PASS [ 8.390s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
5069 | 2024-10-18T22:58:59.688Z | PASS [ 8.620s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
5070 | 2024-10-18T22:58:59.937Z | PASS [ 7.850s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
5071 | 2024-10-18T22:59:02.423Z | PASS [ 6.664s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
5072 | 2024-10-18T22:59:02.775Z | PASS [ 11.748s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
5073 | 2024-10-18T22:59:03.662Z | PASS [ 8.855s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
5074 | 2024-10-18T22:59:06.256Z | PASS [ 7.640s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
5075 | 2024-10-18T22:59:06.502Z | PASS [ 7.496s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
5076 | 2024-10-18T22:59:07.283Z | PASS [ 7.745s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
5077 | 2024-10-18T22:59:07.385Z | PASS [ 7.448s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
5078 | 2024-10-18T22:59:07.795Z | PASS [ 8.105s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
5079 | 2024-10-18T22:59:10.633Z | PASS [ 8.209s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
5080 | 2024-10-18T22:59:10.765Z | PASS [ 7.101s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
5081 | 2024-10-18T22:59:14.387Z | PASS [ 7.886s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
5082 | 2024-10-18T22:59:15.337Z | PASS [ 8.055s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
5083 | 2024-10-18T22:59:15.513Z | PASS [ 8.128s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
5084 | 2024-10-18T22:59:16.022Z | PASS [ 8.230s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
5085 | 2024-10-18T22:59:18.060Z | PASS [ 7.427s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
5086 | 2024-10-18T22:59:18.446Z | PASS [ 7.681s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
5087 | 2024-10-18T22:59:19.096Z | PASS [ 16.323s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
5088 | 2024-10-18T22:59:22.151Z | PASS [ 7.763s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
5089 | 2024-10-18T22:59:24.078Z | PASS [ 8.742s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
5090 | 2024-10-18T22:59:24.570Z | PASS [ 8.345s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
5091 | 2024-10-18T22:59:24.578Z | PASS [ 0.041s] nexus-db-queries db::datastore::region::test::test_extent_count |
5092 | 2024-10-18T22:59:25.490Z | PASS [ 9.977s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
5093 | 2024-10-18T22:59:26.026Z | PASS [ 7.968s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
5094 | 2024-10-18T22:59:26.471Z | PASS [ 8.026s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
5095 | 2024-10-18T22:59:27.279Z | PASS [ 8.184s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
5096 | 2024-10-18T22:59:30.233Z | PASS [ 8.076s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
5097 | 2024-10-18T22:59:31.518Z | PASS [ 7.439s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
5098 | 2024-10-18T22:59:31.972Z | PASS [ 7.564s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
5099 | 2024-10-18T22:59:32.649Z | PASS [ 26.395s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
5100 | 2024-10-18T22:59:33.328Z | PASS [ 7.839s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
5101 | 2024-10-18T22:59:33.649Z | PASS [ 7.624s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
5102 | 2024-10-18T22:59:33.916Z | PASS [ 7.446s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
5103 | 2024-10-18T22:59:34.301Z | PASS [ 7.019s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
5104 | 2024-10-18T22:59:37.088Z | PASS [ 6.862s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
5105 | 2024-10-18T22:59:38.964Z | PASS [ 7.447s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
5106 | 2024-10-18T22:59:39.497Z | PASS [ 7.524s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
5107 | 2024-10-18T22:59:40.447Z | PASS [ 7.798s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
5108 | 2024-10-18T22:59:41.357Z | PASS [ 7.708s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
5109 | 2024-10-18T22:59:41.440Z | PASS [ 8.113s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
5110 | 2024-10-18T22:59:41.559Z | PASS [ 7.261s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
5111 | 2024-10-18T22:59:41.713Z | PASS [ 7.798s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
5112 | 2024-10-18T22:59:44.197Z | PASS [ 7.109s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
5113 | 2024-10-18T22:59:45.951Z | PASS [ 6.965s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
5114 | 2024-10-18T22:59:46.960Z | PASS [ 7.466s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
5115 | 2024-10-18T22:59:49.431Z | PASS [ 8.984s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
5116 | 2024-10-18T22:59:49.801Z | PASS [ 8.088s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
5117 | 2024-10-18T22:59:49.927Z | PASS [ 8.490s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
5118 | 2024-10-18T22:59:50.126Z | PASS [ 8.771s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
5119 | 2024-10-18T22:59:55.311Z | PASS [ 7.104s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
5120 | 2024-10-18T22:59:55.349Z | PASS [ 11.502s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
5121 | 2024-10-18T22:59:55.349Z | PASS [ 7.181s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
5122 | 2024-10-18T22:59:55.349Z | PASS [ 6.969s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
5123 | 2024-10-18T22:59:57.055Z | PASS [ 5.756s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
5124 | 2024-10-18T22:59:57.149Z | PASS [ 7.720s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
5125 | 2024-10-18T22:59:57.377Z | PASS [ 7.251s] nexus-db-queries db::datastore::test::test_project_creation |
5126 | 2024-10-18T22:59:57.406Z | PASS [ 7.606s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
5127 | 2024-10-18T22:59:57.599Z | PASS [ 7.670s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
5128 | 2024-10-18T23:00:00.942Z | PASS [ 7.881s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
5129 | 2024-10-18T23:00:01.153Z | PASS [ 7.223s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
5130 | 2024-10-18T23:00:05.694Z | PASS [ 8.544s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
5131 | 2024-10-18T23:00:06.008Z | PASS [ 8.953s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
5132 | 2024-10-18T23:00:06.957Z | PASS [ 13.850s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
5133 | 2024-10-18T23:00:08.625Z | PASS [ 7.473s] nexus-db-queries db::datastore::test::test_session_methods |
5134 | 2024-10-18T23:00:10.204Z | PASS [ 12.799s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
5135 | 2024-10-18T23:00:11.015Z | PASS [ 5.323s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
5136 | 2024-10-18T23:00:11.194Z | PASS [ 13.818s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
5137 | 2024-10-18T23:00:11.590Z | PASS [ 13.993s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
5138 | 2024-10-18T23:00:13.206Z | PASS [ 7.198s] nexus-db-queries db::datastore::test::test_ssh_keys |
5139 | 2024-10-18T23:00:14.059Z | PASS [ 7.101s] nexus-db-queries db::datastore::test::test_table_scan |
5140 | 2024-10-18T23:00:14.166Z | PASS [ 13.225s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
5141 | 2024-10-18T23:00:14.213Z | PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
5142 | 2024-10-18T23:00:14.259Z | PASS [ 0.046s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
5143 | 2024-10-18T23:00:15.491Z | PASS [ 6.868s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
5144 | 2024-10-18T23:00:17.813Z | PASS [ 7.610s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
5145 | 2024-10-18T23:00:18.163Z | PASS [ 7.147s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
5146 | 2024-10-18T23:00:18.339Z | PASS [ 7.147s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
5147 | 2024-10-18T23:00:19.095Z | PASS [ 7.506s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
5148 | 2024-10-18T23:00:20.640Z | PASS [ 7.433s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
5149 | 2024-10-18T23:00:20.984Z | PASS [ 6.925s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
5150 | 2024-10-18T23:00:21.479Z | PASS [ 7.221s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
5151 | 2024-10-18T23:00:22.184Z | PASS [ 6.692s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
5152 | 2024-10-18T23:00:25.033Z | PASS [ 7.219s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
5153 | 2024-10-18T23:00:25.795Z | PASS [ 7.634s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
5154 | 2024-10-18T23:00:25.871Z | PASS [ 7.534s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
5155 | 2024-10-18T23:00:26.667Z | PASS [ 5.191s] nexus-db-queries db::explain::test::test_explain_async |
5156 | 2024-10-18T23:00:27.495Z | PASS [ 5.312s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
5157 | 2024-10-18T23:00:28.783Z | PASS [ 9.687s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
5158 | 2024-10-18T23:00:28.895Z | PASS [ 8.258s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
5159 | 2024-10-18T23:00:28.936Z | PASS [ 0.041s] nexus-db-queries db::pagination::test::test_paginator |
5160 | 2024-10-18T23:00:29.193Z | PASS [ 8.210s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
5161 | 2024-10-18T23:00:31.775Z | PASS [ 6.742s] nexus-db-queries db::lookup::test::test_lookup |
5162 | 2024-10-18T23:00:31.964Z | PASS [ 6.092s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
5163 | 2024-10-18T23:00:31.989Z | PASS [ 6.192s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
5164 | 2024-10-18T23:00:32.776Z | PASS [ 6.106s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
5165 | 2024-10-18T23:00:34.069Z | PASS [ 6.574s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
5166 | 2024-10-18T23:00:34.982Z | PASS [ 6.199s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
5167 | 2024-10-18T23:00:36.823Z | PASS [ 7.888s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
5168 | 2024-10-18T23:00:36.844Z | PASS [ 7.651s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
5169 | 2024-10-18T23:00:39.669Z | PASS [ 7.896s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
5170 | 2024-10-18T23:00:39.740Z | PASS [ 7.776s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
5171 | 2024-10-18T23:00:39.752Z | PASS [ 7.765s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
5172 | 2024-10-18T23:00:39.780Z | PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
5173 | 2024-10-18T23:00:40.547Z | PASS [ 7.774s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
5174 | 2024-10-18T23:00:41.941Z | PASS [ 7.872s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
5175 | 2024-10-18T23:00:42.771Z | PASS [ 7.784s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
5176 | 2024-10-18T23:00:43.763Z | PASS [ 6.919s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
5177 | 2024-10-18T23:00:43.971Z | PASS [ 7.148s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
5178 | 2024-10-18T23:00:47.431Z | PASS [ 7.677s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
5179 | 2024-10-18T23:00:47.463Z | PASS [ 7.683s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
5180 | 2024-10-18T23:00:47.929Z | PASS [ 7.383s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
5181 | 2024-10-18T23:00:48.250Z | PASS [ 8.584s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
5182 | 2024-10-18T23:00:49.755Z | PASS [ 7.811s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
5183 | 2024-10-18T23:00:50.267Z | PASS [ 7.502s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
5184 | 2024-10-18T23:00:50.899Z | PASS [ 6.927s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
5185 | 2024-10-18T23:00:51.160Z | PASS [ 7.397s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
5186 | 2024-10-18T23:00:51.209Z | PASS [ 0.044s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
5187 | 2024-10-18T23:00:54.735Z | PASS [ 7.305s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
5188 | 2024-10-18T23:00:55.169Z | PASS [ 7.708s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
5189 | 2024-10-18T23:00:55.457Z | PASS [ 7.529s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
5190 | 2024-10-18T23:00:55.703Z | PASS [ 7.450s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
5191 | 2024-10-18T23:00:57.698Z | PASS [ 7.948s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
5192 | 2024-10-18T23:00:57.741Z | PASS [ 0.042s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
5193 | 2024-10-18T23:00:58.091Z | PASS [ 7.186s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
5194 | 2024-10-18T23:00:58.094Z | PASS [ 7.818s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
5195 | 2024-10-18T23:00:58.320Z | PASS [ 0.236s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
5196 | 2024-10-18T23:00:58.340Z | PASS [ 0.248s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
5197 | 2024-10-18T23:00:58.432Z | PASS [ 7.232s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
5198 | 2024-10-18T23:00:59.358Z | PASS [ 0.928s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
5199 | 2024-10-18T23:01:00.126Z | PASS [ 5.391s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
5200 | 2024-10-18T23:01:00.398Z | PASS [ 0.273s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
5201 | 2024-10-18T23:01:00.492Z | PASS [ 5.324s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
5202 | 2024-10-18T23:01:00.696Z | PASS [ 0.297s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
5203 | 2024-10-18T23:01:00.884Z | PASS [ 0.391s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
5204 | 2024-10-18T23:01:01.023Z | PASS [ 0.329s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
5205 | 2024-10-18T23:01:01.216Z | PASS [ 5.757s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
5206 | 2024-10-18T23:01:01.253Z | PASS [ 5.552s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
5207 | 2024-10-18T23:01:03.193Z | PASS [ 4.874s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
5208 | 2024-10-18T23:01:03.303Z | PASS [ 0.098s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
5209 | 2024-10-18T23:01:03.355Z | PASS [ 0.059s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
5210 | 2024-10-18T23:01:03.389Z | PASS [ 5.047s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
5211 | 2024-10-18T23:01:03.418Z | PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
5212 | 2024-10-18T23:01:03.421Z | PASS [ 5.660s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
5213 | 2024-10-18T23:01:03.440Z | PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
5214 | 2024-10-18T23:01:03.460Z | PASS [ 0.056s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
5215 | 2024-10-18T23:01:04.463Z | PASS [ 5.105s] nexus-db-queries db::queries::region_allocation::test::explainable |
5216 | 2024-10-18T23:01:06.068Z | PASS [ 5.184s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
5217 | 2024-10-18T23:01:06.199Z | PASS [ 5.175s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
5218 | 2024-10-18T23:01:06.331Z | PASS [ 5.116s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
5219 | 2024-10-18T23:01:06.380Z | PASS [ 5.125s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
5220 | 2024-10-18T23:01:06.423Z | PASS [ 0.043s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
5221 | 2024-10-18T23:01:06.800Z | PASS [ 0.378s] nexus-inventory builder::test::test_basic |
5222 | 2024-10-18T23:01:06.832Z | PASS [ 0.030s] nexus-inventory builder::test::test_empty |
5223 | 2024-10-18T23:01:06.872Z | PASS [ 0.043s] nexus-inventory builder::test::test_problems |
5224 | 2024-10-18T23:01:08.574Z | PASS [ 1.700s] nexus-inventory collector::test::test_basic |
5225 | 2024-10-18T23:01:08.670Z | PASS [ 5.222s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
5226 | 2024-10-18T23:01:08.670Z | PASS [ 5.246s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
5227 | 2024-10-18T23:01:08.714Z | PASS [ 5.224s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
5228 | 2024-10-18T23:01:09.125Z | PASS [ 0.464s] nexus-inventory collector::test::test_multi_mgs_failure |
5229 | 2024-10-18T23:01:09.398Z | PASS [ 0.729s] nexus-inventory collector::test::test_sled_agent_failure |
5230 | 2024-10-18T23:01:09.654Z | PASS [ 0.256s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
5231 | 2024-10-18T23:01:09.799Z | PASS [ 1.224s] nexus-inventory collector::test::test_multi_mgs |
5232 | 2024-10-18T23:01:13.663Z | PASS [ 7.331s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
5233 | 2024-10-18T23:01:13.749Z | PASS [ 7.548s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
5234 | 2024-10-18T23:01:13.798Z | PASS [ 0.135s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
5235 | 2024-10-18T23:01:13.858Z | PASS [ 0.060s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
5236 | 2024-10-18T23:01:13.871Z | PASS [ 0.123s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
5237 | 2024-10-18T23:01:13.929Z | PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
5238 | 2024-10-18T23:01:16.225Z | PASS [ 11.760s] nexus-db-queries policy_test::test_conferred_roles |
5239 | 2024-10-18T23:01:17.870Z | PASS [ 8.750s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
5240 | 2024-10-18T23:01:17.994Z | PASS [ 9.314s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
5241 | 2024-10-18T23:01:42.161Z | PASS [ 28.233s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
5242 | 2024-10-18T23:01:42.659Z | FAIL [ 32.998s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
5243 | 2024-10-18T23:01:42.659Z | |
5244 | 2024-10-18T23:01:42.659Z | --- STDOUT: nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option --- |
5245 | 2024-10-18T23:01:42.659Z | |
5246 | 2024-10-18T23:01:42.659Z | running 1 test |
5247 | 2024-10-18T23:01:42.659Z | test cockroachdb::test::test_ensure_preserve_downgrade_option ... FAILED |
5248 | 2024-10-18T23:01:42.659Z | |
5249 | 2024-10-18T23:01:42.659Z | failures: |
5250 | 2024-10-18T23:01:42.659Z | |
5251 | 2024-10-18T23:01:42.659Z | failures: |
5252 | 2024-10-18T23:01:42.659Z | cockroachdb::test::test_ensure_preserve_downgrade_option |
5253 | 2024-10-18T23:01:42.659Z | |
5254 | 2024-10-18T23:01:42.659Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 12 filtered out; finished in 32.77s |
5255 | 2024-10-18T23:01:42.659Z | |
5256 | 2024-10-18T23:01:42.659Z | |
5257 | 2024-10-18T23:01:42.659Z | --- STDERR: nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option --- |
5258 | 2024-10-18T23:01:42.659Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.0.log |
5259 | 2024-10-18T23:01:42.659Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.0.log" |
5260 | 2024-10-18T23:01:42.659Z | DB URL: postgresql://root@[::1]:48539/omicron?sslmode=disable |
5261 | 2024-10-18T23:01:42.659Z | DB address: [::1]:48539 |
5262 | 2024-10-18T23:01:42.659Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.2.log |
5263 | 2024-10-18T23:01:42.659Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.2.log" |
5264 | 2024-10-18T23:01:42.659Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.3.log |
5265 | 2024-10-18T23:01:42.659Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.3.log" |
5266 | 2024-10-18T23:01:42.659Z | blueprint: blueprint 7fe8feda-410b-424d-8824-901cd0d618b7 |
5267 | 2024-10-18T23:01:42.659Z | parent: <none> |
5268 | 2024-10-18T23:01:42.659Z | |
5269 | 2024-10-18T23:01:42.659Z | !b6d65341-167c-41df-9b5c-41cded99c229 |
5270 | 2024-10-18T23:01:42.659Z | WARNING: Zones exist without physical disks! |
5271 | 2024-10-18T23:01:42.659Z | omicron zones at generation 2: |
5272 | 2024-10-18T23:01:42.659Z | --------------------------------------------------------------------------------------- |
5273 | 2024-10-18T23:01:42.659Z | zone type zone id disposition underlay IP |
5274 | 2024-10-18T23:01:42.659Z | --------------------------------------------------------------------------------------- |
5275 | 2024-10-18T23:01:42.659Z | clickhouse 0d6a3e5a-a5cf-4592-93a1-be53f742942a in service ::1 |
5276 | 2024-10-18T23:01:42.659Z | cockroach_db 5dee3a88-4854-4af5-bcaa-1da63f80ee80 in service ::1 |
5277 | 2024-10-18T23:01:42.659Z | crucible_pantry 24f7d14e-f19f-429d-838a-4ec6b073a42f in service ::1 |
5278 | 2024-10-18T23:01:42.660Z | external_dns a9fae5ae-c985-406a-bb25-8687187a20de in service ::1 |
5279 | 2024-10-18T23:01:42.660Z | internal_dns 942a9f2b-90b9-415a-9921-7054a4a4cfe7 in service ::1 |
5280 | 2024-10-18T23:01:42.660Z | nexus 61503d7b-07fd-4eeb-a1e3-d877a3953296 in service ::ffff:127.0.0.1 |
5281 | 2024-10-18T23:01:42.660Z | |
5282 | 2024-10-18T23:01:42.660Z | |
5283 | 2024-10-18T23:01:42.660Z | |
5284 | 2024-10-18T23:01:42.660Z | COCKROACHDB SETTINGS: |
5285 | 2024-10-18T23:01:42.660Z | state fingerprint::::::::::::::::: d4d87aa2ad877a4cc2fddd0573952362739110de |
5286 | 2024-10-18T23:01:42.660Z | cluster.preserve_downgrade_option: "22.1" |
5287 | 2024-10-18T23:01:42.660Z | |
5288 | 2024-10-18T23:01:42.660Z | METADATA: |
5289 | 2024-10-18T23:01:42.660Z | created by::::::::::: nexus-test-utils |
5290 | 2024-10-18T23:01:42.660Z | created at::::::::::: 2024-10-18T23:01:27.947Z |
5291 | 2024-10-18T23:01:42.660Z | comment:::::::::::::: initial test blueprint |
5292 | 2024-10-18T23:01:42.660Z | internal DNS version: 1 |
5293 | 2024-10-18T23:01:42.660Z | external DNS version: 2 |
5294 | 2024-10-18T23:01:42.660Z | |
5295 | 2024-10-18T23:01:42.660Z | |
5296 | 2024-10-18T23:01:42.660Z | thread 'cockroachdb::test::test_ensure_preserve_downgrade_option' panicked at nexus/reconfigurator/execution/src/test_utils.rs:50:6: |
5297 | 2024-10-18T23:01:42.660Z | failed to execute blueprint: step failed: Deploy single-node clickhouse cluster |
5298 | 2024-10-18T23:01:42.660Z | |
5299 | 2024-10-18T23:01:42.660Z | Caused by: |
5300 | 2024-10-18T23:01:42.660Z | failed to initialize single-node clickhouse database: Communication Error: error sending request for url (http://[::1]:8888/init) |
5301 | 2024-10-18T23:01:42.660Z | |
5302 | 2024-10-18T23:01:42.660Z | Stack backtrace: |
5303 | 2024-10-18T23:01:42.660Z | 0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from |
5304 | 2024-10-18T23:01:42.660Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/backtrace.rs:27:14 |
5305 | 2024-10-18T23:01:42.660Z | 1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual |
5306 | 2024-10-18T23:01:42.660Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1989:27 |
5307 | 2024-10-18T23:01:42.660Z | 2: {async_fn#0} |
5308 | 2024-10-18T23:01:42.660Z | at ./src/lib.rs:204:18 |
5309 | 2024-10-18T23:01:42.660Z | 3: {async_fn#0} |
5310 | 2024-10-18T23:01:42.660Z | at ./src/test_utils.rs:46:6 |
5311 | 2024-10-18T23:01:42.660Z | 4: {async_fn#0} |
5312 | 2024-10-18T23:01:42.660Z | at ./src/cockroachdb.rs:105:10 |
5313 | 2024-10-18T23:01:42.660Z | 5: {async_block#0} |
5314 | 2024-10-18T23:01:42.660Z | at ./src/cockroachdb.rs:47:5 |
5315 | 2024-10-18T23:01:42.660Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
5316 | 2024-10-18T23:01:42.660Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5317 | 2024-10-18T23:01:42.660Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5318 | 2024-10-18T23:01:42.661Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5319 | 2024-10-18T23:01:42.661Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5320 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
5321 | 2024-10-18T23:01:42.661Z | 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=()>>>>> |
5322 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
5323 | 2024-10-18T23:01:42.661Z | 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=()>>>>> |
5324 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
5325 | 2024-10-18T23:01:42.661Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5326 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
5327 | 2024-10-18T23:01:42.661Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
5328 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
5329 | 2024-10-18T23:01:42.661Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5330 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
5331 | 2024-10-18T23:01:42.661Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5332 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
5333 | 2024-10-18T23:01:42.661Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
5334 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
5335 | 2024-10-18T23:01:42.661Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
5336 | 2024-10-18T23:01:42.661Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
5337 | 2024-10-18T23:01:42.661Z | 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<()>)> |
5338 | 2024-10-18T23:01:42.661Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
5339 | 2024-10-18T23:01:42.661Z | 18: std::thread::local::LocalKey<T>::with |
5340 | 2024-10-18T23:01:42.661Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
5341 | 2024-10-18T23:01:42.661Z | 19: tokio::runtime::context::set_scheduler |
5342 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
5343 | 2024-10-18T23:01:42.667Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5344 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
5345 | 2024-10-18T23:01:42.667Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5346 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
5347 | 2024-10-18T23:01:42.667Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5348 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
5349 | 2024-10-18T23:01:42.667Z | 23: tokio::runtime::context::runtime::enter_runtime |
5350 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
5351 | 2024-10-18T23:01:42.667Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5352 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
5353 | 2024-10-18T23:01:42.667Z | 25: tokio::runtime::runtime::Runtime::block_on_inner |
5354 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
5355 | 2024-10-18T23:01:42.667Z | 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5356 | 2024-10-18T23:01:42.667Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
5357 | 2024-10-18T23:01:42.667Z | 27: test_ensure_preserve_downgrade_option |
5358 | 2024-10-18T23:01:42.667Z | at ./src/cockroachdb.rs:47:5 |
5359 | 2024-10-18T23:01:42.667Z | 28: nexus_reconfigurator_execution::cockroachdb::test::test_ensure_preserve_downgrade_option::{{closure}} |
5360 | 2024-10-18T23:01:42.667Z | at ./src/cockroachdb.rs:50:6 |
5361 | 2024-10-18T23:01:42.667Z | 29: core::ops::function::FnOnce::call_once |
5362 | 2024-10-18T23:01:42.667Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5363 | 2024-10-18T23:01:42.667Z | 30: core::ops::function::FnOnce::call_once |
5364 | 2024-10-18T23:01:42.667Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5365 | 2024-10-18T23:01:42.667Z | 31: test::__rust_begin_short_backtrace |
5366 | 2024-10-18T23:01:42.667Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:625:18 |
5367 | 2024-10-18T23:01:42.667Z | 32: test::run_test_in_process::{{closure}} |
5368 | 2024-10-18T23:01:42.667Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:648:60 |
5369 | 2024-10-18T23:01:42.667Z | 33: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5370 | 2024-10-18T23:01:42.667Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panic/unwind_safe.rs:272:9 |
5371 | 2024-10-18T23:01:42.667Z | 34: std::panicking::try::do_call |
5372 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:559:40 |
5373 | 2024-10-18T23:01:42.668Z | 35: std::panicking::try |
5374 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:523:19 |
5375 | 2024-10-18T23:01:42.668Z | 36: std::panic::catch_unwind |
5376 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panic.rs:149:14 |
5377 | 2024-10-18T23:01:42.668Z | 37: test::run_test_in_process |
5378 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:648:27 |
5379 | 2024-10-18T23:01:42.668Z | 38: test::run_test::{{closure}} |
5380 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:569:43 |
5381 | 2024-10-18T23:01:42.668Z | 39: test::run_test::{{closure}} |
5382 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:599:41 |
5383 | 2024-10-18T23:01:42.668Z | 40: std::sys_common::backtrace::__rust_begin_short_backtrace |
5384 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/sys_common/backtrace.rs:155:18 |
5385 | 2024-10-18T23:01:42.668Z | 41: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
5386 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/mod.rs:542:17 |
5387 | 2024-10-18T23:01:42.668Z | 42: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5388 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panic/unwind_safe.rs:272:9 |
5389 | 2024-10-18T23:01:42.668Z | 43: std::panicking::try::do_call |
5390 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:559:40 |
5391 | 2024-10-18T23:01:42.668Z | 44: std::panicking::try |
5392 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:523:19 |
5393 | 2024-10-18T23:01:42.668Z | 45: std::panic::catch_unwind |
5394 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panic.rs:149:14 |
5395 | 2024-10-18T23:01:42.668Z | 46: std::thread::Builder::spawn_unchecked_::{{closure}} |
5396 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/mod.rs:541:30 |
5397 | 2024-10-18T23:01:42.668Z | 47: core::ops::function::FnOnce::call_once{{vtable.shim}} |
5398 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5399 | 2024-10-18T23:01:42.668Z | 48: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5400 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/alloc/src/boxed.rs:2063:9 |
5401 | 2024-10-18T23:01:42.668Z | 49: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5402 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/alloc/src/boxed.rs:2063:9 |
5403 | 2024-10-18T23:01:42.668Z | 50: std::sys::pal::unix::thread::Thread::new::thread_start |
5404 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/sys/pal/unix/thread.rs:108:17 |
5405 | 2024-10-18T23:01:42.668Z | 51: _thrp_setup |
5406 | 2024-10-18T23:01:42.668Z | 52: <unknown> |
5407 | 2024-10-18T23:01:42.668Z | stack backtrace: |
5408 | 2024-10-18T23:01:42.668Z | 0: rust_begin_unwind |
5409 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
5410 | 2024-10-18T23:01:42.668Z | 1: core::panicking::panic_fmt |
5411 | 2024-10-18T23:01:42.668Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
5412 | 2024-10-18T23:01:42.668Z | 2: core::result::unwrap_failed |
5413 | 2024-10-18T23:01:42.669Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1679:5 |
5414 | 2024-10-18T23:01:42.669Z | 3: core::result::Result<T,E>::expect |
5415 | 2024-10-18T23:01:42.669Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1059:23 |
5416 | 2024-10-18T23:01:42.669Z | 4: {async_fn#0} |
5417 | 2024-10-18T23:01:42.669Z | at ./src/test_utils.rs:37:18 |
5418 | 2024-10-18T23:01:42.669Z | 5: {async_fn#0} |
5419 | 2024-10-18T23:01:42.669Z | at ./src/cockroachdb.rs:105:10 |
5420 | 2024-10-18T23:01:42.669Z | 6: {async_block#0} |
5421 | 2024-10-18T23:01:42.669Z | at ./src/cockroachdb.rs:47:5 |
5422 | 2024-10-18T23:01:42.669Z | 7: poll<&mut dyn core::future::future::Future<Output=()>> |
5423 | 2024-10-18T23:01:42.669Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5424 | 2024-10-18T23:01:42.669Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5425 | 2024-10-18T23:01:42.669Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5426 | 2024-10-18T23:01:42.669Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5427 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
5428 | 2024-10-18T23:01:42.669Z | 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=()>>>>> |
5429 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
5430 | 2024-10-18T23:01:42.669Z | 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=()>>>>> |
5431 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
5432 | 2024-10-18T23:01:42.669Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5433 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
5434 | 2024-10-18T23:01:42.669Z | 13: tokio::runtime::scheduler::current_thread::Context::enter |
5435 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
5436 | 2024-10-18T23:01:42.669Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5437 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
5438 | 2024-10-18T23:01:42.669Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5439 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
5440 | 2024-10-18T23:01:42.669Z | 16: tokio::runtime::context::scoped::Scoped<T>::set |
5441 | 2024-10-18T23:01:42.669Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
5442 | 2024-10-18T23:01:42.673Z | 17: tokio::runtime::context::set_scheduler::{{closure}} |
5443 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
5444 | 2024-10-18T23:01:42.673Z | 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<()>)> |
5445 | 2024-10-18T23:01:42.673Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
5446 | 2024-10-18T23:01:42.673Z | 19: std::thread::local::LocalKey<T>::with |
5447 | 2024-10-18T23:01:42.673Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
5448 | 2024-10-18T23:01:42.673Z | 20: tokio::runtime::context::set_scheduler |
5449 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
5450 | 2024-10-18T23:01:42.673Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5451 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
5452 | 2024-10-18T23:01:42.673Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5453 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
5454 | 2024-10-18T23:01:42.673Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5455 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
5456 | 2024-10-18T23:01:42.673Z | 24: tokio::runtime::context::runtime::enter_runtime |
5457 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
5458 | 2024-10-18T23:01:42.673Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5459 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
5460 | 2024-10-18T23:01:42.673Z | 26: tokio::runtime::runtime::Runtime::block_on_inner |
5461 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
5462 | 2024-10-18T23:01:42.673Z | 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5463 | 2024-10-18T23:01:42.673Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
5464 | 2024-10-18T23:01:42.673Z | 28: test_ensure_preserve_downgrade_option |
5465 | 2024-10-18T23:01:42.673Z | at ./src/cockroachdb.rs:47:5 |
5466 | 2024-10-18T23:01:42.673Z | 29: nexus_reconfigurator_execution::cockroachdb::test::test_ensure_preserve_downgrade_option::{{closure}} |
5467 | 2024-10-18T23:01:42.673Z | at ./src/cockroachdb.rs:50:6 |
5468 | 2024-10-18T23:01:42.673Z | 30: core::ops::function::FnOnce::call_once |
5469 | 2024-10-18T23:01:42.673Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5470 | 2024-10-18T23:01:42.673Z | 31: core::ops::function::FnOnce::call_once |
5471 | 2024-10-18T23:01:42.673Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5472 | 2024-10-18T23:01:42.673Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5473 | 2024-10-18T23:01:42.673Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5474 | 2024-10-18T23:01:42.673Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpU58bMa" |
5475 | 2024-10-18T23:01:42.673Z | If you would like to access the database for debugging, run the following: |
5476 | 2024-10-18T23:01:42.673Z | |
5477 | 2024-10-18T23:01:42.673Z | # Run the database |
5478 | 2024-10-18T23:01:42.674Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpU58bMa/data" |
5479 | 2024-10-18T23:01:42.674Z | # Access the database. Note the port may change if you run multiple databases. |
5480 | 2024-10-18T23:01:42.674Z | cockroach sql --host=localhost:32221 --insecure |
5481 | 2024-10-18T23:01:42.674Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 10442) and a temporary directory leaked, /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.1-clickhouse-apvMVq) |
5482 | 2024-10-18T23:01:42.674Z | failed to clean up ClickHouse data dir: |
5483 | 2024-10-18T23:01:42.674Z | - /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.1-clickhouse-apvMVq: File exists (os error 17) |
5484 | 2024-10-18T23:01:42.674Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5485 | 2024-10-18T23:01:42.674Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpc0X70b |
5486 | 2024-10-18T23:01:42.674Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5487 | 2024-10-18T23:01:42.674Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpuE0vB4 |
5488 | 2024-10-18T23:01:42.674Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5489 | 2024-10-18T23:01:42.674Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpx7HRcx |
5490 | 2024-10-18T23:01:42.674Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5491 | 2024-10-18T23:01:42.674Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpqwKt71 |
5492 | 2024-10-18T23:01:42.674Z | |
5493 | 2024-10-18T23:01:42.959Z | PASS [ 0.307s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
5494 | 2024-10-18T23:01:43.001Z | PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
5495 | 2024-10-18T23:01:43.042Z | PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
5496 | 2024-10-18T23:01:43.103Z | PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
5497 | 2024-10-18T23:01:43.142Z | PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
5498 | 2024-10-18T23:01:43.194Z | PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial |
5499 | 2024-10-18T23:01:43.252Z | PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
5500 | 2024-10-18T23:01:43.296Z | PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
5501 | 2024-10-18T23:01:43.329Z | PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
5502 | 2024-10-18T23:01:43.379Z | PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
5503 | 2024-10-18T23:01:43.428Z | PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
5504 | 2024-10-18T23:01:43.467Z | PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
5505 | 2024-10-18T23:01:43.500Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
5506 | 2024-10-18T23:01:43.532Z | PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
5507 | 2024-10-18T23:01:43.565Z | PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
5508 | 2024-10-18T23:01:43.599Z | PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
5509 | 2024-10-18T23:01:43.631Z | PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
5510 | 2024-10-18T23:01:43.661Z | PASS [ 0.030s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
5511 | 2024-10-18T23:01:43.729Z | PASS [ 0.069s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
5512 | 2024-10-18T23:01:43.757Z | FAIL [ 29.879s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
5513 | 2024-10-18T23:01:43.757Z | |
5514 | 2024-10-18T23:01:43.757Z | --- STDOUT: nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end --- |
5515 | 2024-10-18T23:01:43.757Z | |
5516 | 2024-10-18T23:01:43.757Z | running 1 test |
5517 | 2024-10-18T23:01:43.757Z | test dns::test::test_silos_external_dns_end_to_end ... FAILED |
5518 | 2024-10-18T23:01:43.757Z | |
5519 | 2024-10-18T23:01:43.757Z | failures: |
5520 | 2024-10-18T23:01:43.757Z | |
5521 | 2024-10-18T23:01:43.757Z | failures: |
5522 | 2024-10-18T23:01:43.757Z | dns::test::test_silos_external_dns_end_to_end |
5523 | 2024-10-18T23:01:43.757Z | |
5524 | 2024-10-18T23:01:43.757Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 12 filtered out; finished in 29.64s |
5525 | 2024-10-18T23:01:43.757Z | |
5526 | 2024-10-18T23:01:43.757Z | |
5527 | 2024-10-18T23:01:43.757Z | --- STDERR: nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end --- |
5528 | 2024-10-18T23:01:43.757Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.0.log |
5529 | 2024-10-18T23:01:43.757Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.0.log" |
5530 | 2024-10-18T23:01:43.757Z | DB URL: postgresql://root@[::1]:33163/omicron?sslmode=disable |
5531 | 2024-10-18T23:01:43.757Z | DB address: [::1]:33163 |
5532 | 2024-10-18T23:01:43.757Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.2.log |
5533 | 2024-10-18T23:01:43.757Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.2.log" |
5534 | 2024-10-18T23:01:43.757Z | log file: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.3.log |
5535 | 2024-10-18T23:01:43.757Z | note: configured to log to "/var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.3.log" |
5536 | 2024-10-18T23:01:43.757Z | blueprint: blueprint 2f563825-a3b7-4c91-a233-516f7a00156d |
5537 | 2024-10-18T23:01:43.757Z | parent: <none> |
5538 | 2024-10-18T23:01:43.757Z | |
5539 | 2024-10-18T23:01:43.757Z | !b6d65341-167c-41df-9b5c-41cded99c229 |
5540 | 2024-10-18T23:01:43.757Z | WARNING: Zones exist without physical disks! |
5541 | 2024-10-18T23:01:43.757Z | omicron zones at generation 2: |
5542 | 2024-10-18T23:01:43.757Z | --------------------------------------------------------------------------------------- |
5543 | 2024-10-18T23:01:43.757Z | zone type zone id disposition underlay IP |
5544 | 2024-10-18T23:01:43.757Z | --------------------------------------------------------------------------------------- |
5545 | 2024-10-18T23:01:43.757Z | clickhouse 60fcad2b-c016-4eb1-b9a2-3643a7b7f5ef in service ::1 |
5546 | 2024-10-18T23:01:43.757Z | cockroach_db 0a652e32-d04d-4d4a-918e-72009aee8e80 in service ::1 |
5547 | 2024-10-18T23:01:43.757Z | crucible_pantry 5b0be300-e0c6-491f-820f-d74ee5a8f43e in service ::1 |
5548 | 2024-10-18T23:01:43.758Z | external_dns dc456754-14ec-4f9a-85c9-943d125a165c in service ::1 |
5549 | 2024-10-18T23:01:43.758Z | internal_dns e5d93ebd-4676-44a0-ae7d-65c205674fc5 in service ::1 |
5550 | 2024-10-18T23:01:43.758Z | nexus bfc3c312-cfbd-42e0-aba1-eb80c7e1bead in service ::ffff:127.0.0.1 |
5551 | 2024-10-18T23:01:43.758Z | |
5552 | 2024-10-18T23:01:43.758Z | |
5553 | 2024-10-18T23:01:43.758Z | |
5554 | 2024-10-18T23:01:43.758Z | COCKROACHDB SETTINGS: |
5555 | 2024-10-18T23:01:43.758Z | state fingerprint::::::::::::::::: d4d87aa2ad877a4cc2fddd0573952362739110de |
5556 | 2024-10-18T23:01:43.758Z | cluster.preserve_downgrade_option: "22.1" |
5557 | 2024-10-18T23:01:43.758Z | |
5558 | 2024-10-18T23:01:43.758Z | METADATA: |
5559 | 2024-10-18T23:01:43.758Z | created by::::::::::: nexus-test-utils |
5560 | 2024-10-18T23:01:43.758Z | created at::::::::::: 2024-10-18T23:01:27.608Z |
5561 | 2024-10-18T23:01:43.758Z | comment:::::::::::::: initial test blueprint |
5562 | 2024-10-18T23:01:43.758Z | internal DNS version: 1 |
5563 | 2024-10-18T23:01:43.758Z | external DNS version: 2 |
5564 | 2024-10-18T23:01:43.758Z | |
5565 | 2024-10-18T23:01:43.758Z | |
5566 | 2024-10-18T23:01:43.758Z | thread 'dns::test::test_silos_external_dns_end_to_end' panicked at nexus/reconfigurator/execution/src/test_utils.rs:50:6: |
5567 | 2024-10-18T23:01:43.758Z | failed to execute blueprint: step failed: Deploy single-node clickhouse cluster |
5568 | 2024-10-18T23:01:43.758Z | |
5569 | 2024-10-18T23:01:43.758Z | Caused by: |
5570 | 2024-10-18T23:01:43.758Z | failed to initialize single-node clickhouse database: Communication Error: error sending request for url (http://[::1]:8888/init) |
5571 | 2024-10-18T23:01:43.758Z | |
5572 | 2024-10-18T23:01:43.758Z | Stack backtrace: |
5573 | 2024-10-18T23:01:43.758Z | 0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from |
5574 | 2024-10-18T23:01:43.758Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/backtrace.rs:27:14 |
5575 | 2024-10-18T23:01:43.758Z | 1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual |
5576 | 2024-10-18T23:01:43.758Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1989:27 |
5577 | 2024-10-18T23:01:43.758Z | 2: {async_fn#0} |
5578 | 2024-10-18T23:01:43.758Z | at ./src/lib.rs:204:18 |
5579 | 2024-10-18T23:01:43.758Z | 3: {async_fn#0} |
5580 | 2024-10-18T23:01:43.758Z | at ./src/test_utils.rs:46:6 |
5581 | 2024-10-18T23:01:43.758Z | 4: {async_fn#0} |
5582 | 2024-10-18T23:01:43.758Z | at ./src/dns.rs:1304:10 |
5583 | 2024-10-18T23:01:43.758Z | 5: {async_block#0} |
5584 | 2024-10-18T23:01:43.758Z | at ./src/dns.rs:1249:5 |
5585 | 2024-10-18T23:01:43.758Z | 6: poll<&mut dyn core::future::future::Future<Output=()>> |
5586 | 2024-10-18T23:01:43.758Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5587 | 2024-10-18T23:01:43.759Z | 7: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5588 | 2024-10-18T23:01:43.759Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5589 | 2024-10-18T23:01:43.759Z | 8: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5590 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
5591 | 2024-10-18T23:01:43.759Z | 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=()>>>>> |
5592 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
5593 | 2024-10-18T23:01:43.759Z | 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=()>>>>> |
5594 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
5595 | 2024-10-18T23:01:43.759Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5596 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
5597 | 2024-10-18T23:01:43.759Z | 12: tokio::runtime::scheduler::current_thread::Context::enter |
5598 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
5599 | 2024-10-18T23:01:43.759Z | 13: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5600 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
5601 | 2024-10-18T23:01:43.759Z | 14: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5602 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
5603 | 2024-10-18T23:01:43.759Z | 15: tokio::runtime::context::scoped::Scoped<T>::set |
5604 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
5605 | 2024-10-18T23:01:43.759Z | 16: tokio::runtime::context::set_scheduler::{{closure}} |
5606 | 2024-10-18T23:01:43.759Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
5607 | 2024-10-18T23:01:43.759Z | 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<()>)> |
5608 | 2024-10-18T23:01:43.759Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
5609 | 2024-10-18T23:01:43.759Z | 18: std::thread::local::LocalKey<T>::with |
5610 | 2024-10-18T23:01:43.759Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
5611 | 2024-10-18T23:01:43.759Z | 19: tokio::runtime::context::set_scheduler |
5612 | 2024-10-18T23:01:43.762Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
5613 | 2024-10-18T23:01:43.762Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5614 | 2024-10-18T23:01:43.762Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
5615 | 2024-10-18T23:01:43.763Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5616 | 2024-10-18T23:01:43.763Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
5617 | 2024-10-18T23:01:43.763Z | 22: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5618 | 2024-10-18T23:01:43.763Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
5619 | 2024-10-18T23:01:43.763Z | 23: tokio::runtime::context::runtime::enter_runtime |
5620 | 2024-10-18T23:01:43.763Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
5621 | 2024-10-18T23:01:43.763Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5622 | 2024-10-18T23:01:43.763Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
5623 | 2024-10-18T23:01:43.763Z | 25: tokio::runtime::runtime::Runtime::block_on_inner |
5624 | 2024-10-18T23:01:43.763Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
5625 | 2024-10-18T23:01:43.763Z | 26: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5626 | 2024-10-18T23:01:43.763Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
5627 | 2024-10-18T23:01:43.763Z | 27: test_silos_external_dns_end_to_end |
5628 | 2024-10-18T23:01:43.763Z | at ./src/dns.rs:1249:5 |
5629 | 2024-10-18T23:01:43.763Z | 28: nexus_reconfigurator_execution::dns::test::test_silos_external_dns_end_to_end::{{closure}} |
5630 | 2024-10-18T23:01:43.763Z | at ./src/dns.rs:1252:6 |
5631 | 2024-10-18T23:01:43.763Z | 29: core::ops::function::FnOnce::call_once |
5632 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5633 | 2024-10-18T23:01:43.763Z | 30: core::ops::function::FnOnce::call_once |
5634 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5635 | 2024-10-18T23:01:43.763Z | 31: test::__rust_begin_short_backtrace |
5636 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:625:18 |
5637 | 2024-10-18T23:01:43.763Z | 32: test::run_test_in_process::{{closure}} |
5638 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:648:60 |
5639 | 2024-10-18T23:01:43.763Z | 33: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5640 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panic/unwind_safe.rs:272:9 |
5641 | 2024-10-18T23:01:43.763Z | 34: std::panicking::try::do_call |
5642 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:559:40 |
5643 | 2024-10-18T23:01:43.763Z | 35: std::panicking::try |
5644 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:523:19 |
5645 | 2024-10-18T23:01:43.763Z | 36: std::panic::catch_unwind |
5646 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panic.rs:149:14 |
5647 | 2024-10-18T23:01:43.763Z | 37: test::run_test_in_process |
5648 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:648:27 |
5649 | 2024-10-18T23:01:43.763Z | 38: test::run_test::{{closure}} |
5650 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:569:43 |
5651 | 2024-10-18T23:01:43.763Z | 39: test::run_test::{{closure}} |
5652 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/test/src/lib.rs:599:41 |
5653 | 2024-10-18T23:01:43.763Z | 40: std::sys_common::backtrace::__rust_begin_short_backtrace |
5654 | 2024-10-18T23:01:43.763Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/sys_common/backtrace.rs:155:18 |
5655 | 2024-10-18T23:01:43.764Z | 41: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
5656 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/mod.rs:542:17 |
5657 | 2024-10-18T23:01:43.764Z | 42: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5658 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panic/unwind_safe.rs:272:9 |
5659 | 2024-10-18T23:01:43.764Z | 43: std::panicking::try::do_call |
5660 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:559:40 |
5661 | 2024-10-18T23:01:43.764Z | 44: std::panicking::try |
5662 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:523:19 |
5663 | 2024-10-18T23:01:43.764Z | 45: std::panic::catch_unwind |
5664 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panic.rs:149:14 |
5665 | 2024-10-18T23:01:43.764Z | 46: std::thread::Builder::spawn_unchecked_::{{closure}} |
5666 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/mod.rs:541:30 |
5667 | 2024-10-18T23:01:43.764Z | 47: core::ops::function::FnOnce::call_once{{vtable.shim}} |
5668 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5669 | 2024-10-18T23:01:43.764Z | 48: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5670 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/alloc/src/boxed.rs:2063:9 |
5671 | 2024-10-18T23:01:43.764Z | 49: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5672 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/alloc/src/boxed.rs:2063:9 |
5673 | 2024-10-18T23:01:43.764Z | 50: std::sys::pal::unix::thread::Thread::new::thread_start |
5674 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/sys/pal/unix/thread.rs:108:17 |
5675 | 2024-10-18T23:01:43.764Z | 51: _thrp_setup |
5676 | 2024-10-18T23:01:43.764Z | 52: <unknown> |
5677 | 2024-10-18T23:01:43.764Z | stack backtrace: |
5678 | 2024-10-18T23:01:43.764Z | 0: rust_begin_unwind |
5679 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
5680 | 2024-10-18T23:01:43.764Z | 1: core::panicking::panic_fmt |
5681 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
5682 | 2024-10-18T23:01:43.764Z | 2: core::result::unwrap_failed |
5683 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1679:5 |
5684 | 2024-10-18T23:01:43.764Z | 3: core::result::Result<T,E>::expect |
5685 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/result.rs:1059:23 |
5686 | 2024-10-18T23:01:43.764Z | 4: {async_fn#0} |
5687 | 2024-10-18T23:01:43.764Z | at ./src/test_utils.rs:37:18 |
5688 | 2024-10-18T23:01:43.764Z | 5: {async_fn#0} |
5689 | 2024-10-18T23:01:43.764Z | at ./src/dns.rs:1304:10 |
5690 | 2024-10-18T23:01:43.764Z | 6: {async_block#0} |
5691 | 2024-10-18T23:01:43.764Z | at ./src/dns.rs:1249:5 |
5692 | 2024-10-18T23:01:43.764Z | 7: poll<&mut dyn core::future::future::Future<Output=()>> |
5693 | 2024-10-18T23:01:43.764Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5694 | 2024-10-18T23:01:43.764Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5695 | 2024-10-18T23:01:43.765Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
5696 | 2024-10-18T23:01:43.765Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5697 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
5698 | 2024-10-18T23:01:43.765Z | 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=()>>>>> |
5699 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
5700 | 2024-10-18T23:01:43.765Z | 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=()>>>>> |
5701 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
5702 | 2024-10-18T23:01:43.765Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5703 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
5704 | 2024-10-18T23:01:43.765Z | 13: tokio::runtime::scheduler::current_thread::Context::enter |
5705 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
5706 | 2024-10-18T23:01:43.765Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5707 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
5708 | 2024-10-18T23:01:43.765Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5709 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
5710 | 2024-10-18T23:01:43.765Z | 16: tokio::runtime::context::scoped::Scoped<T>::set |
5711 | 2024-10-18T23:01:43.765Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
5712 | 2024-10-18T23:01:43.768Z | 17: tokio::runtime::context::set_scheduler::{{closure}} |
5713 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
5714 | 2024-10-18T23:01:43.768Z | 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<()>)> |
5715 | 2024-10-18T23:01:43.768Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
5716 | 2024-10-18T23:01:43.768Z | 19: std::thread::local::LocalKey<T>::with |
5717 | 2024-10-18T23:01:43.768Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
5718 | 2024-10-18T23:01:43.768Z | 20: tokio::runtime::context::set_scheduler |
5719 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
5720 | 2024-10-18T23:01:43.768Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5721 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
5722 | 2024-10-18T23:01:43.768Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5723 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
5724 | 2024-10-18T23:01:43.768Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5725 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
5726 | 2024-10-18T23:01:43.768Z | 24: tokio::runtime::context::runtime::enter_runtime |
5727 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
5728 | 2024-10-18T23:01:43.768Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5729 | 2024-10-18T23:01:43.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
5730 | 2024-10-18T23:01:43.768Z | 26: tokio::runtime::runtime::Runtime::block_on_inner |
5731 | 2024-10-18T23:01:43.769Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
5732 | 2024-10-18T23:01:43.769Z | 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5733 | 2024-10-18T23:01:43.769Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
5734 | 2024-10-18T23:01:43.769Z | 28: test_silos_external_dns_end_to_end |
5735 | 2024-10-18T23:01:43.769Z | at ./src/dns.rs:1249:5 |
5736 | 2024-10-18T23:01:43.769Z | 29: nexus_reconfigurator_execution::dns::test::test_silos_external_dns_end_to_end::{{closure}} |
5737 | 2024-10-18T23:01:43.769Z | at ./src/dns.rs:1252:6 |
5738 | 2024-10-18T23:01:43.769Z | 30: core::ops::function::FnOnce::call_once |
5739 | 2024-10-18T23:01:43.769Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5740 | 2024-10-18T23:01:43.769Z | 31: core::ops::function::FnOnce::call_once |
5741 | 2024-10-18T23:01:43.769Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5742 | 2024-10-18T23:01:43.769Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5743 | 2024-10-18T23:01:43.769Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5744 | 2024-10-18T23:01:43.769Z | WARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpJapT8x" |
5745 | 2024-10-18T23:01:43.769Z | If you would like to access the database for debugging, run the following: |
5746 | 2024-10-18T23:01:43.769Z | |
5747 | 2024-10-18T23:01:43.769Z | # Run the database |
5748 | 2024-10-18T23:01:43.769Z | cargo xtask db-dev run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpJapT8x/data" |
5749 | 2024-10-18T23:01:43.769Z | # Access the database. Note the port may change if you run multiple databases. |
5750 | 2024-10-18T23:01:43.769Z | cockroach sql --host=localhost:32221 --insecure |
5751 | 2024-10-18T23:01:43.769Z | WARN: dropped ClickHouse process without cleaning it up first (there may still be a child process running (PID 10483) and a temporary directory leaked, /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.1-clickhouse-nhSMLa) |
5752 | 2024-10-18T23:01:43.769Z | failed to clean up ClickHouse data dir: |
5753 | 2024-10-18T23:01:43.769Z | - /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.1-clickhouse-nhSMLa: File exists (os error 17) |
5754 | 2024-10-18T23:01:43.769Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5755 | 2024-10-18T23:01:43.769Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpKlpjFu |
5756 | 2024-10-18T23:01:43.769Z | WARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5757 | 2024-10-18T23:01:43.769Z | WARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmptA5zQ2 |
5758 | 2024-10-18T23:01:43.769Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5759 | 2024-10-18T23:01:43.769Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpVhXZid |
5760 | 2024-10-18T23:01:43.769Z | WARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5761 | 2024-10-18T23:01:43.769Z | WARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpkIrRIC |
5762 | 2024-10-18T23:01:43.769Z | |
5763 | 2024-10-18T23:01:43.797Z | PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator |
5764 | 2024-10-18T23:01:43.843Z | PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones |
5765 | 2024-10-18T23:01:43.882Z | PASS [ 0.042s] nexus-reconfigurator-planning example::tests::builder_zone_counts |
5766 | 2024-10-18T23:01:43.915Z | PASS [ 0.033s] nexus-reconfigurator-planning example::tests::instances_on_examples |
5767 | 2024-10-18T23:01:43.952Z | PASS [ 0.035s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
5768 | 2024-10-18T23:01:44.049Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
5769 | 2024-10-18T23:01:44.117Z | PASS [ 0.083s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
5770 | 2024-10-18T23:01:44.184Z | PASS [ 0.041s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
5771 | 2024-10-18T23:01:44.258Z | PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
5772 | 2024-10-18T23:01:44.311Z | PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
5773 | 2024-10-18T23:01:44.366Z | PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_crucible_pantry |
5774 | 2024-10-18T23:01:44.421Z | PASS [ 0.044s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
5775 | 2024-10-18T23:01:44.571Z | PASS [ 0.161s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
5776 | 2024-10-18T23:01:44.613Z | PASS [ 0.041s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
5777 | 2024-10-18T23:01:44.661Z | PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters |
5778 | 2024-10-18T23:01:44.706Z | PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed |
5779 | 2024-10-18T23:01:44.786Z | PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
5780 | 2024-10-18T23:01:44.825Z | PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes |
5781 | 2024-10-18T23:01:44.919Z | PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones |
5782 | 2024-10-18T23:01:44.984Z | PASS [ 0.092s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
5783 | 2024-10-18T23:01:45.089Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse |
5784 | 2024-10-18T23:01:45.165Z | PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
5785 | 2024-10-18T23:01:45.214Z | PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
5786 | 2024-10-18T23:01:45.421Z | PASS [ 0.210s] nexus-saga-recovery recovery::test::test_execution_basic |
5787 | 2024-10-18T23:01:45.458Z | PASS [ 0.038s] nexus-saga-recovery recovery::test::test_plan_basic |
5788 | 2024-10-18T23:01:45.507Z | PASS [ 0.047s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
5789 | 2024-10-18T23:01:45.577Z | PASS [ 27.682s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
5790 | 2024-10-18T23:01:45.589Z | PASS [ 0.083s] nexus-saga-recovery test::test_basic |
5791 | 2024-10-18T23:01:45.606Z | PASS [ 0.052s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
5792 | 2024-10-18T23:01:45.652Z | PASS [ 0.060s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
5793 | 2024-10-18T23:01:45.712Z | PASS [ 0.051s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
5794 | 2024-10-18T23:01:45.712Z | PASS [ 0.096s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
5795 | 2024-10-18T23:01:45.742Z | PASS [ 0.042s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
5796 | 2024-10-18T23:01:45.758Z | PASS [ 0.042s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
5797 | 2024-10-18T23:01:45.795Z | PASS [ 0.044s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
5798 | 2024-10-18T23:01:45.811Z | PASS [ 0.057s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
5799 | 2024-10-18T23:01:46.577Z | PASS [ 36.780s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist |
5800 | 2024-10-18T23:01:47.284Z | PASS [ 29.291s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
5801 | 2024-10-18T23:01:47.318Z | PASS [ 0.028s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
5802 | 2024-10-18T23:01:47.757Z | PASS [ 0.034s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples |
5803 | 2024-10-18T23:01:47.761Z | PASS [ 0.045s] nexus-types external_api::shared::test::test_policy_parsing |
5804 | 2024-10-18T23:01:47.761Z | PASS [ 0.170s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
5805 | 2024-10-18T23:01:47.761Z | PASS [ 0.071s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
5806 | 2024-10-18T23:01:47.761Z | PASS [ 31.436s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
5807 | 2024-10-18T23:01:47.761Z | PASS [ 0.059s] omicron-certificates tests::test_common_name_is_validated |
5808 | 2024-10-18T23:01:47.761Z | PASS [ 0.097s] omicron-certificates tests::test_cert_extended_key_usage |
5809 | 2024-10-18T23:01:47.775Z | PASS [ 0.057s] omicron-certificates tests::test_subject_alternate_names_are_validated |
5810 | 2024-10-18T23:01:49.235Z | PASS [ 5.506s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
5811 | 2024-10-18T23:01:49.952Z | PASS [ 4.142s] nexus-types deployment::tri_map::tests::proptest_permutation_eq |
5812 | 2024-10-18T23:01:50.870Z | PASS [ 2.983s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
5813 | 2024-10-18T23:01:51.025Z | PASS [ 3.296s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
5814 | 2024-10-18T23:01:52.185Z | PASS [ 2.948s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
5815 | 2024-10-18T23:01:52.487Z | PASS [ 2.536s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
5816 | 2024-10-18T23:01:52.540Z | PASS [ 0.051s] omicron-common address::test::test_dns_subnets |
5817 | 2024-10-18T23:01:52.576Z | PASS [ 0.036s] omicron-common address::test::test_ip_range_checks_non_decreasing |
5818 | 2024-10-18T23:01:52.636Z | PASS [ 0.062s] omicron-common address::test::test_ip_range_enum_deserialization |
5819 | 2024-10-18T23:01:52.699Z | PASS [ 0.063s] omicron-common address::test::test_ip_range_iter |
5820 | 2024-10-18T23:01:52.733Z | PASS [ 0.026s] omicron-common address::test::test_ip_range_length |
5821 | 2024-10-18T23:01:52.795Z | PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from |
5822 | 2024-10-18T23:01:52.806Z | PASS [ 0.052s] omicron-common address::test::test_ipv6_subnet_deserialize |
5823 | 2024-10-18T23:01:52.833Z | PASS [ 0.027s] omicron-common address::test::test_sled_address |
5824 | 2024-10-18T23:01:52.886Z | PASS [ 0.052s] omicron-common api::external::error::test::test_bail_unless |
5825 | 2024-10-18T23:01:52.998Z | PASS [ 0.032s] omicron-common api::external::error::test::test_context |
5826 | 2024-10-18T23:01:53.055Z | PASS [ 0.091s] omicron-common api::external::http_pagination::test::test_pagination_examples |
5827 | 2024-10-18T23:01:53.246Z | PASS [ 0.237s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
5828 | 2024-10-18T23:01:53.426Z | PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_scan_by_id |
5829 | 2024-10-18T23:01:53.460Z | PASS [ 0.136s] omicron-common api::external::http_pagination::test::test_scan_by_name |
5830 | 2024-10-18T23:01:53.513Z | PASS [ 0.073s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
5831 | 2024-10-18T23:01:53.661Z | PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
5832 | 2024-10-18T23:01:53.693Z | PASS [ 0.130s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
5833 | 2024-10-18T23:01:53.724Z | PASS [ 0.030s] omicron-common api::external::test::test_bytecount |
5834 | 2024-10-18T23:01:53.767Z | PASS [ 0.038s] omicron-common api::external::test::test_bytecount_display |
5835 | 2024-10-18T23:01:53.838Z | PASS [ 0.063s] omicron-common api::external::test::test_digest |
5836 | 2024-10-18T23:01:53.904Z | PASS [ 0.049s] omicron-common api::external::test::test_firewall_deserialization |
5837 | 2024-10-18T23:01:53.919Z | PASS [ 7.338s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
5838 | 2024-10-18T23:01:53.982Z | PASS [ 0.100s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
5839 | 2024-10-18T23:01:53.999Z | PASS [ 0.078s] omicron-common api::external::test::test_firewall_rule_target_parse |
5840 | 2024-10-18T23:01:54.040Z | PASS [ 0.055s] omicron-common api::external::test::test_hostname_from_str |
5841 | 2024-10-18T23:01:54.065Z | PASS [ 0.057s] omicron-common api::external::test::test_ip_port_range_from_str |
5842 | 2024-10-18T23:01:54.099Z | PASS [ 0.049s] omicron-common api::external::test::test_ip_port_range_into_str |
5843 | 2024-10-18T23:01:54.155Z | PASS [ 0.059s] omicron-common api::external::test::test_ipv6_net_operations |
5844 | 2024-10-18T23:01:54.155Z | PASS [ 0.058s] omicron-common api::external::test::test_mac_system_iterator |
5845 | 2024-10-18T23:01:54.209Z | PASS [ 0.056s] omicron-common api::external::test::test_mac_to_int_conversions |
5846 | 2024-10-18T23:01:54.209Z | PASS [ 0.064s] omicron-common api::external::test::test_macaddr |
5847 | 2024-10-18T23:01:54.236Z | PASS [ 0.065s] omicron-common api::external::test::test_name_parse |
5848 | 2024-10-18T23:01:54.278Z | PASS [ 0.049s] omicron-common api::external::test::test_name_parse_from_param |
5849 | 2024-10-18T23:01:54.290Z | PASS [ 0.058s] omicron-common api::external::test::test_resource_name_parse |
5850 | 2024-10-18T23:01:54.353Z | PASS [ 0.062s] omicron-common api::external::test::test_role_name_parse |
5851 | 2024-10-18T23:01:54.378Z | PASS [ 0.083s] omicron-common api::external::test::test_route_destination_parse |
5852 | 2024-10-18T23:01:54.415Z | PASS [ 0.044s] omicron-common api::external::test::test_semver_serialize |
5853 | 2024-10-18T23:01:54.454Z | PASS [ 0.036s] omicron-common api::external::test::test_semver_validation |
5854 | 2024-10-18T23:01:54.476Z | PASS [ 0.166s] omicron-common api::external::test::test_route_target_parse |
5855 | 2024-10-18T23:01:54.485Z | PASS [ 0.035s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
5856 | 2024-10-18T23:01:54.517Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
5857 | 2024-10-18T23:01:54.533Z | PASS [ 0.052s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
5858 | 2024-10-18T23:01:54.545Z | PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
5859 | 2024-10-18T23:01:54.568Z | PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
5860 | 2024-10-18T23:01:54.636Z | PASS [ 0.046s] omicron-common ledger::test::test_create_default_ledger |
5861 | 2024-10-18T23:01:54.636Z | PASS [ 0.059s] omicron-common ledger::test::test_commit_handles_write_failures |
5862 | 2024-10-18T23:01:54.661Z | PASS [ 0.048s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
5863 | 2024-10-18T23:01:54.693Z | PASS [ 0.041s] omicron-common update::tests::serde_artifact_kind |
5864 | 2024-10-18T23:01:54.707Z | PASS [ 0.081s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
5865 | 2024-10-18T23:01:54.737Z | PASS [ 0.036s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
5866 | 2024-10-18T23:01:54.760Z | PASS [ 0.044s] omicron-common zpool_name::test::test_parse_external_zpool_name |
5867 | 2024-10-18T23:01:54.787Z | PASS [ 0.041s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
5868 | 2024-10-18T23:01:54.787Z | PASS [ 0.041s] omicron-common zpool_name::test::test_parse_zpool_name_json |
5869 | 2024-10-18T23:01:54.815Z | PASS [ 0.036s] omicron-common zpool_name::test::test_zpool_name_regex |
5870 | 2024-10-18T23:01:55.934Z | PASS [ 1.146s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
5871 | 2024-10-18T23:01:55.944Z | PASS [ 1.138s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
5872 | 2024-10-18T23:01:56.042Z | PASS [ 0.097s] omicron-gateway management_switch::location_map::tests::test_config_validation |
5873 | 2024-10-18T23:01:56.100Z | PASS [ 0.060s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
5874 | 2024-10-18T23:01:56.635Z | PASS [ 0.534s] omicron-gateway::test_all integration_tests::component_list::component_list |
5875 | 2024-10-18T23:01:56.681Z | PASS [ 0.044s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
5876 | 2024-10-18T23:01:56.948Z | PASS [ 6.191s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
5877 | 2024-10-18T23:01:56.993Z | PASS [ 0.311s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
5878 | 2024-10-18T23:01:57.152Z | PASS [ 0.203s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
5879 | 2024-10-18T23:01:57.180Z | PASS [ 6.156s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
5880 | 2024-10-18T23:01:57.193Z | PASS [ 0.202s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
5881 | 2024-10-18T23:01:58.105Z | PASS [ 5.921s] omicron-cockroach-admin context::tests::test_node_id |
5882 | 2024-10-18T23:02:04.812Z | PASS [ 19.027s] nexus-types deployment::tri_map::tests::proptest_ops |
5883 | 2024-10-18T23:02:04.874Z | PASS [ 22.712s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
5884 | 2024-10-18T23:02:06.065Z | SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior |
5885 | 2024-10-18T23:02:14.544Z | FAIL [ 17.392s] omicron-ls-apis::test_dependencies test_api_dependencies |
5886 | 2024-10-18T23:02:14.544Z | |
5887 | 2024-10-18T23:02:14.544Z | --- STDOUT: omicron-ls-apis::test_dependencies test_api_dependencies --- |
5888 | 2024-10-18T23:02:14.544Z | |
5889 | 2024-10-18T23:02:14.544Z | running 1 test |
5890 | 2024-10-18T23:02:14.544Z | stderr: |
5891 | 2024-10-18T23:02:14.544Z | ------ |
5892 | 2024-10-18T23:02:14.544Z | loading metadata for workspace omicron from current workspace |
5893 | 2024-10-18T23:02:14.544Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
5894 | 2024-10-18T23:02:14.544Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
5895 | 2024-10-18T23:02:14.544Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
5896 | 2024-10-18T23:02:14.544Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
5897 | 2024-10-18T23:02:14.544Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
5898 | 2024-10-18T23:02:14.544Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
5899 | 2024-10-18T23:02:14.544Z | |
5900 | 2024-10-18T23:02:14.544Z | ----- |
5901 | 2024-10-18T23:02:14.544Z | @@ -6,10 +6,13 @@ |
5902 | 2024-10-18T23:02:14.544Z | consumed by: omicron-nexus (omicron/nexus) |
5903 | 2024-10-18T23:02:14.544Z | |
5904 | 2024-10-18T23:02:14.544Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
5905 | 2024-10-18T23:02:14.544Z | consumed by: omicron-nexus (omicron/nexus) |
5906 | 2024-10-18T23:02:14.544Z | |
5907 | 2024-10-18T23:02:14.544Z | +Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
5908 | 2024-10-18T23:02:14.544Z | + consumed by: omicron-nexus (omicron/nexus) |
5909 | 2024-10-18T23:02:14.544Z | + |
5910 | 2024-10-18T23:02:14.544Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
5911 | 2024-10-18T23:02:14.544Z | consumed by: omicron-nexus (omicron/nexus) |
5912 | 2024-10-18T23:02:14.544Z | |
5913 | 2024-10-18T23:02:14.544Z | Crucible Agent (client: crucible-agent-client) |
5914 | 2024-10-18T23:02:14.545Z | consumed by: omicron-nexus (omicron/nexus) |
5915 | 2024-10-18T23:02:14.545Z | |
5916 | 2024-10-18T23:02:14.545Z | test test_api_dependencies ... FAILED |
5917 | 2024-10-18T23:02:14.545Z | |
5918 | 2024-10-18T23:02:14.545Z | failures: |
5919 | 2024-10-18T23:02:14.545Z | |
5920 | 2024-10-18T23:02:14.545Z | failures: |
5921 | 2024-10-18T23:02:14.545Z | test_api_dependencies |
5922 | 2024-10-18T23:02:14.545Z | |
5923 | 2024-10-18T23:02:14.545Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.35s |
5924 | 2024-10-18T23:02:14.545Z | |
5925 | 2024-10-18T23:02:14.545Z | |
5926 | 2024-10-18T23:02:14.545Z | --- STDERR: omicron-ls-apis::test_dependencies test_api_dependencies --- |
5927 | 2024-10-18T23:02:14.545Z | thread 'test_api_dependencies' panicked at dev-tools/ls-apis/tests/test_dependencies.rs:28:5: |
5928 | 2024-10-18T23:02:14.545Z | assertion failed: string doesn't match the contents of file: "tests/api_dependencies.out" see diffset above |
5929 | 2024-10-18T23:02:14.545Z | set EXPECTORATE=overwrite if these changes are intentional |
5930 | 2024-10-18T23:02:14.545Z | stack backtrace: |
5931 | 2024-10-18T23:02:14.545Z | 0: rust_begin_unwind |
5932 | 2024-10-18T23:02:14.545Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
5933 | 2024-10-18T23:02:14.545Z | 1: core::panicking::panic_fmt |
5934 | 2024-10-18T23:02:14.545Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
5935 | 2024-10-18T23:02:14.545Z | 2: assert_contents<&str> |
5936 | 2024-10-18T23:02:14.545Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs:64:9 |
5937 | 2024-10-18T23:02:14.545Z | 3: test_api_dependencies |
5938 | 2024-10-18T23:02:14.545Z | at ./tests/test_dependencies.rs:28:5 |
5939 | 2024-10-18T23:02:14.545Z | 4: test_dependencies::test_api_dependencies::{{closure}} |
5940 | 2024-10-18T23:02:14.545Z | at ./tests/test_dependencies.rs:21:27 |
5941 | 2024-10-18T23:02:14.545Z | 5: core::ops::function::FnOnce::call_once |
5942 | 2024-10-18T23:02:14.545Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5943 | 2024-10-18T23:02:14.545Z | 6: core::ops::function::FnOnce::call_once |
5944 | 2024-10-18T23:02:14.545Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
5945 | 2024-10-18T23:02:14.545Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5946 | 2024-10-18T23:02:14.545Z | |
5947 | 2024-10-18T23:02:17.347Z | PASS [ 71.264s] nexus-db-queries policy_test::test_iam_roles_behavior |
5948 | 2024-10-18T23:02:20.265Z | PASS [ 24.332s] omicron-dev::test-omicron-dev test_run_all |
5949 | 2024-10-18T23:02:22.442Z | PASS [ 25.250s] omicron-nexus app::background::driver::test::test_driver_basic |
5950 | 2024-10-18T23:02:23.594Z | PASS [ 26.416s] omicron-nexus app::background::driver::test::test_activation_in_progress |
5951 | 2024-10-18T23:02:24.121Z | PASS [ 26.018s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
5952 | 2024-10-18T23:02:31.542Z | PASS [ 9.101s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
5953 | 2024-10-18T23:02:31.598Z | PASS [ 0.057s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
5954 | 2024-10-18T23:02:31.898Z | PASS [ 8.305s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
5955 | 2024-10-18T23:02:32.501Z | PASS [ 8.382s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
5956 | 2024-10-18T23:02:35.764Z | PASS [ 30.955s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
5957 | 2024-10-18T23:02:36.559Z | PASS [ 31.687s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
5958 | 2024-10-18T23:02:41.137Z | PASS [ 23.808s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
5959 | 2024-10-18T23:02:41.810Z | PASS [ 21.545s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
5960 | 2024-10-18T23:02:42.736Z | PASS [ 28.196s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
5961 | 2024-10-18T23:02:55.543Z | PASS [ 23.946s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
5962 | 2024-10-18T23:02:55.905Z | PASS [ 24.007s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
5963 | 2024-10-18T23:02:56.217Z | PASS [ 23.716s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
5964 | 2024-10-18T23:02:59.052Z | PASS [ 23.289s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
5965 | 2024-10-18T23:03:00.481Z | PASS [ 23.925s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
5966 | 2024-10-18T23:03:04.202Z | PASS [ 23.070s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
5967 | 2024-10-18T23:03:13.818Z | PASS [ 31.083s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
5968 | 2024-10-18T23:03:21.611Z | PASS [ 22.560s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
5969 | 2024-10-18T23:03:22.307Z | PASS [ 21.827s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
5970 | 2024-10-18T23:03:23.515Z | PASS [ 27.607s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
5971 | 2024-10-18T23:03:24.706Z | PASS [ 20.505s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
5972 | 2024-10-18T23:03:31.865Z | PASS [ 50.058s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
5973 | 2024-10-18T23:03:31.946Z | PASS [ 18.126s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
5974 | 2024-10-18T23:03:38.260Z | PASS [ 42.046s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
5975 | 2024-10-18T23:03:43.930Z | PASS [ 22.320s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
5976 | 2024-10-18T23:03:44.780Z | PASS [ 22.476s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
5977 | 2024-10-18T23:03:46.046Z | PASS [ 22.523s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
5978 | 2024-10-18T23:03:47.160Z | PASS [ 22.455s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
5979 | 2024-10-18T23:03:51.991Z | PASS [ 5.960s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
5980 | 2024-10-18T23:03:53.033Z | PASS [ 21.090s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
5981 | 2024-10-18T23:03:53.212Z | PASS [ 21.349s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
5982 | 2024-10-18T23:03:53.313Z | PASS [ 0.101s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
5983 | 2024-10-18T23:03:54.075Z | PASS [ 1.042s] omicron-nexus app::external_endpoints::test::test_authority |
5984 | 2024-10-18T23:03:54.177Z | PASS [ 0.101s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
5985 | 2024-10-18T23:03:54.240Z | PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
5986 | 2024-10-18T23:03:54.299Z | PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
5987 | 2024-10-18T23:03:54.368Z | PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
5988 | 2024-10-18T23:03:54.415Z | PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
5989 | 2024-10-18T23:03:54.519Z | PASS [ 0.100s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
5990 | 2024-10-18T23:03:54.590Z | PASS [ 0.073s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
5991 | 2024-10-18T23:03:54.660Z | PASS [ 0.070s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
5992 | 2024-10-18T23:03:55.161Z | PASS [ 1.847s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
5993 | 2024-10-18T23:03:55.541Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
5994 | 2024-10-18T23:03:58.089Z | PASS [ 6.097s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
5995 | 2024-10-18T23:04:05.064Z | PASS [ 26.805s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
5996 | 2024-10-18T23:04:07.065Z | PASS [ 23.138s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
5997 | 2024-10-18T23:04:07.870Z | PASS [ 23.091s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
5998 | 2024-10-18T23:04:12.342Z | PASS [ 25.183s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
5999 | 2024-10-18T23:04:22.574Z | PASS [ 87.036s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
6000 | 2024-10-18T23:04:29.056Z | PASS [ 30.970s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
6001 | 2024-10-18T23:04:30.362Z | PASS [ 35.202s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
6002 | 2024-10-18T23:04:31.455Z | PASS [ 36.799s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
6003 | 2024-10-18T23:04:34.929Z | PASS [ 29.867s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
6004 | 2024-10-18T23:04:36.551Z | PASS [ 29.487s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
6005 | 2024-10-18T23:04:36.942Z | PASS [ 29.073s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
6006 | 2024-10-18T23:05:06.480Z | PASS [ 35.026s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
6007 | 2024-10-18T23:05:07.387Z | PASS [ 38.335s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
6008 | 2024-10-18T23:05:07.896Z | PASS [ 37.539s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
6009 | 2024-10-18T23:05:09.039Z | PASS [ 34.113s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
6010 | 2024-10-18T23:05:12.341Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6011 | 2024-10-18T23:05:13.319Z | PASS [ 36.380s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
6012 | 2024-10-18T23:05:13.545Z | PASS [ 36.970s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
6013 | 2024-10-18T23:05:22.571Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6014 | 2024-10-18T23:05:43.039Z | PASS [ 36.564s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
6015 | 2024-10-18T23:05:45.171Z | PASS [ 37.782s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
6016 | 2024-10-18T23:05:45.303Z | PASS [ 37.409s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
6017 | 2024-10-18T23:05:47.301Z | PASS [ 38.265s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
6018 | 2024-10-18T23:05:47.402Z | PASS [ 33.884s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
6019 | 2024-10-18T23:05:48.356Z | PASS [ 35.026s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
6020 | 2024-10-18T23:06:12.336Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6021 | 2024-10-18T23:06:16.983Z | PASS [ 28.642s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
6022 | 2024-10-18T23:06:17.039Z | PASS [ 29.640s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
6023 | 2024-10-18T23:06:17.372Z | PASS [ 32.205s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
6024 | 2024-10-18T23:06:17.908Z | PASS [ 30.609s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
6025 | 2024-10-18T23:06:22.548Z | PASS [ 37.247s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
6026 | 2024-10-18T23:06:22.568Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6027 | 2024-10-18T23:06:43.059Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
6028 | 2024-10-18T23:06:48.327Z | PASS [ 31.289s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
6029 | 2024-10-18T23:06:48.512Z | PASS [ 31.142s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
6030 | 2024-10-18T23:06:56.471Z | PASS [ 38.563s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
6031 | 2024-10-18T23:06:56.662Z | PASS [ 73.626s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
6032 | 2024-10-18T23:07:12.334Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6033 | 2024-10-18T23:07:16.980Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
6034 | 2024-10-18T23:07:21.405Z | PASS [ 33.081s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
6035 | 2024-10-18T23:07:21.702Z | PASS [ 33.181s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
6036 | 2024-10-18T23:07:22.544Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6037 | 2024-10-18T23:07:22.566Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6038 | 2024-10-18T23:07:28.077Z | PASS [ 31.416s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
6039 | 2024-10-18T23:07:56.467Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
6040 | 2024-10-18T23:07:57.824Z | PASS [ 36.420s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
6041 | 2024-10-18T23:07:59.403Z | PASS [ 31.330s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
6042 | 2024-10-18T23:08:07.802Z | PASS [ 110.825s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
6043 | 2024-10-18T23:08:12.331Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6044 | 2024-10-18T23:08:21.688Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6045 | 2024-10-18T23:08:22.541Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6046 | 2024-10-18T23:08:22.562Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6047 | 2024-10-18T23:08:30.823Z | PASS [ 33.001s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
6048 | 2024-10-18T23:08:34.829Z | PASS [ 132.289s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6049 | 2024-10-18T23:08:40.202Z | PASS [ 32.402s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
6050 | 2024-10-18T23:08:54.093Z | PASS [ 117.631s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
6051 | 2024-10-18T23:08:59.401Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
6052 | 2024-10-18T23:09:03.542Z | PASS [ 32.722s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
6053 | 2024-10-18T23:09:12.328Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6054 | 2024-10-18T23:09:12.489Z | PASS [ 32.290s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
6055 | 2024-10-18T23:09:19.542Z | PASS [ 80.143s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
6056 | 2024-10-18T23:09:21.685Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6057 | 2024-10-18T23:09:22.560Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6058 | 2024-10-18T23:09:28.912Z | PASS [ 34.821s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
6059 | 2024-10-18T23:09:34.827Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6060 | 2024-10-18T23:09:44.751Z | PASS [ 32.264s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
6061 | 2024-10-18T23:09:54.718Z | PASS [ 35.179s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
6062 | 2024-10-18T23:10:03.540Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
6063 | 2024-10-18T23:10:11.269Z | PASS [ 169.588s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6064 | 2024-10-18T23:10:12.325Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6065 | 2024-10-18T23:10:19.909Z | PASS [ 35.159s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
6066 | 2024-10-18T23:10:22.557Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6067 | 2024-10-18T23:10:25.615Z | PASS [ 82.080s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
6068 | 2024-10-18T23:10:28.909Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
6069 | 2024-10-18T23:10:34.824Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6070 | 2024-10-18T23:10:44.507Z | PASS [ 33.240s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
6071 | 2024-10-18T23:10:46.663Z | PASS [ 131.837s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6072 | 2024-10-18T23:10:51.792Z | PASS [ 31.886s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
6073 | 2024-10-18T23:10:54.715Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
6074 | 2024-10-18T23:11:10.911Z | PASS [ 45.296s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
6075 | 2024-10-18T23:11:12.323Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6076 | 2024-10-18T23:11:14.468Z | PASS [ 29.964s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
6077 | 2024-10-18T23:11:15.309Z | PASS [ 23.519s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
6078 | 2024-10-18T23:11:19.769Z | PASS [ 33.113s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
6079 | 2024-10-18T23:11:22.555Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6080 | 2024-10-18T23:11:27.904Z | PASS [ 118.998s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
6081 | 2024-10-18T23:11:33.174Z | PASS [ 22.265s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
6082 | 2024-10-18T23:11:41.490Z | PASS [ 21.723s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
6083 | 2024-10-18T23:11:45.440Z | PASS [ 30.132s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
6084 | 2024-10-18T23:11:47.601Z | PASS [ 33.132s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
6085 | 2024-10-18T23:11:53.255Z | PASS [ 118.545s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
6086 | 2024-10-18T23:11:53.728Z | PASS [ 20.556s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
6087 | 2024-10-18T23:11:57.211Z | PASS [ 29.310s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
6088 | 2024-10-18T23:12:12.320Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6089 | 2024-10-18T23:12:16.108Z | PASS [ 22.854s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
6090 | 2024-10-18T23:12:16.197Z | PASS [ 0.086s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
6091 | 2024-10-18T23:12:16.736Z | PASS [ 35.246s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
6092 | 2024-10-18T23:12:18.062Z | PASS [ 32.624s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
6093 | 2024-10-18T23:12:18.665Z | PASS [ 31.068s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
6094 | 2024-10-18T23:12:22.552Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6095 | 2024-10-18T23:12:40.444Z | PASS [ 21.778s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
6096 | 2024-10-18T23:12:47.314Z | PASS [ 31.122s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
6097 | 2024-10-18T23:12:53.726Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6098 | 2024-10-18T23:12:56.947Z | PASS [ 40.215s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
6099 | 2024-10-18T23:12:57.209Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6100 | 2024-10-18T23:12:58.241Z | PASS [ 40.179s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
6101 | 2024-10-18T23:12:58.296Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_accept_gz |
6102 | 2024-10-18T23:12:58.355Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
6103 | 2024-10-18T23:12:58.424Z | PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
6104 | 2024-10-18T23:12:58.479Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
6105 | 2024-10-18T23:12:58.535Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
6106 | 2024-10-18T23:12:58.593Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
6107 | 2024-10-18T23:12:58.651Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
6108 | 2024-10-18T23:12:58.710Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_relative_uri |
6109 | 2024-10-18T23:13:03.634Z | PASS [ 6.684s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
6110 | 2024-10-18T23:13:12.321Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6111 | 2024-10-18T23:13:12.734Z | PASS [ 32.295s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
6112 | 2024-10-18T23:13:13.709Z | PASS [ 26.396s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
6113 | 2024-10-18T23:13:19.530Z | PASS [ 82.323s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6114 | 2024-10-18T23:13:22.550Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6115 | 2024-10-18T23:13:23.832Z | PASS [ 4.304s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
6116 | 2024-10-18T23:13:25.112Z | PASS [ 1.279s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
6117 | 2024-10-18T23:13:25.724Z | PASS [ 553.415s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6118 | 2024-10-18T23:13:25.735Z | PASS [ 0.622s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
6119 | 2024-10-18T23:13:27.729Z | PASS [ 24.098s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
6120 | 2024-10-18T23:13:32.933Z | PASS [ 20.195s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
6121 | 2024-10-18T23:13:33.758Z | PASS [ 551.217s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6122 | 2024-10-18T23:13:36.923Z | PASS [ 23.215s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
6123 | 2024-10-18T23:13:49.354Z | PASS [ 23.621s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
6124 | 2024-10-18T23:13:50.040Z | PASS [ 24.319s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
6125 | 2024-10-18T23:13:51.997Z | PASS [ 24.272s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
6126 | 2024-10-18T23:13:53.724Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6127 | 2024-10-18T23:13:54.532Z | PASS [ 21.602s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
6128 | 2024-10-18T23:13:55.446Z | PASS [ 21.688s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
6129 | 2024-10-18T23:13:57.465Z | PASS [ 20.544s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
6130 | 2024-10-18T23:13:58.707Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
6131 | 2024-10-18T23:14:12.751Z | PASS [ 23.398s] omicron-nexus::test_all integration_tests::basic::test_ping |
6132 | 2024-10-18T23:14:17.556Z | PASS [ 23.028s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
6133 | 2024-10-18T23:14:17.971Z | PASS [ 27.933s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
6134 | 2024-10-18T23:14:18.108Z | PASS [ 22.666s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
6135 | 2024-10-18T23:14:18.615Z | PASS [ 21.151s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
6136 | 2024-10-18T23:14:24.434Z | PASS [ 32.438s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
6137 | 2024-10-18T23:14:28.444Z | PASS [ 4.010s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
6138 | 2024-10-18T23:14:29.245Z | PASS [ 0.801s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
6139 | 2024-10-18T23:14:29.352Z | PASS [ 0.105s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
6140 | 2024-10-18T23:14:33.358Z | PASS [ 20.607s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
6141 | 2024-10-18T23:14:37.875Z | PASS [ 20.319s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
6142 | 2024-10-18T23:14:38.418Z | PASS [ 20.309s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
6143 | 2024-10-18T23:14:39.425Z | PASS [ 21.457s] omicron-nexus::test_all integration_tests::certificates::test_crud |
6144 | 2024-10-18T23:14:44.561Z | PASS [ 25.947s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
6145 | 2024-10-18T23:14:49.282Z | PASS [ 19.933s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
6146 | 2024-10-18T23:14:53.573Z | PASS [ 20.217s] omicron-nexus::test_all integration_tests::console_api::test_assets |
6147 | 2024-10-18T23:14:53.721Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6148 | 2024-10-18T23:14:58.059Z | PASS [ 20.186s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
6149 | 2024-10-18T23:14:58.705Z | SLOW [>120.000s] omicron-nexus populate::test::test_populators |
6150 | 2024-10-18T23:15:02.106Z | PASS [ 23.691s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
6151 | 2024-10-18T23:15:03.389Z | PASS [ 23.964s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
6152 | 2024-10-18T23:15:03.514Z | PASS [ 18.954s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
6153 | 2024-10-18T23:15:09.055Z | PASS [ 19.774s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
6154 | 2024-10-18T23:15:14.916Z | PASS [ 21.344s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
6155 | 2024-10-18T23:15:22.594Z | PASS [ 20.489s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
6156 | 2024-10-18T23:15:23.318Z | PASS [ 25.246s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
6157 | 2024-10-18T23:15:35.428Z | PASS [ 31.916s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
6158 | 2024-10-18T23:15:37.839Z | PASS [ 34.452s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
6159 | 2024-10-18T23:15:41.372Z | PASS [ 18.070s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
6160 | 2024-10-18T23:15:43.838Z | PASS [ 34.785s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
6161 | 2024-10-18T23:15:48.928Z | PASS [ 26.336s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
6162 | 2024-10-18T23:15:51.185Z | PASS [ 36.271s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
6163 | 2024-10-18T23:15:53.719Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6164 | 2024-10-18T23:15:55.433Z | PASS [ 20.002s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
6165 | 2024-10-18T23:15:58.704Z | SLOW [>180.000s] omicron-nexus populate::test::test_populators |
6166 | 2024-10-18T23:16:07.466Z | PASS [ 29.629s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
6167 | 2024-10-18T23:16:10.824Z | PASS [ 192.130s] omicron-nexus populate::test::test_populators |
6168 | 2024-10-18T23:16:11.409Z | PASS [ 27.573s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
6169 | 2024-10-18T23:16:17.359Z | PASS [ 28.433s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
6170 | 2024-10-18T23:16:18.474Z | PASS [ 37.104s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
6171 | 2024-10-18T23:16:19.578Z | PASS [ 28.393s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
6172 | 2024-10-18T23:16:25.244Z | PASS [ 29.817s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
6173 | 2024-10-18T23:16:38.598Z | PASS [ 31.133s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
6174 | 2024-10-18T23:16:48.460Z | PASS [ 29.988s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
6175 | 2024-10-18T23:16:51.526Z | PASS [ 31.951s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
6176 | 2024-10-18T23:16:51.539Z | PASS [ 26.297s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
6177 | 2024-10-18T23:16:53.715Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6178 | 2024-10-18T23:16:55.111Z | PASS [ 44.289s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
6179 | 2024-10-18T23:16:59.444Z | PASS [ 48.038s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
6180 | 2024-10-18T23:17:03.445Z | PASS [ 24.849s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
6181 | 2024-10-18T23:17:14.169Z | PASS [ 56.814s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
6182 | 2024-10-18T23:17:17.605Z | PASS [ 26.078s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
6183 | 2024-10-18T23:17:18.917Z | PASS [ 30.459s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
6184 | 2024-10-18T23:17:24.278Z | PASS [ 32.740s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
6185 | 2024-10-18T23:17:29.390Z | PASS [ 29.947s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
6186 | 2024-10-18T23:17:39.677Z | PASS [ 36.233s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
6187 | 2024-10-18T23:17:41.800Z | PASS [ 46.692s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
6188 | 2024-10-18T23:17:50.047Z | PASS [ 31.130s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
6189 | 2024-10-18T23:17:50.676Z | PASS [ 36.507s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
6190 | 2024-10-18T23:17:52.766Z | PASS [ 35.166s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
6191 | 2024-10-18T23:17:53.712Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6192 | 2024-10-18T23:17:56.274Z | PASS [ 31.997s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
6193 | 2024-10-18T23:18:00.026Z | PASS [ 30.638s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
6194 | 2024-10-18T23:18:12.420Z | PASS [ 32.747s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete |
6195 | 2024-10-18T23:18:14.664Z | PASS [ 32.866s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
6196 | 2024-10-18T23:18:19.065Z | PASS [ 28.391s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
6197 | 2024-10-18T23:18:19.442Z | PASS [ 29.397s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
6198 | 2024-10-18T23:18:25.382Z | PASS [ 32.618s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
6199 | 2024-10-18T23:18:29.912Z | PASS [ 33.641s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
6200 | 2024-10-18T23:18:36.017Z | PASS [ 35.991s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
6201 | 2024-10-18T23:18:46.237Z | PASS [ 26.793s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
6202 | 2024-10-18T23:18:52.146Z | PASS [ 39.727s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
6203 | 2024-10-18T23:18:53.710Z | SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6204 | 2024-10-18T23:18:57.433Z | PASS [ 27.522s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
6205 | 2024-10-18T23:19:03.285Z | PASS [ 37.904s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
6206 | 2024-10-18T23:19:06.068Z | PASS [ 51.397s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
6207 | 2024-10-18T23:19:11.662Z | PASS [ 25.431s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
6208 | 2024-10-18T23:19:12.215Z | PASS [ 53.154s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
6209 | 2024-10-18T23:19:12.803Z | PASS [ 36.790s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
6210 | 2024-10-18T23:19:13.287Z | PASS [ 0.481s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
6211 | 2024-10-18T23:19:13.821Z | PASS [ 0.537s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
6212 | 2024-10-18T23:19:15.730Z | PASS [ 3.515s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
6213 | 2024-10-18T23:19:16.866Z | PASS [ 24.723s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
6214 | 2024-10-18T23:19:17.334Z | PASS [ 3.513s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
6215 | 2024-10-18T23:19:22.004Z | PASS [ 24.574s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
6216 | 2024-10-18T23:19:31.605Z | PASS [ 28.323s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
6217 | 2024-10-18T23:19:33.779Z | PASS [ 27.723s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
6218 | 2024-10-18T23:19:38.086Z | PASS [ 26.425s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
6219 | 2024-10-18T23:19:47.127Z | PASS [ 31.399s] omicron-nexus::test_all integration_tests::images::test_image_create |
6220 | 2024-10-18T23:19:49.169Z | PASS [ 32.305s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
6221 | 2024-10-18T23:19:53.461Z | PASS [ 31.459s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
6222 | 2024-10-18T23:19:53.709Z | SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6223 | 2024-10-18T23:19:54.393Z | PASS [ 37.063s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
6224 | 2024-10-18T23:20:01.546Z | PASS [ 29.942s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
6225 | 2024-10-18T23:20:01.631Z | PASS [ 7.239s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
6226 | 2024-10-18T23:20:01.644Z | PASS [ 8.182s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
6227 | 2024-10-18T23:20:02.334Z | PASS [ 28.549s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
6228 | 2024-10-18T23:20:04.415Z | PASS [ 15.244s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
6229 | 2024-10-18T23:20:07.208Z | PASS [ 29.124s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
6230 | 2024-10-18T23:20:12.569Z | PASS [ 11.024s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
6231 | 2024-10-18T23:20:12.984Z | PASS [ 25.855s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
6232 | 2024-10-18T23:20:32.013Z | PASS [ 30.382s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
6233 | 2024-10-18T23:20:36.183Z | PASS [ 31.771s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
6234 | 2024-10-18T23:20:40.004Z | PASS [ 37.679s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
6235 | 2024-10-18T23:20:42.364Z | PASS [ 35.136s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
6236 | 2024-10-18T23:20:51.118Z | PASS [ 38.550s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
6237 | 2024-10-18T23:20:51.999Z | PASS [ 50.359s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
6238 | 2024-10-18T23:20:53.705Z | SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6239 | 2024-10-18T23:21:02.110Z | PASS [ 49.133s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
6240 | 2024-10-18T23:21:02.170Z | PASS [ 25.985s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
6241 | 2024-10-18T23:21:04.181Z | PASS [ 550.486s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6242 | 2024-10-18T23:21:06.115Z | PASS [ 26.111s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
6243 | 2024-10-18T23:21:16.183Z | PASS [ 24.186s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
6244 | 2024-10-18T23:21:22.102Z | PASS [ 39.761s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
6245 | 2024-10-18T23:21:30.402Z | PASS [ 39.287s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
6246 | 2024-10-18T23:21:32.013Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
6247 | 2024-10-18T23:21:32.835Z | PASS [ 26.725s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
6248 | 2024-10-18T23:21:35.939Z | PASS [ 19.755s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
6249 | 2024-10-18T23:21:40.098Z | PASS [ 37.990s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
6250 | 2024-10-18T23:21:45.257Z | PASS [ 41.079s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
6251 | 2024-10-18T23:21:49.890Z | PASS [ 27.792s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
6252 | 2024-10-18T23:22:02.163Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6253 | 2024-10-18T23:22:05.355Z | PASS [ 34.956s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
6254 | 2024-10-18T23:22:06.445Z | PASS [ 33.612s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
6255 | 2024-10-18T23:22:10.296Z | PASS [ 30.200s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
6256 | 2024-10-18T23:22:10.985Z | PASS [ 35.049s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
6257 | 2024-10-18T23:22:19.653Z | PASS [ 34.397s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
6258 | 2024-10-18T23:22:21.200Z | PASS [ 79.039s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6259 | 2024-10-18T23:22:26.576Z | PASS [ 36.686s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
6260 | 2024-10-18T23:22:32.010Z | SLOW [>120.000s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
6261 | 2024-10-18T23:22:34.685Z | PASS [ 28.241s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
6262 | 2024-10-18T23:22:36.094Z | PASS [ 25.800s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
6263 | 2024-10-18T23:22:40.135Z | PASS [ 29.151s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
6264 | 2024-10-18T23:22:48.864Z | PASS [ 29.215s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
6265 | 2024-10-18T23:22:49.854Z | PASS [ 28.656s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
6266 | 2024-10-18T23:22:50.301Z | PASS [ 138.296s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
6267 | 2024-10-18T23:22:54.171Z | PASS [ 48.819s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
6268 | 2024-10-18T23:22:56.913Z | PASS [ 30.339s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
6269 | 2024-10-18T23:23:06.150Z | PASS [ 31.465s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
6270 | 2024-10-18T23:23:07.210Z | PASS [ 31.118s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
6271 | 2024-10-18T23:23:28.179Z | PASS [ 37.882s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
6272 | 2024-10-18T23:23:28.755Z | PASS [ 38.902s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
6273 | 2024-10-18T23:23:30.182Z | PASS [ 50.051s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
6274 | 2024-10-18T23:23:31.421Z | PASS [ 37.251s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
6275 | 2024-10-18T23:23:31.927Z | PASS [ 43.064s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
6276 | 2024-10-18T23:23:46.475Z | PASS [ 39.264s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
6277 | 2024-10-18T23:23:46.733Z | PASS [ 49.716s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
6278 | 2024-10-18T23:23:47.317Z | PASS [ 41.170s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
6279 | 2024-10-18T23:23:52.416Z | PASS [ 24.237s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
6280 | 2024-10-18T23:23:55.324Z | PASS [ 25.143s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
6281 | 2024-10-18T23:24:02.513Z | PASS [ 30.588s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
6282 | 2024-10-18T23:24:02.889Z | PASS [ 31.471s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
6283 | 2024-10-18T23:24:06.245Z | PASS [ 37.492s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
6284 | 2024-10-18T23:24:11.032Z | PASS [ 24.561s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
6285 | 2024-10-18T23:24:16.998Z | PASS [ 30.374s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
6286 | 2024-10-18T23:24:19.233Z | PASS [ 31.874s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
6287 | 2024-10-18T23:24:23.903Z | PASS [ 21.014s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
6288 | 2024-10-18T23:24:25.732Z | PASS [ 30.410s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
6289 | 2024-10-18T23:24:29.771Z | PASS [ 23.526s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
6290 | 2024-10-18T23:24:34.051Z | PASS [ 23.021s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
6291 | 2024-10-18T23:24:35.925Z | PASS [ 33.414s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
6292 | 2024-10-18T23:24:36.267Z | PASS [ 43.853s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
6293 | 2024-10-18T23:24:39.744Z | PASS [ 22.747s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
6294 | 2024-10-18T23:24:40.348Z | PASS [ 21.038s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
6295 | 2024-10-18T23:25:00.229Z | PASS [ 23.965s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
6296 | 2024-10-18T23:25:01.030Z | PASS [ 35.299s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user |
6297 | 2024-10-18T23:25:01.630Z | PASS [ 31.862s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
6298 | 2024-10-18T23:25:02.462Z | PASS [ 38.561s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
6299 | 2024-10-18T23:25:02.828Z | PASS [ 22.605s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
6300 | 2024-10-18T23:25:03.860Z | PASS [ 24.118s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
6301 | 2024-10-18T23:25:08.409Z | PASS [ 32.485s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
6302 | 2024-10-18T23:25:09.251Z | PASS [ 35.203s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
6303 | 2024-10-18T23:25:24.776Z | PASS [ 24.547s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
6304 | 2024-10-18T23:25:25.268Z | PASS [ 24.240s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
6305 | 2024-10-18T23:25:25.908Z | PASS [ 24.281s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
6306 | 2024-10-18T23:25:26.483Z | PASS [ 24.025s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
6307 | 2024-10-18T23:25:27.041Z | PASS [ 24.216s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
6308 | 2024-10-18T23:25:27.497Z | PASS [ 23.562s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
6309 | 2024-10-18T23:25:31.097Z | PASS [ 21.845s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
6310 | 2024-10-18T23:25:31.861Z | PASS [ 23.451s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
6311 | 2024-10-18T23:25:50.645Z | PASS [ 24.738s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
6312 | 2024-10-18T23:25:52.094Z | PASS [ 26.824s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
6313 | 2024-10-18T23:25:53.594Z | PASS [ 28.820s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
6314 | 2024-10-18T23:25:55.280Z | PASS [ 23.423s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list |
6315 | 2024-10-18T23:25:59.950Z | PASS [ 33.431s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
6316 | 2024-10-18T23:26:00.928Z | PASS [ 29.832s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
6317 | 2024-10-18T23:26:13.529Z | PASS [ 22.885s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
6318 | 2024-10-18T23:26:15.231Z | PASS [ 48.191s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
6319 | 2024-10-18T23:26:20.304Z | PASS [ 28.214s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
6320 | 2024-10-18T23:26:27.418Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
6321 | 2024-10-18T23:26:28.951Z | PASS [ 29.039s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
6322 | 2024-10-18T23:26:28.993Z | PASS [ 28.070s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
6323 | 2024-10-18T23:26:29.896Z | PASS [ 36.304s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
6324 | 2024-10-18T23:26:30.454Z | PASS [ 63.038s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
6325 | 2024-10-18T23:26:43.539Z | PASS [ 30.012s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
6326 | 2024-10-18T23:26:43.639Z | PASS [ 48.361s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
6327 | 2024-10-18T23:26:58.672Z | PASS [ 29.722s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
6328 | 2024-10-18T23:27:03.274Z | PASS [ 48.045s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
6329 | 2024-10-18T23:27:06.665Z | PASS [ 46.365s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
6330 | 2024-10-18T23:27:06.922Z | PASS [ 36.470s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
6331 | 2024-10-18T23:27:06.960Z | PASS [ 37.065s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
6332 | 2024-10-18T23:27:11.879Z | PASS [ 28.242s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
6333 | 2024-10-18T23:27:17.611Z | PASS [ 48.619s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
6334 | 2024-10-18T23:27:22.648Z | PASS [ 39.111s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
6335 | 2024-10-18T23:27:32.901Z | PASS [ 25.943s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
6336 | 2024-10-18T23:27:33.622Z | PASS [ 26.701s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
6337 | 2024-10-18T23:27:42.249Z | PASS [ 30.372s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
6338 | 2024-10-18T23:27:46.985Z | PASS [ 24.340s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
6339 | 2024-10-18T23:27:47.086Z | PASS [ 29.475s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
6340 | 2024-10-18T23:27:47.253Z | PASS [ 48.583s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
6341 | 2024-10-18T23:27:52.906Z | PASS [ 49.633s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
6342 | 2024-10-18T23:28:03.290Z | PASS [ 30.392s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
6343 | 2024-10-18T23:28:06.661Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
6344 | 2024-10-18T23:28:07.786Z | PASS [ 25.540s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
6345 | 2024-10-18T23:28:08.462Z | PASS [ 61.724s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
6346 | 2024-10-18T23:28:08.795Z | PASS [ 35.166s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
6347 | 2024-10-18T23:28:11.445Z | PASS [ 24.460s] omicron-nexus::test_all integration_tests::projects::test_projects |
6348 | 2024-10-18T23:28:12.643Z | PASS [ 25.561s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
6349 | 2024-10-18T23:28:13.305Z | PASS [ 20.403s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
6350 | 2024-10-18T23:28:27.157Z | PASS [ 23.869s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
6351 | 2024-10-18T23:28:32.993Z | PASS [ 24.208s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
6352 | 2024-10-18T23:28:33.044Z | PASS [ 25.258s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
6353 | 2024-10-18T23:28:33.138Z | PASS [ 24.755s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
6354 | 2024-10-18T23:28:34.460Z | PASS [ 23.015s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
6355 | 2024-10-18T23:28:34.821Z | PASS [ 21.517s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
6356 | 2024-10-18T23:28:34.869Z | PASS [ 0.410s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
6357 | 2024-10-18T23:28:36.037Z | PASS [ 23.395s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
6358 | 2024-10-18T23:28:36.442Z | PASS [ 3.399s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
6359 | 2024-10-18T23:28:36.570Z | PASS [ 3.433s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
6360 | 2024-10-18T23:28:38.258Z | PASS [ 3.437s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
6361 | 2024-10-18T23:28:38.307Z | PASS [ 3.435s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
6362 | 2024-10-18T23:28:38.965Z | PASS [ 51.651s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
6363 | 2024-10-18T23:28:39.330Z | PASS [ 0.431s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
6364 | 2024-10-18T23:28:39.449Z | PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
6365 | 2024-10-18T23:28:39.578Z | PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
6366 | 2024-10-18T23:28:39.704Z | PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
6367 | 2024-10-18T23:28:39.870Z | PASS [ 0.165s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
6368 | 2024-10-18T23:28:46.534Z | PASS [ 19.378s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
6369 | 2024-10-18T23:28:58.943Z | PASS [ 25.952s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
6370 | 2024-10-18T23:29:03.551Z | PASS [ 27.110s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
6371 | 2024-10-18T23:29:03.687Z | PASS [ 23.821s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
6372 | 2024-10-18T23:29:03.714Z | PASS [ 25.459s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
6373 | 2024-10-18T23:29:03.997Z | PASS [ 27.962s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
6374 | 2024-10-18T23:29:04.123Z | PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
6375 | 2024-10-18T23:29:04.247Z | PASS [ 25.941s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
6376 | 2024-10-18T23:29:08.961Z | PASS [ 22.428s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
6377 | 2024-10-18T23:29:09.157Z | PASS [ 0.195s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
6378 | 2024-10-18T23:29:09.305Z | PASS [ 0.149s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
6379 | 2024-10-18T23:29:09.377Z | PASS [ 32.807s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
6380 | 2024-10-18T23:29:23.935Z | PASS [ 24.993s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
6381 | 2024-10-18T23:29:27.868Z | PASS [ 24.317s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
6382 | 2024-10-18T23:29:27.871Z | PASS [ 24.165s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
6383 | 2024-10-18T23:29:27.993Z | PASS [ 24.317s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
6384 | 2024-10-18T23:29:28.879Z | PASS [ 24.648s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
6385 | 2024-10-18T23:29:29.173Z | PASS [ 25.050s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
6386 | 2024-10-18T23:29:30.093Z | PASS [ 20.728s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
6387 | 2024-10-18T23:29:30.212Z | PASS [ 20.918s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
6388 | 2024-10-18T23:29:37.306Z | PASS [ 13.382s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
6389 | 2024-10-18T23:29:37.797Z | PASS [ 8.628s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
6390 | 2024-10-18T23:29:40.169Z | PASS [ 12.308s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
6391 | 2024-10-18T23:29:45.692Z | PASS [ 7.898s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
6392 | 2024-10-18T23:29:48.100Z | PASS [ 7.931s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
6393 | 2024-10-18T23:29:53.535Z | PASS [ 7.843s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
6394 | 2024-10-18T23:29:55.891Z | PASS [ 7.791s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
6395 | 2024-10-18T23:30:01.626Z | PASS [ 8.090s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
6396 | 2024-10-18T23:30:06.247Z | PASS [ 4.622s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
6397 | 2024-10-18T23:30:50.670Z | PASS [ 44.425s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
6398 | 2024-10-18T23:30:53.483Z | PASS [ 57.596s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
6399 | 2024-10-18T23:31:10.538Z | PASS [ 19.871s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
6400 | 2024-10-18T23:31:31.396Z | PASS [ 37.900s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
6401 | 2024-10-18T23:31:47.441Z | PASS [ 16.048s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
6402 | 2024-10-18T23:31:47.515Z | PASS [ 16.133s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
6403 | 2024-10-18T23:31:47.896Z | PASS [ 16.505s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
6404 | 2024-10-18T23:31:48.297Z | PASS [ 16.893s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
6405 | 2024-10-18T23:31:58.177Z | PASS [ 47.608s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
6406 | 2024-10-18T23:32:07.358Z | PASS [ 19.915s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
6407 | 2024-10-18T23:32:07.522Z | PASS [ 19.994s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
6408 | 2024-10-18T23:32:07.704Z | PASS [ 19.797s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
6409 | 2024-10-18T23:32:07.835Z | PASS [ 19.540s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
6410 | 2024-10-18T23:32:21.841Z | PASS [ 23.681s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
6411 | 2024-10-18T23:32:22.119Z | PASS [ 23.943s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
6412 | 2024-10-18T23:32:22.144Z | PASS [ 23.978s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
6413 | 2024-10-18T23:32:23.114Z | PASS [ 24.969s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
6414 | 2024-10-18T23:32:30.468Z | PASS [ 23.112s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
6415 | 2024-10-18T23:32:30.726Z | PASS [ 23.205s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
6416 | 2024-10-18T23:32:31.496Z | PASS [ 23.666s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
6417 | 2024-10-18T23:32:36.772Z | PASS [ 29.083s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
6418 | 2024-10-18T23:32:45.656Z | PASS [ 23.539s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
6419 | 2024-10-18T23:32:45.834Z | PASS [ 23.690s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
6420 | 2024-10-18T23:32:47.958Z | PASS [ 24.844s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
6421 | 2024-10-18T23:32:48.793Z | PASS [ 26.956s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
6422 | 2024-10-18T23:32:53.277Z | PASS [ 22.564s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
6423 | 2024-10-18T23:32:54.149Z | PASS [ 23.681s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
6424 | 2024-10-18T23:33:01.262Z | PASS [ 29.770s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
6425 | 2024-10-18T23:33:05.951Z | PASS [ 29.180s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
6426 | 2024-10-18T23:33:10.047Z | PASS [ 22.088s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
6427 | 2024-10-18T23:33:10.255Z | PASS [ 24.599s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
6428 | 2024-10-18T23:33:14.710Z | PASS [ 28.878s] omicron-nexus::test_all integration_tests::silos::test_silos |
6429 | 2024-10-18T23:33:15.136Z | PASS [ 21.862s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
6430 | 2024-10-18T23:33:19.730Z | PASS [ 30.939s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
6431 | 2024-10-18T23:33:24.522Z | PASS [ 30.376s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
6432 | 2024-10-18T23:33:25.730Z | PASS [ 24.469s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
6433 | 2024-10-18T23:33:37.923Z | PASS [ 23.199s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
6434 | 2024-10-18T23:33:40.216Z | PASS [ 25.082s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
6435 | 2024-10-18T23:33:40.932Z | PASS [ 34.983s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
6436 | 2024-10-18T23:33:44.534Z | PASS [ 24.806s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
6437 | 2024-10-18T23:33:45.674Z | PASS [ 35.422s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
6438 | 2024-10-18T23:33:45.929Z | PASS [ 35.885s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
6439 | 2024-10-18T23:33:46.862Z | PASS [ 22.340s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
6440 | 2024-10-18T23:33:48.286Z | PASS [ 1.426s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
6441 | 2024-10-18T23:33:50.346Z | PASS [ 4.672s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
6442 | 2024-10-18T23:33:50.670Z | PASS [ 4.741s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
6443 | 2024-10-18T23:33:52.667Z | PASS [ 4.381s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
6444 | 2024-10-18T23:33:54.745Z | PASS [ 4.400s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
6445 | 2024-10-18T23:34:01.659Z | PASS [ 35.929s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
6446 | 2024-10-18T23:34:03.950Z | PASS [ 2.292s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
6447 | 2024-10-18T23:34:07.737Z | PASS [ 29.831s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
6448 | 2024-10-18T23:34:12.706Z | PASS [ 22.039s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
6449 | 2024-10-18T23:34:13.228Z | PASS [ 32.298s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
6450 | 2024-10-18T23:34:14.250Z | PASS [ 29.717s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
6451 | 2024-10-18T23:34:14.408Z | PASS [ 34.192s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
6452 | 2024-10-18T23:34:26.426Z | PASS [ 22.477s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
6453 | 2024-10-18T23:34:31.724Z | PASS [ 23.988s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
6454 | 2024-10-18T23:34:31.882Z | PASS [ 39.217s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
6455 | 2024-10-18T23:34:32.149Z | PASS [ 19.445s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
6456 | 2024-10-18T23:34:35.896Z | PASS [ 22.669s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
6457 | 2024-10-18T23:34:47.701Z | PASS [ 33.295s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
6458 | 2024-10-18T23:34:51.469Z | PASS [ 37.222s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
6459 | 2024-10-18T23:34:54.744Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
6460 | 2024-10-18T23:34:59.096Z | PASS [ 32.672s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
6461 | 2024-10-18T23:35:01.917Z | PASS [ 30.196s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
6462 | 2024-10-18T23:35:06.522Z | PASS [ 34.642s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
6463 | 2024-10-18T23:35:07.726Z | PASS [ 35.577s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
6464 | 2024-10-18T23:35:13.534Z | PASS [ 37.640s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
6465 | 2024-10-18T23:35:24.065Z | PASS [ 36.366s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
6466 | 2024-10-18T23:35:30.802Z | PASS [ 31.707s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
6467 | 2024-10-18T23:35:32.719Z | PASS [ 41.253s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
6468 | 2024-10-18T23:35:33.266Z | PASS [ 25.542s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
6469 | 2024-10-18T23:35:33.619Z | PASS [ 31.704s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
6470 | 2024-10-18T23:35:34.744Z | PASS [ 28.224s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
6471 | 2024-10-18T23:35:35.402Z | PASS [ 100.663s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
6472 | 2024-10-18T23:35:50.792Z | PASS [ 37.261s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
6473 | 2024-10-18T23:36:00.746Z | PASS [ 36.683s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
6474 | 2024-10-18T23:36:07.612Z | PASS [ 32.869s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
6475 | 2024-10-18T23:36:10.713Z | PASS [ 39.915s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
6476 | 2024-10-18T23:36:10.915Z | PASS [ 35.514s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
6477 | 2024-10-18T23:36:13.592Z | PASS [ 40.328s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
6478 | 2024-10-18T23:36:14.109Z | PASS [ 41.392s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
6479 | 2024-10-18T23:36:15.360Z | PASS [ 41.741s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
6480 | 2024-10-18T23:36:22.785Z | PASS [ 22.041s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
6481 | 2024-10-18T23:36:25.985Z | PASS [ 35.195s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
6482 | 2024-10-18T23:36:30.247Z | PASS [ 22.637s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
6483 | 2024-10-18T23:36:34.457Z | PASS [ 23.543s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
6484 | 2024-10-18T23:36:34.570Z | PASS [ 23.858s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
6485 | 2024-10-18T23:36:35.655Z | PASS [ 22.064s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
6486 | 2024-10-18T23:36:36.641Z | PASS [ 22.532s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
6487 | 2024-10-18T23:36:37.012Z | PASS [ 21.655s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
6488 | 2024-10-18T23:36:46.315Z | PASS [ 23.531s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
6489 | 2024-10-18T23:36:49.441Z | PASS [ 23.458s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
6490 | 2024-10-18T23:36:54.491Z | PASS [ 24.245s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
6491 | 2024-10-18T23:36:56.421Z | PASS [ 21.965s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
6492 | 2024-10-18T23:36:56.757Z | PASS [ 22.188s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
6493 | 2024-10-18T23:36:58.179Z | PASS [ 22.527s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
6494 | 2024-10-18T23:36:58.630Z | PASS [ 21.991s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
6495 | 2024-10-18T23:36:58.931Z | PASS [ 21.910s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
6496 | 2024-10-18T23:37:08.137Z | PASS [ 21.824s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
6497 | 2024-10-18T23:37:11.826Z | PASS [ 22.386s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
6498 | 2024-10-18T23:37:18.082Z | PASS [ 23.594s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
6499 | 2024-10-18T23:37:18.666Z | PASS [ 22.245s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
6500 | 2024-10-18T23:37:19.207Z | PASS [ 22.444s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
6501 | 2024-10-18T23:37:20.664Z | PASS [ 22.484s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
6502 | 2024-10-18T23:37:21.566Z | PASS [ 22.938s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
6503 | 2024-10-18T23:37:21.999Z | PASS [ 23.079s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
6504 | 2024-10-18T23:37:31.489Z | PASS [ 23.352s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
6505 | 2024-10-18T23:37:35.494Z | PASS [ 23.670s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
6506 | 2024-10-18T23:37:41.483Z | PASS [ 23.402s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
6507 | 2024-10-18T23:37:42.007Z | PASS [ 23.343s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
6508 | 2024-10-18T23:37:45.057Z | PASS [ 24.395s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
6509 | 2024-10-18T23:37:45.819Z | PASS [ 26.621s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
6510 | 2024-10-18T23:37:47.404Z | PASS [ 25.839s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
6511 | 2024-10-18T23:37:54.126Z | PASS [ 32.130s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
6512 | 2024-10-18T23:37:58.746Z | PASS [ 27.258s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
6513 | 2024-10-18T23:37:58.882Z | PASS [ 0.137s] omicron-package dot::test::test_bad_dependency |
6514 | 2024-10-18T23:37:58.925Z | PASS [ 0.042s] omicron-package dot::test::test_dot_output |
6515 | 2024-10-18T23:38:04.164Z | FAIL [ 10.034s] omicron-omdb::test_all_output test_omdb_usage_errors |
6516 | 2024-10-18T23:38:04.164Z | |
6517 | 2024-10-18T23:38:04.164Z | --- STDOUT: omicron-omdb::test_all_output test_omdb_usage_errors --- |
6518 | 2024-10-18T23:38:04.164Z | |
6519 | 2024-10-18T23:38:04.164Z | running 1 test |
6520 | 2024-10-18T23:38:04.164Z | @@ -465,15 +465,16 @@ |
6521 | 2024-10-18T23:38:04.164Z | Debug a specific Nexus instance |
6522 | 2024-10-18T23:38:04.164Z | |
6523 | 2024-10-18T23:38:04.164Z | Usage: omdb nexus [OPTIONS] <COMMAND> |
6524 | 2024-10-18T23:38:04.164Z | |
6525 | 2024-10-18T23:38:04.164Z | Commands: |
6526 | 2024-10-18T23:38:04.164Z | - background-tasks print information about background tasks |
6527 | 2024-10-18T23:38:04.164Z | - blueprints interact with blueprints |
6528 | 2024-10-18T23:38:04.164Z | - sagas view sagas, create and complete demo sagas |
6529 | 2024-10-18T23:38:04.164Z | - sleds interact with sleds |
6530 | 2024-10-18T23:38:04.164Z | - help Print this message or the help of the given subcommand(s) |
6531 | 2024-10-18T23:38:04.165Z | + background-tasks print information about background tasks |
6532 | 2024-10-18T23:38:04.165Z | + blueprints interact with blueprints |
6533 | 2024-10-18T23:38:04.165Z | + clickhouse-policy Interact with clickhouse policy |
6534 | 2024-10-18T23:38:04.165Z | + sagas view sagas, create and complete demo sagas |
6535 | 2024-10-18T23:38:04.165Z | + sleds interact with sleds |
6536 | 2024-10-18T23:38:04.165Z | + help Print this message or the help of the given subcommand(s) |
6537 | 2024-10-18T23:38:04.165Z | |
6538 | 2024-10-18T23:38:04.165Z | Options: |
6539 | 2024-10-18T23:38:04.165Z | --log-level <LOG_LEVEL> log level filter [env: LOG_LEVEL=] [default: warn] |
6540 | 2024-10-18T23:38:04.165Z | --color <COLOR> Color output [default: auto] [possible values: auto, always, never] |
6541 | 2024-10-18T23:38:04.165Z | -h, --help Print help |
6542 | 2024-10-18T23:38:04.165Z | |
6543 | 2024-10-18T23:38:04.165Z | test test_omdb_usage_errors ... FAILED |
6544 | 2024-10-18T23:38:04.165Z | |
6545 | 2024-10-18T23:38:04.165Z | failures: |
6546 | 2024-10-18T23:38:04.165Z | |
6547 | 2024-10-18T23:38:04.165Z | failures: |
6548 | 2024-10-18T23:38:04.165Z | test_omdb_usage_errors |
6549 | 2024-10-18T23:38:04.165Z | |
6550 | 2024-10-18T23:38:04.165Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 9.86s |
6551 | 2024-10-18T23:38:04.165Z | |
6552 | 2024-10-18T23:38:04.165Z | |
6553 | 2024-10-18T23:38:04.165Z | --- STDERR: omicron-omdb::test_all_output test_omdb_usage_errors --- |
6554 | 2024-10-18T23:38:04.165Z | thread 'test_omdb_usage_errors' panicked at dev-tools/omdb/tests/test_all_output.rs:112:5: |
6555 | 2024-10-18T23:38:04.165Z | assertion failed: string doesn't match the contents of file: "tests/usage_errors.out" see diffset above |
6556 | 2024-10-18T23:38:04.165Z | set EXPECTORATE=overwrite if these changes are intentional |
6557 | 2024-10-18T23:38:04.165Z | stack backtrace: |
6558 | 2024-10-18T23:38:04.165Z | 0: rust_begin_unwind |
6559 | 2024-10-18T23:38:04.165Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
6560 | 2024-10-18T23:38:04.165Z | 1: core::panicking::panic_fmt |
6561 | 2024-10-18T23:38:04.165Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
6562 | 2024-10-18T23:38:04.165Z | 2: assert_contents<&str> |
6563 | 2024-10-18T23:38:04.165Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs:64:9 |
6564 | 2024-10-18T23:38:04.165Z | 3: {async_block#0} |
6565 | 2024-10-18T23:38:04.165Z | at ./tests/test_all_output.rs:112:5 |
6566 | 2024-10-18T23:38:04.165Z | 4: poll<&mut dyn core::future::future::Future<Output=()>> |
6567 | 2024-10-18T23:38:04.165Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
6568 | 2024-10-18T23:38:04.165Z | 5: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6569 | 2024-10-18T23:38:04.165Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
6570 | 2024-10-18T23:38:04.165Z | 6: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6571 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 |
6572 | 2024-10-18T23:38:04.166Z | 7: 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=()>>>>> |
6573 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5 |
6574 | 2024-10-18T23:38:04.166Z | 8: 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=()>>>>> |
6575 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5 |
6576 | 2024-10-18T23:38:04.166Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6577 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 |
6578 | 2024-10-18T23:38:04.166Z | 10: tokio::runtime::scheduler::current_thread::Context::enter |
6579 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 |
6580 | 2024-10-18T23:38:04.166Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
6581 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 |
6582 | 2024-10-18T23:38:04.166Z | 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
6583 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 |
6584 | 2024-10-18T23:38:04.166Z | 13: tokio::runtime::context::scoped::Scoped<T>::set |
6585 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 |
6586 | 2024-10-18T23:38:04.166Z | 14: tokio::runtime::context::set_scheduler::{{closure}} |
6587 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26 |
6588 | 2024-10-18T23:38:04.166Z | 15: 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<()>)> |
6589 | 2024-10-18T23:38:04.166Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
6590 | 2024-10-18T23:38:04.166Z | 16: std::thread::local::LocalKey<T>::with |
6591 | 2024-10-18T23:38:04.166Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
6592 | 2024-10-18T23:38:04.166Z | 17: tokio::runtime::context::set_scheduler |
6593 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:9 |
6594 | 2024-10-18T23:38:04.166Z | 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
6595 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 |
6596 | 2024-10-18T23:38:04.166Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
6597 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 |
6598 | 2024-10-18T23:38:04.166Z | 20: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6599 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 |
6600 | 2024-10-18T23:38:04.166Z | 21: tokio::runtime::context::runtime::enter_runtime |
6601 | 2024-10-18T23:38:04.166Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 |
6602 | 2024-10-18T23:38:04.166Z | 22: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6603 | 2024-10-18T23:38:04.170Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 |
6604 | 2024-10-18T23:38:04.170Z | 23: tokio::runtime::runtime::Runtime::block_on_inner |
6605 | 2024-10-18T23:38:04.170Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:361:47 |
6606 | 2024-10-18T23:38:04.170Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
6607 | 2024-10-18T23:38:04.170Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335:13 |
6608 | 2024-10-18T23:38:04.170Z | 25: test_omdb_usage_errors |
6609 | 2024-10-18T23:38:04.170Z | at ./tests/test_all_output.rs:108:5 |
6610 | 2024-10-18T23:38:04.170Z | 26: test_all_output::test_omdb_usage_errors::{{closure}} |
6611 | 2024-10-18T23:38:04.170Z | at ./tests/test_all_output.rs:60:34 |
6612 | 2024-10-18T23:38:04.170Z | 27: core::ops::function::FnOnce::call_once |
6613 | 2024-10-18T23:38:04.170Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
6614 | 2024-10-18T23:38:04.170Z | 28: core::ops::function::FnOnce::call_once |
6615 | 2024-10-18T23:38:04.170Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
6616 | 2024-10-18T23:38:04.170Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
6617 | 2024-10-18T23:38:04.170Z | |
6618 | 2024-10-18T23:38:04.194Z | PASS [ 0.033s] omicron-passwords test::test_password_constraints |
6619 | 2024-10-18T23:38:05.641Z | PASS [ 6.718s] omicron-passwords test::test_compatible |
6620 | 2024-10-18T23:38:06.655Z | PASS [ 2.461s] omicron-passwords test::test_reproducible |
6621 | 2024-10-18T23:38:06.702Z | PASS [ 0.047s] omicron-passwords test::test_stable |
6622 | 2024-10-18T23:38:06.730Z | PASS [ 0.028s] omicron-passwords test::test_weak_hashes |
6623 | 2024-10-18T23:38:06.756Z | PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path |
6624 | 2024-10-18T23:38:06.804Z | PASS [ 0.049s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
6625 | 2024-10-18T23:38:06.828Z | PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath |
6626 | 2024-10-18T23:38:07.139Z | PASS [ 0.309s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
6627 | 2024-10-18T23:38:07.752Z | PASS [ 0.614s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
6628 | 2024-10-18T23:38:07.845Z | PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
6629 | 2024-10-18T23:38:07.993Z | PASS [ 0.148s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
6630 | 2024-10-18T23:38:08.085Z | PASS [ 0.092s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
6631 | 2024-10-18T23:38:08.638Z | PASS [ 0.553s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
6632 | 2024-10-18T23:38:08.711Z | PASS [ 0.072s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
6633 | 2024-10-18T23:38:08.779Z | PASS [ 0.067s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
6634 | 2024-10-18T23:38:08.845Z | PASS [ 0.068s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
6635 | 2024-10-18T23:38:08.880Z | PASS [ 0.035s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
6636 | 2024-10-18T23:38:08.909Z | PASS [ 26.904s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
6637 | 2024-10-18T23:38:08.928Z | PASS [ 0.040s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
6638 | 2024-10-18T23:38:08.944Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
6639 | 2024-10-18T23:38:08.959Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
6640 | 2024-10-18T23:38:08.980Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
6641 | 2024-10-18T23:38:08.997Z | PASS [ 0.035s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
6642 | 2024-10-18T23:38:09.046Z | PASS [ 0.066s] omicron-sled-agent config::test::test_smf_configs |
6643 | 2024-10-18T23:38:09.078Z | PASS [ 0.084s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
6644 | 2024-10-18T23:38:09.082Z | PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
6645 | 2024-10-18T23:38:09.117Z | PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
6646 | 2024-10-18T23:38:09.136Z | PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
6647 | 2024-10-18T23:38:09.159Z | PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
6648 | 2024-10-18T23:38:09.181Z | PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
6649 | 2024-10-18T23:38:10.664Z | PASS [ 25.609s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
6650 | 2024-10-18T23:38:12.707Z | PASS [ 3.549s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
6651 | 2024-10-18T23:38:13.229Z | PASS [ 31.748s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
6652 | 2024-10-18T23:38:14.555Z | PASS [ 28.738s] omicron-omdb::test_all_output test_omdb_env_settings |
6653 | 2024-10-18T23:38:14.597Z | PASS [ 0.040s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
6654 | 2024-10-18T23:38:14.634Z | PASS [ 0.039s] omicron-sled-agent profile::tests::empty_profile |
6655 | 2024-10-18T23:38:14.666Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance |
6656 | 2024-10-18T23:38:14.696Z | PASS [ 0.030s] omicron-sled-agent profile::tests::test_instance |
6657 | 2024-10-18T23:38:14.727Z | PASS [ 0.029s] omicron-sled-agent profile::tests::test_multiple |
6658 | 2024-10-18T23:38:14.757Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_property |
6659 | 2024-10-18T23:38:14.798Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group |
6660 | 2024-10-18T23:38:14.825Z | PASS [ 0.032s] omicron-sled-agent profile::tests::test_service |
6661 | 2024-10-18T23:38:14.855Z | PASS [ 0.030s] omicron-sled-agent profile::tests::test_service_property_group |
6662 | 2024-10-18T23:38:14.886Z | PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
6663 | 2024-10-18T23:38:14.916Z | PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
6664 | 2024-10-18T23:38:14.961Z | PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
6665 | 2024-10-18T23:38:15.017Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema |
6666 | 2024-10-18T23:38:15.047Z | PASS [ 4.381s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
6667 | 2024-10-18T23:38:15.070Z | PASS [ 5.878s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
6668 | 2024-10-18T23:38:15.070Z | PASS [ 0.056s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
6669 | 2024-10-18T23:38:15.092Z | PASS [ 0.047s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
6670 | 2024-10-18T23:38:15.104Z | PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
6671 | 2024-10-18T23:38:15.376Z | PASS [ 2.668s] omicron-sled-agent instance::tests::test_instance_manager_creation |
6672 | 2024-10-18T23:38:17.384Z | PASS [ 11.746s] omicron-passwords test::test_smoke |
6673 | 2024-10-18T23:38:18.245Z | PASS [ 42.757s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
6674 | 2024-10-18T23:38:18.259Z | PASS [ 3.171s] omicron-sled-agent services::illumos_tests::test_ensure_service |
6675 | 2024-10-18T23:38:18.289Z | PASS [ 0.028s] omicron-sled-agent services::test::test_all_zones_requests_schema |
6676 | 2024-10-18T23:38:18.320Z | PASS [ 0.030s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
6677 | 2024-10-18T23:38:18.360Z | PASS [ 0.041s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
6678 | 2024-10-18T23:38:18.365Z | PASS [ 3.303s] omicron-sled-agent services::illumos_tests::test_bad_generations |
6679 | 2024-10-18T23:38:18.388Z | PASS [ 0.030s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
6680 | 2024-10-18T23:38:18.396Z | PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
6681 | 2024-10-18T23:38:18.421Z | PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
6682 | 2024-10-18T23:38:18.428Z | PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
6683 | 2024-10-18T23:38:18.454Z | PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
6684 | 2024-10-18T23:38:18.468Z | PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
6685 | 2024-10-18T23:38:18.468Z | PASS [ 3.097s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists |
6686 | 2024-10-18T23:38:18.503Z | PASS [ 0.033s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
6687 | 2024-10-18T23:38:18.503Z | PASS [ 0.026s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
6688 | 2024-10-18T23:38:18.526Z | PASS [ 0.029s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
6689 | 2024-10-18T23:38:18.535Z | PASS [ 0.029s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
6690 | 2024-10-18T23:38:18.562Z | PASS [ 0.035s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
6691 | 2024-10-18T23:38:18.569Z | PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
6692 | 2024-10-18T23:38:18.593Z | PASS [ 0.033s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
6693 | 2024-10-18T23:38:18.602Z | PASS [ 0.033s] omicron-sled-agent updates::test::test_query_no_components |
6694 | 2024-10-18T23:38:18.610Z | PASS [ 3.510s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync |
6695 | 2024-10-18T23:38:18.625Z | PASS [ 0.032s] omicron-sled-agent updates::test::test_query_sled_agent_version |
6696 | 2024-10-18T23:38:18.640Z | PASS [ 0.039s] omicron-sled-agent updates::test::test_query_zone_version |
6697 | 2024-10-18T23:38:18.654Z | PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
6698 | 2024-10-18T23:38:18.765Z | PASS [ 0.154s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
6699 | 2024-10-18T23:38:18.803Z | PASS [ 0.040s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
6700 | 2024-10-18T23:38:20.651Z | PASS [ 3.265s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot |
6701 | 2024-10-18T23:38:21.042Z | PASS [ 2.792s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config |
6702 | 2024-10-18T23:38:21.595Z | PASS [ 3.141s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
6703 | 2024-10-18T23:38:21.717Z | PASS [ 34.319s] omicron-omdb::test_all_output test_omdb_success_cases |
6704 | 2024-10-18T23:38:21.732Z | PASS [ 3.081s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
6705 | 2024-10-18T23:38:21.743Z | PASS [ 0.026s] omicron-sled-agent zone_bundle::tests::test_dir_size |
6706 | 2024-10-18T23:38:21.768Z | PASS [ 0.035s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
6707 | 2024-10-18T23:38:21.850Z | PASS [ 0.253s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
6708 | 2024-10-18T23:38:22.031Z | PASS [ 0.183s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
6709 | 2024-10-18T23:38:22.064Z | PASS [ 3.425s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
6710 | 2024-10-18T23:38:22.085Z | PASS [ 0.020s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
6711 | 2024-10-18T23:38:22.102Z | PASS [ 0.071s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
6712 | 2024-10-18T23:38:22.172Z | PASS [ 3.369s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
6713 | 2024-10-18T23:38:22.355Z | PASS [ 0.580s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
6714 | 2024-10-18T23:38:22.355Z | PASS [ 0.604s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
6715 | 2024-10-18T23:38:22.373Z | PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
6716 | 2024-10-18T23:38:22.385Z | PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports |
6717 | 2024-10-18T23:38:22.662Z | PASS [ 0.566s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
6718 | 2024-10-18T23:38:22.662Z | PASS [ 0.278s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports |
6719 | 2024-10-18T23:38:22.662Z | PASS [ 0.548s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
6720 | 2024-10-18T23:38:22.843Z | PASS [ 0.455s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line |
6721 | 2024-10-18T23:38:22.907Z | PASS [ 0.255s] omicron-test-utils dev::db::test::test_bad_cmd |
6722 | 2024-10-18T23:38:22.959Z | PASS [ 0.052s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
6723 | 2024-10-18T23:38:22.986Z | PASS [ 0.028s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
6724 | 2024-10-18T23:38:23.024Z | PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
6725 | 2024-10-18T23:38:23.061Z | PASS [ 0.041s] omicron-test-utils dev::db::test::test_process_exit_normal |
6726 | 2024-10-18T23:38:23.108Z | PASS [ 0.444s] omicron-test-utils dev::db::test::test_cmd_fails |
6727 | 2024-10-18T23:38:23.108Z | PASS [ 0.264s] omicron-test-utils dev::db::test::test_database_start_hang |
6728 | 2024-10-18T23:38:23.207Z | PASS [ 1.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
6729 | 2024-10-18T23:38:23.239Z | PASS [ 0.031s] omicron-test-utils dev::db::test::test_starter_tmpdir |
6730 | 2024-10-18T23:38:23.309Z | PASS [ 0.071s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
6731 | 2024-10-18T23:38:23.343Z | PASS [ 0.034s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
6732 | 2024-10-18T23:38:23.379Z | PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
6733 | 2024-10-18T23:38:23.421Z | PASS [ 0.041s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
6734 | 2024-10-18T23:38:23.439Z | PASS [ 2.787s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
6735 | 2024-10-18T23:38:23.482Z | PASS [ 0.064s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
6736 | 2024-10-18T23:38:23.518Z | LEAK [ 0.456s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
6737 | 2024-10-18T23:38:24.005Z | PASS [ 0.565s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
6738 | 2024-10-18T23:38:24.083Z | PASS [ 0.565s] oximeter test::timeseries_schema_consistency |
6739 | 2024-10-18T23:38:24.180Z | PASS [ 3.141s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
6740 | 2024-10-18T23:38:24.190Z | PASS [ 0.186s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
6741 | 2024-10-18T23:38:24.484Z | PASS [ 0.293s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
6742 | 2024-10-18T23:38:24.515Z | PASS [ 0.032s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
6743 | 2024-10-18T23:38:24.551Z | PASS [ 0.362s] oximeter-collector agent::tests::test_self_stat_error_counter |
6744 | 2024-10-18T23:38:24.551Z | PASS [ 0.462s] oximeter-collector agent::tests::test_self_stat_collection_count |
6745 | 2024-10-18T23:38:24.663Z | PASS [ 1.182s] openapi-manager check::tests::check_apis_up_to_date |
6746 | 2024-10-18T23:38:24.704Z | PASS [ 0.041s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
6747 | 2024-10-18T23:38:24.717Z | PASS [ 0.174s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression |
6748 | 2024-10-18T23:38:24.725Z | PASS [ 0.174s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression |
6749 | 2024-10-18T23:38:24.735Z | PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
6750 | 2024-10-18T23:38:24.743Z | PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
6751 | 2024-10-18T23:38:25.017Z | PASS [ 0.500s] oximeter-collector::test_commands test_oximeter_no_args |
6752 | 2024-10-18T23:38:26.096Z | PASS [ 1.363s] oximeter-db client::oxql::tests::test_get_entire_table |
6753 | 2024-10-18T23:38:26.096Z | PASS [ 1.345s] oximeter-db client::oxql::tests::test_get_one_timeseries |
6754 | 2024-10-18T23:38:26.105Z | PASS [ 1.370s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
6755 | 2024-10-18T23:38:26.200Z | PASS [ 0.102s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
6756 | 2024-10-18T23:38:26.261Z | PASS [ 0.104s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
6757 | 2024-10-18T23:38:26.261Z | PASS [ 0.121s] oximeter-db client::tests::bad_db_connection_test |
6758 | 2024-10-18T23:38:26.271Z | PASS [ 1.255s] oximeter-db client::oxql::tests::test_limit_operations |
6759 | 2024-10-18T23:38:26.971Z | PASS [ 0.702s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
6760 | 2024-10-18T23:38:27.318Z | PASS [ 1.098s] oximeter-db client::tests::select_timeseries_with_select_one |
6761 | 2024-10-18T23:38:27.534Z | PASS [ 4.424s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
6762 | 2024-10-18T23:38:27.742Z | PASS [ 5.071s] omicron-test-utils dev::db::test::test_database_concurrent |
6763 | 2024-10-18T23:38:28.369Z | PASS [ 1.395s] oximeter-db client::tests::test_client_select_timeseries_one |
6764 | 2024-10-18T23:38:28.528Z | PASS [ 1.210s] oximeter-db client::tests::test_database_version_update_is_idempotent |
6765 | 2024-10-18T23:38:28.602Z | PASS [ 1.068s] oximeter-db client::tests::test_database_version_will_not_downgrade |
6766 | 2024-10-18T23:38:29.051Z | PASS [ 1.314s] oximeter-db client::tests::test_database_version_wipes_old_version |
6767 | 2024-10-18T23:38:29.399Z | PASS [ 1.032s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
6768 | 2024-10-18T23:38:29.578Z | PASS [ 1.052s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
6769 | 2024-10-18T23:38:29.587Z | PASS [ 0.986s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
6770 | 2024-10-18T23:38:29.665Z | PASS [ 3.455s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
6771 | 2024-10-18T23:38:30.072Z | PASS [ 1.024s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
6772 | 2024-10-18T23:38:30.747Z | PASS [ 1.165s] oximeter-db client::tests::test_field_record_count |
6773 | 2024-10-18T23:38:30.806Z | PASS [ 1.218s] oximeter-db client::tests::test_get_schema_no_new_values |
6774 | 2024-10-18T23:38:30.815Z | PASS [ 1.150s] oximeter-db client::tests::test_insert_samples |
6775 | 2024-10-18T23:38:30.854Z | PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
6776 | 2024-10-18T23:38:30.895Z | PASS [ 0.042s] oximeter-db client::tests::test_read_timeseries_to_delete |
6777 | 2024-10-18T23:38:30.932Z | PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
6778 | 2024-10-18T23:38:30.970Z | PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
6779 | 2024-10-18T23:38:31.199Z | PASS [ 1.122s] oximeter-db client::tests::test_is_oximeter_cluster |
6780 | 2024-10-18T23:38:31.327Z | PASS [ 1.921s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
6781 | 2024-10-18T23:38:32.118Z | PASS [ 1.367s] oximeter-db client::tests::test_list_timeseries |
6782 | 2024-10-18T23:38:32.225Z | PASS [ 1.418s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
6783 | 2024-10-18T23:38:32.421Z | PASS [ 1.223s] oximeter-db client::tests::test_schema_mismatch |
6784 | 2024-10-18T23:38:32.496Z | PASS [ 1.176s] oximeter-db client::tests::test_schema_update |
6785 | 2024-10-18T23:38:32.891Z | PASS [ 1.924s] oximeter-db client::tests::test_recall_of_all_fields |
6786 | 2024-10-18T23:38:33.246Z | PASS [ 1.134s] oximeter-db client::tests::test_select_all_datum_types |
6787 | 2024-10-18T23:38:33.277Z | PASS [ 1.053s] oximeter-db client::tests::test_select_all_field_types |
6788 | 2024-10-18T23:38:33.496Z | PASS [ 1.076s] oximeter-db client::tests::test_select_timeseries_with_all |
6789 | 2024-10-18T23:38:33.844Z | PASS [ 1.349s] oximeter-db client::tests::test_select_timeseries_with_limit |
6790 | 2024-10-18T23:38:34.279Z | PASS [ 1.387s] oximeter-db client::tests::test_select_timeseries_with_order |
6791 | 2024-10-18T23:38:34.317Z | PASS [ 1.069s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
6792 | 2024-10-18T23:38:34.354Z | PASS [ 1.076s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
6793 | 2024-10-18T23:38:34.383Z | PASS [ 0.029s] oximeter-db client::tests::test_unravel_index |
6794 | 2024-10-18T23:38:34.575Z | PASS [ 1.079s] oximeter-db client::tests::test_select_timeseries_with_start_time |
6795 | 2024-10-18T23:38:34.622Z | PASS [ 0.046s] oximeter-db client::tests::test_verify_schema_upgrades |
6796 | 2024-10-18T23:38:34.653Z | PASS [ 0.031s] oximeter-db model::tests::test_db_bool |
6797 | 2024-10-18T23:38:35.272Z | PASS [ 0.956s] oximeter-db client::tests::test_unquoted_64bit_integers |
6798 | 2024-10-18T23:38:35.290Z | PASS [ 0.630s] oximeter-db model::tests::test_db_bool_bad |
6799 | 2024-10-18T23:38:35.301Z | PASS [ 1.021s] oximeter-db client::tests::test_timeseries_schema_list |
6800 | 2024-10-18T23:38:35.310Z | PASS [ 0.040s] oximeter-db model::tests::test_db_datum_type_conversion |
6801 | 2024-10-18T23:38:35.321Z | PASS [ 0.039s] oximeter-db model::tests::test_db_field_list_conversion |
6802 | 2024-10-18T23:38:35.333Z | PASS [ 0.031s] oximeter-db model::tests::test_db_field_type_conversion |
6803 | 2024-10-18T23:38:35.336Z | PASS [ 0.032s] oximeter-db model::tests::test_db_histogram |
6804 | 2024-10-18T23:38:35.369Z | PASS [ 0.038s] oximeter-db model::tests::test_parse_bytes_measurement |
6805 | 2024-10-18T23:38:35.380Z | PASS [ 0.036s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
6806 | 2024-10-18T23:38:35.402Z | PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
6807 | 2024-10-18T23:38:35.410Z | PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
6808 | 2024-10-18T23:38:35.432Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
6809 | 2024-10-18T23:38:35.446Z | PASS [ 0.032s] oximeter-db model::tests::test_unroll_from_source |
6810 | 2024-10-18T23:38:35.460Z | PASS [ 1.076s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
6811 | 2024-10-18T23:38:35.474Z | PASS [ 0.041s] oximeter-db model::tests::test_unroll_measurement_row |
6812 | 2024-10-18T23:38:35.486Z | PASS [ 0.042s] oximeter-db model::tests::test_unroll_missing_measurement_row |
6813 | 2024-10-18T23:38:35.501Z | PASS [ 0.037s] oximeter-db native::block::tests::concat_blocks |
6814 | 2024-10-18T23:38:35.560Z | PASS [ 0.038s] oximeter-db native::block::tests::datetime64_scale_checks_range |
6815 | 2024-10-18T23:38:35.560Z | PASS [ 0.190s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
6816 | 2024-10-18T23:38:35.562Z | PASS [ 0.043s] oximeter-db native::block::tests::parse_date_time |
6817 | 2024-10-18T23:38:35.562Z | PASS [ 0.040s] oximeter-db native::block::tests::parse_date_time64 |
6818 | 2024-10-18T23:38:35.562Z | PASS [ 0.033s] oximeter-db native::block::tests::test_data_type_to_string |
6819 | 2024-10-18T23:38:35.562Z | PASS [ 0.032s] oximeter-db native::block::tests::test_datetime64_conversions |
6820 | 2024-10-18T23:38:35.562Z | PASS [ 0.031s] oximeter-db native::block::tests::test_parse_invalid_data_type |
6821 | 2024-10-18T23:38:35.574Z | PASS [ 1.730s] oximeter-db client::tests::test_sql_query_output |
6822 | 2024-10-18T23:38:36.156Z | PASS [ 0.615s] oximeter-db native::connection::tests::test_basic_select_query |
6823 | 2024-10-18T23:38:36.159Z | PASS [ 0.613s] oximeter-db native::connection::tests::test_exchange_hello |
6824 | 2024-10-18T23:38:36.159Z | PASS [ 0.606s] oximeter-db native::connection::tests::test_select_array_column |
6825 | 2024-10-18T23:38:36.193Z | PASS [ 0.612s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
6826 | 2024-10-18T23:38:36.220Z | PASS [ 0.043s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
6827 | 2024-10-18T23:38:36.231Z | PASS [ 0.043s] oximeter-db native::io::block::tests::test_decode_full_block |
6828 | 2024-10-18T23:38:36.249Z | PASS [ 0.703s] oximeter-db native::connection::tests::test_can_cancel_query |
6829 | 2024-10-18T23:38:36.259Z | PASS [ 0.040s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column |
6830 | 2024-10-18T23:38:36.267Z | PASS [ 0.038s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
6831 | 2024-10-18T23:38:36.278Z | PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
6832 | 2024-10-18T23:38:36.288Z | PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_string_column |
6833 | 2024-10-18T23:38:36.297Z | PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_uint64_column |
6834 | 2024-10-18T23:38:36.306Z | PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_uint8_column |
6835 | 2024-10-18T23:38:36.315Z | PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uuid_column |
6836 | 2024-10-18T23:38:36.326Z | PASS [ 0.029s] oximeter-db native::io::column::tests::test_encode_decode_column |
6837 | 2024-10-18T23:38:36.334Z | PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
6838 | 2024-10-18T23:38:36.342Z | PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
6839 | 2024-10-18T23:38:36.352Z | PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
6840 | 2024-10-18T23:38:36.360Z | PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
6841 | 2024-10-18T23:38:36.368Z | PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
6842 | 2024-10-18T23:38:36.379Z | PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_pong |
6843 | 2024-10-18T23:38:36.393Z | PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
6844 | 2024-10-18T23:38:36.411Z | PASS [ 0.034s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
6845 | 2024-10-18T23:38:36.414Z | PASS [ 0.034s] oximeter-db native::io::string::test::test_encode_decode |
6846 | 2024-10-18T23:38:36.423Z | PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_hello_world |
6847 | 2024-10-18T23:38:36.433Z | PASS [ 0.029s] oximeter-db native::io::varuint::test_encode_decode_varuint |
6848 | 2024-10-18T23:38:36.442Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
6849 | 2024-10-18T23:38:36.455Z | PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
6850 | 2024-10-18T23:38:36.464Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_comparison |
6851 | 2024-10-18T23:38:36.472Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
6852 | 2024-10-18T23:38:36.484Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
6853 | 2024-10-18T23:38:36.492Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
6854 | 2024-10-18T23:38:36.503Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
6855 | 2024-10-18T23:38:36.511Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
6856 | 2024-10-18T23:38:36.518Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
6857 | 2024-10-18T23:38:36.530Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
6858 | 2024-10-18T23:38:36.537Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
6859 | 2024-10-18T23:38:36.545Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
6860 | 2024-10-18T23:38:36.555Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
6861 | 2024-10-18T23:38:36.568Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
6862 | 2024-10-18T23:38:36.574Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_group_by |
6863 | 2024-10-18T23:38:36.578Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
6864 | 2024-10-18T23:38:36.587Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_ident |
6865 | 2024-10-18T23:38:36.597Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
6866 | 2024-10-18T23:38:36.606Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
6867 | 2024-10-18T23:38:36.615Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
6868 | 2024-10-18T23:38:36.626Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
6869 | 2024-10-18T23:38:36.643Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
6870 | 2024-10-18T23:38:36.646Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
6871 | 2024-10-18T23:38:36.657Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
6872 | 2024-10-18T23:38:36.664Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
6873 | 2024-10-18T23:38:36.671Z | PASS [ 13.572s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
6874 | 2024-10-18T23:38:36.677Z | PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_query |
6875 | 2024-10-18T23:38:36.691Z | PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
6876 | 2024-10-18T23:38:36.703Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
6877 | 2024-10-18T23:38:36.703Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
6878 | 2024-10-18T23:38:36.718Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
6879 | 2024-10-18T23:38:36.726Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_reducer |
6880 | 2024-10-18T23:38:36.735Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
6881 | 2024-10-18T23:38:36.741Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
6882 | 2024-10-18T23:38:36.751Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
6883 | 2024-10-18T23:38:36.757Z | PASS [ 0.025s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
6884 | 2024-10-18T23:38:36.773Z | PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
6885 | 2024-10-18T23:38:36.773Z | PASS [ 0.602s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
6886 | 2024-10-18T23:38:36.773Z | PASS [ 0.615s] oximeter-db native::connection::tests::test_select_nullable_column |
6887 | 2024-10-18T23:38:36.783Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
6888 | 2024-10-18T23:38:36.785Z | PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
6889 | 2024-10-18T23:38:36.795Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
6890 | 2024-10-18T23:38:36.798Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
6891 | 2024-10-18T23:38:36.977Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
6892 | 2024-10-18T23:38:36.977Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
6893 | 2024-10-18T23:38:36.980Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
6894 | 2024-10-18T23:38:36.984Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
6895 | 2024-10-18T23:38:36.984Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
6896 | 2024-10-18T23:38:36.984Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
6897 | 2024-10-18T23:38:36.984Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
6898 | 2024-10-18T23:38:36.984Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
6899 | 2024-10-18T23:38:36.984Z | PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
6900 | 2024-10-18T23:38:36.984Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
6901 | 2024-10-18T23:38:36.984Z | PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
6902 | 2024-10-18T23:38:36.984Z | PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
6903 | 2024-10-18T23:38:36.984Z | PASS [ 0.038s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
6904 | 2024-10-18T23:38:36.984Z | PASS [ 0.030s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
6905 | 2024-10-18T23:38:36.984Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
6906 | 2024-10-18T23:38:36.984Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
6907 | 2024-10-18T23:38:36.984Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits |
6908 | 2024-10-18T23:38:36.984Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
6909 | 2024-10-18T23:38:36.984Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
6910 | 2024-10-18T23:38:36.984Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
6911 | 2024-10-18T23:38:36.984Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
6912 | 2024-10-18T23:38:36.984Z | PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
6913 | 2024-10-18T23:38:36.984Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
6914 | 2024-10-18T23:38:36.984Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
6915 | 2024-10-18T23:38:36.984Z | PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates |
6916 | 2024-10-18T23:38:36.984Z | PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
6917 | 2024-10-18T23:38:36.984Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
6918 | 2024-10-18T23:38:36.984Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
6919 | 2024-10-18T23:38:36.984Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time |
6920 | 2024-10-18T23:38:37.150Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
6921 | 2024-10-18T23:38:37.150Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
6922 | 2024-10-18T23:38:37.154Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
6923 | 2024-10-18T23:38:37.154Z | PASS [ 0.023s] oximeter-db query::tests::test_field_cmp |
6924 | 2024-10-18T23:38:37.154Z | PASS [ 0.024s] oximeter-db query::tests::test_field_selector_as_query |
6925 | 2024-10-18T23:38:37.154Z | PASS [ 0.036s] oximeter-db oxql::query::tests::test_split_query |
6926 | 2024-10-18T23:38:37.154Z | PASS [ 0.030s] oximeter-db query::tests::test_field_value_as_db_str |
6927 | 2024-10-18T23:38:37.154Z | PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_field_selectors |
6928 | 2024-10-18T23:38:37.154Z | PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_from_parts |
6929 | 2024-10-18T23:38:37.154Z | PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_filter_raw |
6930 | 2024-10-18T23:38:37.154Z | PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_limit_offset |
6931 | 2024-10-18T23:38:37.154Z | PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_full |
6932 | 2024-10-18T23:38:37.154Z | PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_no_fields |
6933 | 2024-10-18T23:38:37.154Z | PASS [ 0.054s] oximeter-db query::tests::test_select_query_builder_no_selectors |
6934 | 2024-10-18T23:38:37.154Z | PASS [ 0.037s] oximeter-db query::tests::test_time_range |
6935 | 2024-10-18T23:38:37.154Z | PASS [ 0.059s] oximeter-db query::tests::test_string_field_selector |
6936 | 2024-10-18T23:38:37.154Z | PASS [ 0.035s] oximeter-db sql::tests::test_allow_subqueries |
6937 | 2024-10-18T23:38:37.154Z | PASS [ 0.044s] oximeter-db sql::tests::test_allow_limit_offset |
6938 | 2024-10-18T23:38:37.154Z | PASS [ 0.039s] oximeter-db sql::tests::test_cannot_name_database |
6939 | 2024-10-18T23:38:37.154Z | PASS [ 0.036s] oximeter-db sql::tests::test_ctes_are_not_supported |
6940 | 2024-10-18T23:38:37.154Z | PASS [ 0.033s] oximeter-db sql::tests::test_function_allow_list |
6941 | 2024-10-18T23:38:37.160Z | PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
6942 | 2024-10-18T23:38:37.181Z | PASS [ 0.039s] oximeter-db sql::tests::test_query_must_be_select_statement |
6943 | 2024-10-18T23:38:37.198Z | PASS [ 0.036s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
6944 | 2024-10-18T23:38:37.198Z | PASS [ 0.062s] oximeter-db sql::tests::test_join_must_be_inner |
6945 | 2024-10-18T23:38:37.198Z | PASS [ 0.042s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
6946 | 2024-10-18T23:38:37.204Z | PASS [ 0.046s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
6947 | 2024-10-18T23:38:37.209Z | PASS [ 0.031s] oximeter-db sql::tests::test_with_comma_join_fails |
6948 | 2024-10-18T23:38:37.219Z | PASS [ 0.022s] oximeter-db tests::test_timeseries_key_sample_stability |
6949 | 2024-10-18T23:38:37.219Z | PASS [ 0.028s] oximeter-db tests::test_timeseries_key_field_stability |
6950 | 2024-10-18T23:38:37.225Z | PASS [ 0.027s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
6951 | 2024-10-18T23:38:37.287Z | PASS [ 0.069s] oximeter-instruments http::tests::test_latency_tracker |
6952 | 2024-10-18T23:38:37.545Z | PASS [ 0.241s] oximeter-instruments kstat::link::tests::test_kstat_interested |
6953 | 2024-10-18T23:38:37.629Z | PASS [ 0.395s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
6954 | 2024-10-18T23:38:37.655Z | PASS [ 0.351s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
6955 | 2024-10-18T23:38:37.655Z | PASS [ 0.174s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
6956 | 2024-10-18T23:38:37.707Z | PASS [ 0.082s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
6957 | 2024-10-18T23:38:37.717Z | PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
6958 | 2024-10-18T23:38:37.725Z | PASS [ 0.073s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
6959 | 2024-10-18T23:38:37.755Z | PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
6960 | 2024-10-18T23:38:37.761Z | PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_sled_datalink |
6961 | 2024-10-18T23:38:37.764Z | PASS [ 0.048s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
6962 | 2024-10-18T23:38:37.871Z | PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
6963 | 2024-10-18T23:38:37.871Z | PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
6964 | 2024-10-18T23:38:37.874Z | PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
6965 | 2024-10-18T23:38:37.874Z | PASS [ 0.028s] oximeter-macro-impl tests::test_metric_annotated_field |
6966 | 2024-10-18T23:38:37.874Z | PASS [ 0.027s] oximeter-macro-impl tests::test_metric_datum_field |
6967 | 2024-10-18T23:38:37.874Z | PASS [ 0.025s] oximeter-macro-impl tests::test_metric_enum |
6968 | 2024-10-18T23:38:37.874Z | PASS [ 0.023s] oximeter-macro-impl tests::test_metric_without_datum_field |
6969 | 2024-10-18T23:38:37.874Z | PASS [ 0.021s] oximeter-macro-impl tests::test_target |
6970 | 2024-10-18T23:38:37.874Z | PASS [ 0.022s] oximeter-macro-impl tests::test_target_empty_struct |
6971 | 2024-10-18T23:38:37.874Z | PASS [ 0.023s] oximeter-macro-impl tests::test_target_enum |
6972 | 2024-10-18T23:38:37.874Z | PASS [ 0.023s] oximeter-macro-impl tests::test_target_unit_struct |
6973 | 2024-10-18T23:38:37.874Z | PASS [ 0.024s] oximeter-macro-impl tests::test_target_with_datum_field |
6974 | 2024-10-18T23:38:37.956Z | PASS [ 0.092s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
6975 | 2024-10-18T23:38:37.965Z | PASS [ 0.093s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
6976 | 2024-10-18T23:38:37.987Z | PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
6977 | 2024-10-18T23:38:37.998Z | PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
6978 | 2024-10-18T23:38:38.018Z | PASS [ 0.031s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
6979 | 2024-10-18T23:38:38.034Z | PASS [ 0.037s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
6980 | 2024-10-18T23:38:38.047Z | PASS [ 0.029s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
6981 | 2024-10-18T23:38:38.067Z | PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
6982 | 2024-10-18T23:38:38.075Z | PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
6983 | 2024-10-18T23:38:38.105Z | PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
6984 | 2024-10-18T23:38:38.136Z | PASS [ 0.025s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
6985 | 2024-10-18T23:38:38.136Z | PASS [ 0.055s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
6986 | 2024-10-18T23:38:38.154Z | PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
6987 | 2024-10-18T23:38:38.167Z | PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
6988 | 2024-10-18T23:38:38.171Z | PASS [ 1.505s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
6989 | 2024-10-18T23:38:38.179Z | PASS [ 0.026s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
6990 | 2024-10-18T23:38:38.188Z | PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
6991 | 2024-10-18T23:38:38.197Z | PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
6992 | 2024-10-18T23:38:38.210Z | PASS [ 0.029s] oximeter-schema ir::tests::fail_on_empty_descriptions |
6993 | 2024-10-18T23:38:38.226Z | PASS [ 0.028s] oximeter-schema ir::tests::fail_on_empty_target_name |
6994 | 2024-10-18T23:38:38.234Z | PASS [ 0.046s] oximeter-schema ir::tests::fail_on_empty_metric_name |
6995 | 2024-10-18T23:38:38.245Z | PASS [ 0.035s] oximeter-schema ir::tests::fail_on_very_long_field_names |
6996 | 2024-10-18T23:38:38.262Z | PASS [ 0.036s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
6997 | 2024-10-18T23:38:38.271Z | PASS [ 0.037s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
6998 | 2024-10-18T23:38:38.277Z | PASS [ 0.036s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
6999 | 2024-10-18T23:38:38.293Z | PASS [ 0.033s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
7000 | 2024-10-18T23:38:38.301Z | PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
7001 | 2024-10-18T23:38:38.311Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
7002 | 2024-10-18T23:38:38.324Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
7003 | 2024-10-18T23:38:38.330Z | PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
7004 | 2024-10-18T23:38:38.338Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
7005 | 2024-10-18T23:38:38.346Z | PASS [ 0.024s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
7006 | 2024-10-18T23:38:38.352Z | PASS [ 0.022s] oximeter-schema ir::tests::only_support_format_version_1 |
7007 | 2024-10-18T23:38:38.363Z | PASS [ 0.026s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
7008 | 2024-10-18T23:38:38.369Z | PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
7009 | 2024-10-18T23:38:38.446Z | PASS [ 0.076s] oximeter-test-utils tests::test_sample_struct |
7010 | 2024-10-18T23:38:38.447Z | PASS [ 0.069s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
7011 | 2024-10-18T23:38:38.455Z | PASS [ 0.101s] oximeter-test-utils tests::test_gen_test_samples |
7012 | 2024-10-18T23:38:38.469Z | PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
7013 | 2024-10-18T23:38:38.477Z | PASS [ 0.029s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
7014 | 2024-10-18T23:38:38.485Z | PASS [ 0.030s] oximeter-types histogram::tests::test_bin_range |
7015 | 2024-10-18T23:38:38.492Z | PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range_from |
7016 | 2024-10-18T23:38:38.499Z | PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_to |
7017 | 2024-10-18T23:38:38.509Z | PASS [ 0.025s] oximeter-types histogram::tests::test_empty_bins_not_supported |
7018 | 2024-10-18T23:38:38.518Z | PASS [ 0.024s] oximeter-types histogram::tests::test_ensure_finite |
7019 | 2024-10-18T23:38:38.531Z | PASS [ 0.030s] oximeter-types histogram::tests::test_histogram |
7020 | 2024-10-18T23:38:38.540Z | PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_construct_with |
7021 | 2024-10-18T23:38:38.548Z | PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_extreme_bins |
7022 | 2024-10-18T23:38:38.556Z | PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_extreme_samples |
7023 | 2024-10-18T23:38:38.564Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_float_bins |
7024 | 2024-10-18T23:38:38.572Z | PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
7025 | 2024-10-18T23:38:38.602Z | PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
7026 | 2024-10-18T23:38:38.605Z | PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_bins |
7027 | 2024-10-18T23:38:38.605Z | PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
7028 | 2024-10-18T23:38:38.605Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
7029 | 2024-10-18T23:38:38.610Z | PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u64 |
7030 | 2024-10-18T23:38:38.631Z | PASS [ 0.034s] oximeter-types histogram::tests::test_log_bins_u8 |
7031 | 2024-10-18T23:38:38.638Z | PASS [ 0.028s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
7032 | 2024-10-18T23:38:38.655Z | PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
7033 | 2024-10-18T23:38:38.670Z | PASS [ 0.059s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
7034 | 2024-10-18T23:38:38.670Z | PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
7035 | 2024-10-18T23:38:38.677Z | PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
7036 | 2024-10-18T23:38:38.687Z | PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
7037 | 2024-10-18T23:38:38.695Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
7038 | 2024-10-18T23:38:38.703Z | PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
7039 | 2024-10-18T23:38:38.711Z | PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
7040 | 2024-10-18T23:38:38.718Z | PASS [ 0.024s] oximeter-types histogram::tests::test_span_decades |
7041 | 2024-10-18T23:38:38.728Z | PASS [ 0.024s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
7042 | 2024-10-18T23:38:38.738Z | PASS [ 0.025s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
7043 | 2024-10-18T23:38:38.746Z | PASS [ 0.027s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
7044 | 2024-10-18T23:38:38.749Z | PASS [ 0.027s] oximeter-types quantile::tests::test_default_percentiles |
7045 | 2024-10-18T23:38:38.770Z | PASS [ 0.026s] oximeter-types quantile::tests::test_empty_observations |
7046 | 2024-10-18T23:38:38.773Z | PASS [ 0.024s] oximeter-types quantile::tests::test_find_cells |
7047 | 2024-10-18T23:38:38.781Z | PASS [ 0.024s] oximeter-types quantile::tests::test_float_observations |
7048 | 2024-10-18T23:38:38.790Z | PASS [ 0.026s] oximeter-types quantile::tests::test_integer_observations |
7049 | 2024-10-18T23:38:38.825Z | PASS [ 0.027s] oximeter-types quantile::tests::test_invalid_p_value |
7050 | 2024-10-18T23:38:38.825Z | PASS [ 0.028s] oximeter-types quantile::tests::test_max_p |
7051 | 2024-10-18T23:38:38.825Z | PASS [ 0.026s] oximeter-types quantile::tests::test_min_p |
7052 | 2024-10-18T23:38:38.825Z | PASS [ 0.026s] oximeter-types quantile::tests::test_non_filled_observations |
7053 | 2024-10-18T23:38:38.842Z | PASS [ 0.031s] oximeter-types quantile::tests::test_rounding |
7054 | 2024-10-18T23:38:38.852Z | PASS [ 0.035s] oximeter-types schema::tests::test_field_schema_ordering |
7055 | 2024-10-18T23:38:38.882Z | PASS [ 0.030s] oximeter-types traits::tests::test_metric_trait |
7056 | 2024-10-18T23:38:38.891Z | PASS [ 0.067s] oximeter-types schema::tests::test_timeseries_name |
7057 | 2024-10-18T23:38:38.901Z | PASS [ 0.062s] oximeter-types schema::tests::test_timeseries_name_from_str |
7058 | 2024-10-18T23:38:38.914Z | PASS [ 0.032s] oximeter-types traits::tests::test_producer_trait |
7059 | 2024-10-18T23:38:38.922Z | PASS [ 0.031s] oximeter-types traits::tests::test_target_trait |
7060 | 2024-10-18T23:38:38.930Z | PASS [ 0.031s] oximeter-types types::tests::test_cumulative_f64 |
7061 | 2024-10-18T23:38:38.938Z | PASS [ 0.024s] oximeter-types types::tests::test_cumulative_i64 |
7062 | 2024-10-18T23:38:38.944Z | PASS [ 0.024s] oximeter-types types::tests::test_datum |
7063 | 2024-10-18T23:38:38.951Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
7064 | 2024-10-18T23:38:38.959Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
7065 | 2024-10-18T23:38:38.966Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
7066 | 2024-10-18T23:38:38.975Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
7067 | 2024-10-18T23:38:38.992Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
7068 | 2024-10-18T23:38:38.992Z | PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
7069 | 2024-10-18T23:38:38.999Z | PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
7070 | 2024-10-18T23:38:39.006Z | PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
7071 | 2024-10-18T23:38:39.014Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
7072 | 2024-10-18T23:38:39.020Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
7073 | 2024-10-18T23:38:39.027Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
7074 | 2024-10-18T23:38:39.034Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
7075 | 2024-10-18T23:38:39.040Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
7076 | 2024-10-18T23:38:39.048Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
7077 | 2024-10-18T23:38:39.056Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
7078 | 2024-10-18T23:38:39.063Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
7079 | 2024-10-18T23:38:39.070Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
7080 | 2024-10-18T23:38:39.079Z | PASS [ 0.023s] oximeter-types types::tests::test_measurement |
7081 | 2024-10-18T23:38:39.085Z | PASS [ 0.023s] oximeter-types types::tests::test_verify_field_names |
7082 | 2024-10-18T23:38:39.094Z | PASS [ 0.022s] oxlog tests::test_is_oxide_smf_log_file |
7083 | 2024-10-18T23:38:39.102Z | PASS [ 0.022s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
7084 | 2024-10-18T23:38:39.112Z | PASS [ 0.023s] oxlog tests::test_sort_logs |
7085 | 2024-10-18T23:38:39.174Z | PASS [ 0.057s] oxql-types point::tests::test_cast_points_from_double |
7086 | 2024-10-18T23:38:39.174Z | PASS [ 0.065s] oxql-types point::tests::test_cast_points_from_bool |
7087 | 2024-10-18T23:38:39.174Z | PASS [ 0.049s] oxql-types point::tests::test_cast_points_from_double_distribution |
7088 | 2024-10-18T23:38:39.183Z | PASS [ 0.024s] oxql-types point::tests::test_cast_points_from_int_distribution |
7089 | 2024-10-18T23:38:39.195Z | PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_integer |
7090 | 2024-10-18T23:38:39.216Z | PASS [ 0.023s] oxql-types point::tests::test_join_point_arrays |
7091 | 2024-10-18T23:38:39.220Z | PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_string |
7092 | 2024-10-18T23:38:39.225Z | PASS [ 0.030s] oxql-types point::tests::test_point_delta_between |
7093 | 2024-10-18T23:38:39.236Z | PASS [ 0.029s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
7094 | 2024-10-18T23:38:39.244Z | PASS [ 0.029s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
7095 | 2024-10-18T23:38:39.251Z | PASS [ 0.027s] oxql-types point::tests::test_push_concrete_values |
7096 | 2024-10-18T23:38:39.260Z | PASS [ 0.025s] oxql-types point::tests::test_sub_between_histogram_distributions |
7097 | 2024-10-18T23:38:40.224Z | PASS [ 0.955s] reconfigurator-cli::test_basic test_example |
7098 | 2024-10-18T23:38:40.225Z | PASS [ 0.972s] reconfigurator-cli::test_basic test_basic |
7099 | 2024-10-18T23:38:40.330Z | PASS [ 0.099s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
7100 | 2024-10-18T23:38:40.330Z | PASS [ 0.107s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
7101 | 2024-10-18T23:38:40.371Z | PASS [ 0.041s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
7102 | 2024-10-18T23:38:40.377Z | PASS [ 0.056s] sled-agent-types rack_init::tests::parse_rack_initialization |
7103 | 2024-10-18T23:38:40.402Z | PASS [ 0.023s] sled-agent-types rack_init::tests::test_subnets |
7104 | 2024-10-18T23:38:40.412Z | PASS [ 0.041s] sled-agent-types rack_init::tests::test_extra_certs |
7105 | 2024-10-18T23:38:40.439Z | PASS [ 0.026s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
7106 | 2024-10-18T23:38:40.447Z | PASS [ 0.046s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
7107 | 2024-10-18T23:38:40.466Z | PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_compare_bundles |
7108 | 2024-10-18T23:38:40.474Z | PASS [ 0.026s] sled-agent-types zone_bundle::tests::test_priority_dimension |
7109 | 2024-10-18T23:38:40.492Z | PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
7110 | 2024-10-18T23:38:40.500Z | PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
7111 | 2024-10-18T23:38:40.535Z | PASS [ 0.045s] sled-hardware disk::test::test_disk_paths |
7112 | 2024-10-18T23:38:40.543Z | PASS [ 0.043s] sled-hardware disk::test::test_partition_device_paths |
7113 | 2024-10-18T23:38:40.619Z | PASS [ 0.074s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
7114 | 2024-10-18T23:38:40.619Z | PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
7115 | 2024-10-18T23:38:40.635Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
7116 | 2024-10-18T23:38:40.641Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
7117 | 2024-10-18T23:38:40.669Z | PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
7118 | 2024-10-18T23:38:40.692Z | PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
7119 | 2024-10-18T23:38:40.699Z | PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
7120 | 2024-10-18T23:38:40.722Z | PASS [ 0.031s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
7121 | 2024-10-18T23:38:40.761Z | PASS [ 0.062s] sled-storage dataset::test::serialize_dataset_name |
7122 | 2024-10-18T23:38:40.807Z | PASS [ 0.081s] sled-storage manager::test::test_datasets_schema |
7123 | 2024-10-18T23:38:40.810Z | PASS [ 0.041s] sled-storage manager::test::test_omicron_physical_disks_schema |
7124 | 2024-10-18T23:38:40.973Z | PASS [ 3.116s] oximeter-producer tests::test_producer_registration_task |
7125 | 2024-10-18T23:38:41.102Z | PASS [ 0.056s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
7126 | 2024-10-18T23:38:42.234Z | PASS [ 1.423s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
7127 | 2024-10-18T23:38:43.145Z | PASS [ 2.341s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
7128 | 2024-10-18T23:38:43.195Z | PASS [ 0.047s] sled-storage manager::tests::ensure_using_exactly_these_disks |
7129 | 2024-10-18T23:38:44.526Z | PASS [ 3.497s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
7130 | 2024-10-18T23:38:44.978Z | PASS [ 2.743s] sled-storage manager::tests::ensure_datasets |
7131 | 2024-10-18T23:38:45.369Z | PASS [ 32.140s] omicron-sled-agent nexus::test::nexus_self_notification_test |
7132 | 2024-10-18T23:38:45.892Z | PASS [ 2.699s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
7133 | 2024-10-18T23:38:46.865Z | PASS [ 1.889s] sled-storage manager::tests::update_rawdisk_firmware |
7134 | 2024-10-18T23:38:47.569Z | PASS [ 1.677s] sled-storage manager::tests::wait_for_boot_disk |
7135 | 2024-10-18T23:38:47.802Z | PASS [ 3.274s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
7136 | 2024-10-18T23:38:48.209Z | PASS [ 0.640s] tufaceous::integration-tests command_tests::test_init_and_add |
7137 | 2024-10-18T23:38:48.267Z | PASS [ 0.056s] tufaceous-lib archive::tests::test_validate_path |
7138 | 2024-10-18T23:38:48.338Z | PASS [ 1.470s] tufaceous::integration-tests command_tests::test_assemble_fake |
7139 | 2024-10-18T23:38:48.388Z | PASS [ 0.121s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
7140 | 2024-10-18T23:38:48.399Z | PASS [ 0.061s] tufaceous-lib key::tests::test_from_str |
7141 | 2024-10-18T23:38:48.544Z | PASS [ 3.176s] sled-storage manager::tests::upsert_filesystem |
7142 | 2024-10-18T23:38:48.661Z | PASS [ 0.275s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
7143 | 2024-10-18T23:38:48.674Z | PASS [ 0.874s] tufaceous::manifest-tests check_manifest::fake.toml |
7144 | 2024-10-18T23:38:48.777Z | PASS [ 0.116s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses |
7145 | 2024-10-18T23:38:48.791Z | PASS [ 0.113s] update-common artifacts::update_plan::tests::test_bad_rot_versions |
7146 | 2024-10-18T23:38:48.881Z | PASS [ 0.104s] update-common artifacts::update_plan::tests::test_multi_rot_version |
7147 | 2024-10-18T23:38:48.890Z | PASS [ 0.104s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
7148 | 2024-10-18T23:38:49.162Z | PASS [ 0.270s] update-engine display::group_display::tests::test_stats |
7149 | 2024-10-18T23:38:49.193Z | PASS [ 0.034s] update-engine display::line_display_shared::tests::test_format_progress_counter |
7150 | 2024-10-18T23:38:49.229Z | PASS [ 0.034s] update-engine display::line_display_shared::tests::test_start_line |
7151 | 2024-10-18T23:38:49.270Z | PASS [ 0.042s] update-engine engine::tests::error_exits_early |
7152 | 2024-10-18T23:38:49.329Z | PASS [ 0.438s] update-engine buffer::tests::test_buffer |
7153 | 2024-10-18T23:38:49.329Z | PASS [ 0.048s] update-engine events::tests::progress_event_parse_unknown |
7154 | 2024-10-18T23:38:49.355Z | PASS [ 0.035s] update-engine events::tests::step_event_parse_unknown |
7155 | 2024-10-18T23:38:49.364Z | PASS [ 0.036s] update-engine spec::tests::test_merge_anyhow_list |
7156 | 2024-10-18T23:38:49.408Z | PASS [ 0.043s] wicket state::inventory::tests::component_id_display |
7157 | 2024-10-18T23:38:49.537Z | PASS [ 1.140s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
7158 | 2024-10-18T23:38:49.553Z | PASS [ 0.196s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
7159 | 2024-10-18T23:38:49.627Z | PASS [ 0.090s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
7160 | 2024-10-18T23:38:49.691Z | PASS [ 0.141s] wicketd installinator_progress::tests::test_states |
7161 | 2024-10-18T23:38:49.729Z | PASS [ 0.100s] wicketd rss_config::tests::test_bgp_auth_key_states |
7162 | 2024-10-18T23:38:49.924Z | PASS [ 0.516s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
7163 | 2024-10-18T23:38:51.011Z | PASS [ 1.320s] wicketd::mod integration_tests::inventory::test_inventory |
7164 | 2024-10-18T23:38:51.867Z | PASS [ 1.952s] wicketd::mod integration_tests::updates::test_update_races |
7165 | 2024-10-18T23:38:52.322Z | PASS [ 15.119s] oximeter-db::integration_test test_schemas_disjoint |
7166 | 2024-10-18T23:38:52.337Z | PASS [ 3.804s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
7167 | 2024-10-18T23:38:53.580Z | PASS [ 2.579s] wicketd::mod integration_tests::updates::test_updates |
7168 | 2024-10-18T23:38:54.034Z | PASS [ 3.975s] wicketd::mod integration_tests::updates::test_installinator_fetch |
7169 | 2024-10-18T23:38:58.834Z | PASS [ 19.591s] reconfigurator-cli::test_basic test_blueprint_edit |
7170 | 2024-10-18T23:39:06.907Z | PASS [ 29.709s] oximeter-db::integration_test test_cluster |
7171 | 2024-10-18T23:39:21.767Z | PASS [ 55.574s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
7172 | 2024-10-18T23:39:24.516Z | PASS [ 2.750s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
7173 | 2024-10-18T23:39:36.718Z | PASS [ 12.201s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
7174 | 2024-10-18T23:39:52.337Z | PASS [ 15.621s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
7175 | 2024-10-18T23:40:52.335Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
7176 | 2024-10-18T23:41:52.332Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
7177 | 2024-10-18T23:42:52.330Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
7178 | 2024-10-18T23:43:52.327Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
7179 | 2024-10-18T23:44:52.324Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
7180 | 2024-10-18T23:45:47.749Z | PASS [ 355.439s] oximeter-db client::tests::test_replicated |
7181 | 2024-10-18T23:45:47.752Z | ------------ |
7182 | 2024-10-18T23:45:47.752Z | Summary [2896.905s] 1637 tests run: 1633 passed (23 slow, 1 leaky), 4 failed, 4 skipped |
7183 | 2024-10-18T23:45:47.752Z | FAIL [ 32.998s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
7184 | 2024-10-18T23:45:47.752Z | FAIL [ 29.879s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
7185 | 2024-10-18T23:45:47.752Z | FAIL [ 17.392s] omicron-ls-apis::test_dependencies test_api_dependencies |
7186 | 2024-10-18T23:45:47.752Z | FAIL [ 10.034s] omicron-omdb::test_all_output test_omdb_usage_errors |
7187 | 2024-10-18T23:45:47.774Z | error: test run failed |
7188 | 2024-10-18T23:45:47.786Z | |
7189 | 2024-10-18T23:45:47.789Z | real 48:40.215634313 |
7190 | 2024-10-18T23:45:47.789Z | user 4:09:00.236950385 |
7191 | 2024-10-18T23:45:47.789Z | sys 49:44.095602761 |
7192 | 2024-10-18T23:45:47.789Z | trap 3:50.221789784 |
7193 | 2024-10-18T23:45:47.789Z | tflt 35.780425680 |
7194 | 2024-10-18T23:45:47.789Z | dflt 2:14.333310721 |
7195 | 2024-10-18T23:45:47.789Z | kflt 0.456517139 |
7196 | 2024-10-18T23:45:47.789Z | lock 1422:38:48.100178167 |
7197 | 2024-10-18T23:45:47.789Z | slp 72:22:54.390846872 |
7198 | 2024-10-18T23:45:47.789Z | lat 4:49:24.325848671 |
7199 | 2024-10-18T23:45:47.789Z | stop 1:22:18.793834709 |
7200 | 2024-10-18T23:45:48.017Z | process exited: duration 5711914 ms, exit code 100 |
|
7201 | 2024-10-18T23:45:48.047Z | found 125 output files |
7202 | 2024-10-18T23:45:48.047Z | uploading: /work/crate-build-timings.json (566330 bytes) |
7203 | 2024-10-18T23:45:49.065Z | uploaded: /work/crate-build-timings.json |
7204 | 2024-10-18T23:45:49.071Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/cockroachdb_stderr (704 bytes) |
7205 | 2024-10-18T23:45:50.077Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/cockroachdb_stderr |
7206 | 2024-10-18T23:45:50.079Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/cockroachdb_stdout (864 bytes) |
7207 | 2024-10-18T23:45:51.084Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/cockroachdb_stdout |
7208 | 2024-10-18T23:45:51.087Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/000015.log (234369 bytes) |
7209 | 2024-10-18T23:45:52.098Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/000015.log |
7210 | 2024-10-18T23:45:52.101Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/000018.sst (568165 bytes) |
7211 | 2024-10-18T23:45:53.118Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/000018.sst |
7212 | 2024-10-18T23:45:53.123Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/000019.log (3993570 bytes) |
7213 | 2024-10-18T23:45:54.162Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/000019.log |
7214 | 2024-10-18T23:45:54.165Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/CURRENT (16 bytes) |
7215 | 2024-10-18T23:45:55.171Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/CURRENT |
7216 | 2024-10-18T23:45:55.171Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/LOCK (0 bytes) |
7217 | 2024-10-18T23:45:56.177Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/LOCK |
7218 | 2024-10-18T23:45:56.179Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/MANIFEST-000001 (44 bytes) |
7219 | 2024-10-18T23:45:57.185Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/MANIFEST-000001 |
7220 | 2024-10-18T23:45:57.187Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/MANIFEST-000016 (608 bytes) |
7221 | 2024-10-18T23:45:58.193Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/MANIFEST-000016 |
7222 | 2024-10-18T23:45:58.195Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/OPTIONS-000017 (2332 bytes) |
7223 | 2024-10-18T23:45:59.201Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/OPTIONS-000017 |
7224 | 2024-10-18T23:45:59.203Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/STORAGE_MIN_VERSION (8 bytes) |
7225 | 2024-10-18T23:46:00.209Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/STORAGE_MIN_VERSION |
7226 | 2024-10-18T23:46:00.209Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/000002.log (0 bytes) |
7227 | 2024-10-18T23:46:01.303Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/000002.log |
7228 | 2024-10-18T23:46:01.303Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/CURRENT (16 bytes) |
7229 | 2024-10-18T23:46:02.312Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/CURRENT |
7230 | 2024-10-18T23:46:02.315Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/LOCK (0 bytes) |
7231 | 2024-10-18T23:46:03.318Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/LOCK |
7232 | 2024-10-18T23:46:03.321Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/MANIFEST-000001 (50 bytes) |
7233 | 2024-10-18T23:46:04.326Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/MANIFEST-000001 |
7234 | 2024-10-18T23:46:04.326Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/OPTIONS-000003 (2269 bytes) |
7235 | 2024-10-18T23:46:05.334Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/OPTIONS-000003 |
7236 | 2024-10-18T23:46:05.337Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/TEMP_DIR.LOCK (0 bytes) |
7237 | 2024-10-18T23:46:06.340Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach-temp1251386407/TEMP_DIR.LOCK |
7238 | 2024-10-18T23:46:06.343Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.advertise-addr (11 bytes) |
7239 | 2024-10-18T23:46:07.349Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.advertise-addr |
7240 | 2024-10-18T23:46:07.349Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.advertise-sql-addr (11 bytes) |
7241 | 2024-10-18T23:46:08.356Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.advertise-sql-addr |
7242 | 2024-10-18T23:46:08.360Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.http-addr (11 bytes) |
7243 | 2024-10-18T23:46:09.366Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.http-addr |
7244 | 2024-10-18T23:46:09.366Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.listen-addr (11 bytes) |
7245 | 2024-10-18T23:46:10.374Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.listen-addr |
7246 | 2024-10-18T23:46:10.374Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.sql-addr (11 bytes) |
7247 | 2024-10-18T23:46:11.383Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/cockroach.sql-addr |
7248 | 2024-10-18T23:46:11.386Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-health.log (2674 bytes) |
7249 | 2024-10-18T23:46:12.392Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-health.log |
7250 | 2024-10-18T23:46:12.392Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log (1326 bytes) |
7251 | 2024-10-18T23:46:13.400Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log |
7252 | 2024-10-18T23:46:13.400Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_15Z.010476.log (2674 bytes) |
7253 | 2024-10-18T23:46:14.408Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_15Z.010476.log |
7254 | 2024-10-18T23:46:14.408Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-pebble.log (5016 bytes) |
7255 | 2024-10-18T23:46:15.416Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-pebble.log |
7256 | 2024-10-18T23:46:15.418Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log (3209 bytes) |
7257 | 2024-10-18T23:46:16.424Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log |
7258 | 2024-10-18T23:46:16.427Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_14Z.010476.log (5016 bytes) |
7259 | 2024-10-18T23:46:17.433Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_14Z.010476.log |
7260 | 2024-10-18T23:46:17.438Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-security.log (1773 bytes) |
7261 | 2024-10-18T23:46:18.444Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-security.log |
7262 | 2024-10-18T23:46:18.446Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-security.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_45Z.006634.log (1773 bytes) |
7263 | 2024-10-18T23:46:19.452Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-security.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_45Z.006634.log |
7264 | 2024-10-18T23:46:19.454Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-sql-schema.log (191488 bytes) |
7265 | 2024-10-18T23:46:20.467Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-sql-schema.log |
7266 | 2024-10-18T23:46:20.469Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-sql-schema.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log (191488 bytes) |
7267 | 2024-10-18T23:46:21.479Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-sql-schema.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log |
7268 | 2024-10-18T23:46:21.482Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-stderr.log (1119 bytes) |
7269 | 2024-10-18T23:46:22.489Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-stderr.log |
7270 | 2024-10-18T23:46:22.489Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log (1130 bytes) |
7271 | 2024-10-18T23:46:23.500Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log |
7272 | 2024-10-18T23:46:23.503Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_14Z.010476.log (1119 bytes) |
7273 | 2024-10-18T23:46:24.509Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_14Z.010476.log |
7274 | 2024-10-18T23:46:24.509Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-telemetry.log (23664 bytes) |
7275 | 2024-10-18T23:46:25.518Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-telemetry.log |
7276 | 2024-10-18T23:46:25.518Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-telemetry.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_15Z.010476.log (23664 bytes) |
7277 | 2024-10-18T23:46:26.528Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach-telemetry.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_15Z.010476.log |
7278 | 2024-10-18T23:46:26.530Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach.log (48230 bytes) |
7279 | 2024-10-18T23:46:27.538Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach.log |
7280 | 2024-10-18T23:46:27.540Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log (341615 bytes) |
7281 | 2024-10-18T23:46:28.554Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log |
7282 | 2024-10-18T23:46:28.557Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_14Z.010476.log (48230 bytes) |
7283 | 2024-10-18T23:46:29.565Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_14Z.010476.log |
7284 | 2024-10-18T23:46:29.565Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/heap_profiler/memprof.2024-10-18T23_01_25.166.39882680.pprof (91244 bytes) |
7285 | 2024-10-18T23:46:30.576Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/logs/heap_profiler/memprof.2024-10-18T23_01_25.166.39882680.pprof |
7286 | 2024-10-18T23:46:30.578Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/marker.format-version.000005.006 (0 bytes) |
7287 | 2024-10-18T23:46:31.582Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/marker.format-version.000005.006 |
7288 | 2024-10-18T23:46:31.586Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
7289 | 2024-10-18T23:46:32.588Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/marker.manifest.000002.MANIFEST-000016 |
7290 | 2024-10-18T23:46:32.588Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/data/temp-dirs-record.txt (62 bytes) |
7291 | 2024-10-18T23:46:33.596Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/data/temp-dirs-record.txt |
7292 | 2024-10-18T23:46:33.600Z | uploading: /var/tmp/omicron_tmp/.tmpJapT8x/listen-url (56 bytes) |
7293 | 2024-10-18T23:46:34.605Z | uploaded: /var/tmp/omicron_tmp/.tmpJapT8x/listen-url |
7294 | 2024-10-18T23:46:34.607Z | uploading: /var/tmp/omicron_tmp/.tmpKlpjFu/dendrite_stderr (0 bytes) |
7295 | 2024-10-18T23:46:35.619Z | uploaded: /var/tmp/omicron_tmp/.tmpKlpjFu/dendrite_stderr |
7296 | 2024-10-18T23:46:35.623Z | uploading: /var/tmp/omicron_tmp/.tmpKlpjFu/dendrite_stdout (31562 bytes) |
7297 | 2024-10-18T23:46:36.636Z | uploaded: /var/tmp/omicron_tmp/.tmpKlpjFu/dendrite_stdout |
7298 | 2024-10-18T23:46:36.639Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/cockroachdb_stderr (704 bytes) |
7299 | 2024-10-18T23:46:37.644Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/cockroachdb_stderr |
7300 | 2024-10-18T23:46:37.646Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/cockroachdb_stdout (863 bytes) |
7301 | 2024-10-18T23:46:38.652Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/cockroachdb_stdout |
7302 | 2024-10-18T23:46:38.654Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/000015.log (234640 bytes) |
7303 | 2024-10-18T23:46:39.667Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/000015.log |
7304 | 2024-10-18T23:46:39.670Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/000018.sst (568165 bytes) |
7305 | 2024-10-18T23:46:40.686Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/000018.sst |
7306 | 2024-10-18T23:46:40.694Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/000019.log (4009694 bytes) |
7307 | 2024-10-18T23:46:41.739Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/000019.log |
7308 | 2024-10-18T23:46:41.742Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/CURRENT (16 bytes) |
7309 | 2024-10-18T23:46:42.753Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/CURRENT |
7310 | 2024-10-18T23:46:42.758Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/LOCK (0 bytes) |
7311 | 2024-10-18T23:46:43.762Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/LOCK |
7312 | 2024-10-18T23:46:43.765Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/MANIFEST-000001 (44 bytes) |
7313 | 2024-10-18T23:46:44.770Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/MANIFEST-000001 |
7314 | 2024-10-18T23:46:44.773Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/MANIFEST-000016 (608 bytes) |
7315 | 2024-10-18T23:46:45.780Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/MANIFEST-000016 |
7316 | 2024-10-18T23:46:45.782Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/OPTIONS-000017 (2332 bytes) |
7317 | 2024-10-18T23:46:46.788Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/OPTIONS-000017 |
7318 | 2024-10-18T23:46:46.790Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/STORAGE_MIN_VERSION (8 bytes) |
7319 | 2024-10-18T23:46:47.796Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/STORAGE_MIN_VERSION |
7320 | 2024-10-18T23:46:47.796Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/000002.log (0 bytes) |
7321 | 2024-10-18T23:46:48.802Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/000002.log |
7322 | 2024-10-18T23:46:48.804Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/CURRENT (16 bytes) |
7323 | 2024-10-18T23:46:49.810Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/CURRENT |
7324 | 2024-10-18T23:46:49.813Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/LOCK (0 bytes) |
7325 | 2024-10-18T23:46:50.816Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/LOCK |
7326 | 2024-10-18T23:46:50.816Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/MANIFEST-000001 (50 bytes) |
7327 | 2024-10-18T23:46:51.823Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/MANIFEST-000001 |
7328 | 2024-10-18T23:46:51.826Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/OPTIONS-000003 (2269 bytes) |
7329 | 2024-10-18T23:46:52.831Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/OPTIONS-000003 |
7330 | 2024-10-18T23:46:52.831Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/TEMP_DIR.LOCK (0 bytes) |
7331 | 2024-10-18T23:46:53.837Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach-temp135918549/TEMP_DIR.LOCK |
7332 | 2024-10-18T23:46:53.839Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.advertise-addr (11 bytes) |
7333 | 2024-10-18T23:46:54.844Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.advertise-addr |
7334 | 2024-10-18T23:46:54.844Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.advertise-sql-addr (11 bytes) |
7335 | 2024-10-18T23:46:55.852Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.advertise-sql-addr |
7336 | 2024-10-18T23:46:55.859Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.http-addr (11 bytes) |
7337 | 2024-10-18T23:46:56.865Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.http-addr |
7338 | 2024-10-18T23:46:56.865Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.listen-addr (11 bytes) |
7339 | 2024-10-18T23:46:57.872Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.listen-addr |
7340 | 2024-10-18T23:46:57.872Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.sql-addr (11 bytes) |
7341 | 2024-10-18T23:46:58.879Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/cockroach.sql-addr |
7342 | 2024-10-18T23:46:58.880Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-health.log (2671 bytes) |
7343 | 2024-10-18T23:46:59.887Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-health.log |
7344 | 2024-10-18T23:46:59.887Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log (1326 bytes) |
7345 | 2024-10-18T23:47:00.898Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log |
7346 | 2024-10-18T23:47:00.898Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log (2671 bytes) |
7347 | 2024-10-18T23:47:01.910Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-health.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log |
7348 | 2024-10-18T23:47:01.910Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-pebble.log (5029 bytes) |
7349 | 2024-10-18T23:47:02.916Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-pebble.log |
7350 | 2024-10-18T23:47:02.917Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log (3209 bytes) |
7351 | 2024-10-18T23:47:03.926Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log |
7352 | 2024-10-18T23:47:03.926Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log (5029 bytes) |
7353 | 2024-10-18T23:47:04.940Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-pebble.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log |
7354 | 2024-10-18T23:47:04.943Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-security.log (1773 bytes) |
7355 | 2024-10-18T23:47:05.949Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-security.log |
7356 | 2024-10-18T23:47:05.952Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-security.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_45Z.006634.log (1773 bytes) |
7357 | 2024-10-18T23:47:06.958Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-security.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_45Z.006634.log |
7358 | 2024-10-18T23:47:06.958Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-sql-schema.log (191488 bytes) |
7359 | 2024-10-18T23:47:07.970Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-sql-schema.log |
7360 | 2024-10-18T23:47:07.973Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-sql-schema.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log (191488 bytes) |
7361 | 2024-10-18T23:47:08.983Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-sql-schema.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_44Z.006634.log |
7362 | 2024-10-18T23:47:08.986Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-stderr.log (1119 bytes) |
7363 | 2024-10-18T23:47:09.992Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-stderr.log |
7364 | 2024-10-18T23:47:09.992Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log (1130 bytes) |
7365 | 2024-10-18T23:47:11.084Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log |
7366 | 2024-10-18T23:47:11.084Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log (1119 bytes) |
7367 | 2024-10-18T23:47:12.185Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-stderr.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log |
7368 | 2024-10-18T23:47:12.186Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-telemetry.log (25765 bytes) |
7369 | 2024-10-18T23:47:13.203Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-telemetry.log |
7370 | 2024-10-18T23:47:13.203Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-telemetry.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_12Z.010418.log (25765 bytes) |
7371 | 2024-10-18T23:47:14.213Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach-telemetry.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_12Z.010418.log |
7372 | 2024-10-18T23:47:14.213Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach.log (47752 bytes) |
7373 | 2024-10-18T23:47:15.222Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach.log |
7374 | 2024-10-18T23:47:15.225Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log (341615 bytes) |
7375 | 2024-10-18T23:47:16.266Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T22_57_43Z.006634.log |
7376 | 2024-10-18T23:47:16.288Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log (47752 bytes) |
7377 | 2024-10-18T23:47:17.297Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/cockroach.w-01JAGTTY86NRSTE9KFWXBEB43R.build.2024-10-18T23_01_11Z.010418.log |
7378 | 2024-10-18T23:47:17.299Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/heap_profiler/memprof.2024-10-18T23_01_21.837.50343424.pprof (71599 bytes) |
7379 | 2024-10-18T23:47:18.306Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/logs/heap_profiler/memprof.2024-10-18T23_01_21.837.50343424.pprof |
7380 | 2024-10-18T23:47:18.309Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/marker.format-version.000005.006 (0 bytes) |
7381 | 2024-10-18T23:47:19.312Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/marker.format-version.000005.006 |
7382 | 2024-10-18T23:47:19.312Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/marker.manifest.000002.MANIFEST-000016 (0 bytes) |
7383 | 2024-10-18T23:47:20.318Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/marker.manifest.000002.MANIFEST-000016 |
7384 | 2024-10-18T23:47:20.322Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/data/temp-dirs-record.txt (61 bytes) |
7385 | 2024-10-18T23:47:21.327Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/data/temp-dirs-record.txt |
7386 | 2024-10-18T23:47:21.329Z | uploading: /var/tmp/omicron_tmp/.tmpU58bMa/listen-url (56 bytes) |
7387 | 2024-10-18T23:47:22.335Z | uploaded: /var/tmp/omicron_tmp/.tmpU58bMa/listen-url |
7388 | 2024-10-18T23:47:22.336Z | uploading: /var/tmp/omicron_tmp/.tmpVhXZid/mgd_stderr (0 bytes) |
7389 | 2024-10-18T23:47:23.341Z | uploaded: /var/tmp/omicron_tmp/.tmpVhXZid/mgd_stderr |
7390 | 2024-10-18T23:47:23.344Z | uploading: /var/tmp/omicron_tmp/.tmpVhXZid/mgd_stdout (15050 bytes) |
7391 | 2024-10-18T23:47:24.361Z | uploaded: /var/tmp/omicron_tmp/.tmpVhXZid/mgd_stdout |
7392 | 2024-10-18T23:47:24.361Z | uploading: /var/tmp/omicron_tmp/.tmpVhXZid/rdb/conf (62 bytes) |
7393 | 2024-10-18T23:47:25.382Z | uploaded: /var/tmp/omicron_tmp/.tmpVhXZid/rdb/conf |
7394 | 2024-10-18T23:47:25.382Z | uploading: /var/tmp/omicron_tmp/.tmpVhXZid/rdb/db (195 bytes) |
7395 | 2024-10-18T23:47:26.392Z | uploaded: /var/tmp/omicron_tmp/.tmpVhXZid/rdb/db |
7396 | 2024-10-18T23:47:26.400Z | uploading: /var/tmp/omicron_tmp/.tmpc0X70b/dendrite_stderr (0 bytes) |
7397 | 2024-10-18T23:47:27.406Z | uploaded: /var/tmp/omicron_tmp/.tmpc0X70b/dendrite_stderr |
7398 | 2024-10-18T23:47:27.409Z | uploading: /var/tmp/omicron_tmp/.tmpc0X70b/dendrite_stdout (31561 bytes) |
7399 | 2024-10-18T23:47:28.417Z | uploaded: /var/tmp/omicron_tmp/.tmpc0X70b/dendrite_stdout |
7400 | 2024-10-18T23:47:28.424Z | uploading: /var/tmp/omicron_tmp/.tmpkIrRIC/mgd_stderr (0 bytes) |
7401 | 2024-10-18T23:47:29.427Z | uploaded: /var/tmp/omicron_tmp/.tmpkIrRIC/mgd_stderr |
7402 | 2024-10-18T23:47:29.429Z | uploading: /var/tmp/omicron_tmp/.tmpkIrRIC/mgd_stdout (24304 bytes) |
7403 | 2024-10-18T23:47:30.437Z | uploaded: /var/tmp/omicron_tmp/.tmpkIrRIC/mgd_stdout |
7404 | 2024-10-18T23:47:30.437Z | uploading: /var/tmp/omicron_tmp/.tmpkIrRIC/rdb/conf (62 bytes) |
7405 | 2024-10-18T23:47:31.445Z | uploaded: /var/tmp/omicron_tmp/.tmpkIrRIC/rdb/conf |
7406 | 2024-10-18T23:47:31.447Z | uploading: /var/tmp/omicron_tmp/.tmpkIrRIC/rdb/db (195 bytes) |
7407 | 2024-10-18T23:47:32.454Z | uploaded: /var/tmp/omicron_tmp/.tmpkIrRIC/rdb/db |
7408 | 2024-10-18T23:47:32.454Z | uploading: /var/tmp/omicron_tmp/.tmpqwKt71/mgd_stderr (0 bytes) |
7409 | 2024-10-18T23:47:33.459Z | uploaded: /var/tmp/omicron_tmp/.tmpqwKt71/mgd_stderr |
7410 | 2024-10-18T23:47:33.462Z | uploading: /var/tmp/omicron_tmp/.tmpqwKt71/mgd_stdout (23201 bytes) |
7411 | 2024-10-18T23:47:34.469Z | uploaded: /var/tmp/omicron_tmp/.tmpqwKt71/mgd_stdout |
7412 | 2024-10-18T23:47:34.470Z | uploading: /var/tmp/omicron_tmp/.tmpqwKt71/rdb/conf (62 bytes) |
7413 | 2024-10-18T23:47:35.478Z | uploaded: /var/tmp/omicron_tmp/.tmpqwKt71/rdb/conf |
7414 | 2024-10-18T23:47:35.481Z | uploading: /var/tmp/omicron_tmp/.tmpqwKt71/rdb/db (195 bytes) |
7415 | 2024-10-18T23:47:36.491Z | uploaded: /var/tmp/omicron_tmp/.tmpqwKt71/rdb/db |
7416 | 2024-10-18T23:47:36.497Z | uploading: /var/tmp/omicron_tmp/.tmptA5zQ2/dendrite_stderr (0 bytes) |
7417 | 2024-10-18T23:47:37.500Z | uploaded: /var/tmp/omicron_tmp/.tmptA5zQ2/dendrite_stderr |
7418 | 2024-10-18T23:47:37.500Z | uploading: /var/tmp/omicron_tmp/.tmptA5zQ2/dendrite_stdout (31566 bytes) |
7419 | 2024-10-18T23:47:38.530Z | uploaded: /var/tmp/omicron_tmp/.tmptA5zQ2/dendrite_stdout |
7420 | 2024-10-18T23:47:38.533Z | uploading: /var/tmp/omicron_tmp/.tmpuE0vB4/dendrite_stderr (0 bytes) |
7421 | 2024-10-18T23:47:39.540Z | uploaded: /var/tmp/omicron_tmp/.tmpuE0vB4/dendrite_stderr |
7422 | 2024-10-18T23:47:39.540Z | uploading: /var/tmp/omicron_tmp/.tmpuE0vB4/dendrite_stdout (31560 bytes) |
7423 | 2024-10-18T23:47:40.553Z | uploaded: /var/tmp/omicron_tmp/.tmpuE0vB4/dendrite_stdout |
7424 | 2024-10-18T23:47:40.553Z | uploading: /var/tmp/omicron_tmp/.tmpx7HRcx/mgd_stderr (0 bytes) |
7425 | 2024-10-18T23:47:41.565Z | uploaded: /var/tmp/omicron_tmp/.tmpx7HRcx/mgd_stderr |
7426 | 2024-10-18T23:47:41.569Z | uploading: /var/tmp/omicron_tmp/.tmpx7HRcx/mgd_stdout (23206 bytes) |
7427 | 2024-10-18T23:47:42.581Z | uploaded: /var/tmp/omicron_tmp/.tmpx7HRcx/mgd_stdout |
7428 | 2024-10-18T23:47:42.581Z | uploading: /var/tmp/omicron_tmp/.tmpx7HRcx/rdb/conf (62 bytes) |
7429 | 2024-10-18T23:47:43.627Z | uploaded: /var/tmp/omicron_tmp/.tmpx7HRcx/rdb/conf |
7430 | 2024-10-18T23:47:43.634Z | uploading: /var/tmp/omicron_tmp/.tmpx7HRcx/rdb/db (195 bytes) |
7431 | 2024-10-18T23:47:44.640Z | uploaded: /var/tmp/omicron_tmp/.tmpx7HRcx/rdb/db |
7432 | 2024-10-18T23:47:44.640Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.0.log (1844908 bytes) |
7433 | 2024-10-18T23:47:45.733Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.0.log |
7434 | 2024-10-18T23:47:45.737Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.1-clickhouse-apvMVq/clickhouse-server.errlog (22292 bytes) |
7435 | 2024-10-18T23:47:46.749Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.1-clickhouse-apvMVq/clickhouse-server.errlog |
7436 | 2024-10-18T23:47:46.752Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.1-clickhouse-apvMVq/clickhouse-server.log (169008 bytes) |
7437 | 2024-10-18T23:47:47.783Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.1-clickhouse-apvMVq/clickhouse-server.log |
7438 | 2024-10-18T23:47:47.783Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.2.log (1638828 bytes) |
7439 | 2024-10-18T23:47:48.852Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.2.log |
7440 | 2024-10-18T23:47:48.852Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.3.log (1751663 bytes) |
7441 | 2024-10-18T23:47:49.917Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_ensure_preserve_downgrade_option.10404.3.log |
7442 | 2024-10-18T23:47:49.917Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.0.log (2156129 bytes) |
7443 | 2024-10-18T23:47:51.007Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.0.log |
7444 | 2024-10-18T23:47:51.013Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.1-clickhouse-nhSMLa/clickhouse-server.errlog (22804 bytes) |
7445 | 2024-10-18T23:47:52.036Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.1-clickhouse-nhSMLa/clickhouse-server.errlog |
7446 | 2024-10-18T23:47:52.038Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.1-clickhouse-nhSMLa/clickhouse-server.log (200434 bytes) |
7447 | 2024-10-18T23:47:53.063Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.1-clickhouse-nhSMLa/clickhouse-server.log |
7448 | 2024-10-18T23:47:53.072Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.2.log (1658171 bytes) |
7449 | 2024-10-18T23:47:54.148Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.2.log |
7450 | 2024-10-18T23:47:54.151Z | uploading: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.3.log (2416430 bytes) |
7451 | 2024-10-18T23:47:55.235Z | uploaded: /var/tmp/omicron_tmp/nexus_reconfigurator_execution-adbb5fb221dd6a58-test_silos_external_dns_end_to_end.10468.3.log |